@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
  font-family: 'Montserrat', sans-serif;

}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


:root {
  --gray: #e3e3e3;
  --gray-text: #BFBFBF;
  --dark-gray-text: #636363;
  --light-gray: #828282;
  --gray-bg: #F5F5F5;
  --white: #fff;
  --bs-blue: #fc7753;
  --bs-primary: linear-gradient(90deg, rgba(58, 12, 163, 1) 0%, rgba(114, 9, 183, 1) 100%);
  --color-primary: #7209B7;
  --secondary: #F72585;
  --light-blue: #4CC9F0;
  --semi-bold: 600;
  --font-size-defualt: 16px;
  --black: #282828;
  --light-purpule: #4361EE;
  --light-pink: rgb(243 238 246);
}

.text-light {
  color: white !important;
}

#process-step-modal .modal-content {
  min-height: 200px;
}

#step-complete-place-holder {
  font-size: 18px;
}

.bg-primary {
  background: var(--bs-primary)
}

.no-projects.h2 {
  font-size: 35px;
}

.no-projects .sub-title {
  max-width: 750px;
  margin: auto;
}

.no-projects .text {
  font-size: 16px;
  color: var(--dark-gray-text);
}

.text-primary {
  color: var(--color-primary) !important;
}

.semi-bold {
  font-weight: var(--semi-bold);
}

.profile-question .select2 {
  max-width: 400px;
}

.border-none {
  border: none !important;
}

.plus-icon {
  border-radius: 100%;
  background: var(--light-purpule);
  height: 30px;
  display: flex;
}

.plus-icon img {
  padding: 6px;
}

.project-details-section .card {
  border-radius: 20px;
}


.fields-wrap input,
.fields-wrap .select2 {
  max-width: 220px;
  border-radius: 10px;
  border: 1px solid var(--light-gray);
  overflow: hidden;
}

.fields-wrap .select2 {
  border-radius: 12px;
}

.project-details-form {
  border-radius: 20px;
}

.select2-container .select2-selection__arrow,
.select2-container .select2-selection__arrow::after {
  font-family: "Font Awesome 5 Pro" !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.select2-container .select2-selection__arrow::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  pointer-events: none;
}

.select2-selection__arrow b {
  display: none;
}

.project-select-wrap .select2-selection.select2-selection--single,
.project-select-wrap .select2-selection.select2-selection--single span {
  background-color: transparent;
  color: white;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.fixed-header {
  background-color: var(--light-pink);
}

.home-tabs {
  margin-top: 0 !important;
}

.color-primary,
.calert-success {
  color: var(--color-primary);
  padding: 0px;
}

.calert-success {
  border: unset;
  background-color: transparent;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.no-projects {
  min-height: 81vh;
  display: flex;
  align-items: center;
}

.btn-secondary {
  color: white;
  background-color: var(--secondary);
  border-color: var(--secondary);
}



.bg-primary {
  background: var(--bs-primary)
}

.insights .text {
  font-size: 18px;
}

.insights .floating-card.active .numbers {
  color: var(--secondary);
  font-size: 20px;
  line-height: normal;
}

.my-projects .floating-card .numbers {
  color: var(--gray-text);
  font-weight: bold;
  font-size: 35px;
  line-height: 30px;
}

.insights .floating-card .numbers {
  font-size: 50px;
  font-weight: bold;
  line-height: 35px;
}

.user-circle {
  color: var(--white);
  background: var(--light-blue);
  border-radius: 100%;
  padding: 4px;
  font-size: 14px;
}

.welcome {
  font-weight: var(--semi-bold);
}

.small-wrap {
  max-width: 430px;
}

.status-filter {
  flex: 0 0 33%;
  color: var(--black);
  font-weight: var(--semi-bold);
  font-size: 20px;
}

@media (min-width: 768px) {
  .hv-md-100 {
    min-height: 100vh;
  }
}

a,
.nav-link {
  color: #3f3f3f;
  text-decoration: none;
}



table th,
table td {
  max-width: 380px;
}


.bg-orange {
  background-color: var(--secondary)
}

.btn-orange {
  color: white;
  background-color: var(--secondary)
}

.border-unset,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link {
  border: unset;
}

.btn-orange:hover,
.btn-orange:active {
  color: var(--secondary);
  border-color: var(--secondary);
  background-color: white;
  opacity: 1 !important;
}

.settings-icon {
  width: 18px;
}

.guide-icons .text,
.guide-icons i {
  font-size: 16px;
}

/* body.Projects:not(.index),
body.Users.Profile {
  background-color: var(--gray-bg) !important;
} */

.btn-white {
  color: var(--dark-gray-text);
  background-color: white;
  border-color: var(--light-gray);
  border-radius: 10px;
}

.PurchaseHistory .forms-wrap,
.Integrations .forms-wrap {
  box-shadow: unset !important;
  padding: unset !important;
}

.form-control {
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  color: var(--dark-gray-text);
}

.PurchaseHistory #table-form>table>thead>tr>th:nth-child(1) {
  text-align: start;
}

.h-100vh {
  height: 100vh;
}

.r-0 {
  right: 0;
}

.tracking-side-bar {
  width: 30%;
  z-index: 99999999999;
}

.step-number {
  background: var(--secondary);
  border-radius: 100%;
  width: 30px;
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
}

.bar {
  border: 1px solid #D9D9D9;
  height: 9px;
  border-radius: 20px;
  background-color: white;
}

.bar.completed {
  background: var(--bs-primary);
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: 'Montserrat', sans-serif;
}

.sidebar-toggle-btn {
  position: absolute;
  right: 350px;
  top: 20%;
  background: var(--secondary);
  padding: 10px 7px 10px 12px;
  border-radius: 30px 0px 0px 30px;
  color: white;
  cursor: pointer;
}

.tracking-side-bar {
  width: 350px;
  right: -350px;
  transition: right 0.3s ease;
  top: 0;
}

.step.completed .step-description {
  text-decoration: line-through;
}

.tracking-side-bar.show {
  right: 0;
}

.tracking-side-bar hr {
  margin: 0.5rem 0;
}


#view-order-label:after {
  content: "";
  display: block;
  width: 110%;
  height: 3px;
  background: var(--light-purpule);
}

.total-amount-order {
  margin-right: 30px;
}

.last-item td {
  border-bottom: unset;
}

.white-fill {
  fill: white;
}

.fit-btn {
  display: flex;
  align-items: center;
  max-width: fit-content;
  gap: 10px;
}

.table-border-radius {
  border-radius: 20px;
  overflow: hidden;
}

.fas.fa-eye {
  font-size: 18px;
  margin-top: 3px;
}

.PurchaseHistory .forms-wrap>.row,
.Integrations .forms-wrap>.row {
  padding: unset !important;
}


.card-info-wrap {
  max-width: 70%;
}

.credit-date input:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}

.credit-date input:nth-child(2) {
  border-radius: 0 0.375rem 0.375rem 0;
}

.faded-label {
  color: var(--light-gray);
  font-size: 12px;
  text-transform: uppercase;
}

.gray-bg {
  background-color: var(--gray-bg) !important;
}

.Projects.index {
  background-color: white !important;
}

.tab-border-radius {
  border-radius: 40px;
}

.gradinet-text {
  background: linear-gradient(#3B2F6B 0%, #86434F 51%, #6556A1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-icon {
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-weight: 400;
}

input[type="checkbox"].checkbox-to-radio {
  opacity: 0;
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
}

input[type="checkbox"].checkbox-to-radio+label:before {
  height: 12px;
  width: 12px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #777;
  background-color: white;
}

.radio-button-wrap label {
  cursor: pointer;
}

.radio-button-wrap {
  width: 13px;
  margin-top: 1px;
}


.bold {
  font-weight: var(--semi-bold) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option--selectable {
  color: black;
}

.tab-content>.container,
.min-tab-content {
  min-height: calc(100vh - 355px);
}

.integration-page-min-height {
  min-height: unset !important;
}

.integration-page-min-height .min-tab-content {
  min-height: calc(100vh - 422px);
}

.step.active {
  background: var(--bs-primary);
}

.step.active a {
  color: white !important;
}

tr[data-chref] {
  cursor: pointer;
}

.tracking-side-bar hr {
  margin: 0rem 0.5rem;
}

input::placeholder {
  font-size: 14px;
}

.Contacts.index .filters-calander {
  margin-bottom: 10px;
}

.Contacts.index .calander-value {
  margin-bottom: 7px;
}

.search-bar {
  border-radius: 30px;
  border: 1.5px solid #282828;
}

#inviteUserModal .text-danger {
  font-size: 14px;
}



.table-row {
  border-radius: 10px;
}

input[type="checkbox"].checkbox-to-radio:checked+label:before {
  background-color: black;
}

input[type="checkbox"].checkbox-to-radio+label:before {
  border-radius: 50%;
}


.news-wrap .image-wrap img {
  max-height: 170px;
}



.news-container {
  padding-left: 0.5rem;
}

.date-text {
  font-size: 14px;
}

.owl-nav {
  text-align: center;
  font-size: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.news-wrap .card {
  border-radius: 20px;
  overflow: hidden;
}

.read-more {
  text-decoration: underline;
}

.floating-tag {
  top: 10px;
  left: 10px;
  border-radius: 30px;
}

.bulk-edit-fields-wrap {
  border-radius: 15px;
}

.pagination {
  justify-content: center;
}

.table-icon {
  width: 30px;
  left: -15px;
  position: absolute;
}

.bulk-edit .text {
  font-size: 14px;
  text-decoration: underline;
}

.forms-wrap {
  border-radius: 35px;
}

.btn.btn-blue {
  border: 1px solid var(--light-purpule);
  padding: 3px 13px 1px 13px;
  border-radius: 100px;
  background: white;
}

.transtion {
  transition: all 0.3s;
}

.cursor-pointer {
  cursor: pointer;
}

.border-radius-20 {
  border-radius: 20px;
}

.gradinet-text:hover,
.settings-wrap:hover,
.settings-wrap:hover svg path {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--secondary);
  fill: var(--secondary);
}

.select2-container {
  z-index: 99999999;

}

/* .modal-content .select2-container {
   z-index: 99999999;
} */

.project-members-section hr {
  background: var(--bs-primary);
  height: 1px;
  opacity: 1;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
  border-bottom: 3px solid var(--light-purpule);
  background: inherit;
}

.color-light-purpule {
  color: var(--light-purpule);
}

.color-secondary {
  color: var(--secondary);
}

.btn.btn-blue.active {
  background: var(--light-purpule);
  color: white;
}

#editProject .select2-selection.select2-selection--single {
  text-align: left;
}

.modal-md {
  min-height: 290px;
}

.btn-primary {
  color: white;
  background-color: var(--secondary);
  border-color: var(--secondary);
  height: max-content;
  border-radius: 100px;
  font-weight: 500;
  font-size: var(--font-size-defualt);
  padding: 8px 30px !important;
}

.btn-secondary {
  border-radius: 100px;
  background: white;
  border: 1px solid var(--dark-gray-text);
  color: var(--dark-gray-text);
}

.btn-primary:hover,
.btn-primary:active {
  color: var(--secondary) !important;
  border-color: var(--white) !important;
  background-color: var(--white) !important;
  opacity: 1 !important;
  border: 1px solid var(--secondary) !important;

}

.font-weight-medium {
  font-weight: 400 !important;
}

.profile-info {
  max-width: 450px;
}

.btn-info {
  color: var(--secondary);
  background-color: white;
  border-color: var(--secondary);
}

.btn-info:hover,
.btn-info:active {
  color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  background-color: white !important;
  opacity: 1 !important;
}

.border-orange {
  border-color: var(--secondary) !important;
}

.border-orange:hover {
  color: white;
  background-color: var(--secondary)
}



.form-check {
  min-height: unset !important;
}

.form-check-input:checked {
  background-color: var(--light-purpule);
  border-color: var(--light-purpule);
}

[data-href] {
  cursor: pointer;
}

.pagination {
  padding: 10px 0px
}

.pagination li {
  padding: 10px 15px
}

.pagination li.active a {
  color: var(--secondary)
}


table th,
table td {
  word-wrap: break-word;
}

/* .tab-content {
  min-height: 79vh;
} */


.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tab-content {
  background: #f4f7fa;
}

.form-block {}

.form-block:hover {
  border-color: #91e5d1;
  background-color: #91e5d126
}

.form-block.form-pending:hover {
  border-color: #fc7753;
  background-color: #fc775326
}

.form-block.form-inactive:hover {
  border-color: #e3e3e3;
  background-color: #e3e3e326
}

.form-block a:hover {
  color: var(--secondary)
}

.form-pending a {
  color: var(--secondary)
}

.form-inactive {
  background: var(--gray);
  opacity: 0.8
}

.project-block {
  min-height: 95px;
  border-radius: 10px;
}

.card-wrap {
  margin-bottom: 55px;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.floating-card {
  border-radius: 20px;
}

.bg-gray {
  background-color: var(--gray-bg) !important;
}



.last-item {
  border-radius: 0 15px 15px 0;
}

.spacer-row {
  height: 15px;
}


.semi-bold-title {
  font-weight: var(--semi-bold);
  /* font-size: 20px */
}

.my-projects .floating-card {
  flex: 0 0 31.3333%;
  max-width: 130px;
}

.floating-card img {
  width: 21px;
  height: 26px;
}

.insights .floating-card img {
  width: 45px;
  height: 25px;
}

.insights .floating-card-body {
  max-width: 240px;
  margin: 0 auto;
  gap: 10px;
}

.strip-secondary {
  background: #FFE9ED !important;
}

.table-td {
  padding: 20px 10px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.first-item.strip-secondary::before {
  content: '';
  position: absolute;
  top: 39%;
  left: -31px;
  width: 20px;
  height: 100%;
  background: url(../images/bell-solid.svg) no-repeat;
}


.active-indicator {
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.insights .active-indicator .icon-img {
  width: 77px;
  height: 44px;
}

.project-block.project-pending:hover {
  border-color: #fc7753;
  background-color: #fc775326
}

.project-block.project-inactive:hover {
  border-color: #e3e3e3;
  background-color: #e3e3e326
}

.project-block a:hover {
  color: var(--secondary)
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-selection.select2-selection--single {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 38px;
}

.hover-slide-up {
  transition: all 0.3s;
  cursor: pointer;
}

.hover-slide-up:hover {
  transform: translateY(-5px);
}




.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:active {
  color: var(--secondary)
}

.table-item {
  padding: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 9px;
}

.footer-texts-wrap {
  font-size: 14px;
}

.table-row {
  font-size: 14px;
}

/* .wrapper > div {
  padding: 3px;
} */

.work-break {
  word-wrap: break-word;
}

.user-options-dropdown .dropdown-toggle::after {
  color: white !important;
  content: unset;
}



.breathing {
  -webkit-animation: breathing 7s ease-out infinite normal;
  animation: breathing 7s ease-out infinite normal;
}


.copied {
  position: relative;
  border-bottom: 1px solid #00800042
}

.footer-texts-wrap div,
.footer-texts-wrap a {
  color: var(--dark-gray-text);
  font-size: 16px;
}

.footer-texts-wrap a:hover {
  text-decoration: underline;
}

.underline-on-hover:hover {
  text-decoration: underline;
}

.visbility-hidden {
  visibility: hidden;
}

.copied:after {
  position: absolute;
  content: '✔';
  color: green;
  margin-left: 5px;
}

.stars-icon-img {
  -webkit-animation: big-breathing 4s ease-out infinite;
  animation: big-breathing 4s ease-out infinite;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.sub-title {
  font-weight: 300;
}

.selected-project-label {
  font-weight: 300;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: white;
  border: 1px solid #000;
  border-radius: 50%;
  transition: background 0.3s;
}

.owl-stage-outer {
  padding-bottom: 10px;
}

.profile-question {
  max-width: 90%;
  margin: auto;
}

.owl-stage {
  padding-left: unset !important;
}

.footer a:hover {
  text-decoration: underline;
}

.owl-dot.active span,
.owl-dot:hover span {
  background: var(--light-purpule);
  border: 1px solid var(--light-purpule);
}


.project-select-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid white 1px;
}

.text-gray {
  color: #8c8b8b;
  font-size: 14px;
}

.edit-button {
  font-weight: 600;
  font-size: 14px;
}

.border-right-0 {
  border-right: unset;
}

.border-left-0 {
  border-left: unset;
}

.intergration-item {
  border-bottom: 2px solid #a3a3a3;
}

.text-grey {
  color: var(--dark-gray-text);
}


.bg-light-pink {
  background-color: var(--light-pink);
}

#selected-project-form select,
#selected-project-form .select2 {
  min-width: 220px;
  max-width: 220px;
  min-height: 43px;
}

.select2 {
  max-width: 250px;
  min-width: 200px;
}

.calander-value {
  color: var(--dark-gray-text);
  font-size: 16px;
}

.contact-wrap .number {
  font-size: 30px;
}

.statistics .card {
  max-width: 270px;
}

.statistics .card .h2 {
  font-size: 20px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  border-radius: 100% !important;
  height: 31px !important;
}

.statistics form .form-group {
  width: 200px;
}

.project-select-wrap .select2-container--default .select2-selection--multiple {
  background-color: transparent;
}

.project-select-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: unset;
  color: #c6c6c6;
  font-size: 14px;
  border: unset;
  padding: 0;
}

.project-select-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}




.selected-project {
  margin-left: 16px;
}

.project-select-wrap .select2 span:not(.dropdown-wrapper),
.project-select-wrap .select2 textarea {
  display: block;
  height: 38px !important;
  margin: 0 !important;
  margin-top: 1px !important;
}

.project-select-wrap .select2-search__field::placeholder,
.select2-container--default .select2-search--inline .select2-search__field {
  color: #c6c6c6;
}

.background-inherit {
  background: inherit;
}

.border-unset {
  border: unset;
}

.intergrations .h2 {
  font-size: 50px;
}

.bottom-3 {
  bottom: 2.5rem;
}

.insights-top-left {
  top: 3%;
}

.export {
  border-bottom: 1.5px solid var(--dark-gray-text);
}

.bulk-edit-fields-wrap {
  font-size: 14px;
}

a.active.settings-wrap {
  font-weight: 600;
  border-bottom: 3px solid var(--light-purpule);
  background: inherit;
  padding: 4px 10px;
}

.settings-page .tab-content,
.mapping-page .tab-content {
  border-radius: 40px;
}

.underline {
  text-decoration: underline !important;
}

.c-table thead th {
  font-weight: 400;
}

.intergration-icon img {
  max-width: 18px;
}

.c-table {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.first-item {
  border-radius: 15px 0 0px 15px;
  padding-left: 20px !important;

}

.last-item {
  padding-right: 20px !important;

}

.spinner {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--light-purpule);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.insights-top-right {}

select[multiple] {
  max-height: 24px !important;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes big-breathing {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  /* @-webkit-keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }

    25% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    60% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }

    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  } */

  /* @keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }

    25% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    60% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }

    100% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }*/
}