/*common css*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto&display=swap');
.km_dashboard_page body {
    font-family: 'Open Sans', sans-serif;
    background: #f4f8f9;
}

.km_dashboard_page .container, .km_dashboard_page .container-fluid, .km_dashboard_page .container-lg, 
.km_dashboard_page .container-md, .km_dashboard_page .container-sm, .km_dashboard_page .container-xl
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.km_dashboard_page .plr_0 {
    padding: 0
}

.km_dashboard_page .pl_0 {
    padding: 0
}

.km_dashboard_page h1 {
    font-size: 34px;
    margin: 25px 0 50px 0
}

.km_dashboard_page a:hover {
    text-decoration: none;
}

.km_dashboard_page .btn.focus,
.km_dashboard_page .btn:focus {
    box-shadow: none;
}


/*common css end*/

.km_dashboard_page .inner_page_wrapper {
    padding: 0;
}

.km_dashboard_page .utilities {
    margin-bottom: 15px;
}

.km_dashboard_page .page_title h1 {
    font-size: 15px;
    word-wrap: break-word;
    color: #253439;
    margin: 15px 0px 10px 0px;
    font-weight: 600;
}

.km_dashboard_page :-webkit-scrollbar {
    width: 4px;
    height: 4px;
    margin-left: 3px;
}

.km_dashboard_page ::-webkit-scrollbar-track {
    background: #efefef;
}

.km_dashboard_page ::-webkit-scrollbar-thumb {
    background-color: #507dfb;
    border-radius: 20px;
    border: 3px solid #507dfb;
}

.km_dashboard_page ::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
}





/* MIDDLE SECTION*/

.km_dashboard_page .blue_button {
    background: #507dfb;
    color: #fff;
    border: 1px solid #507dfb;
    font-size: 13px !important;
    border-radius: 2px;
    box-shadow: none;
    padding: 3px 8px;
    min-width: 71px;
    cursor: pointer;
    text-align: center;
}

.km_dashboard_page .blue_button2 {
    font-size: 12px !important;
    padding: 5px 8px;
    min-width: 85px;
}

.km_dashboard_page .blue_button:hover,
.km_dashboard_page .blue_button:focus {
    background: #507dfb;
    color: #fff;
    border: 1px solid #507dfb;
}

.km_dashboard_page .blue_button:active,
.km_dashboard_page .blue_button:focus {
    outline: 0;
}

.km_dashboard_page .blue_button_border {
    background: #fff;
    color: #507dfb;
    border: 1px solid #507dfb;
    font-size: 13px !important;
    border-radius: 2px;
    box-shadow: none;
    padding: 3px 8px;
    min-width: 61px;
}

.km_dashboard_page .blue_button_border:hover,
.km_dashboard_page .blue_button_border:focus {
    background: #507dfb;
    color: #fff;
    border: 1px solid #507dfb;
}

.km_dashboard_page .blue_button_border:active,
.km_dashboard_page .blue_button_border:focus {
    outline: 0;
}

.km_dashboard_page .blue_button_border img {
    width: 10px;
    margin-top: -2px;
    margin-right: 1px;
}

.km_dashboard_page .blue_button_border .white_img {
    display: none;
}

.km_dashboard_page .blue_button_border:hover .blue_img {
    display: none;
}

.km_dashboard_page .blue_button_border:hover .white_img {
    display: inline-block;
}

.km_dashboard_page .blue_button img {
    width: 10px;
    margin-top: -2px;
    margin-right: -2px;
}

.km_dashboard_page .right_box_col {
    padding-right: 0px;
}

.km_dashboard_page .no-radius {
    border-radius: unset!important;
}

.km_dashboard_page .blue_button_outline {
    color: #000;
    background: #fff;
    border: 1px solid #507dfb;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: none;
    padding: 5px 10px;
    min-width: 85px;
    text-align: center;
}

.km_dashboard_page .blue_button_outline:hover {
    color: #fff;
    background: #507dfb;
    border: 1px solid #507dfb;
}

.km_dashboard_page .mr_10 {
    margin-right: 10px !important;
}

.km_dashboard_page .mr_5 {
    margin-right: 5px !important;
}

.km_dashboard_page .pl_15 {
    padding-left: 15px !important;
}

.km_dashboard_page .pr_15 {
    padding-right: 15px !important;
}
.km_dashboard_page .form-control-custom-select
{
    font-size: 13px;
    margin-top: -7px;
    height: 28px;
    padding: 0px 10px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding-right: 25px;
    max-width: 61px;
}


/*login-form css end*/

/* .................. kavita Edited Css .................... */
.km_dashboard_page .justify-content-between {
    justify-content: space-between !important;
}
.km_dashboard_page .d-flex {
    display: flex !important;
}
.km_dashboard_page .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.km_dashboard_page .nav-pills>li+li
{
    margin-left: 0px;
}
.km_dashboard_page .select2-container--default .select2-selection--multiple
{
    background-color: rgba(238, 248, 255, 0.5);
    border-radius: 2px;
    cursor: text;
    width: 100%;
    /* border: 1px solid #d9efff; */
    border: 1px solid #c3c3c3;
}
.km_dashboard_page .select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    cursor: pointer;
}
.km_dashboard_page .select2-container {
    min-width: 100%;
    width: 100% !important;
}
.km_dashboard_page .select2-container--default .select2-search--inline .select2-search__field {
    min-width: 250px !important;
    padding: 5px 10px 5px 5px;
    margin-top: 0 !important;
    font-size: 12px;
    font-family: inherit;
    padding: 9px 10px 4px 5px;
    cursor: pointer;
}
/* ..... Slider CSS ..... */
.km_dashboard_page input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    background-image: linear-gradient(#4da1ff, #4da1ff);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-color: #dbecff;
}

    /* Input Thumb */
.km_dashboard_page input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 10px;
    border-radius: 6px;
    background: #323c47;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

.km_dashboard_page input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 10px;
    border-radius: 6px;
    background: #323c47;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

.km_dashboard_page input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 10px;
    border-radius: 6px;
    background: #323c47;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}

.km_dashboard_page input[type="range"]::-webkit-slider-thumb:hover {
    background: #323c47;
}

.km_dashboard_page input[type="range"]::-moz-range-thumb:hover {
    background: #323c47;
}

.km_dashboard_page input[type="range"]::-ms-thumb:hover {
    background: #323c47;
}

/* Input Track */
.km_dashboard_page input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.km_dashboard_page input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.km_dashboard_page input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
/* ..... Slider CSS ..... */
.km_dashboard_page #ProgressInPrecentage, .km_dashboard_page #ProgressInPrecentage1 {
    color: #507dfb;
    font-weight: 600;
    line-height: 66px;
}
.km_dashboard_page .progress-bar-div .w-55 {
    width: 55%;
}

.km_dashboard_page .m-0 {
    margin: 0;
}

.km_dashboard_page .p-0 {
    padding: 0;
}

.km_dashboard_page .progress-bar-div .p {
    margin: 0;
    font-size: 12px;
    text-align: right;
    margin-right: -5px;
}

.km_dashboard_page .progress-bar-div .col-md-2.p-0 {
    flex: 0 0 10%;
    max-width: 10%;
}

.km_dashboard_page .progress-bar-div .p1 {
    position: absolute;
}

.km_dashboard_page .mb-35 {
    margin-bottom: 35px;
}
.km_dashboard_page .slider {
    background-color: #dbecff !important;
    border: 0;
    position: relative !important;
}
.km_dashboard_page .slider:before
{
    height: 0 !important;
    width: 0 !important;
}
.km_dashboard_page .m_top_15
{
    margin-top: 15px;
}
.km_dashboard_page .SelectMotivatorDIV {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
}
.km_dashboard_page .skills_text.active, .km_dashboard_page .skills_text:hover {
    background: #4374ff !important;
    color: #fff;
    cursor: pointer;
}
.km_dashboard_page .skill_box .skills_text {
    padding: 7px 15px 7px 15px;
    height: 33px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.km_dashboard_page .skills_text {
    background: #fff;
    border-radius: 50px;
    padding: 4px 15px;
    /* height: 25px; */
    /* margin: 5px; */
    width: auto;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    margin: 2px;
}
.km_dashboard_page .skills_text.active .removeicon, .km_dashboard_page .skills_text:hover .removeicon, .km_dashboard_page .skills_text3.active .removeicon, .km_dashboard_page .skills_text3:hover .removeicon {
    background-image: url(../images/icons/cross_delete_white_icon.svg);
}
.km_dashboard_page .skills_text .removeicon {
    background-image: url(../images/icons/cross_icon.svg);
    background-repeat: no-repeat;
    /* background-size: 10px; */
    position: relative;
    /* right: 0px; */
    /* background-position: right; */
    padding: 10px;
    float: right;
    /* position: relative; */
    right: -2px;
    top: -1px;
}
.km_dashboard_page .skills_text .removeicon {
    background-image: url(../images/icons/cross_icon.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    position: relative;
    right: 0px;
    background-position: right;
    padding: 10px;
    float: right;
    /* position: absolute; */
    right: 0px;
    top: -1px;
}
.km_dashboard_page .mt_20
{
    margin-top: 20px;
}
.km_dashboard_page .left_nav .nav-link
{
    display: table-cell !important;
    vertical-align: middle;
}
.km_dashboard_page .list_nav .nav-link.show
{
    display: flex !important;
}
.km_dashboard_page h1, .km_dashboard_page h2, .km_dashboard_page h3, .km_dashboard_page h4, .km_dashboard_page h5, .km_dashboard_page h6
{
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.km_dashboard_page .mt-2, .km_dashboard_page .my-2 {
    margin-top: 0.5rem!important;
}
.km_dashboard_page .upload-document-tabs .nav-tabs>li>a:hover {
    border-color: transparent;
}
.km_dashboard_page .upload-document-tabs .nav
{
    background-color: #ffffff;
}
.km_dashboard_page .upload-document-tabs .nav>li>a
{
    font-weight: 400;
    color: #646b73;
    padding: 16px 18px;
    cursor: pointer;
}
.km_dashboard_page .upload-document-tabs .nav .active_arrow
{
    position: absolute;
    width: calc(100% - 36px);
    margin: 0 auto;
    margin-top: 11px;
    display: none;
}
.km_dashboard_page .upload-document-tabs .nav .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #507dfb;
    text-align: center;
    margin: 0 auto;
}
.km_dashboard_page .upload-document-tabs a.active.show
{
    background: #ffffff;
    color: #507dfb !important;
    border-bottom: 2px solid #507dfb !important;
}
.km_dashboard_page .upload-document-tabs a.active.show .active_arrow
{
    display: block;
}
.km_dashboard_page .upload_document_content.tab-content>.tab-pane
{
    background-color: #ffffff;
    height: calc(100vh - 250px);
    overflow-y: auto;
}
.km_dashboard_page .upload_document_content .select2-container--default .select2-selection--multiple
{
    border: 1px solid #cccccc!important;
    border-radius: 4px;
}
.km_dashboard_page .upload_document_content .document_tab-S2
{
    border-top: 6px solid #fafafa;
    border-radius: 0;
}
/* ..... */
.km_dashboard_page .select2-container--default .select2-selection--multiple
{
    background-color: #eef9ff;
}
.km_dashboard_page .select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
    padding: 0px 30px 0px 15px;
    height: 23px;
    list-style: none;
    border-radius: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
    max-width: 280px;
}
.km_dashboard_page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 200;
    margin-right: 0px;
    float: right;
    font-size: 25px;
    position: relative;
    left: 20px;
    bottom: 10px;
}
.km_dashboard_page .mb-3, .km_dashboard_page .my-3
{
    margin-bottom: 1rem!important;
}
.km_dashboard_page .mb-4, .km_dashboard_page .my-4 {
    margin-bottom: 1.5rem!important;
}
.km_dashboard_page .mt-4, .km_dashboard_page .my-4
{
    margin-top: 1.5rem!important;
}
.km_dashboard_page .float-right {
    float: right!important;
}
.km_dashboard_page .box_prop .switch_sec label {
    margin-bottom: 0px !important;
}
.km_dashboard_page .box_prop .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 12px;
    margin-top: 3px;
    margin-right: 2px;
}
.km_dashboard_page .box_prop .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.km_dashboard_page .box_prop input[type=checkbox], .km_dashboard_page .box_prop input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.km_dashboard_page .box_prop input:checked+.slider {
    background-color: #4DA1FF !important;
}
.km_dashboard_page .box_prop .slider.round {
    border-radius: 34px;
}
.km_dashboard_page .box_prop .slider {
    position: absolute !important;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eceaea !important;
    -webkit-transition: .4s !important;
    transition: .4s;
}
.km_dashboard_page .box_prop .toggle-checkbox:checked+.toggle-switch:before {
    content: "";
    left: -5px;
}
.km_dashboard_page .box_prop input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.km_dashboard_page .box_prop .slider.round:before {
    border-radius: 50%;
}
.km_dashboard_page .box_prop .slider:before {
    position: absolute;
    content: "";
    height: 16px !important;
    width: 16px !important;
    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 .box_prop .tooltip_dropdown2::after
{
    left: 65px !important;
}
.km_dashboard_page .h1, .km_dashboard_page .h2, .km_dashboard_page .h3, .km_dashboard_page .h4, 
.km_dashboard_page .h5, .km_dashboard_page .h6, .km_dashboard_page h1, .km_dashboard_page h2, 
.km_dashboard_page h3, .km_dashboard_page h4, .km_dashboard_page h5, .km_dashboard_page h6
{
    line-height: 1.2;
}
.km_dashboard_page .form-control
{
    box-shadow: unset;
}
.km_dashboard_page .mt-7
{
    margin-top: 7px;
}
.col-12.col-sm-12.col-md-9.col-lg-9.p-0.res_pad.main_sec .comman_search_filter
{
   /* width: calc(100% - 40px); */
   width: 100%;
}
.col-12.col-sm-12.col-md-9.col-lg-9.p-0.res_pad.main_sec.main_sec_width .comman_search_filter
{
   width: 100%;
}
.res_pad.main_sec .comman_search_filter .form-control.dropBtn
{
    width: 300px;
    margin-top: 6px;
    font-size: 12px;
    color: #646b73;
    border: 1px solid #CCCCCC!important;
    height: 29px;
    cursor: pointer;
    padding: 4px 4px 4px 32px;
}
/* .comman_search_filter .input_sec img {
    width: 14px;
    position: absolute;
    top: 15px;
    right: 331px;
} */
.comman_search_filter .input_sec img {
    width: 14px;
    position: absolute;
    top: 13px;
    left: 10px;
}
.col-12.col-sm-12.col-md-9.col-lg-9.p-0.res_pad.main_sec.main_sec_width .comman_search_filter .input_sec img
{
    right: 292px;
}
.km_dashboard_page .main_sec_width {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding-right: 0 !important;
    transition: all .7s ease;
}

.km_dashboard_page .main_sec {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transition: all .7s ease;
}

.km_dashboard_page .right_section {
    width: 0%;
    position: fixed;
    right: -385px;
    transition: all 1.2s ease;
    top: 71px;
}

.km_dashboard_page .right_sec_width {
    width: 23.1%;
    flex: 0 0 23.1%;
    max-width: 23.1%;
    right: 0px;
    transition: all .7s ease;
    z-index: 999;
}


.km_dashboard_page .main_sec_width_1 {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding-right: 0 !important;
    transition: all .7s ease;
}
.km_dashboard_page .main_sec_width_2 {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding-right: 0 !important;
    transition: all .7s ease;
}
.km_dashboard_page .main_sec_width_3 {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding-right: 0 !important;
    transition: all .7s ease;
}
.km_dashboard_page .main_sec_width_4 {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding-right: 0 !important;
    transition: all .7s ease;
}

.km_dashboard_page .right_sec_width_1 {
    width: calc(100% - (75% + 48px));
    flex: 0 0 calc(100% - (75% + 48px));
    max-width: calc(100% - (75% + 48px));
    right: 0px;
    transition: all .7s ease;
    z-index: 999;
}
.km_dashboard_page .right_sec_width_2 {
    width: calc(100% - (75% + 48px));
    flex: 0 0 calc(100% - (75% + 48px));
    max-width: calc(100% - (75% + 48px));
    right: 0px;
    transition: all .7s ease;
    z-index: 999;
}
.km_dashboard_page .right_sec_width_3 {
    width: calc(100% - (75% + 48px));
    flex: 0 0 calc(100% - (75% + 48px));
    max-width: calc(100% - (75% + 48px));
    right: 0px;
    transition: all .7s ease;
    z-index: 999;
}
.km_dashboard_page .right_sec_width_4 {
    width: calc(100% - (75% + 48px));
    flex: 0 0 calc(100% - (75% + 48px));
    max-width: calc(100% - (75% + 48px));
    right: 0px;
    transition: all .7s ease;
    z-index: 999;
}
/* .km_dashboard_page .smml_left_section_inner
{
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 20%);
    margin-right: 7px;
    z-index: 999;
    position: fixed;
    right: 50px;
    left: unset;
    top: unset;
    margin-top: 40px;
    transition: all 0.7s ease 0s;
}
.comman_search_list 
{
    right: calc(100% - (75% + 29px)) !important;    
} */
.km_dashboard_page .smml_left_section_inner ul 
{
    border-bottom: none;
    padding-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 20%);
    border-radius: 0px 0px 4px 4px;
}
.km_dashboard_page .smml_left_section_inner ul li 
{
    border: 0;
    padding: 0;
    width: 300px;
}
.km_dashboard_page .smml_left_section_inner .nav-tabs .nav-link {
    color: #495057;
    padding: 5px 5px 5px 15px;
    border: 0;
    float: left;
    background: #fff;
    width: 100%;
    margin-right: 0px;
    border-bottom: 2px solid #e9e6e6;
    font-size: 12px;
}
/* .................... */
.chip
{
    padding: 5px 10px;
    height: auto;
}
.comman_search_row
{
    position: absolute;
    right: 59px;
    margin-top: 1px;
    z-index: 1;
    transition: all .7s ease;
}

/* .................. Kavita Edited Css .................... */
/*media query*/

@media only screen and (min-device-width: 320px) and (max-device-width:1024px) {
    .km_dashboard_page h1 {
        font-size: 24px
    }
    body 
    {
        overflow: auto;
    }


}

@media only screen and (min-device-width: 320px) and (max-device-width:767px) {}

@media only screen and (min-device-width: 320px) and (max-device-width:420px) {
    .km_dashboard_page .mob_clear_both
    {
        clear: both;
    }
    .res_pad.main_sec .comman_search_filter .form-control.dropBtn
    {
        width: 97%;
        /* margin-top: -3px; */
        margin: 0 auto;
    }
    .comman_search_filter .input_sec img
    {
        top: 9px !important;
        right: unset;
        left: 20px;
    }
    /* .km_dashboard_page .smml_left_section_inner
    {
        left: calc(-100vw - -40px);
    } */
    .comman_search_row
    {
        position: unset;
        /* margin-right: 10px !important; */
        
    }
    /* .km_dashboard_page .smml_left_section_inner
    {
        top: 46px;
        position: absolute;
        right: unset;
        left: unset;
        margin-top: unset;
        left: calc(-100vw - -15px) !important; 
    } */
    .km_dashboard_page .filter_sec{

        margin-left: 8px;

    }
}

@media only screen and (min-device-width: 420px) and (max-device-width:767px) 
{
    .km_dashboard_page .mob_clear_both
    {
        clear: both;
    }
    .res_pad.main_sec .comman_search_filter .form-control.dropBtn
    {
        width: calc(100% - 10px);
        margin-top: -3px;
    }
    .comman_search_filter .input_sec img
    {
        right: unset;
        left: 20px;
    }
    /* .km_dashboard_page .smml_left_section_inner
    {
        left: calc(-100vw - -40px);
    }
    .km_dashboard_page .res_pad.main_sec .comman_search_filter .form-control.dropBtn {
        width: calc(100% - 20px) !important;
        margin: 0 auto !important;
        float: inherit !important;
        margin: 0 !important;
        margin-left: 10px !important;
    } */
    .comman_search_row
    {
        position: unset !important;
    }
    .km_dashboard_page .smml_left_section_inner
    {
        /* top: 46px;
        position: absolute;
        right: unset;
        left: unset;
        margin-top: unset;
        left: calc(-100vw - -15px) !important;  */
        margin-left: 12px;
    }
}

@media only screen and (min-width:768px) and  (max-width:1023px)
{
    .km_dashboard_page .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .km_dashboard_page .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .km_dashboard_page .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .km_dashboard_page .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .km_dashboard_page .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .km_dashboard_page .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .km_dashboard_page .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .km_dashboard_page .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .km_dashboard_page .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .km_dashboard_page .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .km_dashboard_page .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .km_dashboard_page .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .km_dashboard_page .right_sec_width_1
    {
        width: calc(25% + -27px);
    }
}
@media only screen and (min-width: 1024px) and  (max-width:1200px)
{
    .km_dashboard_page .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .km_dashboard_page .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .km_dashboard_page .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .km_dashboard_page .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .km_dashboard_page .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .km_dashboard_page .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .km_dashboard_page .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .km_dashboard_page .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .km_dashboard_page .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .km_dashboard_page .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .km_dashboard_page .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .km_dashboard_page .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .km_dashboard_page .main_sec.col-md-9 
    {
        flex: 0 0 100%;
        max-width: 100%
    }
}