.km_dashboard_page .white-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.km_dashboard_page .km_dashboard_page.white-wrapper h5 {
    font-size: 13px;
    color: #646b73;
    margin: 0;
    padding: 0;
}

.km_dashboard_page select::-ms-expand {
    display: none;
}

.km_dashboard_page .plr_0 {
    padding: 0;
}

.km_dashboard_page textarea {
    resize: none;
}

.km_dashboard_page .form-sec label {
    text-transform: uppercase;
    font-size: 11px;
    color: #646b73;
    cursor: pointer;
}

.km_dashboard_page .form-sec label span 
{
    position: absolute;
    margin-top: -9px;
}

.km_dashboard_page .star {
    position: absolute;
    top: 4px;
    color: #FC4850;
    font-size: 9px;
}

.km_dashboard_page .btnsec {
    margin: 60px 0 0 0;
}

.km_dashboard_page .form-sec .form-control {
    font-size: 12px;
    color: #646b73;
    border: 1px solid #CCCCCC!important;
    border-radius: 4px;
    height: 36px;
    cursor: pointer;
}

.km_dashboard_page input::-webkit-calendar-picker-indicator {
    cursor: pointer;
  }

.km_dashboard_page .form-sec .form-control::placeholder {
    font-size: 12px;
    color: #646b73;
}
.km_dashboard_page .form-sec .form-check
{
    cursor: pointer;
}

.km_dashboard_page .form-sec .form-check-input {
    margin-top: .41rem;
}

.km_dashboard_page .sub-title {
    font-size: 13px;
    color: #507dfb;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.km_dashboard_page h5 {
    font-size: 14px;
    color: #323C47;
}

/* .km_dashboard_page .form-main-sec {
    margin-right: -15px;
} */

.km_dashboard_page .btn {
    font-size: 12px;
}

.km_dashboard_page .remove-btn {
    margin-top: -2px;
}
.km_dashboard_page .remove-btn {
    color: #4DA1FF;
    font-size: 12px;
}

.km_dashboard_page .remove-btn:hover {
    color: #1981f5;   
}

.km_dashboard_page .m_top {
    margin-top: -7px;
}

.km_dashboard_page .drag_drop_box {
    border: 1px dashed #507dfb;
    padding: 40px 20px 20px;
    position: relative;
    height: 17vh;
    border-radius: 4px;
}

.km_dashboard_page .drag_drop_box img {
    margin-bottom: 5px;
    width: 32px;
}

.km_dashboard_page .blue_text {
    color: #007dff
}

.km_dashboard_page .drag_drop_box .normal_text {
    color: #507dfb;
    font-size: 11px;
    margin: 0;
}

.km_dashboard_page .drag_drop_box input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    left: 0;
    top: 0;
    text-indent: -999px;
    cursor: pointer;
}

.km_dashboard_page .selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
}

.km_dashboard_page .selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #808FA3;
    right: 0;
    top: 0px;
    height: 36px;
    padding: 10px 15px;
    position: absolute;
    pointer-events: none;
    line-height: 15px;
    font-size: 9px;
    background: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #cccccc!important;
}

.km_dashboard_page .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.km_dashboard_page .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.km_dashboard_page .show>.btn-outline-secondary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.km_dashboard_page .gj-picker-bootstrap table tr td.today div {
    background: #0091FF;
    color: #fff!important;
    border-radius: 4px;
}

.km_dashboard_page .gj-datepicker-bootstrap [role=right-icon] button {
    width: 41px!important;
    border: 1px solid #E9EFF4!important;
    background: #F4F7F9 url('../images/icons/calender_blue.svg') 0 0 no-repeat!important;
    background-position: center center !important;
}

.km_dashboard_page .gj-datepicker-bootstrap [role=right-icon] button:hover {
    background: none;
}

.km_dashboard_page .gj-datepicker-bootstrap [role=right-icon] button i {
    display: none;
}


/* IE11 hide native button (thanks Matt!) */

.km_dashboard_page select::-ms-expand {
    display: none;
}

.km_dashboard_page .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    /* display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal; */
}


/* 05/08/2021 */

.km_dashboard_page .file_list2 {
    height: auto;
    overflow-x: hidden;
    overflow-y: unset;
    padding: 0px;
    margin: 12px 15px 24px 15px;
}

.km_dashboard_page .file_list2:hover 
{
    overflow-y: overlay;
}

.km_dashboard_page .file_list2 .check_img {
    position: absolute;
    top: 6px;
    left: 5px;
    display: none;
    width: 10px !important;
}

.km_dashboard_page .file_list2 .file_img {
    width: 16px !important;
}

.km_dashboard_page .file_list2 .file_text {
    font-size: 11px !important;
    font-weight: 600 !important;
}

.km_dashboard_page .file_list_sec2 {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}


.km_dashboard_page .progress_img_sec {
    margin: 5px auto;
}

.km_dashboard_page .upload_browse_sec {
    display: flex;
    justify-content: space-between;
}
.km_dashboard_page .browse_remove_sec{
    display: flex;
}
/* ..... */
.km_dashboard_page .form_mb
{
    margin-bottom: 7.5px;
}
.km_dashboard_page .chip_container
{
    max-height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* media query */

@media only screen and (min-width:320px) and (max-width:350px) {
    .km_dashboard_page .file_list2 .col-6 {
        max-width: 33.33%;
    }
    .km_dashboard_page .row_margin {
        margin-top: 25px;
    }
    .km_dashboard_page .upload_browse_sec {
        display: unset;
        justify-content: normal;
    }
    .km_dashboard_page .m_top {
        margin-top: 10px;
        margin-left: -10px;
    }
    .km_dashboard_page #pills-3 .tabs_scroll
    {
        width: 100%;
        overflow-x: auto;
    }
    .km_dashboard_page #pills-3 .tabs_scroll .nav 
    {
        width: 601px;
    }
    /* .km_dashboard_page .upload-document-tabs a.active.show
    {
        background: #507dfb;
        color: #ffffff !important;
    } */
    .km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1
    {
        line-height: 96px;
    }
    .km_dashboard_page .progress-bar-div
    {
        width: 94%;
    }
    .km_dashboard_page .upload_browse_sec .m_top
    {
        margin-left: 0px;
    }
    .km_dashboard_page .tab3_content
    {
        margin-bottom: 63px;
        border-bottom: 15px solid #eef9ff;
    }
    .km_dashboard_page .upload_document_content.tab-content>.tab-pane
    {
        height: auto;
    }
}

@media only screen and (min-width:351px) and (max-width:440px) {
    .km_dashboard_page .file_list2 .col-6 {
        max-width: 28%;
    }
    .km_dashboard_page .row_margin {
        margin-top: 25px;
    }
    .km_dashboard_page #pills-3 .tabs_scroll
    {
        width: 100%;
        overflow-x: auto;
    }
    .km_dashboard_page #pills-3 .tabs_scroll .nav 
    {
        width: 601px;
    }
    /* .km_dashboard_page .upload-document-tabs a.active.show
    {
        background: #507dfb;
        color: #ffffff !important;
    } */
    .km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1
    {
        line-height: 96px;
    }
    .km_dashboard_page .progress-bar-div
    {
        width: 94%;
    }
    .km_dashboard_page .upload_browse_sec .m_top
    {
        margin-left: 0px;
    }
    .km_dashboard_page .tab3_content
    {
        margin-bottom: 63px;
        border-bottom: 15px solid #eef9ff;
    }
    .km_dashboard_page .upload_document_content.tab-content>.tab-pane
    {
        height: auto;
    }
}

@media only screen and (min-width:441px) and (max-width:575px) {
    .km_dashboard_page .file_list2 .col-6 {
        max-width: 22%;
    }
    .km_dashboard_page .row_margin {
        margin-top: 25px;
    }
    .km_dashboard_page .tab3_content
    {
        margin-bottom: 63px;
        border-bottom: 15px solid #eef9ff;
    }
    .km_dashboard_page .upload_document_content.tab-content>.tab-pane
    {
        height: auto;
    }
    .km_dashboard_page #pills-3 .tabs_scroll
    {
        width: 100%;
        overflow-x: auto;
    }
    .km_dashboard_page #pills-3 .tabs_scroll .nav 
    {
        width: 601px;
    }
    .km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1
    {
        display: block;
        margin-top: 14px;
        margin-left: 10px;
    }
}

@media only screen and (min-width:576px) and (max-width:620px) {
    .km_dashboard_page .file_list2 .col-sm-3 {
        max-width: 16.66%;
    }
    .km_dashboard_page .row_margin {
        margin-top: 25px;
    }
    .km_dashboard_page .tab3_content
    {
        margin-bottom: 63px;
        border-bottom: 15px solid #eef9ff;
    }
    .km_dashboard_page .upload_document_content.tab-content>.tab-pane
    {
        height: auto;
    }
    .km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1
    {
        display: block;
        margin-top: 14px;
        margin-left: 10px;
    }
}

@media only screen and (min-width:621px) and (max-width:767px) {
    .km_dashboard_page .file_list2 .col-sm-3 {
        max-width: 14.28%;
    }
    .km_dashboard_page .row_margin {
        margin-top: 25px;
    }
    .km_dashboard_page .tab3_content
    {
        margin-bottom: 63px;
        border-bottom: 15px solid #eef9ff;
    }
    .km_dashboard_page .upload_document_content.tab-content>.tab-pane
    {
        height: auto;
    }
    .km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1
    {
        display: block;
        margin-top: 14px;
        margin-left: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:820px) {
    .km_dashboard_page .file_list2 .col-md-4 {
        max-width: 20%;
    }
    .km_dashboard_page .tab3_content
    {
        margin-bottom: 63px;
        border-bottom: 15px solid #eef9ff;
    }
    .km_dashboard_page .ipad_m_0
    {
        margin: 0px;
    }
    .km_dashboard_page .ipad_p_0
    {
        padding: 0px;
    }
    .km_dashboard_page .upload_document_content.tab-content>.tab-pane
    {
        height: calc(100vh - 358px);
    }
    .km_dashboard_page #pills-1 .file_list
    {
        height: calc(100vh - 627px);
    }
    .km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1
    {
        display: block;
        margin-top: 14px;
        margin-left: 10px;
    }
    
}

@media only screen and (min-width:821px) and (max-width:991px) {
    .km_dashboard_page .file_list2 .col-md-4 {
        max-width: 18%;
    }
    .km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1
    {
        display: block;
        margin-top: 14px;
        margin-left: 10px;
    }
}

@media only screen and (min-width:992px) and (max-width:1152px) {
    .km_dashboard_page .file_list2 .col-lg-2 {
        max-width: 16.66% !important;
    }

    .km_dashboard_page .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .km_dashboard_page .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    body 
    {
        overflow-y: hidden;
    }
}

@media only screen and (min-width:1153px) and (max-width:1280px) {
    .km_dashboard_page .file_list2 .col-lg-2 {
        max-width: 13.28% !important;
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .km_dashboard_page .file_list2 .col-lg-2 {
        max-width: 12.5% !important;
    }

}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .km_dashboard_page .file_list2 .col-lg-2 {
        max-width: 11.11% !important;
    }

}

@media only screen and (min-width:1441px) and (max-width:1559px) {
    .km_dashboard_page .file_list2 .col-lg-2 {
        max-width: 12.5% !important;
    }
}

@media only screen and (min-width:1600px) and (max-width:1920px) {
    .km_dashboard_page .file_list2 .col-lg-2 {
        max-width: 10% !important;
    }

}

@media only screen and (min-width:1921px) {
    .km_dashboard_page .file_list2 .col-lg-2 {
        max-width: 8.33% !important;
    }

}

.check_radio_file {
    border-color: #006abb !important;
}

.upload_failed {
    color: red !important;
}

.upload_inprogress {
    color: orange !important;
}

.upload_success {
    color: green !important;
}