@media (min-width: 992px) {
    :root {
        --bs-app-sidebar-width: 300px;
        --bs-app-sidebar-width-actual: 300px;
        --bs-app-sidebar-gap-start: 0px;
        --bs-app-sidebar-gap-end: 0px;
        --bs-app-sidebar-gap-top: 0px;
        --bs-app-sidebar-gap-bottom: 0px
    }
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fontsmg/Inter-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fontsmg/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fontsmg/Inter-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fontsmg/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fontsmg/Inter-Bold.woff2') format('woff2');
}


[data-kt-app-sidebar-fixed=true] .app-wrapper-mg {
    margin-left: calc(var(--bs-app-sidebar-primary-width) + var(--bs-app-sidebar-gap-start,0px) + var(--bs-app-sidebar-gap-end,0px))
}
[data-kt-app-toolbar-sticky=on][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-toolbar=true] .app-toolbar-mg{
  left: calc(var(--bs-app-sidebar-primary-width));
}
.app-sidebar-mg
{
  width: var(--bs-app-sidebar-primary-width);
}

.cursor-pointer-mg{
  cursor: pointer;
}
.link-mg-1{
  color:#ffcf26
}

.mg-bg-color{
  background-color: var(--bs-app-bg-color);
}

#mg_kol_coop_followup_table th:nth-child(1),
#mg_kol_coop_followup_table td:nth-child(1),
#mg_kol_coop_followup_table th:nth-child(2),
#mg_kol_coop_followup_table td:nth-child(2),
#mg_kol_coop_followup_table th:nth-child(5),
#mg_kol_coop_followup_table td:nth-child(5) {
  width: 1% !important;       /* 尽量收缩 */
  white-space: nowrap;        /* 不换行 */
}
#mg_kol_coop_followup_table th:nth-child(4),
#mg_kol_coop_followup_table td:nth-child(4) {
  width: 35% !important;       /* 尽量收缩 */
}

#mg_kol_coop_vid_table th:nth-child(1),
#mg_kol_coop_vid_table td:nth-child(1),
#mg_kol_coop_vid_table th:nth-child(6),
#mg_kol_coop_vid_table td:nth-child(6),
#mg_kol_coop_vid_table th:nth-child(5),
#mg_kol_coop_vid_table td:nth-child(5) {
  width: 1% !important;       /* 尽量收缩 */
  white-space: nowrap;        /* 不换行 */
}

#mg_kol_coop_pro_table th:nth-child(2),
#mg_kol_coop_pro_table td:nth-child(2),
#mg_kol_coop_pro_table th:nth-child(3),
#mg_kol_coop_pro_table td:nth-child(3)
#mg_kol_coop_pro_table th:nth-child(4),
#mg_kol_coop_pro_table td:nth-child(4),
#mg_kol_coop_pro_table th:nth-child(5),
#mg_kol_coop_pro_table td:nth-child(5) {
  width: 1% !important;       /* 尽量收缩 */
  white-space: nowrap;        /* 不换行 */
}

.nav-link-mgblack{
  color: var(--bs-gray-800) !important;
}

.mg_lmenu{
  color: var(--bs-text-gray-900);
}
.mg_rtnum{
  top:8px!important;left:90%!important;color:white;
}
.modal.fade .modal-dialog {
  transition: transform 0.1s ease-out, opacity 0.1s ease-out; /* 从300ms缩短到150ms */
}