﻿
.card-style {
    text-align: right;
    border-radius: 0.50rem;
}

.card-header-style {
    direction: rtl;
    background-color: white;
    font-family: Kashiach OE-Bold;
    color: #bd1854;
    font-size: 24px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.card-height {
    min-height: 260px;
}

.swiper-pagination {
    --swiper-theme-color:white;
}

.Text-Color {
    color: #222222;
    font-size: 18px;
}

.Text3 {
    color: #444444;
    font-size: 16px;
    padding-right: 15px;
}

.Text-Input {
    border-bottom-color: #bd1854;
    border-bottom-width: thin;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0%;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.save-btn {
    width: 90%;
    height: 60px;
    font-size: 23px;
}

textarea::-webkit-input-placeholder {
    color: #444444;
    opacity: 40%;
    font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #444444;
    opacity: 40%;
    font-size: 16px;
}

.full-page-card-height {
    z-index: 999;
    margin-bottom: -50px;
}

.img-size {
    padding-right: 30px;
    bottom: 360px;
}

@media (min-width: 767px) {
    .body-style {
        max-height: 550px;
        overflow-y: auto;
    }

    .display-camera {
        display: none;
    }

    .img-size{
        width:25%;
    }
}

@media(min-width: 530px) and (max-width: 767px){
    .img-size{
        width:60%;
    }
}

@media(max-width: 530px) {
    .img-size {
        width: 85%;
    }
}




