

/*====================
 Mock test
 =========================*/
.sb-card
    {
    padding: 18px 24px;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    background: #fff;

}

.test-item,.full-test-list-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5f6f7;
    padding: 18px 0;
}
.test-item h6 {
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
}
.test-item span {
    color: #999;
    font-size: 14px;
}
.mytest-item {
    padding-left: 24px;
    padding-right: 24px;
}
.mytest-item:first-of-type {
    padding-top: 0;
}

.test-item .delete-icon{
    width: 32px;
    height: 32px;
    background: #f66;
    border-radius: 30px;
    text-align: center;
    line-height: 32px;
    margin-right: 16px;
    cursor: pointer;
}

.test-item .mytest-btn  {
    border-radius: 100px;
    background: #12d3bf;
    border-color: #12d3bf;
    /*width: 130px;*/
}

.test-item .mytest-btn.continues-btn{
        background: #3eb2e3;
    padding-top: 1px;
    border-color: #3eb2e3;
}
.test-item .mytest-btn span {
    font-size: 16px;
    color: #fff;
}


.show-all-test{
    text-align: right;
    display: block;
    color: #999;
    font-size: 12px;
    padding-bottom: 24px;
    padding-right: 18px;
}


.full-test-list {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(51, 51, 51, .08);
    border-radius: 8px;
    padding-bottom: 1px;
}


.full-test-list{
    display: block;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
}
.full-test-list-data{
    color: #333;
    font-weight: 500;
    padding: 22px 20px;
}
/*====================
 My Study Center
 =========================*/
.ant-card-body:after, .ant-card-body:before {
    display: table;
    content: "";
}
.my-stydy-center-full-body{
  margin-top: 50px;
  /*background-color: var(--bg-white-2);*/
  /*box-sizing: border-box;*/
  /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  padding: 30px 18px;
  /*border-radius: 7px;*/
  /*border: 1px solid #1e293b2a;*/
  /*margin-bottom: 120px;*/
}

.my-stydy-center-full-body h1{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  
}

.addon-card{
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(51, 51, 51, .08);
    border-radius: 8px;
    background-color: #fff;
    height: 230px;
    position: relative;
    margin-bottom: 32px;
    overflow: hidden;
    border: none;
}

.addon-card .addon-card-top{
    color: #fff;
    font-size: 12px;
    padding: 7px 15px;
}

.addon-card .addon-card-body {
        padding: 0 20px;
    text-align: center;
    height: 154px;
    padding-bottom: 30px;
}

.addon-card .addon-card-body .text-size {
    font-size: 32px;
    color: #333;
}
.addon-card .addon-card-body .labelplace {
        color: #999;
}
.addon-card .addon-card-footer{
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 12px;
    height: 20px;
    color: #999;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ant-card {
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    background: #fff;
    border-radius: 2px;
    transition: all .3s;
        box-shadow: 0px 4px 10px rgba(51, 51, 51, .08);
    border-radius: 8px;
    background-color: #fff;
    border: 0;
}
.ant-card-head {
    min-height: 48px;
    margin-bottom: -1px;
    padding: 0 24px;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 2px 2px 0 0;
    zoom: 1;
}
.ant-card-head-wrapper {
    display: flex;
    align-items: center;
}

.ant-card-head-title {
    display: inline-block;
    flex: 1;
    padding: 16px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-card-head {
    padding-left: 16px;
    padding-right: 16px;
}
.ant-card-body {
    padding: 8px 0;
}
.list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
}
.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    cursor: pointer;
    padding: 8px 16px;
}
.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-item-meta {
    display: flex
;
    flex: 1;
    align-items: flex-start;
    font-size: 0;
}
.list-item-img img {
    width: 32px;
    border-radius: 3px;
}
.list-item-name{
    font-size: 16px;
    white-space: pre-wrap;
    overflow: hidden;
    width: 160px;
    font-weight: normal;
}


/**/

.main-container-tab{
    padding: 32px;
    font-size: 16px;
    color: #333;
}
.speaking-list-item{
    padding: 40px 0;
    border-bottom: 1px solid #f5f6f7;
}

.speaking-list-item-top{
    
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 16px;
}
.speaking-list-item-top h4 {
    color: #333;
    margin-bottom: 0;
}



.speaking-list-item-middle .data-meta{
    color: #333;
    font-size: 16px !important;
}



.speaking-list-item-middle-low{
    font-size: 16px;
    color: #333;
}


.speaking-list-item-middle-low h4 {
    margin-bottom: 16px;
    font-size: 16px;
    color: #666;
    margin-top: 24px;
}


.main-school {
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    padding: 0;
    border-bottom: none;
}

.school-link {
    background: #d7d7d7;
    padding: 10px 35px;
    color: black;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.school-link.active {
    background: #f89746;
    color: #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

.school-link:not(.active):last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}


/*custom css*/
.my-stydy-center-full-body {
    /*background-color: var(--bg-white);*/
    /*box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;*/
    /*border: 1px solid #f3f1f8 !important;*/
}
.rounded-border{
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    padding: 3px 7px;
    border-radius: 4px;
}
.ant-col {
    position: relative;
    min-height: 1px;
}


/*colors*/

.addon-bg-color-light-red{
    background-color: var(--color-4);
}
.addon-bg-color-blue{
    background-color: var(--color-4);
}
.addon-color-light-red{
    color: #f66!important;
}
.font-bold{
    color:#000;
    font-weight: bold;
    margin-bottom: 8px;
}
.margin-bottom-16{
    margin-bottom: 16px;
}
.ant-btn-background-ghost.ant-btn-primary {
    color: #29d2bf;
    background-color: transparent;
    border-color: #29d2bf;
    text-shadow: none;
    
    width: 100%;
    line-height: 52px;
    height: 52px;
    font-size: 20px;
    border-radius: 8px;
}
.radius-8{
    border-radius: 8px;
}a {
    color: var(--color-4);
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}
.btn-active{
    border: 1.5px solid #fff;
    background-color: #f3f3f3;
    color: black;
    padding: 10px 15px;
    border-radius: 10px;
}
.btn-actived, .btn-sub-actived{
      background-color: #000000;
      color: white;
} 

.btn-active:hover{
      background-color:#f89746;  
    color: white;
}
v.ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    clear: both
}

.ant-table-body {
    transition: opacity .3s
}

.ant-table-empty .ant-table-body {
    overflow-x: auto!important;
    overflow-y: hidden!important
}

.ant-table table {
    width: 100%;
    text-align: left;
    border-radius: 4px 4px 0 0;
    border-collapse: separate;
    border-spacing: 0
}

.ant-table-layout-fixed table {
    table-layout: fixed
}

.ant-table-thead>tr>th {
    color: rgba(0,0,0,.85);
    font-weight: 500;
    text-align: left;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    transition: background .3s ease
}

.ant-table-thead>tr>th[colspan]:not([colspan="1"]) {
    text-align: center
}

.ant-table-thead>tr>th .ant-table-filter-icon,.ant-table-thead>tr>th .anticon-filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: all .3s
}

.ant-table-thead>tr>th .ant-table-filter-icon>svg,.ant-table-thead>tr>th .anticon-filter>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px
}

.ant-table-thead>tr>th .ant-table-filter-selected.anticon {
    color: #29d2bf
}

.ant-table-thead>tr>th .ant-table-column-sorter {
    display: table-cell;
    vertical-align: middle
}

.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner {
    height: 1em;
    margin-top: .35em;
    margin-left: .57142857em;
    color: #bfbfbf;
    line-height: 1em;
    text-align: center;
    transition: all .3s
}

.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up {
    display: inline-block;
    font-size: 12px;
    font-size: 11px\9;
    transform: scale(.91666667) rotate(0deg);
    display: block;
    height: 1em;
    line-height: 1em;
    transition: all .3s
}

:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up {
    font-size: 12px
}

.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on {
    color: #29d2bf
}

.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
    margin-top: -.15em
}

.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up {
    height: .5em;
    line-height: .5em
}

.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
    margin-top: .125em
}

.ant-table-thead>tr>th.ant-table-column-has-actions {
    position: relative;
    background-clip: padding-box;
    -webkit-background-clip: border-box
}

.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters {
    padding-right: 30px!important
}

.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover {
    color: rgba(0,0,0,.45);
    background: #e5e5e5
}

.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active {
    color: rgba(0,0,0,.65)
}

.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters {
    cursor: pointer
}

.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter {
    background: #f2f2f2
}

.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on),.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on) {
    color: rgba(0,0,0,.45)
}

.ant-table-thead>tr>th .ant-table-header-column {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters {
    display: table
}

.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>.ant-table-column-title {
    display: table-cell;
    vertical-align: middle
}

.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>:not(.ant-table-column-sorter) {
    position: relative
}

.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all .3s;
    content: ""
}

.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:hover:before {
    background: rgba(0,0,0,.04)
}

.ant-table-thead>tr>th.ant-table-column-has-sorters {
    user-select: none
}

.ant-table-thead>tr:first-child>th:first-child {
    border-top-left-radius: 4px
}

.ant-table-thead>tr:first-child>th:last-child {
    border-top-right-radius: 4px
}

.ant-table-thead>tr:not(:last-child)>th[colspan] {
    border-bottom: 0
}

.ant-table-tbody>tr>td {
    border-bottom: 1px solid #e8e8e8;
    transition: all .3s,border 0s
}

.ant-table-tbody>tr,.ant-table-thead>tr {
    transition: all .3s,height 0s
}

.ant-table-tbody>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td {
    background: #f0fffb
}

.ant-table-tbody>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-tbody>tr:hover.ant-table-row-selected>td,.ant-table-tbody>tr:hover.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr:hover.ant-table-row-selected>td,.ant-table-thead>tr:hover.ant-table-row-selected>td.ant-table-column-sort {
    background: #fafafa
}

.ant-table-thead>tr:hover {
    background: none
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 80px;
    }
}