
.error {
    color: #dc3545;
}
[v-cloak] {
    display: none;
}

[vhidden] {
    visibility: hidden;
}

.ui.message {
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
    font-size: 1em;
}

.ui.positive.message,
.ui.success.message {
    background-color: #fcfff5;
    color: #2c662d;
}

.ui.attached.positive.message,
.ui.attached.success.message,
.ui.positive.message,
.ui.success.message {
    -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.ui.positive.message .header,
.ui.success.message .header {
    color: #1a531b;
}

.ui.error.message,
.ui.negative.message {
    background-color: #fff6f6;
    color: #9f3a38;
}

.ui.attached.negative.message,
.ui.negative.message {
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.ui.error.message .header,
.ui.negative.message .header {
    color: #912d2b;
}

.off-canvas .contact-form .captcha-area {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 10px;
}

.off-canvas .contact-form .captcha-area img {
    width: 100%;
    height: 40px;
}

.off-canvas .contact-form .captcha-area .circular-corner {
    border-radius: 4px !important;
    border: 1px solid #e3e7fd;
}

.off-canvas,
.off-canvas-overlay {
    right: 0;
    top: 0;
    transition: 0.4s ease-in-out;
    position: fixed;
}


.off-canvas {
    width: 90%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(100%);
    z-index: 1060;
}

@media only screen and (min-width: 575px) {
    .off-canvas {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    .off-canvas {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .off-canvas {
        width: 45%;
    }
}

.off-canvas .form-control {
    height: auto;
    padding: 12px 16px;
    font-size: 14px;
}

.off-canvas .contact-form .captcha-area #captcha {
    padding: 8px 16px !important;
}

.off-canvas .contact-validation-active label.error {
    font-size: 12px;
    font-weight: 500;
}


.off-canvas .contact-validation-active label.error {
    font-size: 12px;
    font-weight: 500;
}


.off-canvas .contact-form h2 {
    font-size: 24px;
    font-weight: 600;
}
.off-canvas .contact-form p {
    margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
    .off-canvas .form-control {
        padding: 14px 18px;
        font-size: 16px;
    }

    .off-canvas .contact-form .captcha-area #captcha {
        padding: 8px 18px !important;
    }

    .off-canvas .contact-form h2 {
        font-size: 28px;
    }

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

    .off-canvas #note {
        color: #555 !important;
    }
}

.off-canvas .blog-view-more-button-area .submit-btn {
    padding: 8px 12px;
}

.off-canvas .blog-view-more-button-area {
    margin-top: 30px;
}

.off-canvas-active .off-canvas {
    transform: translateX(0);
}

.off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
}

.off-canvas-active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}

#scroll-top-button {
	 display: inline-block;
	 background-color: #242f6c;
	 width: 50px;
	 height: 50px;
	 text-align: center;
	 border-radius: 4px;
	 position: fixed;
	 bottom: 30px;
	 left: 30px;
	 transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	 opacity: 0;
	 visibility: hidden;
	 z-index: 1000;
}
 #scroll-top-button i {
	 font-style: normal;
	 font-size: 1.5em;
	 line-height: 50px;
	 color: #fff;
}
 #scroll-top-button:hover {
	 cursor: pointer;
	 background-color: #333;
}
 #scroll-top-button:active {
	 background-color: #555;
}
 #scroll-top-button.show {
	 opacity: 1;
	 visibility: visible;
}

#loader {
  display: none;
  margin-top: 10px;
}
#loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #145aff;
  display: inline-block;
  animation: rotating linear 2s infinite;
}


@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}



.newsletter-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.newsletter-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    width: 30em;
    border-radius: 0.5rem;
}

.newsletter-close-button {
    float: right;
    width: 1.5rem;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 0.2em 0.15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
}

.newsletter-close-button:hover {
    color: var(--clr-main);
}

/* download modal  */

.download-modal {
    z-index: 1050;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.download-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    width: 30em;
    border-radius: 0.5rem;
}

.download-close-button {
    float: right;
    width: 1.5rem;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 0.2em 0.15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
}

.download-close-button:hover {
    color: var(--clr-main);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.blog-view-more-button-area {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.theme-btn, .theme-btn:after {
    background: #5064d0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 4px 12px;
}


.newsletter-form .captcha-area {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 10px;
}

.newsletter-form .captcha-area img {
    width: 100%;
    height: 40px;
}

.newsletter-form .captcha-area .circular-corner {
    border-radius: 4px !important;
    border: 1px solid #e3e7fd;
}

.newsletter-form .captcha-area #newsletter-captcha {
    height: 38px;
}


#checkout-response  .sub.header{
    display: block;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.2em;
    color: rgba(0, 0, 0, .6);
}

#checkout-response i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    text-decoration: inherit;
    text-align: center;
    backface-visibility: hidden;
}


#checkout-response {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6rem auto;
}
#checkout-response .card {
    border-radius: 1rem !important;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
}
#checkout-response .card .content {
    padding: 1.5rem;
}
#checkout-response .card .content.title {
    font-size: 2rem;
    text-align: center;
    padding: 2.5rem;
    font-weight: 600;
    color: #fff;
    background: #5064d0;
}
#checkout-response .card .content.extra {
    font-size: 1rem;
    padding: 1rem;
    font-weight: 600;
}
#checkout-response .card .content.extra p {
    color: #3a77ff;
}
#checkout-response .card .content.summary .details {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #c7c7c7;
}
#checkout-response .card .content.summary .item {
    display: flex;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0.75rem;
    font-weight: 500;
}
#checkout-response .card .content.summary .item .price {
    margin-left: auto;
}
#checkout-response .card .content.summary .item .price.discount {
    color: #139a7b;
}
#checkout-response .card .content.summary .item .price.addition {
    color: #ef3333;
}
#checkout-response .card .content.summary .item:not(:last-child) {
    border-bottom: 1px solid #c7c7c7;
}
#checkout-response .card .content.summary .total {
    background: #f5f5f5;
    font-weight: 700;
}
#checkout-response .card .header {
    background: transparent;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
}
#checkout-response .card .header.icon {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #139a7b;
    display: table;
    width: auto;
    padding: 0.5rem 0.5rem 0;
    border: 3px solid #139a7b;
    border-radius: 1rem;
}
#checkout-response .card .header.text {
    font-weight: 600;
}
#checkout-response.success .header .message {
    font-size: 4rem;
    color: #666;
    text-transform: uppercase;
}
#checkout-response.failure .card .content.title {
    background: #ff4747;
    font-size: 1.5rem;
}
#checkout-response.confirm .card .content.title {
    background: #135c9a;
}
#checkout-response .guest-token {
    background: #f5f5f5;
}
#checkout-response .guest-token .header {
    font-weight: 600;
}
#checkout-response .guest-token .token {
    padding: 1rem 1.5rem;
    display: table;
    margin: 1rem auto 3rem;
    font-size: 1.3rem;
    background: #17b38f;
    font-weight: 600;
    color: #fff;
    border-radius: 0.5rem;
    position: relative;
}
#checkout-response .guest-token .download {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.5rem;
    display: table;
    border-radius: 0.5rem;
    background: #e6e6e6;
    color: #363636;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
}

#checkout-response .center {
    text-align: center;
}

#checkout-response .card .content a.ui.button {
    background: #242f6c !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 18px;
    transition: 0.3s;
    padding: 0.78571429em 1.5em;
}

#checkout-response .card .content a.ui.button:hover {
    background: #3e4ea8 !important;
    color: #fff !important;
}

#checkout-page .cart-items-right {
    min-height: auto !important;
}

#checkout-page .cart-items-right .cart-item {
    box-shadow: none !important;
}

.blog-single-section .entry-meta i {
    color: #2563eb;
    padding-right: 6px;
}

.blog-content .tags .tag{
    background: #e3e8ff;
}

.home_themepaste_service .fast-turnaround .grid.grid-cols-12 .col-span-12.xl\:col-span-8 .flex.justify-between.py-12.border-b.border-gray-200.pl-24{
 min-height: 182px;
}

 
