Spade
Mini Shell
| Directory:~$ /proc/self/root/home/lmsyaran/public_html/j3/modules/mod_consultants/css/ |
| [Home] [System Details] [Kill Me] |
section.consultants{
direction: ltr !important;
}
section.consultants .card .card-header{
display: flex;
justify-content: center
}
section.consultants .card .card-header a{
display: block;
width: 80px;
height: 80px;
}
section.consultants .card .card-header a img{
width: 100%;
height: 100%;
border-radius: 100%;
}
section.consultants .card .card-body{
text-align: center;
}
section.consultants .card .card-body ul li{
border: none;
}
section.consultants .card .card-footer{
text-align: center;
}
/*------------------consultantItem view style---------------------*/
.consultantCard .card-header{
background-image: linear-gradient(82deg,#065482 10%,#00c395 92%);
}
.consultantCard .card-body{
display:flex;
justify-content:space-around;
}
.consultantCard .block1{
width: 115px;
height: 115px;
}
.consultantCard img{
width: 100%;
height: 100%;
border-radius: 50%;
border: 3px solid #ccc;
}
.consultantCard .block2 ul{
list-style: none;
}
.consultantCard .block2 ul li{
margin: 8px 0;
}
.consultantCard .block2 ul h1{
font-size: 25px;
font-weight: 600;
}
.consultantCard .block3{
font-size: 13px;
}
.consultantCard .block3 ul{
list-style: none;
}
.consultantCard .block3 ul li{
margin: 10px 0;
}
.consultantCard .block3 ul span:first-child{
color: #9f7878;
}
.plans ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.plans ul li{
border: 1px solid #ccc;
border-radius: 4px;
padding: 13px 5px;
cursor: pointer;
margin-bottom: 10px;
}
.plans ul li > div:first-child{
display:flex;
justify-content:space-around
}
.plans ul li > div:last-child{
font-size: 10px;
color: #9f7878;
margin-top: 13px;
}
.activeplan{
border: 1px solid #ff0101 !important;
}
header .navbar ul li.active
{
position: relative;
}
header .navbar ul li.active:after
{
width: 100%;
height: 2px;
content: '';
background-color: #4cd9a4;
position: absolute;
}
/*------------------consultantItem view style edit
mahdi---------------------*/
section.consultants .card .card-header a {
width: 210px;
height: 210px;
}
section.consultants .card .card-header a img {
width: 100%;
height: 100%;
border-radius: 100%;
object-fit: cover;
object-position: center;
transition: 0.3s;
transform: scale(1.09);
border: 1px solid rgb(109 109 109 / 37%);
}
section.consultants .card .card-header a img:hover {
transform: scale(1.15);
/* filter: saturate(1.5); */
box-shadow: 0 1px 14px 1px rgb(0 0 0 / 19%);
}
.owl-stage-outer {
padding: 60px 0;
}
.location-profile-image{
/* position: absolute; */
/* top: -20px; */
}
.card-header{
position: relative;
height: 180px;
}
section.consultants .card .card-header {
display: flex;
justify-content: center;
background-position: center center;
background-size: cover;
}
section.consultants .card .card-header::after {
/* content: ''; */
/* width: 100%; */
/* height: 100%; */
/* display: block; */
/* background:rgb(26 26 26 / 69%); */
}
section.consultants .card .card-header,
section.consultants .card,
section.consultants .card .card-header::after{
border-radius:20px 20px 0 0 !important;
}
.list-group-item a {
font-size: 20px;
font-weight: bold;
color: #3f3e3e;
}
.list-group-item svg.bi-suit-heart {
color: red;
}
.get-advice-button {
background: #ff627d !important;
border-color: #f84161 !important;
box-shadow: inset 0 0 15px #ea0a0a !important;
}
.background-profile-blur {
filter: blur(16px);
display: block;
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
}
section.consultants .card .card-header a {
width: 130px;
height: 130px;
position: absolute;
top: 88px;
z-index: 2;
display: block;
}
svg#Layer_1 {
width: 20px;
margin-left: 5px;
}
.item ul li.specialty svg{
width: 24px !important;
height: 24px;
color: #0ba287;
}
.item ul li.comment svg{
width: 30px !important;
height: 22px;
color: #1b00ff87;
}
.item ul li.consultantCount svg{
width: 30px !important;
height: 22px;
color: #ff000091;
}