html, html *{
    font-family: 'Roboto', sans-serif;
}
.topnav .navbar-nav .nav-link {
    font-size: 13px;
    padding: 1rem 0.75rem;
}

.topnav .navbar-nav .nav-link.nuxt-link-exact-active {
    color: #556ee6;
    background-color: transparent;
}

.ml_4{
    margin-left: 4px;
}

.login_form label.el-form-item__label {
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin-bottom: 5px !important;
}

.el-form-item--mini, .el-form-item--small{
    margin-bottom: 23px !important;
}

.el-form-item__error {
    font-size: 12px !important;
    text-transform: capitalize;
    padding-top: 4px !important;
    padding-left: 2px;
    color: #de0000 !important;
    position: relative;
    margin-bottom: 5px;
}
.el-input__inner{
    border-radius: 2px !important;
}

.el-table th {
    font-weight: 700;
    color: #444
}

.el-table tr td {
    font-weight: 500;
    color: #777
}

.el-table tr td .t_mute {
    font-weight: 400;
    color: #999
}

.action_col .action_btn{
    padding: 4px !important;
    font-size: 11px !important;
    line-height: 11px;
    border-radius: 2px;
}

.action_col.mb_1 .action_btn{
    margin-bottom: 3px;
}

.el-table .caret-wrapper {
    width: 18px !important;
}
.ml_auto{
    margin-left: auto;
}
.mr_auto{
    margin-right: auto;
}
.header_btn .btn {
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 2px;
    line-height: 25px;
}
.fl_left{
    float: left;
}
.fl_right{
    float: right;
}

.el-table .cell {
    line-height: 1.2rem !important;
}


.custom_form .el-form-item--mini .el-form-item__label {
    line-height: 1.2rem;
    margin-bottom: 5px;
    padding: 0;
}

.el-range-editor--mini .el-range-separator {
    min-width: 30px;
}

.el-table--mini td {
    padding: 6px 0;
}

 .el-table--mini th {
    padding:  0;
}
.drawer_footer{
    position: absolute;
    top: calc(100vh - 50px);
    width: 100%;
}
.demo-drawer__content .card-body{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.align-top .el-checkbox__input{
    vertical-align: top;
}

.el-message{
    left : unset;
    right: -180px;
}

.el-table th>.cell {
     text-transform: capitalize;
}

.number_right .el-input--mini .el-input__inner{
    /* text-align: right; */
    padding: 0px 0px 0px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.price_error{
    background: #ff000026;
    color: #000;
}
.price_success{
    background-color: #34c38f29!important;
    color: #000;
}

.custom_radio .el-radio-group label {
    font-weight: 500;
    margin-bottom: 0;
}

.scheme_check{
    margin-top: 0 !important;
    vertical-align: middle !important;
}

.number_right .el-form-item--mini.el-form-item, .el-form-item--small.el-form-item{
    margin-bottom: 0 !important;
}

.number_right .el-form-item__error {
    position: relative !important;
}

.dropdown.d-inline-block:hover .dropdown-menu {
    top: 100%!important;
}
.dropdown.d-inline-block:hover .dropdown-menu {
    display: block;
}
.min_head{
    height: 36px;
}
.border_left{
    border-left: 1px solid #eff2f7!important;
}
.border_right{
    border-right: 1px solid #eff2f7!important;
}
.line_height_32px{
    line-height: 32px;
}
.loading_start {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30px;
    z-index: 1000;
    background: #fff;
}
.loading_start .col-md-12{
    width: 100%;
    height: 30px;
    background-color: #000;
    margin-bottom: 30px;
}
.loading_start .row{
    margin: 0;
}
.loading_wrapper{
    min-height: 1200px;
}


  

  
  @-webkit-keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0;
    }
    100% {
      background-position: 468px 0;
    }
  }
  
  @keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0;
    }
    100% {
      background-position: 468px 0;
    }
  }
   .text-line {
    -webkit-animation-duration: 1.25s;
            animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
  }
  
  .text-line {
    height: 40px;
    width: 230px;
    
  }

.el-dialog__wrapper.show_dialog {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.el-select-dropdown__item {
    height: auto;
}
.m_500{
    margin-bottom: 500px !important;
}

a.del_file {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #333;
    line-height: 16px;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}
.file_wrapper {
    position: relative;
}
.tableFixHead{
    display: block;
}
.tableFixHead          { overflow: auto; max-height: 350px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 11; background: #fff; }

/* .table-bordered.tableFixHead tr > td:nth-child(2) {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 10;
}
.table-bordered.tableFixHead tr > th:nth-child(2) {
    left: 0;
    z-index: 12;
    top: 0;
    background: #fff;
} */

/* .tableFixHead tr td {
    min-width: 150px;
} */

/* .td_150{
    min-width: 150px;
}
.td_250{
    min-width: 250px;
}
.sticky_td{
    position: sticky;
    left: 0;
    background-color: #fff !important;
    z-index: 10;
}

.sticky_th{
    left: 0;
    z-index: 12 !important;
    top: 0;
    background-color: #fff !important;
}

 */
 tr.tr_hide{
    display: none;
}

.el_sm .el-radio-button--mini .el-radio-button__inner {
    padding: 7px 10px;
}

.el_sm .el-radio-button--mini{
    margin-bottom: 0px;
}

.scheme_filter_cat{
    float: right;
    font-size: 12px;
    font-weight: 500;
}



/* <--------------------- new style started-------------------------->*/

:root{
    --main_color:#ec7a22;
    --btn-success:#ec7a22;
}
.SUBHAM_ADMIN .btn-success{
    border-color: var(--btn-success);
}
.SUBHAM_ADMIN .logo .logo-lg img{
    width: 130px;
    height: 50px;
}

.SUBHAM_ADMIN .logo .logo-sm img{
    width: 130px;
    height: 50px;
}


.SUBHAM_ADMIN .logo-text{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    text-shadow: 0px 2px 1.5px rgba(255,255,255,0.5), -20px -15px 3px rgba(31,99,206,0);
    margin-top: 10px;
    letter-spacing: 1.5px;

    
}


.SUBHAM_ADMIN .bg-danger {
    background-color: var(--main_color)!important;
}

.SUBHAM_ADMIN .header-item {
    text-transform: capitalize;
}



.SUBHAM_ADMIN .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: var(--main_color)!important;
}
.SUBHAM_ADMIN .btn-success{
    background-color: var(--main_color)!important;
}

/* css for fixing collapsing header */

@media screen and (min-width: 1024px){
    .collapse {
        display: block;
        height: auto !important;
        visibility: visible;
      }
      .collapsing{
        position: relative;
        height: unset !important;
        overflow: hidden;
      }
  }


  

/* deashboard design started================ */
.main-content {
    background: transparent !important;
}

.Dashboard-page-content {
    padding-top: 122px;
}

.Dashboard-panel-header {
    background: linear-gradient(-45deg, #062349, #2a3042) !important;
    padding: 10px 10px;
    text-align: center;
    letter-spacing: 1px;
}

.Dashboard-page-inner {
    padding: 0px 20px;
}

.card-category {
    background-color: transparent !important;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1025px) {
    .card-category {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .deta-table-ds {
        overflow-x: scroll !important;
    }

    .deshboard-table .ds-main-table {
        white-space: nowrap;
    }
}
@media screen and (max-width: 1225px){
    .Dashboard-panel-header {
        margin-top: 30px;
    }
    .Dashboard-page-content {
        padding-top: 50px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1225px) {
    .Dashboard-page-content {
        padding-top: 122px;
    }
}


.card-category .card-body {
    padding: 1.25rem 0px !important;
}

.card-category .card {
    flex: 1 1 21rem;
    flex-wrap: wrap;
    align-self: normal;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    cursor: pointer;
    transform: perspective(1500px) rotateY(20deg);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    transition: transform 1s ease 0s;
}

.card-category .card:hover {
    filter: grayscale(100%);
    transform: perspective(3000px) rotateY(5deg);
}

.card-category .card h5 {
    color: white;
    word-wrap: break-word;
}

.card-category .card h6 {
    color: white;
    font-size: 1rem;
}

.card-category .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-category .card-body h5.card-title {
    margin-bottom: 17px;
    font-size: 1.5rem;
    font-weight: 500;
    word-break: break-all;
    padding: 0px 5px;
}

.card-category .card-body .card-subtitle {
    margin-bottom: 17px;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 500;
}


.wallet_menu_refresh {
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.wallet_menu_refresh:hover {
    color: black;
}

.card-category .card-body .wallet-bl-icon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
}

.card-category .card-body .wallet-bl-icon p {
    margin: 0px;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    word-break: break-all;
    padding: 0px 5px;
}

.card-category .card-body .wallet-bl-icon span {
    font-size: 1.1rem;
    font-weight: bolder;
}
.wallet-bl-icon p .wallet_menu_refresh i{
    font-size: .9rem;
}

.c-1 {
    background-color: #488A99;
}

.c-2 {
    background-color: #DBAE58;
}

.c-3 {
    background-color: #AC3E31;
}

.c-4 {
    background-color: #6AB187;
}

.c-5 {
    background-color: #4CB5F5;
}

.c-6 {
    background-color: #6AB187;
}


.deshboard-table {
    padding: 50px 15px 60px 15px;
    overflow: hidden;
}

.ds-main-table tr {
    border-bottom: 1px solid #b5cfc0;

}

.ds-main-table th h1 {
    font-weight: bold;
    font-size: 1.2em;
    color: #2b2b2b;
    text-align: left;
    margin: 0px;
}

.ds-main-table th .center-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ds-main-table .coloride1 {
    background-color: #6AB187;
    border-right: 1px solid #b5cfc0;
}

.ds-main-table .coloride2 {
    background-color: #6AB187;
}

.ds-main-table td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
}

.ds-main-table {
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
    border-radius: 15px;
}

.ds-main-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.ds-main-table th {
    padding: 15px 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ds-main-table tr:nth-child(odd) {
    /* background-color: #e4bcad; */
    background-color: #E4DCCF;
}

.ds-main-table tr:nth-child(even) {
    /* background-color: #DBAE58; */
    background-color: #e9d1ca;
}

.ds-main-table th {
    /* background-color: #e9e9e9; */
    background-color: #F9F2ED;
    font-size: .8rem;

}

.ds-main-table td:first-child {
    color: #FB667A;
}

.ds-main-table tr:hover {
    /* background-color: #e9e9e9; */
    background-color: #F9F2ED;

    color: #34a179;
}

.ds-main-table td {
    font-size: .9rem;
    font-weight: bolder;
}

.ds-main-table td:hover {
    background-color: #6AB187;
    color: #403E10;
    /* 
    box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
    transform: translate3d(0px, -4px, 0); */
    border-radius: 6px;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
}

@media (max-width: 800px) {

    .ds-main-table td:nth-child(4),
    .ds-main-table th:nth-child(4) {
        display: none;
    }
}


.topnav .navbar-nav .nav-link {
    font-size: 13.3px;
    padding: 1rem 0.5rem;
}
.topnav .navbar-nav .nav-link i {
    font-size: 12px;
}
.topnav .navbar-nav .dropdown-item{
    transition:all .5s ease;
}
.topnav .navbar-nav .dropdown-item:hover {
    color: #556ee6;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    transform: translateX(10px);
}
.whatsapp{
    height: 47px;
    border-radius: 6px;
    background: #008000c7;
    outline: none;
    border: none;
    margin-top: 6px;    
}
.topnav .navbar-nav .nav-link{
    position: relative;
  }
.ankgifimg{
    position: absolute;
    top: 4px;
    width: 28px;
    right: -24px;
    transform: rotate(37deg);
  }
  .topnav .navbar-nav{
    flex-wrap: wrap;
  }

  
/* new menu design clickeble===================================/ */
.menufront ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    z-index: 9999;
}

.menufront ul li {
    position: relative;
    display: inline-block;
}

.menufront ul li a {
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    cursor: pointer;
    color: #545a6d;
}

.submenufront {
    position: absolute;
    top: 100%;
    left: 0; 
    display: none;
    z-index: 999;
}

.has-submenufront {
    position: relative;
}

.arrow-down.rotate {
    transform: translateX(10px) rotate(180deg);
}
.loan-submenufront {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.menuoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 9;   
  display: none;
}
a.submenu-sec{
  color: #545a6d;
  min-width: 180px;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: all .5s ease;
}
.active-menu {
  background-color:#d3d3d3;
}

.active-menu a {
  color: inherit;
}

@media (max-width: 800px) {
    .menufront ul li {
        width: 100%;
    }
    .submenufront.hidden.show{
        padding-left: 25px;
    }
    .loan-submenufront {
        padding-left: 25px !important;
        position: sticky;
    }
    .arrow-down.rotate {
        position: absolute;
        transform: rotate(180deg);
        right: 35px;
        top: 20px;
    }
}
.topnav .navbar-nav .admin-item:hover {
    color: #556ee6;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    transform: translateX(10px);
}

@media (min-width: 992px) {
    .topnav .admin-item {
        padding: .5rem 1.5rem;
        min-width: 180px;
        transition: all .5s ease;
        color: #545a6d;
        width: 100%;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}
.el-loading-mask, .loading_wrapper{
    z-index: -1 !important;
}
.loading_start{
    z-index: 1 !important;
}
 /* walletagreement css start */
.wallet-details-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.wallet-details-table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.wallet-details-table .left {
  font-weight: bold;
  background-color: #f9f9f9;
  width: 40%;
}

.wallet-details-table .right {
  background-color: #fff;
}
/* walletagreement css end */




/* ...existing styles... */
.custome-admin-login-bg {
  min-height: 100vh;
  background: linear-gradient(120deg, #0f2027 0%, #008080 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custome-admin-login-container {
  display: flex;
  width: 100vw;
  max-width: 1200px;
  min-height: 80vh;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 40px 0 rgba(44, 83, 100, 0.18);
  overflow: hidden;
}

.custome-admin-login-left {
  flex: 1.2;
  background: linear-gradient(120deg, #008080 0%, #20b2aa 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 48px 32px 32px 32px;
}

.custome-admin-branding {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custome-admin-logo-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 60px;
  box-shadow: 0 2px 16px 0 rgba(44, 83, 100, 0.10);
  padding: 6px 48px;
  margin-bottom: 16px;
  min-width: 119px;
  min-height: 48px;
  color: #088d8b;
  font-size: 20px;
  font-weight: 900;
}

.custome-admin-logo-img {
  width: 100px;
  height: auto;
  display: block;
}

.custome-admin-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.custome-admin-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.9;
}

.custome-admin-illustration img {
  width: 320px;
  max-width: 100%;
  margin: 32px 0;
}

.custome-admin-footer {
  font-size: 1rem;
  opacity: 0.85;
}

.custome-admin-login-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  padding: 48px 32px;
}

.custome-admin-login-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(44, 83, 100, 0.10);
  padding: 40px 32px 32px 32px;
  transition: box-shadow 0.2s;
  position: relative;
  min-height: 420px;
}

.custome-admin-login-card.two-factor-active {
  min-height: 520px;
}

.custome-admin-login-header {
  text-align: center;
  margin-bottom: 32px;
}

.custome-admin-login-icon {
  font-size: 2.5rem;
  color: #008080;
  margin-bottom: 8px;
}

.custome-admin-login-header h2 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 2rem;
}

.custome-admin-login-header p {
  color: #6c757d;
  font-size: 1.1rem;
}

.custome-admin-el-form {
  margin-top: 0;
}

.custome-admin-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.custome-admin-forgot-link {
  color: #008080;
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.2s;
}

.custome-admin-forgot-link:hover {
  color: #20b2aa;
}

.custome-admin-login-btn {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(90deg, #008080 0%, #20b2aa 100%);
  border: none;
}

.custome-admin-login-btn:hover {
  background: linear-gradient(90deg, #20b2aa 0%, #008080 100%);
}

.custome-admin-2fa-form {
  width: 100%;
}

.custome-admin-2fa-header {
  text-align: center;
  margin-bottom: 28px;
}

.custome-admin-2fa-icon {
  font-size: 2.2rem;
  color: #20b2aa;
  margin-bottom: 8px;
}

.custome-admin-2fa-header h2 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.7rem;
}

.custome-admin-2fa-header p {
  color: #6c757d;
  font-size: 1.05rem;
}

.custome-admin-2fa-options {
  gap: 18px;
  margin-bottom: 18px;
}


.custome-admin-2fa-option {
  flex: 1;
  background: #f8fafc;
  border-radius: 12px;
  padding: 18px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s, box-shadow 0.2s;
  margin-top: 11px;
}

.custome-admin-2fa-option:hover {
  border: 2px solid #008080;
  background: #f0f8fa;
  box-shadow: 0 2px 12px 0 rgba(44, 83, 100, 0.08);
}

.custome-admin-2fa-option.active {
  border: 2px solid #008080;
  box-shadow: 0 2px 12px 0 rgba(44, 83, 100, 0.08);
}

.custome-admin-2fa-method-icon {
  font-size: 2rem;
}

.custome-admin-2fa-detail {
  margin-bottom: 18px;
}

.custome-admin-otp-inputs {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.custome-admin-otp-box {
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  text-align: center;
  border: 1.5px solid #008080;
  border-radius: 8px;
  outline: none;
  transition: border 0.2s;
}

.custome-admin-otp-box:focus {
  border: 2px solid #20b2aa;
}

.custome-admin-otp-status {
  margin-top: 4px;
  font-size: 0.98rem;
}

.custome-admin-resend-otp {
  color: #008080;
  font-size: 0.98rem;
  padding: 0 8px;
}

.custome-admin-fingerprint-status {
  margin-top: 8px;
  font-size: 0.98rem;
}

.custome-admin-2fa-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.custome-admin-2fa-back {
  background: #f8fafc;
  color: #008080;
  border: none;
}

.custome-admin-2fa-back:hover {
  background: #e0f7fa;
}

.custome-admin-2fa-continue {
  background: linear-gradient(90deg, #008080 0%, #20b2aa 100%);
  border: none;
  color: #fff;
  font-weight: 600;
}

.custome-admin-2fa-continue:hover {
  background: linear-gradient(90deg, #20b2aa 0%, #008080 100%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@media (max-width: 900px) {
  .custome-admin-login-left {
    display: none !important;
  }

  .custome-admin-login-right {
    flex: 1 1 100%;
    width: 100vw;
    max-width: 100vw;
    padding: 32px 8px;
    min-width: 0;
  }

  .custome-admin-login-container {
    min-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    max-width: 100vw;
  }
}

.custome-admin-login-form .el-form--label-top .el-form-item__label {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0px 0 0px !important;
}

.mgpage .main-content .page-content{
    padding: 0;
    margin: 0;
}