:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
    --color-dark: #0F172B;
    --light-gray: #e8e8e8;
    --gray: #d8d8d8;
    --info: #aeaeae;
    --primarydark: #999999;
    --color-ok: rgb(255,119,0);
    --color-vk: #297fd6;
    --color-main: #0F172B;
    --border-radius-main: 30px;
    --color-danger: #dc3545;

}

html,
body {
    font-size: 1em;

    color: var(--dark);
    /*background: rgba(255, 255, 255, 0);*/
}

.text-logo{
    font-family: 'Pacifico', cursive;
    font-weight: lighter;
    font-size: 20px;
}

.text-logo  span{
    color: var(--light);
}


p {
    margin-top: 0.5rem;
    margin-bottom: 0;
}




.content-b{

    min-height: 80vh;
}

.content-main-b{
    padding-top: 2rem;
}

.hero-header{
    min-height: 100vh;
}

.padding-b{
    padding-top: 92px;
    background-color: var(--dark);
}

.navupload{
    padding-left: 10px;
    padding-right: 10px;
    color: var(--light);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: dashed 2px var(--dark);
    border-right: dashed 2px var(--dark);
    border-bottom: dashed 2px var(--dark);
}




@media screen and (min-width:600px) {
    .sticky{
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 62px;
        z-index: 500;
    }
}

.spinner-border {
    vertical-align: -0.5em;
}

.foto-list{
    padding: 5px;
}

.card-b-foto{

    border: dashed 2px var(--dark);
    border-radius: 20px;
    /*background: var(--light);*/
}

.krajee-default.file-preview-frame .kv-file-content {
    height: auto;
}

.form-label {
    color: var(--dark);
}
.form-control::placeholder{
    color: var(--primarydark);
}

.form-control {
    color: var(--dark);
}

.price_photo{
    color: var(--primary);
    font-size: 22px;
    border-bottom: dashed 1px var(--primary);
    white-space: nowrap;
    padding: 14px;
    font-weight: 700;
}

.price_photo_detail{
    border-radius: 20px;
}

.price_order{
    border-bottom: dashed 1px;
    white-space: nowrap;
}

.price_baner{
    border-bottom: dashed 1px;
    white-space: nowrap;
    margin-left: 1rem;
}

.shoping-cart{
    border: dashed 2px var(--dark);
    border-radius: var(--border-radius-main);
    padding: 10px;
    color: var(--dark);
}

.btn{
    border-radius: var(--border-radius-main);
    margin-top: 5px;
    margin-bottom: 5px;
    /*padding: 12px;*/
}

.text-info-form{
    color: var(--primarydark);
    font-size: .8rem;
}

.text-info-main{
    font-size: .8rem;
}

.back-to-top {
    right: 93px;
    bottom: 25px;
}

.accent{
    font-weight: bold;
    border-bottom: dashed 1px;
}


.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    color: #ccc;
    content: "/";
}

.iti {
    display: block;
    text-align: left;
}

.iti .form-control  {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table td, .table th {
    white-space: normal;
}

.img-rounded{
    border-radius: 50px;
}

.img-circle{
    border-radius: 50px;
}

.breadcrumb {
     padding-top: 10px;
     font-size: 1rem;
}

.order-foto-form{
    border: dashed 1px var(--primary);
    border-radius: 15px;
}

.mb-3 {
    margin-bottom: 2rem !important;
}



.price-list-order-admin{
    border-bottom: dashed 1px;
    white-space: nowrap;
    font-weight: bold;
}

.view-order-text{
    font-weight: bold;
    color: var(--dark);
}

.list-admin-order{
    border: dashed 2px var(--primary);
    border-radius: 15px;
    background: white;
}

.delivery-card{
    border-radius: 15px;
}

.card-border{
    border-radius: var(--border-radius-main);
}

.item-photo{
    width: 20%;
    padding: 10px;
}

.zapis{
    border-radius: 15px;
    border: dashed 2px var(--light);
}

.carousel-indicators {
    margin-bottom: 7rem;
}

.input-group>.form-control, .input-group>.form-select {
    /*height: 3rem;*/
}

.form-floating>.form-control, .form-floating>.form-select {
    height: auto;
}

.i-service{
    font-size: 40px;
}

.rounded-tl{
    border-top-left-radius: 20px;
}

.rounded-tr{
    border-top-right-radius: 20px;
}

.rounded-bl{
    border-bottom-left-radius: 20px;
}

.rounded-br{
    border-bottom-right-radius: 20px;
}

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

.form-floating>label {
    left: 10px;
}

.form-floating > .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear {
    margin: -0.3rem 1.75rem 0 0;
}

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

.form-control {
    border-radius: 10px;

}

.testimonial-item{
    min-height: 170px;
}

.select2-container--krajee-bs5 .select2-selection--single {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 1.5rem 0.375rem 0.5rem;
    min-width: 180px;
}

.select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    float: right;
    font-size: 1.5rem;
    margin-right: 6px;
}


.delete-photo{
    -webkit-filter: blur(2px) grayscale(100%);
    -moz-filter: blur(2px) grayscale(100%);
    -o-filter: blur(2px) grayscale(100%);
    -ms-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
    pointer-events: none;
}

.chek-photo-order{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);

}

.chek-portfolio-content{
    /*border: 2px solid var(--color-main);*/
    outline: 2px solid var(--color-main);
}

.zakaz-ok{
    position: absolute;
    z-index: 1900;
    left: 10px;
    /*top: 10px;*/
    bottom: 110px;
    padding: 10px;
    background: var(--color-dark);
    color: white;
    border-radius: var(--border-radius-main);
    opacity: .9;
    border: 2px solid white;
}

.div-foto{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-main);
}

.pricing-item ul, li {
    list-style: none;
}

.brand-download{
    position: absolute;
    z-index: 120;
    right: 10px;
    top: 10px;
    padding: 10px;
    color: var(--dark);
    font-size: 2rem;
    text-shadow:
            0 0 7px #fff,
            0 0 10px #fff,
            0 0 21px #fff;

}

.brand-vk{
    position: absolute;
    z-index: 120;
    right: 10px;
    top: 10px;
    padding: 10px;
    color: var(--color-vk);
    font-size: 2rem;
    text-shadow:
            0 0 7px #fff,
            0 0 10px #fff,
            0 0 21px #fff;

}

.brand-ok{
    position: absolute;
    z-index: 120;
    right: 10px;
    top: 10px;
    padding: 10px;
    color: var(--color-ok);
    font-size: 2rem;
    text-shadow:
            0 0 7px #fff,
            0 0 10px #fff,
            0 0 21px #fff;
}

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


.alert {
    border-radius: var(--border-radius-main);
}

.alert-danger {
    background: var(--color-danger);
    color: white;
    border: white;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    color: white;
    --bs-btn-close-color: white;
}

.alert-success {
    background: #199452;
    color: white;
    border: white;
}

.service-item{
    padding: 5px;
    border-radius: var(--border-radius-main);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.service-item .icon i{
    font-size: 2rem;
    padding: 10px;
}

.progress{
    height: 40px;
}

.pic-order{
    border-radius: var(--border-radius-main);
    padding-right: 10px;
}

.sale-pin{
    border-radius: var(--border-radius-main);
}

.hero-header img {
     animation: unset!important;
}

.img-qr{
    height: 170px;
    width: 150px;
}

.carousel-control-prev-icon {
    display: none;
}
.carousel-control-next-icon {
    display: none;
}

.btn-miniapp{
    border: solid 2px var(--primary);
    border-radius: var(--border-radius-main);
}

.line-through{
    text-decoration: line-through;
}

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