/* line 1, app/assets/stylesheets/documents.scss */
.document-widget {
  transition: 300ms;
  position: relative;
  height: 240px;
  border: 4px solid #d2d2e2;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/documents.scss */
.document-widget i {
  color: #716df3;
}

/* line 17, app/assets/stylesheets/documents.scss */
.document-widget p {
  color: #454545;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.01em;
}

/* line 23, app/assets/stylesheets/documents.scss */
.document-widget p i {
  color: #716df3;
}

/* line 29, app/assets/stylesheets/documents.scss */
.document-widget {
  border: 4px solid #a2a2c2;
}

/* line 36, app/assets/stylesheets/documents.scss */
tr.doc-row td div a {
  text-decoration: none;
  color: #6360ff;
  font-size: 30px;
}

/* line 43, app/assets/stylesheets/documents.scss */
tr.doc-row td.actions-doc {
  padding: 0 !important;
}

/* line 52, app/assets/stylesheets/documents.scss */
tr.doc-row:hover td.actions-doc {
  padding: 0 !important;
  visibility: hidden;
}

/* line 55, app/assets/stylesheets/documents.scss */
tr.doc-row:hover td.actions-doc > div {
  visibility: visible;
}
/* line 1, app/assets/stylesheets/sections.scss */
.section-row {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  max-height: 90px;
  width: 100%;
}

/* line 10, app/assets/stylesheets/sections.scss */
.sections-list {
  width: calc( 100% - 160px);
  margin-left: 80px;
  min-height: 40vh;
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 190px);
  justify-content: space-between;
  grid-gap: 20px;
  padding: 15px;
  padding-right: 30px;
  box-sizing: border-box;
  background: #F5F5FF;
}

/* line 26, app/assets/stylesheets/sections.scss */
.section-container:hover {
  background: #EAEAF9;
}

/* line 31, app/assets/stylesheets/sections.scss */
.section-container {
  transition: 100ms;
  position: relative;
  min-width: 190px;
  min-height: 19%;
  height: 220px;
  border: 3px solid #716DF3;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  margin: 7px;
}

/* line 46, app/assets/stylesheets/sections.scss */
.section-container i {
  color: #716DF3;
}

/* line 50, app/assets/stylesheets/sections.scss */
.section-container p {
  color: #454545;
  font-size: 16px;
  max-width: 90%;
}

/* line 54, app/assets/stylesheets/sections.scss */
.section-container p i {
  color: #716DF3;
}

/* line 62, app/assets/stylesheets/sections.scss */
.section-sections-list {
  max-width: calc( 100% - 160px);
  margin-left: 80px;
  min-height: 40vh;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 30%);
  justify-content: space-between;
  grid-gap: 20px;
  padding: 15px;
  box-sizing: border-box;
}

/* line 76, app/assets/stylesheets/sections.scss */
.section-section {
  position: relative;
  min-width: 200px;
  min-height: 320px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

/* line 85, app/assets/stylesheets/sections.scss */
.section-section i {
  color: #716DF3;
}

/* line 89, app/assets/stylesheets/sections.scss */
.section-section p {
  color: #454545;
  font-size: 16px;
  max-width: 90%;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

/* line 97, app/assets/stylesheets/sections.scss */
.section-section p i {
  color: #716DF3;
}

/* line 103, app/assets/stylesheets/sections.scss */
.section-section button {
  position: absolute;
  bottom: 20px;
  margin-bottom: auto;
  background: #716DF3;
  color: #ffffff;
  padding: 15px;
  font-size: 25px;
  border: none;
  border-radius: 10px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
  /* background: #6360F6; */
  background: #f5f5ff;
  color: #fff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  width: calc(100% - (100vw - 100%));
  overflow-x: hidden;
  padding-top: 100px !important;
}

h1 {
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-weight: 300;
  max-width: calc(100% - 160px);
  margin-left: 80px;
}

p {
  font-family: "Manrope", sans-serif !important;
  font-style: normal;
}

.action-btn {
  outline: none !important;
  background: linear-gradient(354.97deg, #447bfc 4.96%, #23f6e5 97.02%);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px -2px 5px #ffffff, 0px 5px 10px rgb(30 30 30 / 20%),
    inset 0px 5px 4px rgb(255 255 255 / 40%);
  border-radius: 25px;
  padding: 15px 0px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

main {
  min-height: calc(100vh - 300px);
}

.documents-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #5354da;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px;
  height: 40px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.documents-header-link {
  height: 20px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.documents-header-link.active {
  color: #ffffff;
}

.MuiCircularProgress-colorPrimary {
  color: #6360ff !important;
}

.MuiIconButton-root:hover {
  background: none !important;
}
.MuiPickersDay-daySelected:hover {
  background-color: #6360ff !important;
}

/*# sourceMappingURL=application.css-ef59b3d50e98d983c1d85e8fc65f56dd7b4e7e635d81e6a3ad84cf1156e14b0f.map */
