
.titlebar-con {
    padding-left: 0px;
}
.a-tab {
    display:block;
    background: #FFFFFF;
}
.a-tab .nav {
    display: table;
    width: 100%;
}
.a-tab .nav-tabs .nav-item {
    display: table-cell;
}
.a-tab .nav-tabs .nav-item .nav-link {
    background        : #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-transition: background .2s ease;
    transition        : background .2s ease;
    padding           : 14px 0.5rem 11px 32px;
    border            : 1px solid #70707040;
    letter-spacing    : 1.25px;
    font-weight       : 500;
    border-radius     : 0;
    color             : #515365;
    font-size         : 14px;
}
.a-tab .nav-tabs .nav-item .nav-link.normal-pad {
    padding-left: 0.5rem;
}
.a-tab .nav-tabs .nav-item .nav-link.active {
    background: #B3BCCF1C 0% 0% no-repeat padding-box;
    color: #2D599E;
}
.a-tab .nav-tabs .nav-item .nav-link:hover {
    background: #B3BCCF1C 0% 0% no-repeat padding-box;
}

/*
* ADMIN VARIATION
*/
.gui-admin .a-tab .nav-tabs .nav-item .nav-link.active {
    color: #480048;
}


.tab-contents .tab-content[data-v-50384930] {
  display: none;
}
.tab-contents .tab-content.show[data-v-50384930] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.tabs[data-v-ca5287b2] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs .tab-item[data-v-ca5287b2] {
  padding: 10px 0;
  margin-right: 30px;
  color: #383A3D;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}
.tabs .tab-item label[data-v-ca5287b2] {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}
.tabs .tab-item.active[data-v-ca5287b2] {
  color: #3B5998;
  border-color: #3B5998;
}
.tabs .tab-item.active label[data-v-ca5287b2] {
  font-weight: 500;
}
.tabs .tab-item.active span[data-v-ca5287b2] {
  display: none !important;
}


.table hr[data-v-41fea428] {
    border: 1px solid #7070704F;
    width: 100%;
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 30px; */
}
.platform-images[data-v-41fea428] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.others-images[data-v-41fea428]{
    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;
    width: 64px;
    gap: 2px;
}
.table-list-container[data-v-41fea428] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    width: auto;
    height: auto;
    padding: 10px 10px 10px 0px;
}
.table-list-container.withBorder[data-v-41fea428] {
    background: #FFFFFF;
    border: 1px solid #5153653D;
    border-radius: 12px;
    padding: 30px 30px 15px 30px;
}
.table[data-v-41fea428] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
}
.table p[data-v-41fea428] {
    margin: 0;
}
/* table upper */
.table-upper[data-v-41fea428] { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;

    font-size: 12px;
    font-weight: 500;
    color: #515365;
    letter-spacing: 0.4px;
}
.table-upper-left[data-v-41fea428] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 35%;
}
.table-upper-right[data-v-41fea428] {
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 65%;
}

/* table lower */
.table-lower[data-v-41fea428] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 13px;
    width: 100%;
    /* height: calc(100% - 40px); */

    overflow: auto;
}
.table-lower-item[data-v-41fea428] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.table-lower-left[data-v-41fea428] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    width: 35%;
    height: auto;

    font-size: 11px;
    color: #515365;
    text-transform: uppercase;
}
.table-lower-right[data-v-41fea428] {
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 65%;

    font-size: 12px;
    font-weight: 500;
    color: #3B5998;
}

