.user-profile .sections{display:grid;grid-template-areas:"profile" "credentials" "location" "homepage";grid-template-columns:minmax(0,1fr);grid-row-gap:15px}.user-profile .sections .profile{grid-area:profile}.user-profile .sections .credentials{grid-area:credentials}.user-profile .sections .location{grid-area:location}.user-profile .sections .email-templates{grid-area:email-templates}.user-profile .sections .profile .details{display:grid;grid-template-areas:"side data";grid-template-columns:300px 1fr;grid-column-gap:15px;grid-row-gap:15px}.user-profile .sections .profile .details .side{grid-area:side}.user-profile .sections .profile .details .data{grid-area:data}.user-profile .sections .profile .details .side{background:#00abf0;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 .5px 0 0 #fff inset,0 1px 2px 0 #e5e5e5;box-shadow:inset 0 .5px 0 0 #fff,0 1px 2px 0 #e5e5e5}.auto123 .user-profile .sections .profile .details .side{background:#60ab56}.wixcar .user-profile .sections .profile .details .side{background:#a0c466}.automoto .user-profile .sections .profile .details .side{background:#e11924}.evsimple .user-profile .sections .profile .details .side{background:#185a55}.fincar .user-profile .sections .profile .details .side{background:#52b944}.user-profile .sections .profile .details .side .user{padding:40px 20px 40px 20px}.user-profile .sections .profile .details .side .user .name{margin:0 0 0 0;padding:0 0 0 0;color:#fff;text-align:center;font-size:24px;font-weight:300;overflow:hidden}.user-profile .sections .profile .details .side .user .email-phone{margin:3px 0 0 0;padding:0 0 0 0;color:#fff;text-align:center;font-size:16px;font-weight:300}.user-profile .sections .profile .details .side .user .image{margin:30px 0 0 0;padding:0 0 0 0}.user-profile .sections .profile .details .side .user .image .inner{width:160px;margin:auto}.user-profile .sections .profile .details .side .user .image .inner a{width:160px;height:160px;position:relative;overflow:hidden;border-radius:50%;display:block;border:8px solid hsla(0,0%,100%,.3)}.user-profile .sections .profile .details .side .user .image .inner a span{width:152px;height:152px;background-size:cover;background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;display:block}.user-profile .sections .profile .details .side .user .actions{margin:40px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-profile .sections .profile .details .side .user .actions .button{width:110px;margin:5px}.user-profile .sections .profile .details .side .user .actions .button .btn-site{font-size:13px;border-radius:20px}.user-profile .sections .profile .details .side .user .leads-add{padding:0 0 0 0;margin:30px auto 0 auto}.user-profile .sections .profile .details .data{background:#fff;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 .5px 0 0 #fff inset,0 1px 2px 0 #e5e5e5;box-shadow:inset 0 .5px 0 0 #fff,0 1px 2px 0 #e5e5e5}.user-profile .sections .profile .details .data .title{background:#fff;border-radius:4px 4px 4px 4px;padding:18px 15px 18px 15px;font-weight:300;font-size:18px}.user-profile .sections .profile .details .data .content{border-top:1px solid #eee;padding:15px 15px 15px 15px}@media (max-width:1099px){.user-profile .sections{grid-row-gap:10px}.user-profile .sections .profile .details{display:grid;grid-template-areas:"side" "data";grid-template-columns:1fr;grid-row-gap:10px}}