.vCard {
    margin-bottom: 10px;
    padding: 2% 2%;
}

.vCard .card {
    width: 100%;
    border-width: 0px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.vCard .card:before {
    content: "";
    position: absolute;
    padding: 0px !important;
    top: 3px;
    left: 0%;
    width: 100%;
    rotate: 6deg;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    z-index: -1;
}

.vCard .card .card-body {
    background-color: transparent;
    /*padding-top: 10px;*/
}

.vCard .card .card-body .title{
    margin-top: 20px;
}

.iconCircle {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,1);
    /*color: rgba(255,255,255,1);*/
    border-radius: 100%;
    padding: 5px;
    font-size: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-radius: 10px;
    text-align: center;
    padding: 7px 5px 5px 5px;
    font-size: 10px;
    color: rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.7);
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-radius: 10px;
    text-align: start;
    padding: 7px 5px 5px 5px;
    font-size: 10px;
    color: rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.5);
}

.detailsButton {
    margin-right: 5px;
    padding: 7px 10px;
    border-width: 1px 0px 1px 1px;
    border-color: rgba(0, 213, 195,0.4);
    border-style: solid;
    background-color: transparent;
    color: rgba(0,0,0,0.5);
    font-size: 10px;
    border-radius: 7px 0px 0px 7px;
    font-family:"BPG Arial Caps" !important;
}

.fullDetailsButton {
    padding: 7px 10px;
    border-width: 1px;
    border-color: #f3b942;
    border-style: solid;
    background-color: transparent;
    color: rgba(0,0,0,0.5);
    font-size: 10px;
    border-radius: 7px;
    font-family:"BPG Arial Caps" !important;
}

.vCard ul {
    padding: 5px 5px 5px 15px !important;
    margin: 0px;
}

.vCard ul li {
    padding: 2px 0px;
    font-size: 10px;
    font-family:"BPG Arial Caps" !important;
    color: rgba(0,0,0,0.5);
    text-decoration: none !important;
}

.vCard ul li span {
    margin-left: 10px;
    font-size: 10px;
    font-family:"BPG mrgvlovani" !important;
    color: rgba(0,0,0,0.9);
    text-decoration: none !important;
}

.vCard .pDetails {
    margin-bottom: 10px;
    border-width: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: 100px;
    display: block;
    z-index: 1 !important;
    cursor: pointer;
}





.startFileFolderBtn {
    margin-right: 5px;
    padding: 7px 10px;
    border-width: 1px 0px 1px 1px;
    border-color: #f3b942;
    border-style: solid;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 10px;
    border-radius: 7px 7px 0px 7px;
    font-family:"BPG Arial Caps" !important;
    cursor: pointer;
}

.startCameraBtn {
    margin-right: 5px;
    padding: 7px 10px;
    border-width: 1px 1px 1px 0px;
    border-color: rgba(0, 213, 195,0.8);
    border-style: solid;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 10px;
    border-radius: 7px 7px 7px 0px;
    font-family:"BPG Arial Caps" !important;
}

.btn-success { background: #2ECC71; }
.btn-danger { background: #E74C3C; }

.takePic {
    margin: 10px;
    padding: 7px 30px;
    border-width: 1px 1px 1px 0px;
    border-color: #2ECC71;
    border-style: solid;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 10px;
    border-radius: 7px 7px 7px 0px;
    font-family:"BPG Arial Caps" !important;
}

.setPic {
    margin: 10px;
    padding: 7px 30px;
    border-width: 1px 1px 1px 1px;
    border-color: #2ECC71;
    border-style: solid;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 10px;
    border-radius: 7px 7px 7px 7px;
    font-family:"BPG Arial Caps" !important;
}

.closeCamera {
    margin: 10px;
    padding: 7px 30px;
    border-width: 1px 0px 1px 1px;
    border-color: #E74C3C;
    border-style: solid;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 10px;
    border-radius: 7px 7px 0px 7px;
    font-family:"BPG Arial Caps" !important;
}

#camera-wrapper {
    display: none;
    margin-top: 15px;
}

video, canvas, #preview-img {
    width: 100%;
    max-height: 300px;
    border-radius: 8px;
    object-fit: cover;
    background: #000;
}

.modal-content {
    background-color: transparent !important;
}

.modal-body {
    background-color: #fff !important;
    border-radius: 10px 0px 10px 10px;
}

.modalOptions {
    top: 0px;
    left: 0px;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
}

.closeModal {
    padding: 7px;
    color: rgba(243, 185, 66, 1);
    border-radius: 20px 20px 0px 20px !important;
    background: rgba(255, 255, 255, 0.3);
    border-width: 0px;
}
