/*General CSS*/
html, body{
    height:100%;
}

body{
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


p{
font-size: 17px;
font-family: 'Lora', sans-serif;
font-weight: 600;
}

h1, h2, h3, h4 {
    font-family: "Alice", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*Main Content START*/

.role-card{
    position:relative;
}

.role-body{
    background-color: #fff;
    color:#38B8A4;
    border-radius: 30px;
    padding: 30px 30px;
    max-width:1066px;
}

.card-contents{
    text-decoration: none;
    background: #F8F8F8;
position: relative;
    border-radius: 30px;
    min-height: 246px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    color: #666;
}

.avatar-img{
    width:120px;
    margin-bottom:10px;
}

.card-title{
    font-family: 'Alice', sans-serif;
    font-size: 22px;
    color:#666666;
}

.role-card button{
    font-size: 26px;
    position: absolute;
    top:20px;
    right:20px;
    z-index: 100;
    color:#38B8A4;
}

.box {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23333' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius: 30px;
}
.sub-title{
    color:#2A4876;
    font-family: 'Lora', sans-serif;
    font-weight: 500;
    font-size:20px;
}

.role-modal .modal-content{
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 0;
}

.role-modal .modal-header{
    border:0;
    padding:30px;
}

.role-modal .modal-body{
    padding-top:0;
    padding-bottom:40px;
}

.modal-desc{
    font-family: 'Lora', sans-serif;
    font-weight: 500;
    font-size: 17px;
    width:300px;
    margin-top:14px;
}



/*<<----MEDIA QUERIES---->>*/

@media (max-width:992px){
    body{
        -ms-flex-align: start;
        -ms-flex-pack: start;
        -webkit-box-align: start;
        align-items: start;
    }
}

@media (max-width:576px){
    .role-body {
        padding: 30px 2px;
    }
    .card-contents{
        min-height:270px;
    }

}


@media (max-width: 375px){
    .role-card{
        width:100%;
    }

}

.role-card button i {
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: inline-block;
}

.card-contents:hover {
    background-color: #38B8A4;
    color: #fff;
    transition: 0.3s;
    transform: translate(0, -10px);
}

.role-body .Title {
color:#0f6156;
}

.role-body .role-card .btn i {
    color: #0f6156;
}

.role-body .card-contents {
    color: #0f6156;
}

.role-body .card-contents:hover {
    background-color: #FBB03B;
    color: #000C36;
}

.role-body .card-title {
    font-weight: 400;
color: #0f6156;
}

.role-popup-img {
    max-width: 80%;
}
