Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/default2.css.tar

home/lmsyaran/public_html/j3/modules/mod_consultants/css/default2.css000064400000007053151160044640022042
0ustar00section.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);
}

section.consultants .card .card-header a img:hover {
    transform: scale(1.1);
    filter: saturate(1.5);
}

.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;
}