#message-for-tor {
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-bottom: solid 1px #818892;
    color: #fff;
    display: none;
	z-index: 100;
}

#message-for-tor i.fa-times {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.rel-pos {
    position: relative;
}

.d-none {
    display: none !important;
}

.drop-list {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10000;
    margin: 0;
    padding: 0;
    display: none;

    overflow-y: auto;
    /*height: 250px;*/
}

.drop-list li {
    list-style-type: none;
    padding: 5px;
    border-bottom: solid 1px #e9e9e9;
    cursor: pointer;
}

.drop-list li.selected {
    background: #dedede;
}

.drop-list li:hover {
    background: #e9e9e9;
}

.drop-list li:last-child {
    border: none;
}

.progress-bar {
    width: 200px;
    height: 5px;
    position: relative;
    border: solid 1px #ABABAB;
}

.progress-bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background: #ff5253;
    z-index: 1;
    border-radius: 0;
}

.progress-bar .progress-percent {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 2;
}

.file-block {
    margin-left: 20px;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.file-item .attach-type {
    position: relative;
}

.attach-type {
    overflow: hidden !important;
}

.file-item .progress {
    position: absolute;
    top: 0;
    width: 0%;
    background-color: #ff2f2f;
    background-image: linear-gradient(-55deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, 0.1) 38%);
    max-width: 268px;
    height: 50px;
    /*border-radius: 28px;*/
    border-radius: 0;
    z-index: 1;
}

.file-item .attach-type span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	line-height: 44px;
}

.file-item .attach-type input[type='file'] {
    z-index: 3 !important;
}

.file-desc {
    float: left;
}

.error-msg {
    font-size: 12px;
    font-weight: bold;
    color: #ff5253;
}

.uploaded-file-item {
    width: 130px;
    height: 130px;
    float: left;
}

.uploaded-file {
    float: left;
    margin-bottom: 5px;
}

.uploaded-file-item {
    position: relative;
    margin-right: 10px;
    /*margin-bottom: 10px;*/
    display: table;
}

.uploaded-file-item .uploaded-file-item-inner-div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /*height: 130px;*/
    /*width: 130px;*/
}

.uploaded-file-item .remove-uploaded-file-item {
    position: absolute;
    top: -6px;
    right: 5px;
    cursor: pointer;
}

.uploaded-file-item .remove-uploaded-file-item i {
    font-size: 20px;
    color: #ff5252;
}

.files-container img {
    width: 118px;
    height: 118px;
    box-sizing: border-box;
    object-fit: cover;
    margin-top: 11px;
    padding: 2px;
}

.uploaded-file-name {
    /*white-space: nowrap;*/
	word-break: break-all;
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
}

.file-text-area textarea {
    height: 120px;
}

h3.error_message_h3 {
    color: #00b1a9;
}

.error_message {
    font-size: 12px;
}

.disable-btn {
    /*background: #d7d7d7 !important;*/
}

#message-for-tor p {
    font-size: 16px;
    text-align: left;
}

#message-for-tor p a {
    color: #ff5252;
}

#message-for-tor p a:hover {
    color: #ec0505;
}



.tor-futtons .close-in {
    background-color: #c7c7c7;
}

.tor-futtons .close-in:hover {
    background-color: #aeb2b6;
}

.sub-agency-load {
    background-image: url('/assets/images/three-dots.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.file-upload-progress{
    background-image: url('/assets/images/three-dots.svg');
    background-repeat: no-repeat;
    background-position: center 10px;
    text-indent: 10000px;
}
.incorrect-recatpcha{
    color: #ec2c2c;
}
.padding-20{
	padding: 20px 0;
}