/*!
* Version: 1.2.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
  outline: none;
}

.sign-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.sign-bg.sign-bg-right {
  left: auto;
  right: 0;
}

.gradient-main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-bottom {
  margin-top: -12.5rem;
}

@media (min-width: 1400px) {
  .auth-card {
    padding: 0 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .login-header {
    height: 12.5rem !important;
  }

  .login-bottom {
    margin-top: -6.25rem;
  }
}
.card .iq-dashed-border {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px dashed #ced4da;
}
.card .card-body .grid-flow-col {
  grid-auto-flow: column;
}
.card .card-body .iq-icon-box-2 {
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  background: #F5F6FA;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
.card .card-body .iq-media-group-1 .iq-media-1 {
  margin-left: -1.25rem;
  position: relative;
  z-index: 0;
}
.card .card-body .iq-media-group-1 .iq-media-1:hover {
  z-index: 9;
}
.card .card-body .iq-media-group-1 .iq-media-1 img {
  border: 2px solid #eee;
}
.card .card-body .iq-media-group-1 .iq-media-1:first-child {
  margin-left: 0;
}
.card .card-body .iq-media-group-1 .iq-media.border {
  border: 2px solid #eee;
}
.card .card-body .iq-media-1 {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.25rem;
}
.card .card-body .iq-media-1:hover {
  text-decoration: none;
}

.pricing .table thead tr {
  background-color: unset;
}
.pricing .table th {
  border-top: none;
  border-bottom: 1px solid #eee;
}
.pricing .table td {
  border-top: none !important;
}
.pricing .table tr {
  border-bottom: 1px solid #eee;
}

.prc-box {
  background: #d8ddfa;
  padding: 15px;
  position: relative;
  border-radius: 0.5rem;
  cursor: pointer;
}

.type {
  position: absolute;
  background: #3a57e8;
  padding: 9px 25px;
  color: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}
.type:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 0px;
  border-left: 15px solid #0c112e;
  border-top: 15px solid transparent;
}
.type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 0px;
  border-right: 15px solid #0c112e;
  border-top: 15px solid transparent;
}

.prc-box.active {
  background: #3a57e8;
}
.prc-box.active .h3 {
  color: #fff;
}
.prc-box.active .type {
  background: #d8ddfa;
  color: #212529;
}
.prc-box.active .type:before {
  border-left: 16px solid #0c112e;
  right: -16px;
}
.prc-box.active .type:after {
  border-right: 16px solid #0c112e;
  left: -16px;
}

.prc-wrap {
  border-bottom: none !important;
}

.child-cell.active {
  color: #3a57e8;
  stroke: #3a57e8;
}

.line-around {
  border-bottom: 1px solid #eee;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.line-around .line-around-1 {
  text-transform: uppercase;
  background: #fff;
  padding: 0 10px 0 0;
}

.iq-single-card {
  border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 767.98px) {
  .iq-single-card {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.iq-star-inserted .iq-star-inserted-1.col {
  padding-right: unset;
}
.iq-star-inserted .iq-star-inserted-2 {
  z-index: 2;
}
.iq-star-inserted .iq-star-inserted-2.col {
  padding: unset;
}
.iq-star-inserted .iq-star-inserted-2.col .card {
  height: 100%;
}
.iq-star-inserted .iq-star-inserted-3.col {
  padding-left: unset;
}

@media (max-width: 991.98px) {
  .iq-star-inserted .card.my-5 {
    margin: unset !important;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-1.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col .card {
    height: unset;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-3.col {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
.body-class-1 {
  scroll-behavior: smooth;
}

.main-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.main-img .container h1 {
  margin: 0;
  font-size: 4.375rem;
  color: #fff;
}
.main-img .container h1 span {
  padding: 0.375rem 0.875rem;
  display: inline-block;
}

.bd-heading-1 .bd-example {
  margin-top: 1rem;
}
.bd-heading-1 .bd-example:first-child {
  margin-top: 0rem;
}

.bd-cheatsheet {
  margin-top: -2rem;
}
.bd-cheatsheet section article .card.iq-document-card {
  padding: 1.5rem;
}
.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
  margin: unset;
}

.bd-aside.card.iq-document-card {
  padding: 1.5rem;
  margin-top: -2rem;
}

/* Table of contents */
.bd-aside a {
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  color: rgba(138, 146, 166, 0.95);
  text-decoration: none;
}
.bd-aside a:hover, .bd-aside a:focus {
  background-color: rgba(58, 87, 232, 0.1);
}
.bd-aside .active {
  font-weight: 600;
  background-color: rgba(58, 87, 232, 0.1);
  color: #3a57e8;
}
.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #8A92A6;
  border: 0;
}
.bd-aside .btn .right-icon {
  transition: transform 0.35s ease;
}
.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(58, 87, 232, 0.1);
  color: #3a57e8;
}
.bd-aside .btn:focus {
  box-shadow: 0 0 0 0.063rem rgba(58, 87, 232, 0.7);
}
.bd-aside .btn[aria-expanded=true] .right-icon {
  transform: rotate(90deg);
}

.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin-top: 0.5rem;
}

/* Layout */
@media (min-width: 1200px) {
  .body-class-1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }

  .bd-aside.sticky-xl-top {
    top: 2rem !important;
  }

  .bd-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    grid-column: 1/span 3;
  }

  .sticky-xl-top {
    z-index: 2;
  }

  .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
    display: grid;
    gap: 2rem;
    grid-template-columns: 3fr 1fr;
    grid-column: span 2/span 2;
    grid-template-rows: auto;
  }

  .bd-aside {
    grid-area: 1/1;
    scroll-margin-top: 4rem;
  }

  .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
    top: 2rem;
    scroll-margin-top: 0;
  }

  .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
    top: calc(7.2rem + 2rem);
    scroll-margin-top: calc(7.8rem + 2rem);
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
    order: 2;
  }
  .bd-cheatsheet .bd-heading .card {
    margin-bottom: 0;
  }
  .bd-cheatsheet article .iq-document-card {
    margin-bottom: unset;
  }
  .bd-cheatsheet article .iq-document-card.iq-doc-head {
    margin-top: -6.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-offcanvas {
    width: 40% !important;
  }
}
@media (max-width: 767.98px) {
  .main-img .container h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199.98px) {
  .header .container {
    max-width: unset !important;
  }

  aside.mobile-offcanvas {
    margin-top: unset !important;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: block;
  }

  .body-class-1 {
    padding: unset;
  }
  .body-class-1.container {
    max-width: unset;
  }

  #content .iq-side-content .card {
    margin-top: 1.25rem;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1200;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #ffffffd6;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media (min-width: 1200px) {
  .bd-aside.card.iq-document-card, .bd-cheatsheet {
    margin-top: -3rem;
  }

  aside.mobile-offcanvas .offcanvas-header {
    display: none;
  }

  .bd-cheatsheet section .iq-side-content {
    grid-column-end: 3;
  }
  .bd-cheatsheet section .iq-side-content .card {
    margin-bottom: 0;
  }
}
body.offcanvas-active {
  overflow: hidden;
}

body.uikit .btn-download {
  display: none;
}

.uisheet.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(33, 37, 41, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.uisheet.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

#back-to-top {
  display: inline !important;
}
#back-to-top .top {
  bottom: 1.563rem;
  right: 1.563rem;
  z-index: 999;
}

.middle {
  display: inline !important;
}
.middle .mid-menu {
  position: fixed;
  top: 9.375rem;
  left: 0rem;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  background: #3a57e8;
  color: #fff;
  padding: 0.2rem;
  border-radius: 0 1rem 1rem 0;
}

.top-1 {
  top: 1rem;
}

/*:root {
    --bs-primary: #1aa053 !important;
}*/
.sidebar .navbar-brand {
    display: flex;
    padding: 0.6rem 0rem 0.6rem 1rem !important;
}
.main-content .content-inner {
    min-height: calc(100vh - 6.1rem);
}
/*.btn-primary:hover {
    color: #fff;
    background-color: #37d77a !important;
    border-color: #37d77a!important;
}*/
.breadcrumb-title {
    padding-left: 1rem;
}
.breadcrumb-title h2 {
    font-size: 1.2rem;
}
.main-content .message-container {
    min-height: 1px;
    padding: calc(var(--bs-gutter-x, 0.75rem) * 3);
    padding-bottom: 10px;
}
.pagination-container nav {
    float: right;
}
.main-content .content-inner {
    padding-top: 0px!important;
}
.content-inner {
    padding: calc(var(--bs-gutter-x, 0.4rem) * 3)!important;
}
.form-container {
    padding-top: 1.5rem!important;
}
.toprow {
    /* background: url("../images/dashboard/top-image.jpg") repeat-x; */
    background-position-y: -25px;

}
.fancy-table table tbody tr:nth-child(odd) td:first-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}
.fancy-table table tbody tr:nth-child(odd) td:last-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.fancy-table table thead th:first-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0.5rem!important;
}
.fancy-table table thead th:last-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0.5rem!important;
}
.sidebar-profile-card {
    margin-left: 0.75rem;
    padding-bottom: 0!important;
}
.btn-info:hover {
    color: var(--bs-white)!important;
    background-color: var(--bs-blue-tint-20)!important;
    border-color: var(--bs-blue-tint-20)!important;
}
/*.subheader-title {
    color: #fff!important;
    background-color:#1CA053 !important;
    border-color: #1CA053 !important;
    padding-top: 8px;
    margin-top: 10px;
}*/
.subheader-title h5 {
    color: #fff!important;
}
.note-btn.dropdown-toggle:after {
    content: none;
}
.image-preview {
    max-height: 200px;
    max-width: 400px;
}
.list-body {
    padding: 1.5rem 0rem;
}
.card-body.users ul li {
    list-style-type: none;
}
.card-footer.actions a {
    float: right;
    margin-left: 10px;;
}
.form-control::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 1;
}
.form-control::placeholder {
    color: #c1c1c1;
    opacity: 1;
}

.form-check-input[type=checkbox] {
    -webkit-border-radius: 0.125em;
    border-radius: 0.125em;
}

.form-check-input {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    border: 1px solid var(--bs-success)!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.51662 8.59792C-0.172207 7.90067 -0.172207 6.77019 0.51662 6.07293C1.20545 5.37567 2.32225 5.37567 3.01108 6.07293L5.25609 8.34542C5.39386 8.48488 5.61722 8.48488 5.75499 8.34542L12.9889 1.02294C13.6777 0.325686 14.7946 0.325686 15.4834 1.02294C16.1722 1.7202 16.1722 2.85068 15.4834 3.54794L5.75499 13.3954C5.61722 13.5349 5.39386 13.5349 5.25609 13.3954L0.51662 8.59792Z' fill='%231CA053'/%3e%3c/svg%3e") !important;
}

table caption {
    caption-side:top !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    --bs-text-opacity: 1;
    color: var(--bs-primary) !important;
    font-weight: bold;
}

.sidebar .navbar-brand .logo-title {
    margin-left: 0.5rem;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem;
}

.btn {
    padding: 0.5rem 0.75rem;
    text-transform: inherit;
}

#sidebar .item-name {
    text-overflow: ellipsis;
    overflow: hidden;
}

.filter-form-row > div {
    margin-bottom: 1rem;
}

.actions-column {
    display: flex;
    justify-content: space-evenly;
}

.actions-column > * {
    margin: 0 4px 4px 0;
}

.form-actions-row {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 1rem;
}

.form-actions-row > * {
    margin: 0 4px 4px 0;
}

.error-code {
    color: var(--bs-body-color);
}

.clear-button {
    border: none;
    background: none;
    padding: 0px;
}

.subheader-title {
    color: #fff!important;
    background-color: var(--bs-primary);
    border-color: var(--bs---bs-primary);
    padding-top: 8px;
    margin-top: 10px;
}

.subheader-title h5 {
    color: #fff!important;
}

.points {
    font-weight: bold;
    font-size: 3rem;
}

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

.removebtn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: red;
    padding: 2px;
    line-height: 0;
}
.tooltip-inner {
    white-space: pre-line;
}

.email-body thead,
.email-body tbody,
.email-body tfoot,
.email-body tr,
.email-body td,
.email-body th {
    white-space: normal;
}

.sidebar .sidebar-header,
.navbar {
    min-height: 66px;
}

#sidebar {
    padding-bottom: 60px;
}

.survey-card {
    padding: 0 4.25rem;
}

.text-80 {
    font-size: calc(var(--bs-body-font-size) * 0.8);
}

.custom-svg-icon {
    width: 0.9rem;
    align-self: end;
    margin-right: .25rem;
}

.custom-svg-icon.inline {
    display: inline-flex;
}

.custom-svg-icon.rev-stars {
    width: 11px;
    margin-right: 0;
}

.large .custom-svg-icon.rev-stars {
    width: 15px;
    margin-right: 0;
}

.custom-svg-icon.icon-g-star {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='none'%3E%3Cg fill='%23FFBE00'%3E%3Cpath d='M7.1 3L9.6 3.4C9.9 3.4 10.1 3.7 10 4 10 4.1 10 4.2 9.9 4.3L8 6.2C7.9 6.3 7.9 6.5 7.9 6.7L8.3 9.3C8.4 9.7 8.2 9.9 7.8 10 7.7 10 7.6 10 7.5 9.9L5.3 8.7C5.1 8.6 4.9 8.6 4.7 8.7L2.6 9.9C2.3 10.1 1.9 10 1.8 9.7 1.7 9.6 1.7 9.5 1.7 9.3L2.2 6.7C2.2 6.5 2.1 6.3 2 6.2L0.2 4.3C-0.1 4.1-0.1 3.7 0.2 3.5 0.3 3.4 0.4 3.4 0.5 3.4L3 3C3.2 3 3.3 2.8 3.4 2.7L4.5 0.3C4.6 0 5-0.1 5.3 0.1 5.4 0.1 5.5 0.2 5.5 0.3L6.6 2.7C6.7 2.8 6.9 3 7.1 3Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.custom-svg-icon.icon-w-star {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='none'%3E%3Cg fill='%23C2C9D6'%3E%3Cpath d='M7.1 3L9.6 3.4C9.9 3.4 10.1 3.7 10 4 10 4.1 10 4.2 9.9 4.3L8 6.2C7.9 6.3 7.9 6.5 7.9 6.7L8.3 9.3C8.4 9.7 8.2 9.9 7.8 10 7.7 10 7.6 10 7.5 9.9L5.3 8.7C5.1 8.6 4.9 8.6 4.7 8.7L2.6 9.9C2.3 10.1 1.9 10 1.8 9.7 1.7 9.6 1.7 9.5 1.7 9.3L2.2 6.7C2.2 6.5 2.1 6.3 2 6.2L0.2 4.3C-0.1 4.1-0.1 3.7 0.2 3.5 0.3 3.4 0.4 3.4 0.5 3.4L3 3C3.2 3 3.3 2.8 3.4 2.7L4.5 0.3C4.6 0 5-0.1 5.3 0.1 5.4 0.1 5.5 0.2 5.5 0.3L6.6 2.7C6.7 2.8 6.9 3 7.1 3Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.custom-svg-icon.icon-h-star {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='none'%3E%3Cpath d='M7.1 3L9.6 3.4C9.9 3.4 10.1 3.7 10 4 10 4.1 10 4.2 9.9 4.3L8 6.2C7.9 6.3 7.9 6.5 7.9 6.7 7.9 6.8 8 7.7 8.3 9.3 8.4 9.7 8.2 9.9 7.8 10 7.7 10 7.6 10 7.5 9.9L5.3 8.7C5.1 8.6 4.9 8.6 4.7 8.7L2.6 9.9C2.3 10.1 1.9 10 1.8 9.7 1.7 9.6 1.7 9.5 1.7 9.3L2.2 6.7C2.2 6.5 2.1 6.3 2 6.2L0.2 4.3C-0.1 4.1-0.1 3.7 0.2 3.5 0.3 3.4 0.4 3.4 0.5 3.4L3 3C3.2 3 3.3 2.8 3.4 2.7L4.5 0.3C4.6 0 5-0.1 5.3 0.1 5.4 0.1 5.5 0.2 5.5 0.3L6.6 2.7C6.7 2.8 6.9 3 7.1 3Z' style='fill:%23C2C9D6;opacity:0.4'/%3E%3Cpath d='M4.7 8.7L2.6 9.9C2.3 10.1 1.9 10 1.8 9.7 1.7 9.6 1.7 9.5 1.7 9.3L2.2 6.7C2.2 6.5 2.1 6.3 2 6.2L0.2 4.3C-0.1 4.1-0.1 3.7 0.2 3.5 0.3 3.4 0.4 3.4 0.5 3.4L3 3C3.2 3 3.3 2.8 3.4 2.7L4.5 0.3C4.6 0 4.9 8.6 4.7 8.7Z' fill='%23FFBE00'/%3E%3C/g%3E%3C/svg%3E ") center/100% 100% no-repeat;
}

.custom-svg-icon.icon-tripple-star {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='48' viewBox='0 0 49 48' fill='none'%3E%3Cstyle%3E.a%7Bfill:%239DA0A5;%7D%3C/style%3E%3Cpath d='M12.5 20.5L18.7 24 17 17.3 22.5 12.9 15.3 12.3 12.5 6 9.7 12.3 2.5 12.9 8 17.3 6.3 24 12.5 20.5Z' class='a'/%3E%3Cpath d='M34.5 20.5L40.7 24 39 17.3 44.5 12.9 37.3 12.3 34.5 6 31.7 12.3 24.5 12.9 30 17.3 28.3 24 34.5 20.5Z' class='a'/%3E%3Cpath d='M24.5 40.5L30.7 44 29 37.3 34.5 32.9 27.3 32.3 24.5 26 21.7 32.3 14.5 32.9 20 37.3 18.3 44 24.5 40.5Z' class='a'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.image-100 {
    width: 100%;
}

.service-200 {
    height: 200px;
    width: 200px;
    min-width: 200px;
    border-radius: 0.25rem;
}

.navbar-light .navbar-toggler {
    border: 0px;
}

.logo-title {
    max-width: 165px;
}
@media only screen and (max-width: 600px) {
    .logo-title {
        max-width: 148px;
    }
}

.signin-button {
    margin: 3px 0 0 0;
    max-height: 41px;
    font-size: 0.9rem;
    padding: 0px !important;
}
@media only screen and (min-width: 600px) and (max-width: 900px){
    .signin-google {
        margin-right: 0px !important;
    }
    .signin-button {
        margin: 0px 0 0 0;
        padding: 9px 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    .signin-google {
        margin-right: 0px !important;
    }
    .signin-button {
        margin: 6px 0 0 0;
        padding: 6px 0 !important;
    }
}

.mw-187 {
    min-width: 187px;
    width: 187px;
}

html {
    background: white;
}
