/*
IRAN Sans-serif fonts are considered a proprietary software.
To gain information about the laws regarding the use of these fonts, 
please visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: ACC5WX
---------------------------------------------------------------------
*/
@font-face {
  font-family: IRANSansMobile;
  src: url(/assets/fonts/IRANSansMobile.ttf);
}
@font-face {
  font-family: IRANSansMobile;
  src: url(/assets/fonts/IRANSansMobile_Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: IRANSansMobile;
  src: url(/assets/fonts/IRANSansMobile_Light.ttf);
  font-weight: lighter;
}
body {
  background-color: #ffffff;
  padding: 16px;
  display: grid;
  justify-items: center;
}

* {
  font-family: IRANSansMobile;
}

.frame {
  width: 426px;
}
@media (max-aspect-ratio: 1/1) {
  .frame {
    width: 100%;
  }
}
.frame > .header {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-aspect-ratio: 1/1) {
  .frame > .header {
    margin-bottom: 40px;
  }
}
.frame > .header > .text {
  font-weight: bold;
  font-size: 16px;
  justify-self: right;
}
.frame > .header > .icon {
  width: 48px;
  height: 48px;
  justify-self: left;
}
.frame .client {
  background: #23d4ff;
}
.frame .client > .title {
  color: #ffffff;
}
.frame .hub {
  background: #00ffdc;
}
.frame .hub > .title {
  color: #333333;
}
.frame .card {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  display: grid;
  grid-auto-flow: row;
}
.frame .card > .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.frame .card > .sub-card-with-hint {
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(34, 34, 34, 0.25);
  border-radius: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
}
.frame .card > .sub-card-with-hint > .hint {
  font-weight: lighter;
  font-size: 12px;
  line-height: 20px;
  color: #777777;
  grid-row: 1;
  grid-column: 1;
}
.frame .card > .sub-card-with-hint > .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  color: #454545;
  grid-row: 2;
  grid-column: 1;
}
.frame .card > .sub-card-with-hint > .icon {
  width: 24px;
  height: 24px;
  grid-row: 1/3;
  grid-column: 2;
  justify-self: left;
}
.frame .card > .sub-card {
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(34, 34, 34, 0.25);
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}
.frame .card > .sub-card > .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  color: #454545;
}
.frame .card > .sub-card > .icon {
  width: 24px;
  height: 24px;
}

.guild {
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  width: 100%;
}
@media (max-aspect-ratio: 1/1) {
  .guild {
    justify-items: flex-start;
  }
}
.guild > .title {
  font-size: 16px;
  line-height: 27px;
}
.guild > .img-container {
  width: 652px;
  overflow-x: auto;
}
@media (max-aspect-ratio: 1/1) {
  .guild > .img-container {
    width: 100%;
  }
}
.guild > .img-container .img {
  margin-right: -8px;
  width: 652px;
}

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