.card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f3f2f1;
    background-clip: border-box;
    border: 1px solid rgb(122 70 70 / 52%);
    border-radius: 40px;
    padding: 30px;
}

.card-cv1 {
    height: auto !important;
    justify-content: center !important;
    border: 1px solid #d3d3d4 !important;
    box-shadow: 0 4px 8px 0 rgb(4 4 4/20%) !important;
    transition: 9.3s !important;
    background-color: #d3d3d4 !important;
    border-radius: 50px !important;
    /*   padding: 50px !important;*/
    background-clip: border-box !important;
    padding-left: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 50px !important;
}


h2.title {
    font-size: 20px;
    line-height: 30px;
    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;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
}


/*------------table stype------------------*/
.lp-list-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .lp-list-table td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .lp-list-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .lp-list-table tr:hover {
        background-color: #ddd;
    }

    .lp-list-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #58bae4;
        color: white;
    }

.contentt {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}



.list-group {
    border: 0px !important;
}

.action-btnn {
    position: absolute;
    top: 9px;
    right: 5px;
}

.expcollg {
    width: 85% !important;
}

.chkaline {
    text-align: right;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}

.font_15 {
    font-size: 15px;
}

.font_18 {
    font-size: 18px;
}

::placeholder {
    color: black;
    font-size: 14px;
}


/* typical phone screen resolution */
@media only screen and (min-width : 768px) {

    .btn-pad {
        margin-top: 35px;
    }

    .div_hobb_btn {
        text-align: left;
    }
}

@media only screen and (max-width : 768px) {

    .btn-pad {
        margin-top: 10px;
    }

    .div_hobb_btn {
        text-align: center;
    }
}
