@charset "UTF-8";
/* open cmd, go to root directory and run the script below: */
/* sass --watch assets/sass/input.scss assets/css/output.css */
/* sass --watch assets/sass/input.scss users\webapp\css\output.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap");
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1760px;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .9rem !important;
}

.thin-font {
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-size: 1.8rem !important;
}

h2 {
  font-size: 1.4rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

.card-body.useya-vr {
  padding-top: 56.25% !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
}

.tab-pane {
  padding-top: 20px;
}

a.nav-link {
  color: #007bff;
}

@media screen and (min-width: 1200px) {
  a.nav-link {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  a.nav-link {
    font-size: 22px;
  }
}

.scene-img {
  padding-top: 56.25%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
}

header {
  background-color: #000000;
  color: white;
}

header .desktop-menu {
  display: none;
}

header .desktop-menu .menu {
  text-align: center;
  display: inline-block;
  padding-top: 20px;
}

header .desktop-menu ul {
  margin: 0;
  padding: 0;
}

header .desktop-menu li {
  list-style: none;
  display: inline-block;
  width: 10%;
  min-width: 130px;
  vertical-align: bottom;
  font-size: 16px;
}

header .desktop-menu img {
  width: 300px;
}

header .navbar-brand img {
  width: 190px;
}

header .navbar-dark {
  background-color: black;
}

header .contact-info p {
  padding: 0;
  margin: 0;
}

header .top-text {
  font-size: 11px;
}

a {
  text-decoration: none;
  color: #0086CD;
  cursor: pointer;
}

a.current {
  color: white;
  border-bottom: 2px solid #00b0f0;
}

a:hover {
  color: #00b0f0;
  text-decoration: none !important;
}

.main .center-text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 100%;
  padding: 20px;
}

.main .center-text.white-band {
  background-color: white;
  opacity: 0.7;
  top: 60%;
}

.main .center-text .breadcrumb {
  background-color: initial;
  font-weight: 800 !important;
  padding-left: 50px;
}

.main .center-text .breadcrumb ol {
  padding-top: 0;
}

.main .center-text .breadcrumb li {
  min-width: auto;
  width: auto;
  font-size: 7px;
}

.main .center-text .breadcrumb a {
  color: white !important;
}

.main .center-text .breadcrumb .active {
  color: #00B7E7;
}

.main .center-text .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding-right: 2px;
  color: white;
}

.main .center-text .breadcrumb-item + .breadcrumb-item {
  padding-left: 2px;
}

.main .center-text .contact-info p:first-child {
  font-size: 12px;
}

.main .center-text .contact-info p:nth-child(3) {
  font-size: 12px;
}

.main .center-text h3 {
  font-size: 15px;
  padding: 20px 0;
}

.main .center-text h1 {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 600;
}

.main .center-text img {
  width: 200px;
}

.contactHeader {
  color: #00B7E7;
}

.contactLabel {
  font-weight: 800;
}

.required {
  color: palevioletred;
}

.contactBtn {
  background-color: #0090d6;
  color: white;
  border: none !important;
  width: 100%;
}

.contact-page {
  font-size: 10px;
  color: black;
}

.contact-page h1 {
  font-size: 30px;
  font-weight: bold;
  color: #00B7E7;
}

.contact-page h3 {
  font-size: 16px;
  font-weight: bold;
  color: #00B7E7;
}

.contact-page label {
  margin-bottom: 0;
}

.contact-page input {
  height: 28px;
}

.contact-page input[type="checkbox"] {
  height: auto;
  vertical-align: middle;
  border-radius: 0px;
  border-color: black;
}

.contact-form {
  background-color: white;
  margin: auto;
  color: black;
  padding: 4px;
}

.contact-form a {
  color: #00B7E7 !important;
}

.contact-form form {
  margin-top: 70px;
}

.contact-form .contactButton {
  border: none;
}

.contact-form .contactButton img {
  width: 100px;
}

small {
  color: hotpink;
}

.outer-outline {
  border: 4px solid #00B7E7;
  padding: 1px;
}

.inner-outline {
  border: 1px solid #00B7E7;
  padding: 20px;
  max-width: initial !important;
}

.inner-outline p {
  color: black;
  font-weight: bold;
}

.technology-text {
  margin-left: 0;
  margin-right: 0;
}

.get-started-arrow {
  box-sizing: border-box;
  height: 8vw;
  width: 8vw;
  border-style: double;
  border-color: #00B7E7;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
}

.content {
  margin-top: -10px;
  padding-top: 7vh;
  padding-bottom: 3vh;
  background-image: url(/assets/images/base_black.png);
  color: white;
}

@media screen and (min-width: 1920px) {
  .content {
    background-size: cover;
  }
}

.content p {
  color: white;
  padding-top: 2vh;
}

.content p h2 {
  margin-bottom: 0;
  color: white;
}

.content p h3 {
  color: white;
}

.iframe-width {
  width: 1920px;
  height: 600px !important;
}

.subheading {
  background-color: white;
  color: #060e4f;
  border: 1px solid #060e4f;
  padding: 10px;
  margin: 20px auto;
  text-align: center;
}

.subheading h2 {
  margin-bottom: 0;
}

/* ハンバーガーメニュー　Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

/* HOME */
.project-container {
  margin: 70px 0 0px;
}

.technology-container {
  margin-top: 70px;
}

.hero360img {
  padding-top: 15vh;
  padding-bottom: 3vh;
  display: block;
  height: 35vh;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero360imgBottom {
  padding-top: 3vh;
  padding-bottom: 15vh;
  display: block;
  height: 25vh;
  margin-left: auto !important;
  margin-right: auto !important;
}

.heroZone {
  width: 100vw;
  height: 60vh;
}

.white-band {
  top: -45vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.heroLogo {
  display: block;
  width: 90vw;
  margin-left: auto !important;
  margin-right: auto !important;
}

.get-started-outline {
  border: 1px solid #00B7E7;
  padding: 20px;
  max-width: initial !important;
}

.get-started-outline p {
  padding-top: 0px;
  color: black;
  font-weight: bold;
  font-size: 16px;
}

.get-started-outline h4 {
  font-weight: bold;
}

.form-number {
  font-size: 15vh;
  font-weight: bold;
  color: #00B7E7;
}

/* FOOTER */
.blue-band {
  background-color: #0086cd;
  height: 10px;
}

footer .footer-bg {
  background-image: url(/assets/images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}

footer .footer-menu {
  color: white;
}

footer .logo-container {
  margin-top: 3vh;
}

footer.pages {
  list-style-type: none;
  padding-top: 20px;
}

footer.pages li {
  margin-bottom: 0.5em;
}

footer.service {
  padding-top: 5px;
  list-style-type: none;
  padding-inline-start: 0px;
}

footer.service li {
  margin: 0;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}

footer.service:after {
  content: "";
  height: 0.5em;
  width: 0.5em;
  background: white;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
}

footer .scrolltotop {
  position: relative;
  z-index: 1000;
}

footer .scrolltotop img {
  position: absolute;
  top: 50px;
  right: 5px;
  width: 50px;
  cursor: pointer;
}

.copyright {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  bottom: 0px;
  font-size: 12px;
}

.techonology-bg {
  background-color: #d4d9dc;
}

.technology-header {
  color: #0090d6;
  font-weight: bold;
}

.socialIcon {
  width: 10vw;
  margin-left: 10px;
  margin-right: 10px;
}

.panoramaView {
  width: calc(100vw - 30px);
  height: calc((100vw - 30px) / 16 * 9 + 50px);
}

@media screen and (min-width: 576px) {
  .panoramaView {
    width: 510px;
    height: 336.875px;
  }
}

@media screen and (min-width: 768px) {
  .panoramaView {
    width: 690px;
    height: 438.125px;
  }
}

@media screen and (min-width: 992px) {
  .panoramaView {
    width: 930px;
    height: 573.125px;
  }
}

@media screen and (min-width: 1200px) {
  .panoramaView {
    width: 1110px;
    height: 674.375px;
  }
}

@media screen and (min-width: 1400px) {
  .panoramaView {
    width: 1290px;
    height: 775.625px;
  }
}

@media screen and (min-width: 1920px) {
  .panoramaView {
    width: 1730px;
    height: 1023.125px;
  }
}

.modal-body .panoramaView {
  width: calc(100vw - 48px);
  height: calc((100vw - 48px) / 16 * 9 + 50px);
}

@media screen and (min-width: 576px) {
  .modal-body .panoramaView {
    width: 466px;
    height: 312.125px;
  }
}

@media screen and (min-width: 992px) {
  .modal-body .panoramaView {
    width: 796px;
    height: 497.75px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-body .panoramaView {
    width: 1136px;
    height: 689px;
  }
}

.contactFormBtn {
  width: 80vw;
}

.footerNav {
  color: white !important;
  text-align: center;
  display: inline-block;
}

.footerNav li {
  font-size: 12px;
}

.stepText {
  color: #00B7E7;
  font-size: 25px;
  font-family: 'Lora', serif;
  line-height: 1 !important;
}

.stepNumber {
  color: #00B7E7;
  font-size: 75px;
  font-family: 'Lora', serif;
  line-height: 1 !important;
}

.stepRow {
  margin-left: 4vw;
  margin-right: 4vw;
}

.stepTab {
  width: 85%;
}

.stepTabText {
  margin-top: 5px;
  position: absolute;
  color: white;
  font-weight: 600;
  font-size: 15px;
}

.stepIcon {
  margin-bottom: 5px;
  max-width: 12vw;
  max-height: 12vw;
}

.contentsSeisaku {
  margin-left: 4vw;
  margin-right: 4vw;
  border: 1px solid lightgray;
  box-shadow: 5px 10px 10px lightgrey;
}

.contentsSeisakuInnerBorder {
  border-top: 2px solid #0090d6;
  border-bottom: 2px solid #0090d6;
  margin-left: 2vw;
  margin-right: 3vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.planText {
  margin-top: 40%;
  margin-left: 1vw;
  margin-right: 1vw;
  font-weight: 600;
  font-size: 0.90rem;
}

.planHeader {
  color: #0090d6;
  margin-top: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.4rem;
  font-weight: 800;
  padding-bottom: 30px;
}

.O::before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  background-color: #00B7E7;
}

.X::before {
  display: inline-block;
  content: '\00d7';
  color: grey;
  margin-right: 0.5rem;
}

.basic {
  background-image: url(/assets/images/basic_plan.png);
  background-position: center top;
  background-size: cover;
}

.standard {
  background-image: url(/assets/images/standard_plan.png);
  background-position: center top;
  background-size: cover;
}

.enterprise {
  background-image: url(/assets/images/enterprise_plan.png);
  background-position: center top;
  background-size: cover;
}

.systemNumber {
  color: #00B7E7;
  font-size: 1.5rem;
  font-family: 'Lora', serif;
  line-height: 1 !important;
}

.systemLinebase {
  background-image: url(/assets/images/system_linebase.png);
  background-position: center top;
  background-size: cover;
  min-height: 30vh;
  margin-left: 0px !important;
  margin-right: 0px !important;
  color: white !important;
}

/*ADMIN STYLING*/
.loginBackground {
  background-image: url(/assets/images/base_black.png);
  min-height: 100vh;
}

@media screen and (min-width: 1920px) {
  .loginBackground {
    background-size: cover;
  }
}

.editBackground {
  background-image: url(/assets/images/base_black.png);
}

@media screen and (min-width: 1920px) {
  .editBackground {
    background-size: cover;
  }
}

.whiteBackground {
  background-image: url(/assets/images/200717_360.png);
}

.loginContainer {
  min-height: 100vh;
}

.loginContainer a {
  color: #00B7E7;
  font-size: 40px;
}

.loginContainer a:hover {
  color: #0090d6;
}

.loginBtn {
  background-image: linear-gradient(to right, #ff5e00, #ffe600, #00B7E7);
  color: white !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 3rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.admin360img {
  padding-top: 12vh;
  padding-bottom: 3vh;
  display: block;
  height: 85vh;
  margin-left: auto !important;
  margin-right: auto !important;
}

.loginSection {
  position: absolute;
  max-width: 80vw;
  margin-top: 15vh;
}

.accountSection {
  margin-top: 4vh;
}

#sceneCreateSection,
#sceneEditSection,
#pathCreateSection,
#pathEditSection,
#popupCreateSection,
#popupEditSection {
  display: none;
}

.adminInteractiveViewImg {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vh;
}

.form-control {
  font-size: 1rem !important;
}

.dashboardContainer {
  padding-top: 7vh;
}

@media screen and (min-width: 576px) {
  .dashboardContainer {
    padding-top: 5vh;
  }
}

@media screen and (min-width: 1200px) {
  .dashboardContainer {
    padding-top: 3vh;
  }
}

.dashboardContainer h2 {
  color: #00B7E7;
  font-size: 40px;
  font-family: 'Lora', serif;
}

.dashboardContainer h3 {
  font-family: 'Lora', serif;
}

.dashboardContainer a:hover {
  color: #0090d6;
}

.skyBlue {
  color: #00B7E7 !important;
  font-weight: 700;
}

.lightBlue {
  color: #0090d6 !important;
}

.btnLightBlue {
  background-color: #0090d6 !important;
  color: white !important;
}

.zoneCard {
  background-color: #818181 !important;
  border-radius: 0px !important;
}

.btnGrey {
  background-color: #818181 !important;
  color: white !important;
}

hr {
  border-top: 1.5px solid #00B7E7 !important;
  margin-top: 0px !important;
  margin-left: 15vw;
  margin-right: 15vw;
}

.adminh2 {
  color: #00B7E7;
  font-size: 40px;
  font-family: 'Lora', serif;
}

.adminIcon {
  max-height: 5vh;
  width: auto;
}

input.zoneInput {
  color: #00b0f0 !important;
  text-align: center;
  display: block;
  width: 100%;
  background-color: transparent !important;
  border-style: none none solid none !important;
  border-color: #00b0f0 !important;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 1rem !important;
  }
  h1 {
    font-size: 2.5rem !important;
  }
  h2 {
    font-size: 2rem !important;
  }
  h3 {
    font-size: 1.75rem !important;
  }
  .main .center-text {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
    padding: 20px;
  }
  .main .center-text.white-band {
    top: 50%;
  }
  .main .center-text.logo360 {
    top: 65%;
  }
  .main .center-text h3 {
    font-size: 24px;
    padding: 20px 0;
  }
  .main .center-text h1 {
    font-size: 50px;
    padding: 20px 0;
    font-weight: 600;
  }
  .main .center-text img {
    width: 230px;
  }
  .footerNav li {
    font-size: 16px;
  }
  .contactFormBtn {
    width: 25vw;
  }
  .socialIcon {
    width: 3vw;
    margin-left: 7px;
    margin-right: 7px;
  }
  .contact-form {
    max-width: 70vw;
  }
  .inner-outline {
    max-width: initial !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .heroZone {
    height: 75vh;
  }
  .heroLogo {
    width: 50vw;
  }
  .hero360img {
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: block;
    height: 35vh;
  }
  .hero360imgBottom {
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: block;
    height: 25vh;
  }
  .get-started-arrow {
    box-sizing: border-box;
    height: 4vw;
    width: 4vw;
    border-style: double;
    border-color: #00B7E7;
    border-width: 0px 6px 6px 0px;
    transform: rotate(45deg);
  }
  .stepIcon {
    margin-bottom: 5px;
    max-width: 5vw;
    max-height: 5vw;
  }
  .stepTabText {
    margin-top: 3px;
    position: absolute;
    color: white;
    font-weight: 600;
    font-size: 15px;
  }
  .stepTab {
    width: 100%;
  }
}

.technology-image {
  display: none;
}

@media (min-width: 767px) {
  .hero360img {
    padding-top: 15vh;
    height: 25vh;
  }
  .hero360imgBottom {
    height: 20vh;
  }
  .technology-image {
    display: block;
  }
  .contactBtn {
    width: 350px;
  }
  footer .scrolltotop {
    position: relative;
    z-index: 1000;
  }
  footer .scrolltotop img {
    position: absolute;
    top: 30px;
    right: 5px;
    width: 70px;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  header {
    background-color: #000000;
    color: white;
  }
  header .desktop-menu {
    display: block;
  }
  header .navbar {
    display: none;
  }
  .inner-outline {
    max-width: initial !important;
  }
  /*Admin*/
  .loginContainer a {
    font-size: 1rem;
  }
  .loginSection {
    max-width: 30vw;
  }
  .loginBtn {
    font-size: 1rem !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .form-control {
    font-size: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .heroZone {
    height: 80vh;
  }
  .hero360img {
    padding-top: 10vh;
    height: 30vh;
  }
  .hero360imgBottom {
    height: 18vh;
  }
}

a.sticky {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 85px;
  z-index: 17;
  transition: 0.6s bottom ease-in-out;
  -webkit-transition: 0.6s bottom ease-in-out;
  -moz-transition: 0.6s bottom ease-in-out;
  -o-transition: 0.6s bottom ease-in-out;
  -ms-transition: 0.6s bottom ease-in-out;
  width: 400px;
}

.sticky p {
  text-align: center;
  font-size: 27px;
  color: #3F4BA1;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 0;
  padding: 15px 10px;
  border: 2px solid #3F4BA1;
  background-image: linear-gradient(white, #CDDEEE);
}

/*# sourceMappingURL=output.css.map */
