.km_dashboard_page .main_container {
    background-color: #EEF9FF;
    height: calc(100vh - 0px);
    padding: 0px;
}

.km_dashboard_page .top_left {
    background-color: #ffffff;
    text-align: center;
    height: 91px;
}

.km_dashboard_page .top_left img {
    margin: 15px auto;
}

.km_dashboard_page .top_right {
    background-color: #ffffff;
    height: 91px;
    margin-left: 2px;
    padding: 33px 40px 33px 15px;
}

.km_dashboard_page .filter_sec {
    float: left;
    position: relative;
}

.km_dashboard_page .filter_sec input {
    color: #989898;
    font-size: 14px;
    padding-left: 28px;
    border: none;
}

.km_dashboard_page .filter_sec input:focus,
.km_dashboard_page .filter_sec input:active {
    outline: 0;
}

.km_dashboard_page .filter_sec input::placeholder {
    color: #989898;
    font-size: 14px;
    opacity: 0.5;
}

.km_dashboard_page .filter_sec img {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 18px;
}

.km_dashboard_page .profile_sec {
    float: right;
    margin-top: -12px;
}

.km_dashboard_page .left_nav {
    flex-direction: column;
}

.km_dashboard_page .img1 {
    display: block;
}

.km_dashboard_page .img2 {
    display: none;
}

.km_dashboard_page .left_nav .nav-link {
    background-color: #fff;
    font-size: 12px;
    color: #507dfb;
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid #0091ff0f;
    width: 8.333333vw;
    padding: 4.1rem 0rem;
    height: 22.1vh;
    cursor: pointer;
}

/* .km_dashboard_page .left_nav li:last-child .nav-link {
    border-bottom: 1px solid #000;
} */

.km_dashboard_page .left_nav .nav-link.active {
    background-color: #507dfb;
    border-bottom: 1px solid #507dfb;
    color: #ffffff;
}

.km_dashboard_page .left_nav .nav-link img {
    margin: 0px auto 10px;
}

.km_dashboard_page .left_nav .nav-link.active .img1 {
    display: none;
}

.km_dashboard_page .left_nav .nav-link.active .img2 {
    display: block;
}

.km_dashboard_page .custom_tab_content {
    margin: 2px 16px 0px 16px;
}

.km_dashboard_page .content_pad {
    padding: 0px 7px !important;
}

.km_dashboard_page .sub_title h2 {
    font-size: 15px;
    word-wrap: break-word;
    color: #0091FF;
    padding: 13px 15px;
}

.km_dashboard_page .box_prop {
    border-radius: 4px;
}

.km_dashboard_page .left_box {
    background: #fff;
}


/* 
.middle_box {
    background: #fff;
} */

.km_dashboard_page .right_box {
    background: #fff;
    height: 100%;
    /* height: calc(100vh - 93px); */
    /* padding: 18px 28px 18px 23px; */
}

.km_dashboard_page .file_sec {
    padding: 18px 28px 18px 23px;
    height: calc(100vh - 211px);
    overflow-x: hidden;
    overflow-y: auto;
}


/*select Menu css Start*/

.km_dashboard_page .country_section {
    padding: 0px 15px;
}

.km_dashboard_page .select_country_box select {
    word-wrap: normal;
    border: none;
    border-bottom: 1px solid #6D7278;
    width: 100%;
    font-size: 12px;
    color: #000;
    padding: 7px 5px 10px 5px;
}

.km_dashboard_page .select_country_box select:focus,
.km_dashboard_page .select_country_box select:active {
    outline: 0;
}

.km_dashboard_page .select_country_box label {
    font-size: 11px;
    display: block;
    margin-bottom: 0px;
    color: #6b6b6b;
}

.km_dashboard_page .select_country_box .select_box {
    width: 100%;
    position: relative;
}

.km_dashboard_page .select_country_box .select_box img {
    position: absolute;
    top: 15px;
    right: 5px;
}

/* 30/07/2021 */

.km_dashboard_page .list_nav_sec {
    height: calc(100vh - 310px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 3px;
    margin: 0px -3px;
}

.km_dashboard_page .list_nav .nav-item {
    margin-bottom: 10px;
    padding-right: 1px;
    cursor: pointer;
}

.km_dashboard_page .list_nav .nav-item:last-child {
    margin-bottom: 0px;
}

.km_dashboard_page .list_nav .nav-link {
    display: flex;
    justify-content: space-between;
    padding: .7rem 1rem .7rem .5rem;
    border: 1px solid #E9EFF4;
}

.km_dashboard_page .list_nav .nav-link:hover {
    background-color: #fff;
    border: 1px solid #99c5f5;
    -webkit-box-shadow: 0px 0px 3px 0px #91bff3;
    box-shadow: 0px 0px 3px 0px #91bff3;
}
.km_dashboard_page .list_nav .nav-link:hover .left_sec .text {
    color: #000;
}

.km_dashboard_page .list_nav .nav-link.active,
.km_dashboard_page .list_nav .show>.nav-link {
    color: #fff;
    background-color: #507dfb;
    border: 1px solid #507dfb;
}

.km_dashboard_page .list_nav .nav-link .img_blue {
    display: inline-block;
}

.km_dashboard_page .list_nav .nav-link .img_white {
    display: none;
}

.km_dashboard_page .list_nav .nav-link.active .img_blue {
    display: none;
}

.km_dashboard_page .list_nav .nav-link.active .img_white {
    display: inline-block;
}

.km_dashboard_page .list_nav .nav-link .left_sec {
    display: flex;
    justify-content: space-between;
}

.km_dashboard_page .list_nav .nav-link .left_sec img {
    width: 25px;
}

.km_dashboard_page .list_nav .nav-link .left_sec span.text {
    font-size: 12px;
    color: #000;
    display: inline-block;
    margin-left: 9px;
    opacity: 0.8;
}

.km_dashboard_page .list_nav .nav-link .left_sec .text {
    font-size: 12px;
    color: #323C47;
    display: inline-block;
    margin-left: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 6vw;
    margin-top: 5px;
}

.km_dashboard_page .list_nav .nav-link.active .left_sec span.text {
    color: #fff;
    opacity: 1;
}

.km_dashboard_page .list_nav .nav-link.active .left_sec .text {
    color: #fff;
    opacity: 1;
}

.km_dashboard_page .list_nav .nav-link .right_sec span.count {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}

.km_dashboard_page .list_nav .nav-link .right_sec img {
    height: 16px;
}

.km_dashboard_page .list_nav .nav-link.active .right_sec span.count {
    color: #fff;
}

.km_dashboard_page .region_title {
    margin-bottom: 10px;
}

.km_dashboard_page .region_title h2 {
    font-size: 15px;
    word-wrap: break-word;
    color: #507dfb;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.km_dashboard_page .region_project h3 {
    font-size: 13px;
    word-wrap: break-word;
    color: #313B46;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.km_dashboard_page .region_project h3 span {
    font-size: 13px;
    color: #313B46;
    margin-left: 2px;
}


/* Project module */

.km_dashboard_page .project_nav {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: unset !important;
    padding-bottom: 8px;
    width: 100%;
}
.km_dashboard_page .Project_list_sec .project_nav{
    margin-left: 5px;
}
.km_dashboard_page .Project_list_sec .project_nav .nav-link{
    margin-left: 0;
}
.km_dashboard_page .project_nav .nav-item {
    /* width: 33.33%; */
    margin-right: 10px;
    position: relative;
}

.km_dashboard_page .Project_list_sec {
    padding: 0px;
    /* margin: 0px 10px; */
    margin: 0 20px 0 10px;
}

.km_dashboard_page .Project_list .img_sec img {
    width: 23px;
}

.km_dashboard_page .project_nav .nav-link.active,
.km_dashboard_page .project_nav .show>.nav-link {
    color: unset;
    background-color: #fff;
    border: 2px solid #99c5f5;
    cursor: default;
    -webkit-box-shadow: 0px 0px 5px 0px #91bff3;
    box-shadow: 0px 0px 5px 0px #91bff3;
}

.km_dashboard_page .project_nav .nav-link {
    color: unset;
    background-color: #fff;
    border: 2px solid #E4E8EA;
    cursor: default;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    padding: .7rem 1rem .1em 1rem;
    width: 14.04vw;
    margin-left: 5px;
    margin-top: 5px;
}

.km_dashboard_page .project_nav .nav-link:hover {
    color: unset;
    background-color: #fff;
    border: 2px solid #99c5f5;
    cursor: default;
    -webkit-box-shadow: 0px 0px 5px 0px #91bff3;
    box-shadow: 0px 0px 5px 0px #91bff3;
}

.km_dashboard_page .Project_list .project_name {
    margin: 6px 0px 0px 0px;
}

.km_dashboard_page .Project_list .project_name h3 {
    font-size: 12px;
    word-wrap: break-word;
    color: #313B46;
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 16px;
    height: 32px;
}

.km_dashboard_page .project_time {
    margin-bottom: 10px;
}

.km_dashboard_page .project_time span {
    font-size: 11px;
    color: #323C47;
    opacity: 0.9;
}

.km_dashboard_page .progress_sec {
    margin-bottom: 5px;
}

.km_dashboard_page .progress_sec .progress {
    height: 3px;
    background-color: #d7e7f9;
    margin-bottom: 3px;
}

.km_dashboard_page .progress_sec .progress-bar {
    background-color: #507dfb;
    opacity: 1;
}

.km_dashboard_page .progress_sec .progress-percent {
    color: #989898;
    font-size: 11px;
    opacity: 0.8;
}

.km_dashboard_page .project_seperater {
    border-bottom: 1px solid #D8D8D8;
    opacity: 0.7;
    margin: 0px -15px;
}

.km_dashboard_page .Project_list .project_seperater{

    margin: 0px -10px;

}

.km_dashboard_page .activity_sec {
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
}

.km_dashboard_page .activity_sec .left_activity img {
    width: 14px;
}

.km_dashboard_page .activity_sec {
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
}

.km_dashboard_page .activity_sec img {
    cursor: pointer;
}

.km_dashboard_page .activity_sec .right_activity img:last-child {
    margin-left: 10px;
}

.km_dashboard_page .activity_sec .right_activity {
    display: flex;
    justify-content: right;
    margin-top: 1px;
}

.km_dashboard_page .img_second,
.km_dashboard_page .img_second2 {
    display: none;
}

.km_dashboard_page .ml_10 {
    margin-left: 10px !important;
}

.km_dashboard_page .file_list_sec {
    background-color: #fff;
    border-radius: 4px;
    margin: 7px 15px 0px 15px;
    padding: 15px 20px;
}

.km_dashboard_page .file_list_sub_head {
    display: flex;
    justify-content: space-between;
}

.km_dashboard_page .file_list {
    height: calc(100vh - 514px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 8px;
    margin: 0px -3px;
}
.km_dashboard_page .file_list .col-lg-2 {
    padding: 0px 10px;
}

.km_dashboard_page .list_head_right_sec {
    display: flex;
    justify-content: space-between;
}

.km_dashboard_page .list_head_right_sec .edit,
.km_dashboard_page .list_head_right_sec .remove,
.km_dashboard_page .list_head_right_sec .download {
    font-size: 13px;
    cursor: pointer;
}

.km_dashboard_page .list_head_right_sec .edit,
.km_dashboard_page .list_head_right_sec .remove {
    color: #6D7278;
}

.km_dashboard_page .list_head_right_sec .download {
    color: #507dfb;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 8px;
}

.km_dashboard_page .list_head_right_sec .remove {
    margin: 0px 12px;
}

.km_dashboard_page .upload_btn2,
.km_dashboard_page .filter_btn {
    margin-top: -6px;
    margin-bottom: 4px;
}
.km_dashboard_page .upload_btn2
{
    margin: 0px;
    margin-left: 10px;
}
.km_dashboard_page .upload_btn2 .btn 
{
    height: 28px;
}
.km_dashboard_page .filter_btn
{
    margin-top: 0px;
    margin-left: 10px;
}
.filter_btn .form-control-custom-select 
{
    margin-top: 0;
}
.km_dashboard_page .list_head_right_sec .search_form_control
{
    height: 28px;
    border-radius: 2px;
    font-size: 13px;
}
.km_dashboard_page #pills-2 .filter_btn
{
    margin-top: 0px;
}

/* custom box click */

.km_dashboard_page .file_container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 13px 11px 8px;
    margin-bottom: 15px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #E4E8EA;
    width: 100%;
}

.km_dashboard_page .file_container .file_img {
    width: 45px;
}

.km_dashboard_page .file_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.km_dashboard_page .chkDiv {
    display: none;
}

.km_dashboard_page .file_container input:checked~.chkDiv {
    padding: 12px 10px 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    border-radius: 7px;
    border: 1px solid #507dfb;
    font-weight: normal !important;
    display: block;
    width: 100%;
    box-shadow: 0px 0px 2px 0px #507dfb;
}

.km_dashboard_page .file_container input:checked~.check_img {
    display: block;
}

.km_dashboard_page .file_text {
    font-size: 11px;
    font-weight: 400;
    margin-top: 8px;
    color: #323C47;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.km_dashboard_page .check_img {
    position: absolute;
    top: 6px;
    left: 5px;
    display: none;
}


/* End of custom box click */

.km_dashboard_page .file_list_sec .file_list_head .region_title {
    margin-bottom: 12px;
}

.km_dashboard_page .km_space_sec {
    display: flex;
    justify-content: normal;
    padding: 10px 28px 18px 23px;
}

.km_dashboard_page .km_space_sec .left_space {
    margin-right: 15px;
}

.km_dashboard_page .km_space_sec .left_space img {
    height: 52px;
}

.km_dashboard_page .right_space h3 {
    font-size: 18px;
    word-wrap: break-word;
    color: #313B46;
    padding: 0;
    margin: 0;
    font-weight: 600;
    margin-bottom: 8px;
}

.km_dashboard_page .km_space_sec .right_space {
    width: calc(100% - 67px);
}

.km_dashboard_page .km_space_sec .progress_sec .progress {
    width: 100%;
}


/* custom upload file */

.km_dashboard_page .upload-btn-wrapper {
    position: relative;
    /* overflow: hidden;
    display: inline-block; */
}

.km_dashboard_page .upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    text-indent: -999px;
}

.km_dashboard_page .accordion-head i {
    font-size: 2.5em;
    float: right;
}

::-webkit-input[type=file] {
    cursor: pointer;
}

.km_dashboard_page .accordion-head>.collapsed>i:before {
    content: "\f105";
}


/* custom_collapse */

/* .km_dashboard_page .custom_collapse {

} */

.km_dashboard_page .collapse_head {
    display: flex;
    flex-direction: column;
}

.km_dashboard_page .collapse_head .collapse_link,
.km_dashboard_page .collapse_head .collapse_link:hover {
    color: #323C47 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border-bottom: 1px solid #6D7278 !important;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.km_dashboard_page .collapse_head .collapse_link img {
    position: absolute;
    right: 5px;
    top: 8px;
}

.km_dashboard_page .collapse_head .collapse_link .up_img {
    display: block;
}

.km_dashboard_page .collapse_head .collapse_link .down_img {
    display: none;
}

.km_dashboard_page .collapse_head .collapse_link.collapsed .up_img {
    display: none;
}

.km_dashboard_page .collapse_head .collapse_link.collapsed .down_img {
    display: block;
}

.km_dashboard_page .collapse_content .card {
    border: none;
    padding: 0;
}


/* End of custom_collapse */

.km_dashboard_page .switch_sec {
    display: flex;
    justify-content: space-between;
}

.km_dashboard_page .switch_sec .label_text,
.km_dashboard_page .collapse_content .card-body .label_text {
    font-size: 13px;
    color: #323C47;
    font-weight: 600;
}

.km_dashboard_page .collapse_content .file_details .card-body h2 {
    font-size: 12px;
    word-wrap: break-word;
    color: #323C47 !important;
    padding: 0;
    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
}

.km_dashboard_page .collapse_content .file_details .card-body h3 {
    font-size: 11px;
    word-wrap: break-word;
    color: #323C47 !important;
    padding: 0;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.km_dashboard_page .mt_cust {
    margin-top: 2rem !important;
}


/* custom switch */

.km_dashboard_page .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 12px;
    margin-top: 3px;
    margin-right: 2px;
}

.km_dashboard_page .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.km_dashboard_page .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eceaea;
    /* -webkit-transition: .4s;
    transition: .4s; */
}

.km_dashboard_page .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0px;
    bottom: -2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #D0D7DD;
    box-shadow: 0px 0px 2px 0px #9B9B9B;
}

.km_dashboard_page input:checked+.slider {
    background-color: #4DA1FF;
}

.km_dashboard_page input:checked>.on_btn {
    color: #5A84F8;
}

.km_dashboard_page input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.km_dashboard_page input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.km_dashboard_page .toggle-checkbox:checked+.toggle-switch:before {
    content: "";
    left: -5px;
}


/* Rounded sliders */

.km_dashboard_page .slider.round {
    border-radius: 34px;
}

.km_dashboard_page .slider.round:before {
    border-radius: 50%;
}

.km_dashboard_page .switch_sec label {
    margin-bottom: 0px !important;
}

.km_dashboard_page .guide_text span {
    font-size: 11px;
    color: #323C47 !important;
}

/* .km_dashboard_page .recent_file_sec {} */

.km_dashboard_page .recent_file_sec .recent_file_head h3 {
    font-size: 13px;
    color: #323C47;
    padding: 0;
    margin: 0;
    font-weight: normal;
    position: relative;
    margin-bottom: -3px;
}

.km_dashboard_page .recent_file_sec .recent_file_head span {
    font-size: 11px;
    color: #323C47;
}

.km_dashboard_page .recent_file_sec .recent_file_head {
    padding-left: 15px;
}

.km_dashboard_page .recent_file_sec .recent_file_head h3::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 4px;
    background-color: #4DA1FF;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.km_dashboard_page .recent_file_list .file_list_box img {
    margin-top: 3px;
}

.km_dashboard_page .recent_file_list .file_list_box {
    margin-bottom: -2px;
}

.km_dashboard_page .recent_file_list .file_list_box span {
    font-size: 11px;
    color: #323C47 !important;
    margin-left: 4px;
}

/* .km_dashboard_page .recent_folder_list {} */

.km_dashboard_page .recent_folder_list .folder_list_box {
    border: 1px solid #E4E8EA;
    padding: 3px 10px 3px 7px;
    border-radius: 4px;
    margin-top: 7px;
    width: 30%;
    display: flex;
}

.km_dashboard_page .recent_folder_list .folder_list_box img {
    width: 13px;
}

.km_dashboard_page .recent_folder_list .folder_list_box span {
    font-size: 10px;
    color: #323C47;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


/* end of custom switch */

.km_dashboard_page .custom_dropdown .dropdown-toggle::after {
    content: none !important;
}

.km_dashboard_page .custom_dropdown a .option_img {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 18px;
    height: 16px;
    z-index: 1;
    /* margin-left: 13.5vw; */
}

.km_dashboard_page .custom_dropdown_menu {
    background-color: #EAF4FF;
    border: 1px solid #dfe9f5;
    -webkit-box-shadow: 0px 0px 5px 2px #dfe9f5;
    box-shadow: 0px 0px 5px 2px #dfe9f5;
    padding: 0px !important;
    border-radius: 4px 0px 0px 4px !important;
    min-width: 5.2rem !important;
    top: 41px !important;
    right: 2px !important;
    left: auto !important;
}

.km_dashboard_page .custom_dropdown_menu a {
    font-size: 11px;
    color: #6D7278;
    border-bottom: 1px solid #CFDDEB;
    cursor: pointer;
    padding: .3rem .5rem !important;
    display: block;
}

.km_dashboard_page .custom_dropdown_menu a img {
    cursor: pointer;
    width: 14px;
    margin-right: 5px;
    margin-top: -2px;
}

.km_dashboard_page .custom_dropdown_menu a:hover,
.km_dashboard_page .custom_dropdown_menu a:focus {
    color: #6D7278;
    background-color: #ccdff5;
}

.km_dashboard_page .custom_dropdown_menu a:last-child {
    border-bottom: none;
    border-radius: 0px 0px 0px 4px !important;
}

.km_dashboard_page .custom_dropdown_menu a:first-child {
    border-radius: 4px 0px 0px 0px !important;
}


/* tooltip */

.km_dashboard_page .tooltip_img {
    margin-top: -5px;
}

.km_dashboard_page .tooltip_container {
    position: relative;
    margin-right: 5px;
}

.km_dashboard_page .tooltip_container:hover>.tooltip_dropdown {
    display: block;
}

/* .km_dashboard_page .toogle_tooltip_container
{
    position: absolute;
    right: 15px;
    z-index: 999;
} */

.km_dashboard_page .tooltip_dropdown {
    display: none;
    position: absolute;
    right: auto;
    top: -30px;
    min-width: 50px;
    left: -42px;
    padding: 6px 8px;
    background-color: #4a4a4a;
    border-radius: 2px;
    color: #fff !important;
    font-size: 9px;
    white-space: nowrap;
}

.km_dashboard_page .tooltip_dropdown::after {
    content: "";
    position: absolute;
    left: 46px;
    top: 25px;
    border-top: 6px solid #4a4a4a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: auto;
}

.km_dashboard_page .tooltip_dropdown2 {
    right: auto;
    top: 9px;
    min-width: 50px;
    left: -73px;
    z-index: 2;
}

.km_dashboard_page .tooltip_dropdown2::after {
    content: "";
    position: absolute;
    left: 64px;
    top: 8px;
    border-left: 7px solid #4a4a4a;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: auto;
}

.km_dashboard_page .select_country_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.km_dashboard_page .profile_sec .dropdown-toggle::after {
    display: none;
}

.km_dashboard_page .profile_sec .dropdown-menu {
    top: 37px !important;
    left: auto !important;
    right: -100px;
    padding: 8px;
    min-width: 13rem;
    background-color: #fff;
    border: 2px solid #99c5f5;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px #91bff3;
    box-shadow: 0px 0px 5px 0px #91bff3;
}


/* 09/08/2021 */

.km_dashboard_page .profile_content_sec {
    display: flex;
    justify-content: space-between;
}

.km_dashboard_page .profile_content_sec .left_content {
    background-image: url(../images/icons/profile_icon.svg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;
    background-size: 70px 70px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

.km_dashboard_page .profile_content_sec .left_content::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    border-radius: 50%;
}

.km_dashboard_page .profile_content_sec .left_content img {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 18px;
}

.km_dashboard_page .profile_content_sec .right_content {
    margin-top: 8px;
}

.km_dashboard_page .profile_content_sec .right_content h2 {
    font-size: 14px;
    word-wrap: break-word;
    color: #313B46;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.km_dashboard_page .profile_content_sec .right_content h3 {
    font-size: 10px;
    word-wrap: break-word;
    color: #323C47;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.km_dashboard_page .profile_content_sec .right_content a,
.km_dashboard_page .profile_content_sec .right_content a:hover {
    font-size: 10px;
    word-wrap: break-word;
    color: #0091FF;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.km_dashboard_page .profile_content_sec .right_content a:hover .profile_content_sec .right_content a:focus {
    outline: 0;
}

.km_dashboard_page .profile_sec .upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 65px;
    border-radius: 50%;
}


/*  */

.comman_search_filter .form-control.dropBtn {
    width: 300px;
    /* margin-top: 5px;
    font-size: 12px;
    color: rgb(100, 107, 115);
    height: 29px;
    cursor: pointer;
    padding: 4px 4px 4px 32px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(204, 204, 204) !important;
    border-image: initial !important;
    top: 5px; */
}


/* end of right section slide css */

.km_dashboard_page .knowledge_list_sec .project_nav {
    height: 500px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: auto !important;
    flex-wrap: unset !important;
}

.km_dashboard_page .toggle_button {
    background: #fff;
    color: #4DA1FF;
    border: 1px solid #fff;
    font-size: 10px !important;
    border-radius: 2px;
    box-shadow: none;
    padding: 0px 3px;
    height: 28px;
}

.km_dashboard_page .toggle_button:hover,
.km_dashboard_page .toggle_button:focus {
    background: #EAF4FF;
    color: #fff;
    border: 1px solid #EAF4FF;
}

.km_dashboard_page .toggle_button:active,
.km_dashboard_page .toggle_button:focus {
    outline: 0;
}

.km_dashboard_page .mt_7 {
    margin-top: 7px !important;
}

.km_dashboard_page .btn_margin {
    margin-top: 7px !important;
    margin-right: -5px !important;
}

.km_dashboard_page .close_sec {
    padding: 5px 22px 0px 22px;
}

.km_dashboard_page .close_sec img {
    cursor: pointer;
    width: 35px;
}
.km_dashboard_page .list_head_right_sec .edit:hover,
.km_dashboard_page .list_head_right_sec .remove:hover{
    color: #000;
}
.km_dashboard_page .list_head_right_sec .download:hover{
    color: #1981f5;
}



/* media Query */

@media only screen and (max-width: 1024px) and (max-height: 768px) {}

@media only screen and (min-width:320px) and (max-width:350px) {
    .km_dashboard_page .recent_folder_list .folder_list_box {
        width: 40%;
    }
    .km_dashboard_page .text_align{
        text-align: left !important;
    }
    .km_dashboard_page .file_text
    {
        font-size: 9px;
    }
    .km_dashboard_page .blue_button
    {
        font-size: 11px !important;
    }
    .km_dashboard_page .left_nav .nav-link
    {
        font-size: 11px;
    }
    .km_dashboard_page .list_head_right_sec .edit, .km_dashboard_page .list_head_right_sec .remove, .km_dashboard_page .list_head_right_sec .download
    {
        font-size: 11px;
    }
}
@media only screen and (min-width:351px) and (max-width:440px) {    
    .km_dashboard_page .file_list .col-6 {
     max-width: 33.33%;   
    }
    .km_dashboard_page .file_text
    {
        font-size: 9px;
    }
    .km_dashboard_page .blue_button
    {
        font-size: 11px !important;
    }
    .km_dashboard_page .left_nav .nav-link
    {
        font-size: 11px;
    }
    .km_dashboard_page .list_head_right_sec .edit, .km_dashboard_page .list_head_right_sec .remove, .km_dashboard_page .list_head_right_sec .download
    {
        font-size: 11px;
    }
}
@media only screen and (min-width:320px) and (max-width:440px) {
    .km_dashboard_page .project_nav
    {
        flex-wrap: unset !important;
        display: block !important;
        height: auto !important;
        padding-right: 5px !important;
        
    }
    .km_dashboard_page .Project_list_sec
    {
        height: auto !important;
        max-height: calc(100vh - 158px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        margin-right: 5px !important;
    }
    .km_dashboard_page .form-control-custom-select {
        height: 28px !important;
    }

    .km_dashboard_page .list_nav_sec {
        max-height: calc(100vh - 380px) !important;
        height: auto !important;
    }
}
@media only screen and (min-device-width: 420px) and (max-device-width: 767px){
    .km_dashboard_page .res_pad.main_sec .comman_search_filter .form-control.dropBtn {
        width: 97%;
        margin: 0 auto;
        float: inherit;
    }
    .km_dashboard_page .comman_search_filter .input_sec img {
        top: 8px !important;
        left: 16px !important;
    }
}
@media only screen and (min-width:441px) and (max-width:575px) {    
    .km_dashboard_page .file_list .col-6 {
     max-width: 25%;   
    }
    .km_dashboard_page .file_text
    {
        font-size: 9px;
    }
    .km_dashboard_page .blue_button
    {
        font-size: 11px !important;
    }
    .km_dashboard_page .left_nav .nav-link
    {
        font-size: 11px;
    }
    .km_dashboard_page .list_head_right_sec .edit, .km_dashboard_page .list_head_right_sec .remove, .km_dashboard_page .list_head_right_sec .download
    {
        font-size: 11px;
    }
    .km_dashboard_page .project_nav
    {
        flex-wrap: unset !important;
        display: block !important;
        height: auto !important;
        padding-right: 5px !important;
        
    }
    .km_dashboard_page .Project_list_sec
    {
        height: auto !important;
        max-height: calc(100vh - 158px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        margin-right: 5px !important;
    }
    .km_dashboard_page .form-control-custom-select {
        height: 28px !important;
    }

    .km_dashboard_page .list_nav_sec {
        max-height: calc(100vh - 380px) !important;
        height: auto !important;
    }
    .km_dashboard_page .project_nav .nav-item
    {
        width: calc(50% - 10px) !important;
    }
}    

@media only screen and (min-width:575px) and (max-width:767px) {    
    .km_dashboard_page .file_list .col-6 {
        max-width: 25%;   
    }
    .km_dashboard_page .left_head {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .km_dashboard_page .right_head {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .km_dashboard_page .list_nav_sec {
        max-height: calc(100vh - 380px) !important;
        height: auto !important;
    }
    .km_dashboard_page .project_nav .nav-item
    {
        width: calc(33.33% - 10px) !important;
    }
    .km_dashboard_page .project_nav
    {
        max-height: calc(100vh - 158px) !important;
        height: auto !important;
    }
    .km_dashboard_page .project_nav .nav-item
    {
        width: calc(50% - 10px) !important;
    }
} 

@media only screen and (min-width:320px) and (max-width:440px) {
    .km_dashboard_page .select_country_box .select_box {
        width: 100%;
    }
    .km_dashboard_page .file_list_sub_head {
        display: unset;
    }
    .km_dashboard_page .region_project {
        margin-bottom: 5px;
    }
    .km_dashboard_page .list_head_right_sec .remove {
        margin: 0px 5px;
    }
    .km_dashboard_page .list_head_right_sec .download {
        margin-right: 5px;
    }
    .km_dashboard_page .mid_title_section .left_head1{
        width: 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .km_dashboard_page .mid_title_section .right_head1{
        width: 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (min-width:320px) and (max-width:450px) {
    .km_dashboard_page .top_right {
        padding: 33px 15px 33px 15px;
    }
    .km_dashboard_page .top_left img {
        width: 45px;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .km_dashboard_page .right_sec_width {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        right: 5px; 
        position: absolute;        
    }
    .km_dashboard_page .main_sec_width {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        transition: all .7s ease;
    }
    .km_dashboard_page .right_sec_width_1
    {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .km_dashboard_page .comman_search_filter .input_sec img
    {
        top: 5px;
        left: 20px;
    }
    .km_dashboard_page .form-control-custom-select
    {
        height: 25px;
    }
    .km_dashboard_page .form-control-custom-select
    {
        max-width: 56px;
    }

}
@media only screen and (min-width:320px) and (max-width:366px) {
    .km_dashboard_page .list_head_right_sec .edit, 
    .km_dashboard_page .list_head_right_sec .remove, 
    .km_dashboard_page .list_head_right_sec .download {
        font-size: 9px;       
    }
    .km_dashboard_page .list_head_right_sec .blue_button_border {       
        font-size: 9px !important;
        margin-right: 6px !important;        
    }
    .km_dashboard_page .list_head_right_sec .blue_button {        
        font-size: 9px !important;        
        padding: 3px 5px;        
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .km_dashboard_page .left_nav {
        flex-direction: row;
    }
    .km_dashboard_page .left_nav .nav-link {
        width: 50vw;
        padding: 1.5rem 0rem;
        height: 92px;
    }
    .km_dashboard_page .custom_tab_content {
        margin: 10px 0px 0px 0px;
    }
    .km_dashboard_page .res_pad {
        padding: 0;
    }
    .km_dashboard_page .page_title h1 {
        padding: 0px 10px;
    }
    .km_dashboard_page .left_box {
        padding: 0px 0px;
    }
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        width: 50vw;
    }
    .km_dashboard_page .middle_box {
        padding: 6px 15px 0px 15px;
        margin-top: 0px;
        background: #eef9ff;
    }
    .km_dashboard_page .list_nav_sec {
        height: calc(100vh - 380px);
    }
    .km_dashboard_page .project_nav .nav-item {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .km_dashboard_page .project_nav .nav-link {
        width: 100%;
        padding: 1.1rem 1.4rem 0.1em 1.4rem;
    }
    .km_dashboard_page .project_nav {
        height: calc(100vh - 158px);
        overflow-x: hidden;
        overflow-y: auto;
        flex-wrap: wrap !important;
        padding-bottom: 0px;
    }
    .km_dashboard_page .file_list {
        height: calc(100vh - 385px);
    }  
    .km_dashboard_page .page_title h1 {
        font-size: 13px;        
    }   
    .km_dashboard_page .sub_title h2 {
        font-size: 11px;       
    }  
    .km_dashboard_page .select_country_box label {
        font-size: 10px;        
    } 
    .km_dashboard_page .select_country_box select {        
        font-size: 11px;        
    }
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        font-size: 11px;        
    }
    .km_dashboard_page .list_nav .nav-link .right_sec span.count {
        font-size: 11px;       
    }
    .km_dashboard_page .list_nav .nav-link .left_sec img {
        width: 22px;
    }
    .km_dashboard_page .region_title h2 {
        font-size: 11px;        
    }
    .km_dashboard_page .region_project h3 {
        font-size: 10px;        
    }
    .km_dashboard_page .region_project h3 span {
        font-size: 10px;        
    }
    .km_dashboard_page .Project_list .img_sec img {
        width: 21px;
    }
    .km_dashboard_page .Project_list .project_name h3 {
        font-size: 10px;        
    }
    .km_dashboard_page .project_time span {
        font-size: 9px;        
    }
    .km_dashboard_page .activity_sec .left_activity img {
        width: 13px;
    }
    .km_dashboard_page .box_prop2{
        padding: 0px 0px 0px 0px;
    }
    .km_dashboard_page .mob_m_0
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .km_dashboard_page .mob_p_0
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .km_dashboard_page #pills-1 .inner_page_wrapper .p-0.pr_15
    {
        padding-right: 0px !important;
    }
    .km_dashboard_page .file_list_sec
    {
        margin-bottom: 75px;
    }
    .km_dashboard_page .filter_btn .blue_button_border
    {
        padding: 3px 5px;
    }
    .km_dashboard_page .custom_dropdown a .option_img
    {
        right: 18px;
        top: 17px;
    }
    .km_dashboard_page .toogle_tooltip_container
    {
        right: 0;
    }
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item
    {
        padding: 0px 10px 0px 0px;
    }
    .km_dashboard_page #pills-tabContent .inner_page_wrapper .main_sec_1 .togg-btn{
        padding-right: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .km_dashboard_page .left_nav {
        flex-direction: row;
    }
    .km_dashboard_page .left_nav .nav-link {
        width: 25vw;
        padding: 2rem 0rem;
        height: 110px;
    }
    .km_dashboard_page .recent_folder_list .folder_list_box {
        width: 80%;
    }
    .km_dashboard_page .project_nav .nav-item {
        width: 186px;
    }
    .km_dashboard_page .project_nav .nav-link {
        width: 186px;
    }
    .km_dashboard_page .custom_dropdown a .option_img
    {
        right: 10px;
    }
    .km_dashboard_page .right_sec_width {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
        right: 0px;
        transition: all .7s ease;
    }
    .km_dashboard_page .list_nav_sec
    {
        height: calc(100vh - 412px);
    }
    .km_dashboard_page #pills-1 .file_list
    {
        height: calc(100vh - 613px) !important;
    }
    body 
    {
        overflow: hidden;
    }
    .km_dashboard_page .blue_button_border
    {
        padding: 3px 5px;
    }
    .km_dashboard_page .region_project h3
    {
        display: flex;
    }
    .km_dashboard_page .region_title h2
    {
        font-size: 13px;
    }
    .km_dashboard_page .sub_title h2
    {
        font-size: 13px;
    }
    .km_dashboard_page .region_project h3
    {
        font-size: 12px;
    }
    .km_dashboard_page .blue_button
    {
        font-size: 12px !important;
    }
    .km_dashboard_page .list_head_right_sec .download{
        margin-left: 8px;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1152px) {
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        width: 6vw;
    }
    .km_dashboard_page .recent_folder_list .folder_list_box {
        width: 60%;
    }
    body 
    {
        overflow: hidden;
    }
    .km_dashboard_page .custom_dropdown a .option_img
    {
        top: 18px;
        right: 18px;
    }

    
}

@media only screen and (min-width:1153px) and (max-width:1280px) {
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        width: 5vw;
    }
    .km_dashboard_page .recent_folder_list .folder_list_box {
        width: 50%;
    }
    
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        width: 6vw;
    }
    .km_dashboard_page .recent_folder_list .folder_list_box {
        width: 45%;
    }

    
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        width: 6vw;
    }
    .km_dashboard_page .recent_folder_list .folder_list_box {
        width: 40%;
    }
    
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        width: 7vw;
    }
    
}

@media only screen and (min-width:1681px) and (max-width:1920px) {
    .km_dashboard_page .list_nav .nav-link .left_sec .text {
        width: 9vw;
    }
    
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .km_dashboard_page .file_list .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 20%;
    }
    .km_dashboard_page .project_nav .nav-item {
        width: 41.33%;
    }
    .km_dashboard_page .project_nav .nav-link {
        width: 18.04vw;
    }
    .km_dashboard_page .project_nav .nav-item
    {
        width: 184px;
    }
    
}

@media only screen and (min-width:1025px) and (max-width:1152px) {
    .km_dashboard_page .file_list .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 20%;
    }
    .km_dashboard_page .project_nav .nav-item {
        /* width: 39.33%; */
        width: auto;
    }
    .km_dashboard_page .project_nav .nav-link {
        width: 17.04vw;
    }

    
}

@media only screen and (min-width:1153px) and (max-width:1280px) {
    .km_dashboard_page .file_list .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 16.66%;
    }
    .km_dashboard_page .project_nav .nav-item {
        /* width: 39.33%; */
        width: auto;
    }
    .km_dashboard_page .project_nav .nav-link {
        width: 17.04vw;
    }
    
    
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .km_dashboard_page .file_list .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 16.66%;
    }
    .km_dashboard_page .project_nav .nav-item {
        /* width: 36.33%; */
        width: auto;
    }
    .km_dashboard_page .project_nav .nav-link {
        width: 16.04vw;
    }
    
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .km_dashboard_page .file_list .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 12.5%;
    }
    
}

@media only screen and (min-width:1681px) and (max-width:1920px) {
    .km_dashboard_page .file_list .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 11.11%;
    }
   
}

@media only screen and (min-width:1921px) {
    .km_dashboard_page .file_list .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 10%;
    }
    .km_dashboard_page .project_nav .nav-link {
        width: 10.04vw;
    }
   
    
}