﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --main-bg-color: #003580;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font: 14px sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#carouselExampleIndicators {
    display: flex;
    height: 300px;
    max-width: 500px;
}

.cc-image {
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    width: 90%;
    margin: auto;
    display: flex;
}

.center {
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.search-result-bar h5 {
    display: inline-block;
}

.Card-img {
    padding: 10px !important;
}
.card-img img{
    max-height:200px;
}

    .vacant-time div {
        margin-right: 5px;
        margin-bottom: 5px;
    }

.product-price {
    min-width: 50px;
    height: 30px;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
}

    .product-price p {
        margin: 0;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.template-addon {
    line-height: 2.5;
}

.spin-counter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin: 10px 0 0 0;
}

    .spin-counter input {
        margin: 0px;
    }

    .spin-counter p {
        padding: 5px;
        font-size: 15px;
        line-height: normal;
    }

    .spin-counter i {
        font-size: 15px;
    }

    .spin-counter [class*="btn"] {
        padding: 2px;
    }


#custCarousel {
    max-width: 500px;
    max-height: 300px;
    margin: auto;
    /*display:flex;*/
}

.carousel-inner img {
    /* width: 100%;
    height: 100%;    */
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    width: 90%;
    margin: auto;
    display: flex;
    max-height:300px;
}

.carousel-control-next, carousel-control-prev {
    top: calc(50% - 15px) !important;
    height: 32px;
    width: 24px;
    background-color: black;
    margin: 0 24px;
    padding: 0 4px;
    border-radius: 4px;
}

.carousel-control-next-icon, carousel-control-prev-icon {

}

/*#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

    #custCarousel .carousel-indicators > li {
        width: 100px;
    }

    #custCarousel .carousel-indicators li img {
        display: block;
        opacity: 0.5;
    }

    #custCarousel .carousel-indicators li.active img {
        opacity: 1;
    }

    #custCarousel .carousel-indicators li:hover img {
        opacity: 0.75;
    }
*/
/*.carousel-item img {
    width: 80%;
}
*/
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.image-title {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 5px;
}

.loading-contaner {
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    position: fixed;
    top: 0px;
    left: 0px;
}
.m-bottom{
    margin-bottom:30px;
}

.btn-circle:hover {
    cursor: pointer;
}

.btn-circle i {
    font-size:x-large;
    margin-top:3px;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    .modal-content {
        height: 100vh;
        overflow-y: auto;
    }

    .modal-body {
        padding: 0px 10px 10px 10px;
    }

    .modal-header, .modal-footer {
        padding: 5px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form-group .form-control {
        padding: 0.5rem;
    }
       

}
.credit-card-componant .payment-title {
    width: 100%;
    text-align: center;
}

.credit-card-componant .form-container .field-container:first-of-type {
    grid-area: name;
}

.credit-card-componant .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.credit-card-componant .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.credit-card-componant .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.credit-card-componant .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.credit-card-componant .field-container {
    position: relative;
}

.credit-card-componant .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    /*max-width: 400px;*/
    padding: 20px;
    color: #707070;
}

.credit-card-componant label {
    padding-bottom: 5px;
    font-size: 13px;
}

.credit-card-componant input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.credit-card-componant .ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.credit-card-componant .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.credit-card-componant .container {
    width: 100%;
    /*max-width: 400px;*/
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

    #ccsingle svg {
        width: 100px;
        max-height: 60px;
    }

.credit-card-componant .creditcard svg#cardfront,
.credit-card-componant .creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.credit-card-componant .creditcard .lightcolor,
.credit-card-componant .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.credit-card-componant .creditcard .lightblue {
    fill: #03A9F4;
}

.credit-card-componant .creditcard .lightbluedark {
    fill: #0288D1;
}

.credit-card-componant .creditcard .red {
    fill: #ef5350;
}

.credit-card-componant .creditcard .reddark {
    fill: #d32f2f;
}

.credit-card-componant .creditcard .purple {
    fill: #ab47bc;
}

.credit-card-componant .creditcard .purpledark {
    fill: #7b1fa2;
}

.credit-card-componant .creditcard .cyan {
    fill: #26c6da;
}

.credit-card-componant .creditcard .cyandark {
    fill: #0097a7;
}

.credit-card-componant .creditcard .green {
    fill: #66bb6a;
}

.credit-card-componant .creditcard .greendark {
    fill: #388e3c;
}

.credit-card-componant .creditcard .lime {
    fill: #d4e157;
}

.credit-card-componant .creditcard .limedark {
    fill: #afb42b;
}

.credit-card-componant .creditcard .yellow {
    fill: #ffeb3b;
}

.credit-card-componant .creditcard .yellowdark {
    fill: #f9a825;
}

.credit-card-componant .creditcard .orange {
    fill: #ff9800;
}

.credit-card-componant .creditcard .orangedark {
    fill: #ef6c00;
}

.credit-card-componant .creditcard .grey {
    fill: #bdbdbd;
}

.credit-card-componant .creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.credit-card-componant .container {
    perspective: 1000px;
}

.credit-card-componant .creditcard {
    width: 100%;
    /*max-width: 400px;*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

    .credit-card-componant .creditcard .front,
    .credit-card-componant .creditcard .back {
        position: absolute;
        width: 100%;
        max-width: 400px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

    .credit-card-componant .creditcard .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .credit-card-componant .creditcard.flipped {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .iti {
        width: 100%;
    }

    .iti input.form-control {
        width: 100%;
    }