.columns{
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 24px;
}


.columns .ui-table {
    border-collapse: collapse;
    width: 100%
}

.columns .ui-table thead tr {
    background: var(--convert-windowbg);
    color: var(--font-color);
    font-size: 14px;
    font-weight: bold;
    text-align: left
}

.columns .ui-table thead tr th {
    padding: 10px 12px;
}


.columns .ui-table thead tr th .ui-arrow {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    fill: var(--font-color);
    margin-top: 4px;
}



.columns .ui-table tbody {
    font-size: 14px;
}

.columns .ui-table tbody tr td {
    padding: 12px;
    height: 50px;
    color: #111;
    font-weight: 300;
}

.columns .ui-table tbody tr:hover td:nth-child(2){
    color: var(--font-color);
}
.ui-columns-table{
    background: var(--convert-windowbg);
    border-radius: 0px 0px 24px 24px;
}
.columns .ui-table tbody tr {
    border-bottom: 1px solid #7c7c7c14;
    position: relative;
}

.columns .ui-table tbody tr:hover td{
    background: #34a85412;
}
.columns.fileformat .ui-table tbody tr:hover td:first-child{
    border-radius: 12px 0px 0px 12px;
}
.columns.fileformat .ui-table tbody tr:hover td:last-child{
    border-radius: 0px 12px 12px 0px;
}
.columns .ui-table tbody tr td:first-child{
    width: 36px;
    text-align: center;
    padding: 12px 0px 12px 24px;
}
.columns.fileformat .ui-table tbody tr td:first-child{
    width: 32px;
}
.columns.fileformat .onlineuploader-item-icon{
    width: 36px;
    height: 36px;
    opacity: 0.95;
    scale:0.95;
    transition: all .3s ease;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius: 7px;
}
.columns .ui-table tbody tr:hover .onlineuploader-item-icon{
    opacity: 1;
}
.columns.fileformat .ui-table tbody tr:hover td:nth-child(2) a{
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.columns.fileformat .ui-table tbody tr:hover td:nth-child(4) a{
    color: var(--main-color);
    fill: var(--main-color);
}
.columns .ui-table tbody tr td:last-child{
    width: 40px;
}
.columns .ui-table tbody tr td:nth-child(2) span.load{
    width: 160px;
}
.columns .ui-table tbody tr td:nth-child(3){
    width: 160px;
}
.columns .ui-table tbody tr td:nth-child(4){
    width: 130px;
}
.columns.fileformat .ui-table tbody tr td:nth-child(4){
    width: 180px;
}
.columns .ui-table tbody tr td:nth-child(5){
    width: 40px;
    text-align: center;
}
.columns .ui-table tbody:nth-child(2) tr{
    border-bottom: 1px solid transparent;
}
.columns .ui-table tbody:nth-child(3){
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180%;
}

.columns .ui-table tbody tr td:nth-child(5) div{width: 40px; height: 40px;border-radius: 8px;cursor: pointer;
    border: 1px solid var(--active-bg);
}
.columns .ui-table tbody tr td:nth-child(5) div svg{margin-top: 10px;fill:var(--main-color);}
.columns .ui-table tbody tr td:nth-child(5) div:hover{
    background: #069504;
    box-shadow: -1px 1px 6px #06950482;
}
.columns .ui-table tbody tr td:nth-child(5) div:hover svg{
    fill:#fff;
}
.columns .ui-table tbody tr td:last-child div{width: 40px; height: 40px;border-radius: 8px;cursor: pointer;    text-align: center;}
.columns .ui-table tbody tr td:last-child div.deletefile svg{margin-top: 10px;fill: var(--button-color);}
.columns .ui-table tbody tr td:last-child div svg{margin-top: 10px;fill: var(--button-color);}
.columns .ui-table tbody tr td:last-child div:hover{
    background: #F44336;
    box-shadow: -1px 1px 6px #F4433682;
}
.columns .ui-table tbody tr td:last-child div:hover svg{
    fill:#fff;
}
.columns.fileformat .ui-table thead{
    position: relative;
}
.columns.fileformat .ui-table thead::after{
    content: "";
    position: absolute;
    border-radius: 58px;
    left: 0px;
    z-index: -1;
background-color: var(--item-bg);
    height: 3px;
    width: 100%;
    top: calc(100% + 2px);
}


.columns .ui-table thead tr th{
    cursor: pointer;
    border-radius: 8px;
    font-weight: 400;
    padding: 6px 12px;
    line-height: 22px;
}
.columns .ui-table thead tr th:hover{
    background-color: #34a85412;
}
.columns .ui-table thead tr th:first-child:hover,.columns .ui-table thead tr th:nth-child(5):hover,.columns .ui-table thead tr th:nth-child(6):hover{
    background-color: transparent;
}
.columns .ui-table-footer {
    width: 100%;
    padding: 18px 0;
    font-size: 13px;
    text-align: left;
    color: #fff;
    border-radius: 0px 0px 24px 24px;
    background:radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #dbdfe914 68% 70%, #0000 72%) 32px 32px / calc(2* 32px) calc(2* 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #dbdfe914 68% 70%, #0000 72%) 32px 32px / calc(2* 32px) calc(2* 32px), radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #dbdfe914 68% 70%, #0000 72%) 0 0 / calc(2* 32px) calc(2* 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #dbdfe914 68% 70%, #0000 72%) 0 0 / calc(2* 32px) calc(2* 32px), repeating-conic-gradient(var(--convert-window) 0 25%, #0000 0 50%) 0 0 / calc(2* 32px) calc(2* 32px), radial-gradient(#0000 66%, #dbdfe914 68% 70%, #0000 72%) 0 calc(32px / 2) / 32px 32px var(--convert-window);
}

.columns .ui-table-footer span {
    vertical-align: middle
}

.columns .ui-table-footer .ui-table-size,
.columns .ui-table-footer .ui-table-results,
.columns .ui-table-footer .ui-table-controls {
    display: inline-block;
    width: 32%
}

.columns .ui-table-footer .ui-table-size select{
    background-color: #2C2E30;
    border: 2px solid #5c5c5c;
    padding: 3px 12px 3px 6px;
    border-radius: 6px;
    margin-left: 8px;
    color: #fff;
}

.columns .ui-table-footer .ui-table-size {
    margin-left: 20px;
}

.columns .ui-table-footer .ui-table-results {
    text-align: center;
}

.columns .ui-table-footer .ui-table-controls {
    text-align: right
}
.ui-table-controls span:first-child svg{
    transform: rotate(90deg);
    fill:#fff;
    vertical-align: -5px;
}
.ui-table-controls span:last-child svg{
    transform: rotate(-90deg);
    fill:#fff;
    vertical-align: -5px;
}
.ui-table-controls span.ui-table-control-disabled svg{
 opacity: 0.6;
 vertical-align: -5px;
}

.columns .ui-table-footer .ui-table-control-next,
.columns .ui-table-footer .ui-table-control-prev,
.columns .ui-table-footer .ui-table-control-disabled {
    display: inline-block;
    background-color: #444;
    -moz-border-radius: 3px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    list-style: none;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    text-align: center;
}
.columns .ui-table-footer .ui-table-control-next,
.columns .ui-table-footer .ui-table-control-prev{
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    background: linear-gradient(144deg, #ff493d, #ff0000);
}

.columns .ui-table-footer .ui-table-control-disabled img {
    opacity: 0.5
}

.columns .ui-columns-search {
    font-size: 14px;
    background: var(--convert-windowbg);
    padding: 10px;
    text-align: right;
    border-radius: 24px 24px 0px 0px;
    position: relative;
}
.columns .ui-columns-search::before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NyIgaGVpZ2h0PSIyMyI+PGNpcmNsZSBmaWxsPSIjRUU2OTVEIiBjeD0iMTAuNSIgY3k9IjExLjUiIHI9IjUuNSIvPjxjaXJjbGUgZmlsbD0iI0Y2QkU0RiIgY3g9IjI4LjUiIGN5PSIxMS41IiByPSI1LjUiLz48Y2lyY2xlIGZpbGw9IiM2MUMzNTQiIGN4PSI0Ny41IiBjeT0iMTEuNSIgcj0iNS41Ii8+PC9zdmc+");
    content: "";
    display: block;
    height: 23px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 57px;
    background-repeat: no-repeat;
}

.columns .ui-columns-search input {
    width: 200px;
    border-radius: 40px;
    padding: 0px 10px 0px 36px;
    border: 2px solid #4caf502e;
    background-image: url(../img/search.svg);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-color: #34a85412;
    color: #087626;
    height: 37px;
    line-height: 24px;
}

.columns .ui-columns-search input:focus {
    border: 2px solid #34a854;
    outline: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
}

.onlineuploader-item-icon{
    width: 36px;
    height: 36px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    border-bottom: 1px solid #7c7c7c59;
}
.onlineuploader-item-icon:hover{
    border-bottom: 1px solid #ffa8a8;
}

.ui-table .onlineuploader-item-icon img{
    width: 20px;
    height: 20px;
    margin-top: 8px;
}
.myfileconvert .onlineuploader-item-icon img{
    width: 20px;
    height: 20px;
    margin-top: 8px;
}
.onlineuploader-item-icon i{display: none;}

.FileStatus .completed{
    color: #00bc55;
    font-size: 10px;
    border-radius: 4px;
    padding: 2px 5px;
    border: 1px solid #00bc55;
    font-weight: 500;
}
.filesize{
    font-size: 11px;
    color: #999;
}

.dataload{
    background: linear-gradient(120deg, #7c7c7c36 30%, #ffffff38 38%, #ffffff38 40%, #7c7c7c36 48%);
    background-size: 200% 100%;
    background-position: 100% 0;
    display: inline-block;
    animation: load89234 1.5s infinite;
    min-width: 40px;
    border-radius: 40px;
    height: 20px;
    max-width: 160px;
}


.resultsload{
    background: linear-gradient(120deg, #7c7c7c36 30%, #ffffff38 38%, #ffffff38 40%, #7c7c7c36 48%);
    background-size: 200% 100%;
    background-position: 100% 0;
    display: inline-block;
    animation: load89234 1.5s infinite;
    min-width: 40px;
    border-radius: 40px;
    height: 20px;
}

.load36{
    background: linear-gradient(120deg, #7c7c7c36 30%, #ffffff38 38%, #ffffff38 40%, #7c7c7c36 48%);
    background-size: 200% 100%;
    width: 36px;
    height: 36px;
    background-position: 100% 0;
    display: inline-block;
    border-radius: 4px;
    animation: load89234 1.5s infinite;
}

.downall{
    background: #34a854;
    border-width: 0px;
    padding: 11px 18px;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    height: 41px;
    vertical-align: bottom;
    margin: 0 3px;
}
.downall:hover{
    background: linear-gradient(144deg, #fb2229, #849000);
    color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
}

.downall svg.icon{fill:#fff;   vertical-align:-4px;}
.downall:hover svg.icon{fill:#fff;}

.fytx_toast_box img{    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 6px;}
.fytx_alert_background{width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0;left:0;z-index:999999}
.fytx_alert_background .fytx_alert_box{width:452px;height:auto;padding:0 15px 20px;box-sizing:border-box;background:#fff;border-radius:8px;position:relative;top:50%;left:50%;margin:-167px 0 0 -226px;-webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 18%);
    box-shadow: 0 10px 10px rgb(0 0 0 / 18%);}
.fytx_alert_background .fytx_alert_title{width:100%;height:45px;border-bottom:1px solid #99bafa;font-size:16px;color:#333;line-height:45px;text-align:center}
.fytx_alert_background .fytx_alert_message{width:100%;height:auto;overflow:hidden;padding:25px 40px 35px;text-align:center;font-size:16px;color:#333;box-sizing:border-box;line-height:28px}
.fytx_alert_background .fytx_alert_btn{display:block;width:100px;height:34px;line-height:34px;background-color:#3475f5;cursor:pointer;font-size:14px;color:#fff;border-radius:4px;border:1px solid transparent;margin:0 auto;text-align:center}
.fytx_confirm_background{width:100%;height:100%;background:rgba(0,0,0,.3);position:fixed;top:0;left:0;z-index:999999}
.fytx_confirm_background .fytx_confirm_box{width:452px;height:auto;padding:0 15px 20px;box-sizing:border-box;background:#fff;border-radius:8px;position:relative;top:50%;left:50%;margin:-167px 0 0 -226px;-webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 18%);
    box-shadow: 0 10px 10px rgb(0 0 0 / 18%);}
.fytx_confirm_background .fytx_confirm_title{width:100%;height:45px;border-bottom:1px solid #99bafa;font-size:13px;color:#333;line-height:45px;text-align:left}
.fytx_confirm_background .fytx_confirm_message{width:100%;height:auto;overflow:hidden;padding:25px 0px 35px;text-align:left;font-size:13px;color:#333;box-sizing:border-box;line-height:28px;font-weight: 300;}
.fytx_confirm_background .fytx_confirm_okbtn{display:inline-block;width:100px;height:34px;line-height:34px;background-color:#3475f5;cursor:pointer;font-size:14px;color:#fff;border-radius:4px;text-align:center;font-weight: 500;}
.fytx_confirm_background .fytx_confirm_okbtn:hover{
    background: linear-gradient(144deg, #fb2229, #849000);
    color: #fff;
}
.fytx_confirm_background .fytx_confirm_cancelbtn{display:inline-block;width:100px;height:34px;line-height:34px;background:fff;cursor:pointer;font-size:14px;color:#3475f5;border-radius:4px;border:1px solid transparent;text-align:center;border:1px solid #545454}
.fytx_confirm_background .fytx_confirm_cancelbtn:hover{
    border: 1px solid #a5a5a5;
}
.fytx_toast_background{width:100%;height:100%;background:rgba(0,0,0,.3);position:fixed;top:0;left:0;z-index:999999}
.fytx_toast_background .fytx_toast_box{width:452px;height:auto;cursor: pointer;padding:15px 20px;text-align:center;background:rgba(0,0,0,.5);color:#fff;font-size:16px;border-radius:8px;line-height:24px;position:relative;top:50%;left:50%;margin:0 0 0 -226px;-webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 18%);
    box-shadow: 0 10px 10px rgb(0 0 0 / 18%);font-weight: 300;background: linear-gradient(144deg, #fb2229, #009700) !important;}

.btndiv{height: 35px; text-align: right;}
.btndiv span{margin-left: 12px;border-radius: 40px !important;}
@keyframes load89234 {
    100% {
      background-position: -100% 0;
    }
  }


.columns.fileformat{
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 50px;
    background: none;
}
.columns.fileformat .ui-columns-search{
    text-align: center;
}
.columns.fileformat .ui-columns-search input{
    width: 600px;
}
.columns.fileformat .ui-columns-search,.columns.fileformat .ui-table-footer,.columns.fileformat .ui-columns-table,.columns.fileformat .ui-table thead tr{
    background:transparent;
}
.columns.fileformat .addfiles .onlineuploader-select,.columns.fileformat .ui-columns-search::before{
    background-image: none;
}
.columns.fileformat .ui-table tbody tr td:nth-child(2){
    text-transform: uppercase;  
}
.columns.fileformat .ui-table tbody tr td:nth-child(2) a{font-weight: 400;}
.columns.fileformat .ui-table tbody tr td:nth-child(3){
 width: auto;
}
.columns.fileformat .ui-table-footer{
    display: none;
}
.columns.fileformat .ui-table thead tr th:first-child *{
    display: none;
}
.columns.fileformat .ui-table tbody tr td:nth-child(4) a svg{
    fill:var(--main-color);
}
.columns.fileformat .ui-table tbody tr td:nth-child(4) a span{
    text-decoration: underline;
    text-underline-offset: 4px;
}
.columns.fileformat .ui-table tbody tr td:nth-child(4) a:hover, .columns.fileformat .ui-table tbody tr td:nth-child(4) a:hover svg{
    color: var(--link-color-hover);
    fill:var(--link-color-hover);
}
.downall::before,.downall::after{
   display: none;
}
@media (max-width: 700px) {
    .columns .ui-table tbody tr td{
        padding: 10px 8px;
    }
    .columns .ui-columns-search input {
        width: 100px;
    }
    .columns.fileformat{
        margin: 20px 0px;
    }
    .columns.fileformat .ui-columns-search input{
        width: 300px;
    }
    .downall::before,.downall::after{
        display: inline-block;
     }
    .downall span{display: none;}
    .downall .icon-r5{margin-right: 0px;}
    .columns .ui-columns-search::before{display: none;}
    .columns .ui-table-footer .ui-table-size,.columns .ui-table-footer .ui-table-controls{
        width: 46%;
    }
    .columns .ui-table tbody tr td:nth-child(2){
        width: 100% !important;
    }
    .columns .ui-table tbody tr td:nth-child(3),.columns .ui-table tbody tr td:nth-child(4){
        display: none;
    }
    .columns .ui-table thead tr th:nth-child(3),.columns .ui-table thead tr th:nth-child(4){
        display: none;
    }
    .columns .ui-table-footer .ui-table-results{
        display: none;
    }
    .columns.fileformat .ui-table tbody tr td:nth-child(4){
        display: table-cell;
        min-width: 160px;
    }
    .columns.fileformat .ui-table thead tr th:nth-child(4){
        display: table-cell;
        min-width: 160px;
    }
    .fytx_alert_background .fytx_alert_box,.fytx_confirm_background .fytx_confirm_box,.fytx_toast_background .fytx_toast_box{width: calc(100% - 30px); left: 15px;margin: 0px;}
}

@media (max-width: 1000px) {
    .columns .ui-table tbody tr td:nth-child(2){
        width: 100% !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 80px;
    }
}