.pymt {
	color:#04C46B !important;
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
    line-height:normal;
}
.test-class .x-form-text {
    color: #FFFFCC;
}

.has-custom-rate {
    display: block;
    width: 20px;
    height: 20px;
    margin: 38px 5px 0 3px;
    background-size: 16px;
}

.no-guid .x-grid-cell {
    background-color: #f3e0e0;
}
.x-grid-row-selected.no-guid .x-grid-cell {
    background-color: #ffc4c4;
}
.upload-body {
    padding: 10px !important;
}
.upload-body input[type=file] {
    width: 100%;
    padding: 15px;
    border: 1px dotted green;
}

/* .row-exceeds-term .x-grid-cell {
    background-color: #EEFBE7;
}
.row-exceeds-term.x-grid-row-selected .x-grid-cell {
    background-color: #DAE7D3;
} */

.x-invalid-mask .x-mask-msg-text {
    padding: 5px;
    background-image: none;
}

.x-twilio-video-container video, .x-twilio-video-screenshot img, .x-twilio-video-producer-container {
    width: 100%;
    height: 100%;
}

.x-twilio-video-container canvas {
    width: 100%;
    height: auto;
}

.x-twilio-video-producer-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 20%;
    z-index: 10;
}

.x-twilio-video-container-producer {
    margin-bottom: 3px;
    position: relative;
}

.x-twilio-video-container-producer video {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.x-twilio-video-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
}

.x-twilio-video-screenshot {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

video-player-container {
    width: 100%;
    height: 1000px;
}

video-player {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.outline .x-tree-node-text {
    font-size: 20px;
    font-weight: bold;
}

.x-grid-row-over .x-grid-td {
	background-color: #ffff99;
}


.x-grid-row-selected .x-grid-td {
    background-color: #ffff33;
}

#videoWordTracktextArea {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 30px;
    color: rgba(255,255,255,1);
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    line-height: 60px;
    font-size: 28px;
    background: rgba(0,0,0,.2);
    text-align: center;
}

#videoWordTracktextAreaInner {
    transition: 1s linear;
}

.video-network-quality {
    color: yellow;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.x-grid-cell-state-loading .x-tree-icon {
    background-image: url(icons/loading.gif) !important;
}

.x-grid-cell-state-received-waiting .x-tree-icon {
    background-image: url(icons/received-waiting.gif) !important;
}

.x-grid-cell-state-received .x-tree-icon {
    background-image: url(icons/received.png) !important;
}

.x-selected-vsc {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-right: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 0 5px;
}

.x-selected-vsc:last-child {
    border-right: 0;
}

.x-selected-vsc span.label {
    font-size: 11px;
    font-weight: normal;
    opacity: 0.7;
}

.x-twilio-video-window {
    border-radius: 10px;
    padding: 0 !important;
    border-width: 0;
    overflow: hidden;
}

.x-twilio-video-window video, .x-twilio-video-window canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.x-twilio-video-window .x-window-body {
    border-radius: 3px;
    border-width: 0;
    background-color: #000;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.5);
}

.x-video-participants-label span {
    opacity: 0.5;
}

.x-twilio-stats {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 9px;
}

.x-tab-default {
    transition: border-bottom 0.1s ease-in-out, top 0.1s ease-in-out;
}

.x-tab-default:not(.x-tab-active) {
    border-bottom: 1px solid #dbe9fb;
    background-image: none;
    top: 2px !important;
}

.x-toolbar-item .x-form-display-field {
    line-height: 22px;
}