﻿body {
}

.card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(122 70 70 / 52%);
    border-radius: 0px;
    padding: 30px;
}

h2.title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

a:hover {
    color: #545454;
    text-decoration: none;
}
/*
[type=radio] {
    position: absolute;
    opacity: 0;
}

    [type=radio] + img {
        cursor: pointer;
        margin-right: 0.5rem;
    }

    [type=radio]:checked + img {
        outline: 5px solid #58bae4;
    }

a {
    color: #ff0000;
}*/

.rdoclk:hover {
    cursor: pointer;
}


.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
}

.title {
    color: #746060;
}

span.name {
    padding-bottom: 5px;
}

.control-label {
    font-size: small;
}

.totalZakatVal {
    position: fixed;
    background: #f1fbff;
    box-shadow: rgb(253 201 0 / 16%) 0px 1px 4px;
    padding: 2%;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    z-index: 1;
    color: #FFF;
    font-weight: 600;
    top: 46%;
    left: 80%;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .totalZakatVal {
        position: fixed;
        background: #58bae4;
        box-shadow: rgb(253 201 0 / 16%) 0px 1px 4px;
        padding: 2%;
        border-bottom-left-radius: 10px;
        font-size: 16px;
        z-index: 1;
        color: #FFF;
        font-weight: 600;
        top: 55%;
        left: 70%;
    }
}


.total_label {
    color: #000
}

.total_val {
    color: #000
}
