a.custom-logo-link {
    width: 25%;
}

.bg-image {
    background-image: url(assets/images/bg-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 400px 0px;
}

.login-page .um-login,.login-page .um-password {
    /*border: 1px solid #ccc;
    background: #fff;*/
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.85);
    border: 1.40556px solid #000000;
    box-shadow: 0px 5.62225px 5.62225px rgba(0, 0, 0, 0.25);
    border-radius: 11.2445px;

}

.login-page .page-content,.register-page .page-content {
/*    padding-top: 250px;*/
    padding-top: 210px;
}

.register-page .um-register,.reset-page .um-reset {
/*    border: 1px solid #ccc;
    background: #fff;*/
    padding: 20px 20px 20px 20px;

    background: rgba(255, 255, 255, 0.85);
    border: 1.40556px solid #000000;
    border-radius: 0px 0px 11.2445px 11.2445px;
    box-sizing: border-box;
}



.register-page .top-green-section {
    box-sizing: border-box;
    height: 63.25px;
    background: #8DC63F;
    border: 1.40556px solid #000000;
    border-radius: 11.2445px 11.2445px 0px 0px;
}


.register-page .top-green-section h3,.reset-page .top-green-section h3{
/* Request Account */
    font-family: 'DINOT'; 
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    text-align: center; 
    color: #FFFFFF;
    margin-top: 11px;
}

.reset-page .um-reset {
    width: 50%;
    height: 50%;
    margin: 0px auto;
}

.reset-page .top-green-section {
    box-sizing: border-box;
    width: 50%;
    height: 63.25px;
    background: #8DC63F;
    border: 1.40556px solid #000000;
    border-radius: 11.2445px 11.2445px 0px 0px;
     margin: 0px auto;
}


.register-page .um-row._um_row_1,.um-row._um_row_4 {
    width: 100%;
    display: flex;
}

.register-page .um-col-121 {
    padding: 11px;
}

.register-page .um-col-122 {
    padding: 11px;
}


.login-page .um-login {
    width: 50%;
    height: 50%;
    margin: 10px auto;
}

.mt-35 {
    margin-top: 35px;
}

.list-bottom-icon ul {
    display: flex;
    list-style: none;
    justify-content:center;
}


li.border-right-icon {
    border-right: 0.702782px solid #808285;
}

li.border-left-icon {
    border-left: 0.702782px solid #808285;
}

li.border-right-icon {
    padding-right: 13px;
}

li.border-left-icon {
    padding-left: 13px;
}

li.border-center-icon {
    padding-right: 13px;
    padding-left: 13px;
}

.list-bottom-icon img {
    width: 18px;
}

.list-bottom-icon {
    margin-top: 46px;
}
.error {
    color: red;
}

ul.display-errors li {
    color: red;
}
ul.display-errors {
    text-align: center;
    list-style: none;
}
ul.display-success li {
    color: green;
    font-weight: 600;
}

ul.display-success {
    list-style: none;
    justify-content:center;
    text-align: center;
}

div#wpadminbar {
    display: none;
}

@media screen and (max-width:767px){
    .sort-list.filter-links {
        width: 100% !important;
    }

    .login-page .um-login {
        width: 100% !important;
    }
    .filter-content .sort-body select {
        display: none;
    }

    .filter-content ul {
        display: block;
    }
    .video-fluid-wrp .video-container .inner-slide {
        width: 100% !important;
    }
    body .filter-icon {
        display: block !important;
    }
}
.filter-icon {
    display: none !important;
}
.div-loader {
    text-align: center;
}

/*upload burtton css start*/
span.img-circle {
    position: relative;
}
img.up-arrow {
    position: absolute;
    bottom: -3px;
    left: 12px;
    width: 20px;
}

img.green-circle-img {
    width: 45px;
}

.upload-new-file-wrp {
    margin-bottom: 10px;
}

span.upload-text {
    font-size: 20px;
    font-weight: 600;
    margin-left: 9px;
}
a.upload-new-file {
    cursor: pointer;
}

.upload-btn-wrp {
    border: 4px dotted #ccc;
    padding: 10px;
    text-align: center;
}

input#userFile {
    width: 243px;
    height: 92px;
    position: absolute;
    left: 35px;
    top: 71px;
    opacity: 0;
}
span.browse-color {
    color: #00AEEF;
}
.drop-file-content1 {
    font-size: 20px;
}
.progress-bar-wrp img {
    width: 30px;
}

.progress-bar-wrp {
    display: flex;
    margin-bottom: 8px;
}

.progress {
    background-color: #12CC1A;
    color: #FFFFFF;
    width: 0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    border-radius: 5px;
}

.progress-wrp {
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    margin: 16px 5px 0px 5px;
    width: 100%;
}

#uploadFileModal h5.modal-title {
    text-align: center;
}

#uploadFileModal button.close {
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 27px;
    font-size: 32px;
}
#uploadFileModal .modal-header {
    display: block;
}

.progress-container {
    display: flex;
    height: 9px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    margin: 16px 5px 0px 5px;
    width: 100%;
}
.filename-div {
    position: absolute;
    top: 10px;
    left: 106px;
}

/*new*/
.progress-bar-wrp {
    display: none;
}
tr .file-name {
    position: absolute;
    bottom: 32px;
    text-align: center;
    left: 26px;
}

table#progressBarsContainer tr {
    position: relative;
}

img.file-type-img {
    width: 10%;
    position: absolute;
    left: -12px;
}

table#progressBarsContainer td {
    border: 1px solid #fff;
}

body .progress-bar {
    background-color: #8DC63F !important;
}
div#progressBar_123\.png {
    height: 9px;
}
div#uploadStatus {
    color: green;
    text-align: center;
    margin-top: 5px;
}
#uploadFileModal button.close {
    background: #fff;
}
.head-upload-bar {
    width: 86%;
    margin: 10px auto;
}
.head-upload-bar {
    display: none;
}

.documents-container .inner-slide h2 {
    height: 326px;
}
.documents-container .inner-slide h4 {
    height: 84.3px;
}

p.s-description {
    margin-bottom: 0px;
}
.search-item {
    margin-bottom: 23px;
}
/*new*/
/*upload burtton css end*/

.upload-new-file-wrp-2 {
    width: 50%;
}
.sort-upload-wrp {
    display: flex;
}
.sort-list-wrp {
    width: 50%;
}

.filter-content .sort-body ul {
    height: 300px;
    overflow: hidden;
    overflow-y:scroll;
}

body .notification-detail.my-notification-section p a {
    color: #007bff !important;
}