/*---------account.html start---------------*/
main {
    background: #E5E5E5;
    padding: 33px 37px 42px 37px;
    width: 81.5%;

}
.table-responsive table{
    width: 100%;
    color: #324270;
    font-size: 16px;
    line-height: 20px;
}
.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding-top: 35px;
    overflow-y: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}
.user-title{
    font-size: 18px;
}
.user-item {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.user-item:hover, .user-item:active, .user-item:focus, .user-item.active {
    background: rgba(70, 66, 201, 0.65);
    color: #fff;
}

.user-item-arrow.active:before{
    transform: rotate(180deg);
    right: 8px;
}

.nav-item img {
    margin-bottom: 10px;
}

.sidebar-head {
    height: 195px;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #FFFFFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 24px;
    border: none;
    cursor: pointer;
}

.user-title {
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.tariff-actions-block div {
    width: 64.11px;
    height: 62px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(137, 146, 244, 0.25);
    border-radius: 7px;
    margin-right: 18px;
    position: relative;
    padding: 31px;
}

.tariff-actions-block div span {
    width: 32px;
    height: 3.5px;
    top: 45%;
    left: 25%;
    background: #F65050;
    display: block;
    position: absolute;
    transition: all 0.5s ease;
}

.tariff-actions-block:hover div span {
    transform: rotate(47deg);
    height: 2.5px;
    transition: all 0.5s ease;
}

.tariff-actions-block:hover div span:first-child {
    transform: rotate(132deg);
    height: 2.5px;
    transition: all 0.5s ease;
}

.tariff-actions-block div span:first-child {
    transform: rotate(90deg);
    height: 2.5px;
}

.tariff-actions-block {
    font-weight: bold;
    color: #324270;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.tariff-actions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.table-container {
    background: #FFFFFF;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(137, 146, 244, 0.15);
    min-height: 620px;
    width: 100%;
}

.table-item {
    position: relative;
    height: 70px;
    /*border-bottom: 2px solid #F1F1F2;*/
}


.table-container table td {
    font-size: 16px;
    line-height: 20px;
    color: #324270;
}

.table-item__title {
    font-weight: bold;
}

.table-item__subtitle {
    font-weight: normal;
    color: #848C93;
}
.table-container tr{
    border-bottom: 2.5px solid #F1F1F2;
}

.data__subtitle {
    width: 35%;
}

.data__info {
    width: 15%;
}
.data-2{
    margin-top: 30px;
}

.main-wrapper{
    width: 100%;
     overflow: hidden;
}
.topbar{
    position: fixed;
    width: 100%;
}
.left-sidebar{
    width: 250px;
    position: fixed;
   height: 100%;
    background: linear-gradient(112.97deg, #8471EE 14.84%, #616DFF 133.2%);
}
.page-wrapper{
    margin-left: 250px;
    background: #E5E5E5;
    z-index: 20;

}
.main-container{
    padding: 37px 0 50px 0;
}
.top-block{
    margin-bottom: 45px;
    -ms-align-items: center;
    align-items: center;
}
.exit{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
    border: none;
    background: transparent;
    cursor: pointer;
    height: 40px;
    color: #324270;
}
.exit img{
    margin-right: 12px;
}

.user-item-arrow {
    position: relative;
}
.user-item-arrow::before {
    content: ''; 
    position: absolute; 
    right: 17px;
    bottom: 52px;
    border: 11px solid transparent;
    border-right: 11px solid #fff;
}
.data-block-btn{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 550px;
    margin-top: 60px;
    justify-content: flex-start;

}
.data-block-btn a{
    width: 190px;
}
.data-block-btn a:first-child{
    margin: 0 64px 0 0;
}






/*---------account.html end---------------*/
/* ------ Media Queries ------ */

/* 991-1200px */
@media screen and (max-width: 1200px) {
    .table-responsive table {
        width: 820px;
    }
}

/* 767-991px */
@media screen and (max-width: 991px) {
    .tariff-actions-block {
        margin-right: 31px;
    }


    .data-block-btn {
        width: 400px;
    }  
} 

/* 576-767px */
@media screen and (max-width: 767px) {
    .data-block-btn {
        margin: 45px auto 0;
    }

    .exit {
        justify-content: center;
        margin: 0 auto 22px;
        color: #fff;
    }

    .sidebar-head {
        height: 153px;
    }

    .topbar {
        position: fixed;
        z-index: 100;
        height: 70px;
        width: 100%;
        background: linear-gradient(188.87deg, #8471EE -1.95%, #616DFF 98.04%);
    }

    .tariff-actions {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .overlayMenu ul {
        height: 630px;
    }

    .top-block {
        margin: 0;
        background: #fff;
        padding-bottom: 40px;
    }

    .tariff-actions-block {
        margin: 20px 0;
    }

    .user-img img {
        width: 86%;
    }

    .left-sidebar {
        width: 100%;
    }

    .main-container {
        padding: 91px 0 50px 0px;
    }

    .user-block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    .user-img {
        width: 40px;
        height: 40px;
        margin: 0;
        margin-right: 15px;
    }

    .left-sidebar-user {
        margin: 0 auto;
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .left-sidebar-user img {
        width: 67%;
    }

    .user-title {
        font-size: 16px;
        line-height: 15px;
    }

    .table-responsive table {
        width: 616px;
    }

    .page-wrapper {
        margin-left: 0;
        display: block;
    }

}

/* 440-576px */
@media screen and (max-width: 576px) {
    .data-block-btn {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .data-block-btn a:first-child {
        margin: 0 auto 30px;
    }

    .table-container {
        min-height: 560px;
    }
}

/* 320-440px */
@media screen and (max-width: 440px) {
    .table-container {
        padding: 30px 18px;
    }

    .table-item__subtitle {
        width: 24%;
    }

    .user-block {
        margin-left: 55px;
    }

    .header-block-title {
        margin-top: 44px;
    }

    .login-block__text span {
        display: none;
    }
}