/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Sep, 2020, 7:10:28 PM
    Author     : Admin
*/
.logo-icon{
    display: none;
}

.hide{
    display: none !important;
}

.sidebartoggler {
    color:white;
}

.loginAlert{
    border-radius: 6px;
    padding: 2%;
    margin-bottom: 5px;
    color: #80172a;
    background-color: #fdd5dc;
}

.table.dataTable{
    width:100% !important;
}

/*newcss*/
.card{
    border-radius: 15px;
}

.btn{
    background-image: linear-gradient(to right, #8d3eb0 , #8d3eb0);
    box-shadow: 0 4px 15px 0 rgb(142 62 175 / 35%);
    border-color: #f62d5114 !important;
}
input{
    border-radius: 20px;
}
.bg-orange{
    box-shadow: 0 4px 15px 0 #fb8c00d6;}

.bg-cyan{
    box-shadow: 0 4px 15px 0 #4fc3f782;
}

.bg-purple{
    box-shadow: 0 4px 15px 0 #4c32e9c4;
}

.borderright{
    border-right: 1px solid #f8f9fa;
}
@media (max-width: 425px) {
    .card h4 {
        font-size:  12px;
    }
    .card h2 {
        font-size: 16px;
        font-weight: 800;
    }
    .card h3 {
        font-size: 16px;
        font-weight: 800;
    }
    .logo-text{
        width: 55%;
    }
    .page-breadcrumb .input-group{
        margin-top: 12px;
    }
    .text-muted{
        font-size: 10px;
    }
}

.progress {
    height: 25px;
}

.progress-bar{
    background-image: linear-gradient(to right, #8d3eb0, #159bd8);
}

#loader2 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #fe7f5c;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 40%;
    margin-top: 10%;
    position: absolute;
}   
.loader2 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8d3eb0;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 45%;
    margin-top: 7%;
    position: absolute;
       z-index: 999;
}   


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.dataTables_processing {
    background-color: transparent !important;
    background: transparent !important;
}
.table th, .table thead th{
    font-size: 15px;
    font-weight: 700;
    color: white;
}
.table-responsive thead{
   background-image: linear-gradient(to right, #8d3eb0, #7c2d9e) !important;
    box-shadow: 0 4px 15px 0 rgb(149 140 152);
}
.ui-state-default{
    background: none !important;
}

.success-checkmark{
    margin-top: 35px;
}

.add-people-desc h3{
    text-align: center;
    color: #4caf50;
        margin-top: 10px;
}
.textBG{
    border-radius: 5px;
    padding: 3%;
    background: #f3f3f3;
}

.paymentBG{
    padding: 4%;
    background: #eaeaea;
}

.full-btn{
    width:100%;
    margin: 0;
    color: white !important;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #8d3eb0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;

    text-transform: uppercase;

}

.linkpayment{
    height:297px;
}
 
.success-checkmark {
    width: 80px;
    height: auto;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 6.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header{
        background: #974db7;
}
.dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected{
        background: #8d3eb0;
}
.dtp-btn-cancel{
    color:white;
}

.initbadge{
    padding: 8%;
    background: #d6e6ef;
    border-radius: 7px;
}

.successbadge{

    padding: 8%;
    background: #d0eca2;
    border-radius: 7px;
}

.failbadge{
    padding: 8%;
    background: #f7d7cf;
    border-radius: 7px;
}

.bg-red{
    box-shadow: 0 4px 15px 0 #e91e63;
    background-color: #E91E63 !important;
}


.topbar .navbar-collapse{
        background: #8d3eb0 !important;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link .feather{
    display: inline;
    margin : 0 5px 0 1px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link{
    text-align: left;   
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active .feather{
    color: #8d3eb0 ;
}

.sidebar-nav ul .sidebar-item .sidebar-link .feather{
    fill : rgb(178 194 255 / 13%);
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link i{
    display: inline;
    margin : 0 10px 0 8px;
    font-size: 19px;
}

#sidebarnav .selected #bgborder{
    width: 100%;
    background: #8d3eb02e;
    border-radius: 27px;
    margin-left: -22px;
}

#sidebarnav .selected .sidebar-link {
    left: 20px;
}
#sidebarnav .selected .has-arrow {
    left: 0px;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active {
    color: #6e258e;
}

.nav-small-cap{
    margin-bottom :5px;
}

.bg-box1{
    background-color: #896696 !important;
    box-shadow: 0 4px 15px 0 #896696;
}
.bg-box2{
    background-color: #749bd9 !important;
    box-shadow: 0 4px 15px 0 #749bd9;
}
.bg-box3{
    background-color: #68bfde !important;
    box-shadow: 0 4px 15px 0 #68bfde;
}
.bg-box4{
    background-color: #8b3bcb !important;
    box-shadow: 0 4px 15px 0 #8b3bcb;
}

a {
    color: #8d3eb0;
}

.topbar .top-navbar .navbar-nav > .nav-item:hover {
    background: #ddc8e6;
}
.swal2-icon.swal2-warning{
        border-color: #673ab7a1 !important;
    color: #673ab7a1 !important;
}
/*passwordstrength*/
.meter_wrapper, .meter_wrapper1
{
    border:1px solid #ACACAC;
    margin-left:0;
    margin-top:0;
    width:150px;
    height:6px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.meter
{
    width:0px;
    height:6px;

}
.meter_wrapper{
    position:absolute;
    margin-top:10px;
}
.pass_type{
    position:absolute;
    right: -75px;
    top: -8px;
    margin-top:0;
    font-weight:400;
    color:#EF6000;
    font-size: 14px;
}
.passwordEye{
    position: absolute;
    right: 10px;
    top: 30px;
    color: #6d6d6d;
    cursor: pointer;
    background: #f1f1f1;
    padding: 10px 7px;
}
