@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.master_card_group .card>.card-body {
    box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 8%);
}

.signup_custom_box {
    background-color: transparent;
    position: relative;
    border: none;
}

.signup_custom_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgb(8 7 16 / 60%);
    padding: 50px 35px;
}

.signup_custom_box .shape>span {
        height: 100px;
        width: 100px;
        position: absolute;
        border-radius: 50%;
        -webkit-animation: rotate-shape 5s normal linear infinite;
        animation: rotate-shape 5s normal linear infinite;
        z-index: -1;
}

.shape>span:first-child {
    background: -webkit-gradient(linear, left top, left bottom, from(#1845ad), to(#23a2f6));
    background: -o-linear-gradient(#1845ad, #23a2f6);
    background: linear-gradient(#1845ad, #23a2f6);
    left: -30px;
    top: -30px;
}

.shape>span:last-child {
    background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#f09819));
    background: -o-linear-gradient(left, #ff512f, #f09819);
    background: linear-gradient(to right, #ff512f, #f09819);
    right: -30px;
    bottom: -30px;
}

@keyframes rotate-shape {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.signup_custom_box .nk-block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.signup_custom_box .form-label-group .form-label {
    display: block;
    color: #ffeb3b;
    font-size: 15px;
    font-weight: 400;
    display: none;
}

.signup_custom_box .form-control {
    display: block;
    height: auto;
    width: 100%;
    color: #fff;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 10px 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

.signup_custom_box .form-control:focus {
    border-color: #ffeb3b;
}

.signup_custom_box .form-control::placeholder {
    color: #e5e5e5;
}

.nk-footer.bg-dark {
    border-top: 1px solid #283650;
}

.nk-footer.bg-dark-green {
    border-top: 1px solid #003631;
}

.thankyou_custom_box {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.thankyou_custom_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgb(8 7 16 / 9%);
    padding: 50px 35px;
    z-index: -1;
}

.thankyou_custom_box .card-group>.card {
    background-color: rgb(255 255 255 / 0%);
}

/* ---Partner Registration form--- */
 
.partner_step_registration .steps>ul>li{text-align:center;}

.partner_step_registration .steps ul li h5 {
    border: none;
    padding: 0 0 6px 0;
    letter-spacing:0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #616162;
}

.partner_step_registration .actions ul{flex-direction: row-reverse;}
.partner_step_content>.nk-block-title{
    background-color: #1d98d4;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.partner_step_content table th, .partner_step_content table td{
    vertical-align: middle;
}

.partner_step_content .table-responsive>.table-bordered {
    border: 1px solid #dbdfea;
}

.declaration_group input{
    border: none;
    margin: 0 15px;
    border-bottom: 1px solid #1d98d4;
    border-radius: 0;
    height: auto;
    padding: 3px 10px;
    color: #000;
}

.form-control:disabled{cursor: not-allowed;}
.custom-primary{color: #1d98d4; font-size: 17px;margin-left: 8px;  line-height: 25px;}
.permision_menu{border: solid 1px #ddd; margin-bottom: 15px;}
.permision_title{background: #eee;  padding: 5px 15px;}
.permi_menulist{margin: 15px;}

.permi_menulist .custom-control-group li{border: solid 1px #ddd;margin: 13px;}

.select2-dropdown--below {    margin-top: 26px;}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
  font-family:Nioicon !important;
  content: "\e9bd";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.invoice-heading {
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 20px;
}

.invoice-heading h4 {
    color: #003514;
    font-weight: 800;
}

.invoice-head{
    display:flex !important;
}

.invoice-desc {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.bg-white-custom {background: url(/backend/assets/images/bg-login-bo.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
.custom_login {padding: 10%;}
.mgr{padding-right: 30px;}
.mgr h5{font-size:40px;}
.custom_loginbg {background: #fff;border-radius: 10px;}

.mylogin{position: relative;overflow: hidden;}

.mylogin img{width: 100%;-webkit-border-radius: 10px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-bottomright: 0;
border-radius: 10px;
border-bottom-right-radius: 0;}

.myloginup{position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;background: #26247B;
    opacity: 84%;
    -webkit-border-radius: 10px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-bottomright: 0;
border-radius: 10px;
border-bottom-right-radius: 0;
/*background:#26247B url(/backend/assets/images/group-165@2x.png); */
 
}
.right_img{position: absolute;
    top: 0;
    right: -4px;
    height: 100%;
    width: 38%;}

.loginbg-lighter {background: url(/backend/assets/images/bg-login-fms.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
    
.staff-loginbg-lighter {background: url(/backend/assets/images/staff-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
    
    .status{text-align: center; padding: 15px;}
    .status h4{}
    .categories{text-align: center; padding: 15px;}
    .categories h4{}
#myChartpie{width: 100%!important; height: 400px!important;}    
#myChart{width: 100%!important;}


.custom_loginbg {
   
    overflow: hidden;
    box-shadow: rgb(49 44 113 / 54%) 0px 5px 15px;
}
.mylogin {
   
    overflow: hidden;
    height: 100%;
}
.login_main_page {
    width: 94%;
    margin-left: 30px;
    padding: 75px 50px 25px 0;
    overflow: hidden;
}
.mylogin img{
    height: 100%;
}
.nk-block-head .nk-block-head-content h5 {
    font-family: poppins;
    font-size: 35px;
    margin-bottom: 25px;
}
.btn-success {
    background: #5854FF;
    border-color: #5854FF;
    margin-top: 14px;
}
.form-control, div.dataTables_wrapper div.dataTables_filter input, .dual-listbox .dual-listbox__search{
    font-family: poppins;
    font-weight: 500;
}
.nk-block.nk-auth-footer {
    padding-bottom: 10px;
}
.nk-block.nk-auth-footer .nav .nav-link {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    color: #5854ff;
    font-family: poppins;
    font-weight: 500;
    margin-top: 20px;
}
.nk-menu li a {

    margin: 10px 0px;
    font-weight: 600;
}

.nk-menu li.active a.nk-menu-link span.nk-menu-text {
    color: #636363;
}
.card.bg_totaluser img {
    width: 80px;
}
.welcome_img {
    padding: 40px 60px;
    background-image: url(../images/welcom_img_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
}
.welcome_img span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
     color: #0F0C75;
}
.welcome_img h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-top: 3px;
    color: #0F0C75;
}
.card.bg_totaluser .card-body {
    box-shadow: rgb(219 219 219) 0px 5px 15px;
    border-radius: 15px;
}
.card.bg_totaluser {
    margin-bottom: 15px;
}
.card.bg_totaluser h2 {
    font-size: 45px; 
    font-family: "Montserrat", sans-serif;
}
.card.bg_totaluser p{
     font-family: "Montserrat", sans-serif;
     color: #636363;
}
.card.bg_totaluser p {
    font-family: "Montserrat", sans-serif;
    color: #636363;
    font-weight: 600;
    font-size: 17px;
}

.card.card-full .card-inner h6.title{
      font-family: "Montserrat", sans-serif;
      color: #232323;
      font-size: 20px;
}
.card.card-full .card-inner {
    padding: 0px 15px 35px 0px;
   
}
.card.card-full .nk-tb-item.nk-tb-head.table-primary .nk-tb-col {
    padding: 16px;
    border-right: 2px solid #fff;
    background: #d7dfff;
}
.card.card-full .nk-tb-item .nk-tb-col {
    padding-left: 20px;
    border-right: 2px solid #fff;
    background: #F5F7FF;
}
.card.card-full .nk-tb-item.nk-tb-head.table-primary .nk-tb-col span {
    color: #232323;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.card.card-full .nk-tb-item .nk-tb-col span.tb-sub {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.login_dsbrd .card-body.user_ped {
    padding: 0;
}
.login_dsbrd .card.bg_dashboard {
    background: initial;
}
.nk-wrap {
    background: #fff;
    margin: 20px 20px 20px 330px;
    padding: 0 !important;
}
.nk-header {
    background: initial;
}
.nk-header.nk-header-fixed {
    background: #fff;
    margin: 10px 20px 20px 40px;
}
.search_boxx form input {
    border: 1px solid #B5B5B5;
    padding: 10px 20px;
    width: 100%;
    border-radius: 100px;
    font-family: poppins;
    position: relative;
}
.search_boxx form button {
    background: initial;
    border: initial;
    position: absolute;
    top: 7px;
    right: 20px;
}
.search_boxx {
    width: 350px;
}
.search_boxx form button img {
    width: 22px;
}
.user-avatar{
    width: 65px!important;
    height: 65px!important;
}
.user-status {
    font-size: 18px;
}
.nk-header-fixed + .nk-content{
    margin-top: 80px;
}
.user-name {
  
    font-size: 18px;
   
}
.nk-wrap-nosidebar {
    margin: 0;
}

.performnce_headingg {
    padding: 48px 40px;
    background-image: url(../images/activity_perfromnce_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    width: 61%;
    margin-right: 40px;
}
.performnce_headingg h2 {
    color: #232323;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
}
.performnce_headingg p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.performnce_headingg p span{
    color: #A10B0B;
    font-weight: 700;
}
.performnce_headingg img {
   
  
}
.perfrmnce_img_n {
    float: left;
    width: 100%;
}

.sign_out_btn {
    float: left;
    width: 100%;
}
.sign_out_btn a.nk-menu-link {
    padding: 0;
    font-weight: 600;
    font-size: 18px; 
    font-family: "Montserrat", sans-serif;
      color: #232323;
}
.totl_user_new {
    padding: 30px 40px;
    background-image: url(../images/paragraph_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 37%;
}
#myChartpie {
    width: 100% !important;
    height: 250px !important;
}.para_quantity {
    width: 65%;
}.totl_user_new_heading {
    width: 40%;
}
.totl_user_new_heading h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #232323;
    font-size: 28px;
    line-height: 36px;
}
.para_quantity .status {
    padding: 0;
}
.prfrmnce_header {
    margin-right: 36px !important;
    position: initial;
}

.sign_out_btn a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #232323;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.sign_out_btn a:hover{
    color:#FF0000;
}
.sign_out_btn a em.icon.ni.ni-signout {
    font-size: 20px;
}
.sign_out_btn a em.icon.ni.ni-signout {
    font-size: 20px;
    margin-right: 4px;
    margin-top: -4px;
}
.perfrmnce_mt {
    margin-top: 0px !important;
  
}
.perfrmnce_mt .nk-block-des h4{
     font-family: "Montserrat", sans-serif;
    
    font-size: 30px;
}
.perfrmnce_mt .nk-content-body {
    background: #fff;
    padding: 40px;
}
.perfrmnce_mt .datatable-wrap thead tr.table-primary th {
    padding: 16px 10px;
}
.login_staff_p {
    width: 88%;
    margin-left: 30px;
    padding: 65px 50px 25px 0;
    overflow: hidden;
}

.is-dark .nk-quick-nav-icon:hover em.icon.ni.ni-menu{
    color: #fff;
}
.select2-dropdown--below {
    margin-top: 10px;
}
.performnce_headingg img {
    width: 540px;
    float: right;
}
.perfrmnce_mt a.logo-link {
    display: block;
}

.logo_ciii {
    margin-bottom: 25px;
}
.imge_sizee img {
    width: 190px;
    margin-left: 20px;
}
.extra_mtt {
    margin-top: 120px !important;
}
@media screen and (max-width: 1500px) {
   #myChartpie {
    width: 100% !important;
    height: 230px !important;
    margin-left: 30px;
}.totl_user_new_heading h3{
    font-size: 26px;
}
}
@media screen and (max-width: 1366px) {
    #myChartpie{width: 100%!important; height: 300px!important;} 
    .totl_user_new{
            width: 44%;
    }
    .totl_user_new_heading h3 {
        font-size: 24px;    line-height: 32px;
    }
    .performnce_headingg h2{
        font-size: 32px;
    }.perfrmnce_img_n{
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .totl_user_new {
        width: 50%;
          padding: 30px 25px;
    }
    .performnce_headingg{
        width: 50%;
          
    }
    .sign_out_btn a{
        margin-top:10px;
    }
      .is-dark .nk-quick-nav-icon:hover em.icon.ni.ni-arrow-left{
        color: #fff;
    }
    .nk-sidebar{
        left:0;
        top:0;
    }
    .nk-wrap{
        margin:0;
    }
   .nk-header.nk-header-fixed {
        margin-left: 0;
    }
    .card-full{
            overflow-x: auto;
    }
}

@media screen and (max-width: 991px) {
    .perfrmnce_mt .d-flex.align-items-center {
    display: initial !important;
}
.performnce_headingg {
        width: 100%;
    }
    
    .sign_out_btn a {
       
        display: inline-block;
    }
    .totl_user_new {
        width: 100%;
        padding: 30px 25px;
        margin-top:20px;
    }

}

@media screen and (max-width: 767px) {
    .perfrmnce_mt .nk-content-body{
        padding:0;
        background: initial;
    }
    .sign_out_btn{
        float:initial;
    }
    .performnce_headingg{
        margin-right:0;    padding: 30px 20px;
    }
        .performnce_headingg h2 {
        font-size: 25px;
    }.performnce_headingg p {
 
    font-size: 16px;
}
.totl_user_new{
    flex-wrap: wrap;
}
.totl_user_new_heading {
    width: 100%;
}
.totl_user_new_heading h3 {
       
        margin-bottom: 12px;
    }
    .para_quantity {
    width: 100%;
}    #myChartpie {
       height: 250px !important;
        margin-left: 0;
    }
    .welcome_img h2{
        font-size: 28px;
    }
    .welcome_img {
    padding: 40px 30px;
   
}
.welcome_img span{
    font-size: 18px;
}
  
}
  
  
@media screen and (max-width: 600px) {
   
}
  