body
{
    position: relative;
}
.pshowhide
{
    cursor: pointer;
    font-size: 20px;
}
.btn-sm
{
    padding: 4px 8px !important;
    line-height: 17px !important;
}
.alert.text-light p
{
    color: #fff;
}
.alert p
{
    margin-bottom: 0;
}
#sidebar ul.menu-categories li.menu.active
{
    background: #fff;
}
#sidebar ul.menu-categories li.menu.active > a svg,
#sidebar ul.menu-categories li.menu.active > a span,
#sidebar ul.menu-categories li.menu.active .submenu > li a,
#sidebar ul.menu-categories li.menu.active .submenu > li a svg,
#sidebar ul.menu-categories li.menu.active .submenu > li a span,
#sidebar ul.menu-categories li.menu.active ul.submenu > li a:hover
{
    color: #060818 !important;
}
#toast-container p
{
    color: #fff !important;
    margin: 0;
}
.mynewnotichecker
{
    position: absolute;
    background: #1b55e2;
    color: #fff;
    font-size: 12px;
    width: 230px;
    top: 101%;
    right: -10px;
    padding: 7px 10px;
    z-index: 800;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px 2px #21ad76;
    display: none;
}
.mynewnotichecker:after
{
    position: absolute;
    content: '';
    top: -12px;
    margin-left: -7px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #1b55e2;
    left: auto;
    right: 8px;
    border-bottom-color: #1b55e2;
}
.nnewones
{
    background: #f0f0f0;
}
.sliderbox
{
    overflow-y: scroll;
	position: fixed;
	max-width: 600px;
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f8f8f8;
	padding: 20px;
	-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1500;
    box-shadow: -1px 1px 5px 0 rgba(0,123,255,.25);
    border-left: 1px solid #ced4da;
}
.sliderbox.opens
{
	width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.sliderbox a
{
	font-size: 25px;
}
.sliderboxinner
{
	margin-top: 40px;
	padding: 20px 40px;
}
.sliderboxinner h3
{
	font-size: 20px;
	font-weight: 600;
}
.sliderboxform
{
	margin-top: 20px;
	font-size: 15px;
	display: none;
}
.custom-switch label:before, .custom-switch label:after
{
	cursor: pointer;
}
.sliderboxform label
{
	margin-top: 15px;
	display: block;
}
.sliderboxform textarea, .sliderboxform input
{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: -1px 1px 5px 0 rgba(0,123,255,.25);
}
.sliderboxform textarea:focus, .sliderboxform input:focus
{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.sliderboxform button[type=submit]
{
	display: inline-block;
	margin-top: 20px;
	border: 2px solid #7d54f0;
	background: #7d54f0;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	padding: 7px 40px;
	border-radius: 20px;
	outline: none;
}
.sliderboxform button[type=submit]:hover, .sliderboxform button[type=submit]:focus
{
	outline: none;
	background: #fff;
	color: #7d54f0;
}
.slider-error
{
	display: none;
}
.note-editable a
{
	font-size: 15px;
}
.myDataTable ul, .myDataTable ol, .datatable ul, .datatable ol
{
	padding-left: 10px;
}

.loader
{
	color: #4200fd;
	vertical-align: middle;
	display: none;
}
.errorform .loader
{
	color: #207544;
}
.copymessage
{
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 15px;
	background: #eee;
}
#logslist_wrapper .dataTables_length, #logslist_wrapper .dataTables_filter,
#ownerlist_wrapper .dataTables_length, #ownerlist_wrapper .dataTables_filter,
#userlist_wrapper .dataTables_length, #userlist_wrapper .dataTables_filter
{
	display: none;
}
.backendlists tr td:last-child, .backendlists tr th:last-child
{
	text-align: center;
}
.backendlists tr th:last-child
{
	width: 11% !important;
}
.ulist-filters label, .ulist-filters .select2-container, .owner-body .select2-results
{
	font-size: 12px;
}
.ulist-filters .select2-container
{
	width: 200px !important;
}
#ownerlist_wrapper, #ownerlist_wrapper .dataTables_info, #ownerlist_wrapper .dataTables_paginate,
#userlist_wrapper, #userlist_wrapper .dataTables_info, #userlist_wrapper .dataTables_paginate
{
	font-size: 15px;
}
.ulist-filters .select2-selection__rendered
{
	padding: 0.25rem 0.5rem 0.25rem 0.25rem;
	line-height: 1.75rem !important;
}
.ulist-filters .select2-container
{
	text-align: left;
}
.backendsearch input
{
	width: 150px !important;
	height: 38px;
}
.backendactions select, .backendsearch select,
.backendactions input, .backendsearch input
{
    width: 133px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 38px;
}
.backendsearch button, .backendactions button
{
	height: 38px;
    padding: .25rem .5rem;
}
.backendsearch input[type=number]
{
	width: 70px !important;
}
.backendlists tr td:last-child button
{
	width: 35px;
	height: 35px;
	margin: 1px;
    padding: 0;
}
.mroundedchkbox::before
{
    border-radius: 50% !important;
}
.tchiddenbox
{
	overflow-y: scroll;
    height: 0%;
    left: 0;
    max-height: 100%!important;
    max-width: 100%!important;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 9999;
}
.tchiddenbox.open
{
    height: 100%;
}
#tchiddenclose
{
	position: absolute;
	right: 0;
}
#tchiddenclose:hover
{
	color: #495057;
	text-decoration: none;
}
.myaccordion .card-header p
{
	font-size: 17px;
}
.myaccordion .card-body
{
	font-size: 15px;
}



.uplans
{
	margin-bottom: 20px;
	border-radius: 4px;
}
.uplansingle
{
	flex: 1;
	padding: 35px 35px;
    position: relative;
    color: #3b3f5c;
    border: 1px solid #e0e6ed;
    background-color: #fff;
    margin-bottom: 20px;
}
.uplansingle:first-of-type
{
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.uplansingle:last-of-type
{
    border-left: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.uplansingle h3
{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.uplansingle p
{
    margin: 0;
    color: #888ea8;
    font-size: 14px;
    letter-spacing: 1px;
}
.uplansingle .plantype
{
	margin: 20px 0;
}
.uplansingle label
{
    border-radius: 4px;
    font-size: 18px;
    color: #888ea8;
    text-align: center;
    line-height: 24px;
    margin: 5px 0;
}
.uplansingle .planfeatures h3
{
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 24px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 15px;
}
.uplansingle .planfeatures ul, .uplansingle .planfeatures ol
{
    padding: 0;
    margin: 0;
}
.uplansingle .planfeatures li
{
    display: block;
    margin: 0;
    padding: 3px 0;
    line-height: 24px;
    color: #888ea8;
    font-size: 14px;
    letter-spacing: 1px;
}
.uplansingle .planbtn i
{
	visibility: hidden;
}

.chatslidelistings .chsidemsgs
{
    display: block;
    margin-bottom: 7px;
}
.chatslidelistings .chsidemsgs span
{
    font-size: 15px;
    max-width: 80%;
    display: inline-block;
    padding: 4px 6px;
}
.chatslidelistings .chque
{
    text-align: right;
}
.chatslidelistings .chque span
{
    color: #fff;
    background: rgb(0, 108, 255);
    border-radius: 20px 5px 20px 20px;
}
.chatslidelistings .chans span
{
    color: #000;
    background: #e6e6e6;
    border-radius: 20px 5px 20px 20px;
}


.customSwitcher
{
    margin-bottom: 0;
    vertical-align: middle;
}
.customSwitcher .slider:before
{
    left: 1px;
    bottom: 1px;
    width: 12px;
    height: 12px;
}
.customSwitcher .slider
{
    border: 2px solid #5c1ac3;
}
.myaccordion .texts
{
    vertical-align: middle;
    color: #000;
    font-size: 12px;
}
.faqcard .card-header
{
    padding: 0;
}
.faqcard .faqhdetails
{
    background: #e6ffbf;
}
.faqcard .faqhdetails span
{
    width: 50%;
    display: inline-block;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding: 5px;
}
.faqcard .faqhquestion
{
    padding: .75rem 1.25rem 0;
}
.ui-sortable .ui-sortable-handle
{
    cursor: grab;
}
.ui-sortable .ui-sortable-handle:active
{
    cursor: grabbing;
}
.filterbox1
{
    right: 15px;
    z-index: 1;
}
.filterbox1 input, .filterbox1 select, .filterbox1 button
{
    height: 35px;
}


/* --------------------------------------- INVOICES --------------------------------------- */
.invoice-content .d-header
{
    padding: 70px 50px;
    background-color: #ddd;
    border-bottom: 5px solid #777;
}
.invoice-content .d-body
{
    padding: 50px;
}
.invoice-content .d-header p
{
    font-size: 15px;
    margin-bottom: 5px;
}
.invoice-content .d-header-brand
{
    margin-bottom: 10px;
}
.invoice-content .d-title
{
    font-size: 40px;
    line-height: 50px;
    color: #495057;
    font-weight: bold;
    margin-bottom: 20px;
}
.invoice-content .summary-table
{
    width: auto;
    color: #212529;
}
.invoice-content .d-bill-to p
{
    margin-top: 10px;
}
.invoice-content .d-table
{
    margin-top: 30px;
    background: transparent;
    border-bottom: 5px solid #777;
    margin-bottom: 60px;
}
.invoice-content .d-table thead
{
    background-color: #ddd;
}
.invoice-content .d-table tfoot
{
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    border-top: 2px solid #777;
}
.invoice-content .d-table td, .d-table th
{
    padding: 20px;
    color: #000;
    border-color: #777;
}