/* 
Mk custom
*/
body{
font-family: 'Roboto', sans-serif;	
font-size: 0.813rem;
}
a {
color: #0376d9;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
i.fas, i.far {
font-family: "Font Awesome 5 Free" !important;
}
.star i.fas {
color: #e7711b;  
}
.star i.far {
color: #e7711b;  
}
.card-header:first-child {
border-radius: 10px 10px 0 0;
}
.bg-txt {
font-size: 30px;
font-weight: 700;
line-height: 24px;  
}
.min-h100 {
min-height: 100px;
}
.card-icon [class^="i-"] {
font-size: 42px;
}
.custom-card [class^="col-"] p {
color: #fff;
}
.custom-card [class^="i-"] {
color: #fff;
}
.custom-card [class^="col-"]:nth-child(1) .card-icon{
background-color: #ea4335;
}
.custom-card [class^="col-"]:nth-child(2) .card-icon{
background-color: #fbbc05;
}
.custom-card [class^="col-"]:nth-child(3) .card-icon{
background-color: #34a853;
}
.custom-card [class^="col-"]:nth-child(4) .card-icon{
background-color: #0376d9;
}
.custom-card [class^="col-"]:nth-child(5) .card-icon{
background-color: #7569b3;
}
.custom-card [class^="col-"]:nth-child(6) .card-icon{
background-color: #717171;
}
/*
* Row with equal height columns
* --------------------------------------------------
*/
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display:  flex;
}
.protb.table thead th, 
.protb.table tbody td {
border: none;
}
.protb.table tbody td {
border: none;
border-bottom: 3px solid #f8f9fd;
background: #fff;
box-shadow: 6px 0px 6px #f8f9fd;
padding: 1rem;
}
.protb.table thead th {
color: #caccde;
font-weight: normal;
text-transform: uppercase;
}
.protb.table tbody tr:hover td{
/*box-shadow: 0px -6px 13px -13px #000 inset;*/
background: #f0fff9;
}

.protb tbody td:first-child {
border-radius: 8px 0 0 8px;
}
.protb tbody td:last-child {
border-radius:0 8px 8px 0;
}
.protb tr td.center, .protb tr th.center {
vertical-align: middle;
text-align: center;
}
.main-content-wrap { 
padding: 2rem 3rem 0; 
}
.protb.table.dataTable {
border-collapse: collapse !important;
}
a.btn.actb {
color: #72758b;
padding: 0 6px;
}
.cs-left {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;	
}
.cs-action { 
border-bottom: 1px solid #ececf0;
padding: 0 0 25px 0;
}
.cs-icon a.btn{
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.10);
width: 34px;
height: 34px;
padding: 0;
vertical-align: middle;
text-align: center;
line-height: 34px;
margin: 0 3px;
}
.cs-icon a.btn {
color: #72758b;	
}
.cs-icon a.btn.cs-green {
background: #57eeb2;
color: #fff;	
}
.record {
font-size: 12px;
font-weight: 700;
margin: 0 40px 0 0;
color: #5f6792;
}
.dataTables_wrapper.container-fluid {
padding: 0;	
}
#slength, #csearch{
border: 1px solid #e8ebf4;
border-radius: .25rem;
padding: 6px;
color: #5f6792;
font-size: 13px;
margin-right: 5px
}
.inline-checkbox{float: left;margin-right: 20px;}
.table-responsive table .action a.btn{color:#FFF;padding:.175rem .275rem;}
.table-responsive table .white-btn{color:#FFF;padding:.175rem .275rem;}
.table-responsive table .white-btn:hover{color:#FFF;}
.table-responsive table .badge{padding:.5em .4em;}
.app-admin-wrap .main-header .logo img{
/*width: 100%;
height: auto;
margin: 0px 10px;*/
}
.pull-right{float: right; text-align: right;}
.maction{display: inline;width: auto;} 
.smtext {
display: block;
font-size: 12px;	
}
.review-card img.avatar-md {
border-radius: 50%;	
}
.loadanywhere { 
position: fixed;
height: 100vh;
width: 100%;
background: rgba(0,0,0,0.7);
top: 0;
left: 0;
z-index: 99999;
}
.csloader{
position: absolute;
left: 50%;
right: 50%;
transform: translate(-50%, -50%);
top: 50%;
}
.cs_block_link {
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.review-rmore{
font-weight: bold;
cursor: pointer;
}
#reviewCont img.avatar-md{
border-radius: 50%;
}
.main-content-wrap { 
min-height: calc(100vh - 64px);
background: #f8f9fd;
}
.main-content-wrap.sidenav-open {
width: calc(100% - 220px);
}
.sidebar-left{ 
background:rgb(26,37,51); 
top: 0;
height: 100vh;
width: 220px;
left: -220px;
}
.sidebar-left .navigation-left .nav-item .nav-item-hold {
color: #a3acb7;
font-size: 14px; 
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 25px 30px; 
display: flex;
align-items: center;
}
.sidebar-left .navigation-left .nav-item .nav-item-hold:hover {
color: #fff;
}
.sidebar-left .navigation-left .nav-item.active, .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
color: #fff;
}
.main-header{
transition: all .24s ease-in-out;
}
.main-header.header-open { 
margin: 0 0 0 220px;
width: calc(100% - 220px);
}
.sidebar-left .navigation-left { 
width: 100%; 
}
.branding_dv {
padding: 30px 40px;
border-bottom: 1px solid rgba(255,255,255,0.1);
background: #0b1016;
}
.sidebar-left .navigation-left .nav-item { 
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-left-secondary.open {
left: 220px;
}
.sidebar-left .navigation-left .nav-item .nav-item-hold .feather, .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon {
display: block;
margin: 0 20px 0 0;
}
.sidebar-left .navigation-left .nav-item.active .triangle { 
border-color: transparent transparent #fff;
}
.main-header .header-part-right .user img { 
border: 1px solid #ebebeb;
}
.app-footer { 
background: rgba(0,0,0,.03); 
}
.mycntlft {
height: 100vh; 
background: url(../../images/lmpbg.jpg);	
font-family: 'Roboto Condensed', sans-serif;
background-size: cover;
}
.mycntright {
height: 100vh; 
background: url(../../images/mctright.png) center center no-repeat;	
font-family: 'Roboto Condensed', sans-serif;
}
.centerdiv {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 80%;
}
.mycntright .centerdiv {
max-width: 400px;
background: #fff;
padding: 50px; 
box-shadow: 0px 0px 47px 3px rgba(0, 0, 0, 0.1);
}
.registerToo .mycntright .centerdiv {
max-width: 600px;
}	
.lgmain {
font-size: 60px;
color: #fff;
line-height: 70px;
font-weight: 700; 
margin: 0 0 20px 0;
}
.lgsub {
font-size: 40px;
color: #fff;
line-height: 50px;
font-weight: 400; 	
margin: 0 0 20px 0;
}
.lgcnt {
font-size: 22px;
color: #fff;
line-height: 32px;
font-weight: 400; 	
margin: 0 0 20px 0;
}
.mycntright .auth-logo img {
height: auto;
}
.gradientover{
background-image: -moz-linear-gradient( 0deg, rgb(79,53,234) 0%, rgb(143,43,139) 45%, rgb(207,33,44) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(79,53,234) 0%, rgb(143,43,139) 45%, rgb(207,33,44) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(79,53,234) 0%, rgb(143,43,139) 45%, rgb(207,33,44) 100%);
opacity: 0.5;
position: absolute;
width: 100%;
height: 100%;
display: block;
} 
.lgtitwsub {
font-size: 24px;
font-weight: 700;
line-height: 32px;
margin: 0 0 10px 0;
color: #373c54;
}
.lgtitwsub span {
display: block;
font-size: 14px;
color: #939393; 
font-weight: 400;
}
.loginscreen .form-control {
background: no-repeat;
border: none;
border-bottom: 1px solid #d6dadf;
border-radius: 0;
}
#expirein {
	background: #ea4335;
	/* border: 1px solid #ccc; */
	padding: 11px 24px;
	color: #fff;
	text-align: center;
	margin: 0 20px 0 0;
}
.expiry a {
background: #ea4335;
padding: 6px 25px;
color: #fff;
margin: 0 30px 0 0;
color: #fff;
font-size: 16px;
text-align: center;
line-height: 24px;
letter-spacing: 1px;
display: block;
border-radius: 5px;
font-weight: 700;
}
.expiry a span {
display: block;
font-size: 12px;
}
.loginscreen .fancy-form-group {
margin: 0 0 20px 0;
}
.loginscreen .fancy-form-group .inp {
position: relative;
margin: auto;
width: 100%;
/*max-width: 280px;*/
}
.loginscreen .fancy-form-group .inp .label {
position: absolute;
top: 16px;
left: 0;
font-size: 16px;
color: #9098a9;
font-weight: 500;
transform-origin: 0 0;
transition: all 0.2s ease;
}
.loginscreen .fancy-form-group .inp .border {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 100%;
background: #69719d;
transform: scaleX(0);
transform-origin: 0 0;
transition: all 0.15s ease;
}
.loginscreen .fancy-form-group .inp input {
-webkit-appearance: none;
width: 100%;
border: 0;
font-family: inherit;
padding: 12px 0;
height: 48px;
font-size: 16px;
font-weight: 500;
border-bottom: 2px solid #c8ccd4;
background: none;
border-radius: 0;
color: #223254;
transition: all 0.15s ease;
box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
-webkit-box-shadow:0 0 0px 40px white inset !important;
}
.loginscreen  input:-internal-autofill-previewed, 
.loginscreen  input:-internal-autofill-selected, 
.loginscreen  textarea:-internal-autofill-previewed, 
.loginscreen  textarea:-internal-autofill-selected, 
.loginscreen  select:-internal-autofill-previewed, 
.loginscreen  select:-internal-autofill-selected {
background-color: none !important;
}
.loginscreen .fancy-form-group .inp input:hover {
/*  background: rgba(34,50,84,0.03);*/
}
.loginscreen .fancy-form-group .inp input:not(:placeholder-shown) + span {
color: #0376d9;
transform: translateY(-26px) scale(0.75);
}
.loginscreen .fancy-form-group .inp input:focus {
background: none;
outline: none; 
}
.loginscreen .fancy-form-group .inp input:focus + span {
color: #0376d9;
transform: translateY(-26px) scale(0.75);
}
.loginscreen .fancy-form-group .inp input:focus + span + .border {
transform: scaleX(1);
}
.upgrade_side P{
color: #fff;  
}
.system {
/*background: #fc8b12; */
}
.loginscreen .btn {
color: #fff;
background-image: -moz-linear-gradient( 0deg, rgb(2,134,246) 0%, rgb(63,167,255) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(2,134,246) 0%, rgb(63,167,255) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(2,134,246) 0%, rgb(63,167,255) 100%);
}
.footer-fixed {
position: fixed;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
}
a.rwonsos {
display: block;
border: 1px solid #dfdfdf;
margin: 0 auto 30px;
max-width: 280px;
text-align: center;
}
.cscard {
background: #fff;
border-radius: 5px;
padding: 20px;
}
.avgrtg {
font-size: 34px;
font-weight: 700;
line-height: 34px;
}
.avgrtg i.fas,i.far {
font-size: 11px;
}
.avgrtg .star {
vertical-align: top;
line-height: 20px; 
}
.sync_soon a{
margin: 10px 0 0 0;
}
.sync_soon a .card-title {
max-width: 140px;
line-height: 20px;
font-size: 16px;
}
.breadcrumb ul li {
line-height: inherit;
vertical-align: middle;
}
.card_ictitl {
font-size: 16px;
margin: 15px 0 0 0;
}
.main-header { 
height: 64px; 
}
.main-content-wrap {
margin-top: 64px;
}
.custom-card .card-icon .card-body {
padding: 25px 10px;
}
.text-10 {
font-size: 10px; 
}
.sidebar-left-secondary { 
top: 64px;
height: calc(100vh - 64px); 
}
.sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text { 
text-align: left;
}
.nav-text span {
font-size: 11px;
font-style: italic;
text-transform: capitalize;
color: #34a853;
}
.loginscreen .btn-primary{
font-weight: bold;
margin: 0 auto;
padding: 6px 40px;
color: #fff;
border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(2,118,217) 0%, rgb(80,174,253) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(2,118,217) 0%, rgb(80,174,253) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(2,118,217) 0%, rgb(80,174,253) 100%);
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: block;
}
/* Plan page css */
.myPricing {
background: #f0f3f5; 
min-height: 100vh;
position: relative; 
}
/*.pricing { 
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
margin: 0 auto 3em;
}*/
/*.pricing-item {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
align-items: stretch;
text-align: center;
-webkit-flex: 0 1 330px;
flex: 0 1 330px;
}*/
.pricing-action {
color: inherit;
border: none;
background: none;
}
.pricing-action:focus {
outline: none;
}
.pricing-feature-list {
text-align: left;
}
.pricing-palden .pricing-item {
cursor: default;
color: #333;
background: #fff;
box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
border: 2px solid #c8e2ff;
border-radius: 10px;
overflow: hidden;
text-align: center;
}
.toggler {
vertical-align: middle;
}
@media screen and (min-width: 66.25em) {
.pricing-palden .pricing__item--featured {
margin: 0;
z-index: 10;
box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
}
.pricing-palden .pricing-deco { 
background: #fff;
padding: 40px 20px;
position: relative;
}
.pricing-palden .pricing-beco {
background: #f0f8ff;
}
.pricing-palden .pricing-title {
font-size: 11px;
margin: 20px 0;
text-transform: uppercase;
color: #333;
}
.pricing-palden .icon {
font-size: 2.5em;
}
.pricing-palden .pricing-price {
font-size: 5em;
font-weight: bold;
padding: 0;
color: #333;
margin: 0 0 0.25em 0;
line-height: 0.75;
text-indent: 20px;
}
.pricing-palden .pricing-currency {
font-size: 0.15em;
vertical-align: top;
}
.pricing-palden .pricing-period {
font-size: 0.15em;
padding: 0 0 0 0.5em;
font-style: italic;
}
.pricing-palden .pricing__sentence {
font-weight: bold;
margin: 0 0 1em 0;
padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
margin: 0;
padding: 20px 20px;
list-style: none;
text-align: center;
}
.pricing-palden .pricing-feature {
padding: 5px 0;
font-size: 16px;
}
.pricing-palden .pricing-action {
font-weight: bold;
margin: 0 auto;
padding: 6px 40px;
color: #fff;
border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(2,118,217) 0%, rgb(80,174,253) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(2,118,217) 0%, rgb(80,174,253) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(2,118,217) 0%, rgb(80,174,253) 100%);
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
display: block;
/* width: 60%; */
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
background-color: #100A13;
}
.pricing-palden .pricing-item--featured .pricing-deco {
padding: 5em 0 8.885em 0;
}
.package_ttl {
margin: 0 0 30px 0;
height: 30px;
}
.pricing-palden .pricing-feature u {
text-decoration: line-through;
color: #0376d9;
}
.free_i .package_ttl {
font-size: 0;
}
.changeplan {
padding: 20px 0;
margin: 20px 0 20px 0;
}
.changeplan .switch {
margin: 0 10px 0 20px !important;
vertical-align: middle;
padding-left: 80px;
height: 40px;
}
.changeplan .switch .slider::before {
height: 40px;
width: 40px;
left: 0;
bottom: -1px;
background-color: #fff;
}
.changeplan .switch .slider {
width: 80px;
height: 38px;
}
.hide {
display: none;
}
.changeplan .switch input:checked + .slider::before {
transform: translateX(calc(80px - 40px));
}
.crossline::before {
position: absolute;
content: "";
left: 20px;
top: 6px;
right: 0;
border-top: 2px solid;
border-color: #f34968;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 30px;
height: 30px;
}
.crossline {
position: relative;
font-size: 18px;
vertical-align: bottom;
}
.right-nav ul li {
margin: ;
margin: 0 10px;
}
.breadcrumb {
display: block;
}
.breadcrumb ul li {
padding: 0;
margin: 0 30px 0 0;
}
.breadcrumb ul li::after {
position: absolute;
top: 24px;
right: 0;
content: "";
height: 0;
width: 100%;
background: #caccde;
border-radius: 0;
display: block !important;
}
.breadcrumb h1 {
margin: 0 0 15px 0;
}
.breadcrumb { 
border-bottom: 1px solid #ececf0;
padding: 0 0 25px 0;
margin: 0 0 25px 0;
}
.breadcrumb ul li a {
color: #caccde;
}
.breadcrumb ul li.active a {
color: #373c54;
}
.breadcrumb ul li.active::after {
background: #373c54;	
}
.form-control { 
height: calc(1.9695rem + 10px); 
border: 1px solid #e8ebf4;
background: #fff;
}
.form-group label {
font-size: 10px;
color: #caccde;
margin-bottom: 4px;
text-transform: uppercase;
}
.form-control:focus {
color: #373c54;
background-color: #fff;
border-color: #373c54;
outline: 0;
box-shadow: none;
}
.cs-icon select {
position: relative;	
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
}
.cs-icon select:before {
content: '';
position: absolute;
top: 0;
right: 15px;
bottom: 0;
margin-bottom: auto;
margin-top: auto;
cursor: pointer;
pointer-events: none;
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #929292;
height: 0;
width: 0;
display: block;
}

.rrpl {
	/* display: block; */
	float: right;
}
.cscard .uname a {
color: #373c54;	
}
.rrpld {
	text-align: right;
	background: #fafafa;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	border-radius: 5px;
	font-size: 12px;
}