#advisor_list
{
    padding: 10px 0 30px;
    border-top: 1px solid #e6e6e6;
}

.advisor_outer
{
    background: linear-gradient(to top left, #fff, #fcf9e8 42%);
    border-radius: 0 0 80px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding: 20px 20px 20px 0;  
}

.advisor_box a
{
    text-decoration: none;
    color: #1b2e6b;
}

.advisor_box .cost
{
    font-family: "Open Sans", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.4;
}

.advisor_box_header
{
    display: flex;
    justify-content: left;
    margin-bottom: 30px;
    align-items: center;
}

.advisor_box_header h2
{
    font-family: "Lora", serif;
    font-size: 32px;
    color: #1b2e6b;
}

.advisor_box_header .favorite
{
    justify-self: start;
    margin: 0 10px;
}

.advisor_box_header .favorite svg
{
    color: #bd1550;
    width: 30px;
}

.a_prepaid
{
    font-family: "Open Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    background-color: #fff;
    border-radius: 30px;
    color: #4c4c4c !important;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    margin-left: auto;
    transition: all 0.3s ease-in 0s;
}

.a_prepaid:hover
{
    background-color: transparent;
    color: #4c4c4c !important;
    border-color: #e6e6e6;
}

.a_prepaid svg
{
    width: 26px;
    margin-right: 10px;
}

.advisor_box_top
{
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-column: 1;
}

.advisor_box .photo_status
{
    grid-column: 1;
    display: flex;
    flex-direction: column;
    width: 120px;
    margin-right: 20px;
}

.advisor_box .photo_status img
{
    vertical-align: top;
}

.advisor_box .services
{
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.advisor_box .services .row
{
    margin-bottom: 20px;
}

.advisor_box .services .row.row_phone
{
    display: flex;
    align-items: flex-start;
}

.advisor_box .services .row.row_phone svg
{
    width: 25px;
    margin-right: 5px;
    color: #000066;
}

.advisor_box .services .row.row_phone a:not(.link_txt)
{   
    font-family: "Lora", serif;
    display: block;
    font-size: 26px;
    padding-bottom: 4px;
}

.advisor_box .services .row.row_services
{
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.advisor_box .services .row.row_services a
{
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 30px;
    margin-bottom: 4px;
    font-size: 14px;
    background-color: #223678;
    color: #fff;
    transition: all 0.3s ease-in 0s;
}

.advisor_box .services .row.row_services a:hover
{
    background-color: transparent;
    border-color: #1b2e6b;
    color:  #1b2e6b;
}

.advisor_box .services .row.row_services a svg
{
    width: 20px;
    margin-right: 10px;
}

.advisor_box .services .row.row_services .cost
{
    font-size: 14px;
}

.services.services_text .row.row_services
{
    justify-content: space-around;
}

.advisor_box .methods
{
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.4;
}

.advisor_box .methods a
{
    font-family: "Lora", serif;
    display: inline-block;
}

.advisor_box .methods a:hover
{
    text-decoration: underline;
}

.advisor_box .content
{
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
}

.advisor_box .content p
{
    margin-bottom: 10px;
    color: #4c4c4c;
    font-size: 15px;
}

.status
{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.status.online
{
    background-color: #347f6c;
}

.status.busy
{
    background-color: #bd1550;
}

.status.logout
{
    background-color: #808080;
}

.content
{
    line-height: 1.4;
}

.content p
{
    margin-bottom: 15px;
    line-height: 1.7;
}

.contact_info
{
    padding: 10px;
    background-color: #e5dfbc;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.contact_info a
{
    color: #423d22;
}

.duty
{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.duty tr td
{
    padding: 18px 5px;
    text-align: center;
    color: #fff;
    width: calc(100%/7);
    font-size: 14px;
    word-break: break-all;
}

.duty tr:first-child td
{
    background-color: #43a38b;
}

.duty tr:first-child td:nth-child(even)
{
    background-color: #347f6c;
}

.duty tr:last-child td
{
    background-color: #3b917b;
}

.duty tr:last-child td:nth-child(even)
{
    background-color: #2e7060;
}

.content h4
{
    font-size: 24px;
}

.advisor_cost
{
    background-color: #ddd6bb;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 8px;
}

.advisor_cost p
{
    padding: 10px;
}

.advisor_cost p.price
{
    font-weight: bold;
    font-size: 30px;
}

.advisor_cost p.icon svg
{
    width: 40px;
}

table.order-list {
    width: 100%;

    td {
        padding: 20px 10px;
        vertical-align: middle;
        color: #4c4c4c;
    }

    td p {
        font-size: 14px;
        text-align: center;
    }

    tr:nth-child(1) td.bg {
        background-color: #f0eff6;
    }

    tr:nth-child(2) td.bg {
        background-color: #e6e4f0;
    }

    tr:nth-child(3) td.bg {
        background-color: #dcd9ea;
    }

    tr:nth-child(4) td.bg {
        background-color: #d1cee4;
    }

    tr:nth-child(5) td.bg {
        background-color: #c7c4de;
    }

    tr:nth-child(6) td.bg {
        background-color: #bdb9d7;
    }

    tr:nth-child(7) td.bg {
        background-color: #b3aed1;
    }

    tr:nth-child(8) td.bg {
        background-color: #a9a3cb;
    }

    tr:nth-child(9) td.bg {
        background-color: #9e98c5;
    }

    tr:nth-child(10) td.bg {
        background-color: #948dbf;
    }

    tr:nth-child(n+11) td.bg {
        background-color: #7c76a8;
    }

    a {
        font-family: "Open Sans", sans-serif;
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        background-color: #fff;
        border-radius: 30px;
        color: #4c4c4c;
        padding: 10px 20px;
        border: 1px solid #e6e6e6;
        margin-left: auto;
    }
}