
.gt4u-table-container{
    margin: 0 20px 0 20px;
}

.gt4u-table{
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap:break-word;
    border: none !important;
}

.gt4u-table td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gt4u-table th, .gt4u-table td{
    border-top: none !important;
    border-bottom: 1px solid rgb(240, 243, 255) !important;
}

.gt4u-table th, td{
    color: rgb(89, 93, 110);
}

.gt4u-table thead{
    line-height: 3;
}

.gt4u-table th.sorting_desc, th.sorting_asc{
    background-color: #fafafa;
}

.gt4u-table tbody:after {
    content:"@";
    display:block;
    line-height:10px;
    text-indent:-99999px;
}

.gt4u-main-content-wrapper {
    max-width: 1000px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.gt4u-row {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.gt4u-row-title {
    font-size: 1.2em;
    color: #9b9bff;
    margin-bottom: 15px;
}

.gt4u-card-data {
    position: relative;
    display: flex;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 4px;
    width: 100%;
    justify-content: space-around;
    padding: 15px;
}

.gt4u-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.gt4u-card-el {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.gt4u-card-el-value {
    color: #a5a5a5;
}

.gt4u-card-bottom-time {
    position: absolute;
    font-size: 0.9em;
    color: #a3a3a3;
    left: 0;
    top: 88px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gt4u-icon-edit {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxOHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOCAxOCIgd2lkdGg9IjE4cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwMDAwMCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTMuMDAwMDAwLCAtMTI5LjAwMDAwMCkiPjxnIGlkPSJjcmVhdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxMy4wMDAwMDAsIDEyOS4wMDAwMDApIj48cGF0aCBkPSJNMCwxNC4yIEwwLDE4IEwzLjgsMTggTDE0LjgsNi45IEwxMSwzLjEgTDAsMTQuMiBMMCwxNC4yIFogTTE3LjcsNCBDMTguMSwzLjYgMTguMSwzIDE3LjcsMi42IEwxNS40LDAuMyBDMTUsLTAuMSAxNC40LC0wLjEgMTQsMC4zIEwxMi4yLDIuMSBMMTYsNS45IEwxNy43LDQgTDE3LjcsNCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.gt4u-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
}

.gt4u-db-pass-control {
    display: flex;
    gap: 10px;
    opacity: .6;
    cursor: pointer;
    transition: opacity .2s;
}

.gt4u-db-pass-control:hover {
    opacity: .8;
}

.gt4u-w-100 {
    width: 100px;
}

.gt4u-pin-red {
    border: 1px solid #e95c5c;
    border-radius: 4px;
    background: #e97474;
    color: #fff;
    text-align: center;
}

.gt4u-pin-green {
    border: 1px solid #6eb16e;
    border-radius: 4px;
    background: #84c184;
    color: #fff;
    text-align: center;
}

.gt4u-pin-blue {
    border: 1px solid #9174d7;
    border-radius: 4px;
    background: #ac97df;
    color: #fff;
    text-align: center;
}

.gt4u-w-100 .gt4u-card-el-value {
    width: fit-content;
    padding-inline: 5px;
}

.gt4u-page-loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #ffffff4d;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gt4u-spinner-icon {
    display: block;
    width: 16px;
    height: 16px;
    border: solid 2px transparent;
    border-top-color: #158fd2;
    border-left-color: #158fd2;
    border-radius: 100%;
    -webkit-animation: gt4u-spinner 900ms linear infinite;
    animation: gt4u-spinner 900ms linear infinite;
}

@keyframes gt4u-spinner {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(1turn);}
}

.swal2-popup{
    font-family: system-ui, sans-serif !important;
    font-size: 1em !important;
}

.gt4u-cards-enter-active {
    transition: all 0.4s ease;
}

.gt4u-cards-leave-active {
    transition: all 0.4s ease;
    position: absolute;
}

.gt4u-cards-move {
    transition: all 0.4s ease;
}

.gt4u-cards-enter, .gt4u-cards-leave-to {
     opacity: 0;
     transform: translateX(300px) scale(0.6);
}

.gt4u-secondary-text {
    opacity: .5;
    text-align: center;
}
