.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;}

@media screen and (max-width: 1366px) {
    #myChartpie{width: 100%!important; height: 300px!important;} 
}
  
  
@media screen and (max-width: 600px) {
    #myChartpie{width: 100%!important; height: 200px!important;} 
}
  