/*
Author       : Dreamguys
Template Name: ServRep
Version      : 1.0
*/

/* Common */

html {height:100%;}
body{font-family: 'Fira Sans', sans-serif;font-size:14px;color:#3d3d3d;background-color:#f5f5f5;overflow-x: hidden;height:100%;}
h1, h2, h3, h4, h5, h6{margin-top:0;}
a:hover,
a:active,
a:focus {text-decoration:none;color: #009ce7;  outline: none;}

.form-control:focus {box-shadow: none;outline: 0 none;}
a {color: #009ce7;}
input, button, a {transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}
input, button {outline: none;}
input[type="file"] {height:auto;}
input[type=text], input[type=password] {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
textarea.form-control {resize: vertical;}
.navbar-nav > li {float: left;}
.input-lg.form-control {border-radius: 0;height: 46px;}
.input-sm.form-control {height: 30px;border-radius: 0;}
.form-group {margin-bottom: 20px;}
.display-block {display: block;}
.input-group .form-control {height: 34px;}
.input-group.input-group-lg .form-control {height: 46px;}
.control-label {color: #212121;}

/* Table */

.table {color:#000;}
.table.table-white {background-color:#fff;}
.table > tbody > tr > td {font-weight: 300;}
.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: #f6f6f6;}
table.table td .avatar {height: 32px;line-height: 32px;margin: 0 5px 0 0;width: 32px;}
table.table td h2 {display: inline-block;font-size: inherit;font-weight: 400;margin: 0;padding: 0;vertical-align: middle;}
table.table td h2 a {color: #757575;}
table.table td h2 a:hover {color: #d42129;}
table.table td h2 span {color: #9e9e9e;display: block;font-size: 12px;margin-top: 3px;}

/* Helper Class */

.p-0 {padding: 0 !important;}
.p-t-0 {padding-top: 0 !important;}
.m-r-5 {margin-right: 5px !important;}
.m-r-10 {margin-right: 10px !important;}
.m-r-15 {margin-right: 15px !important;}
.m-l-5 {margin-left: 5px !important;}
.m-l-15 {margin-left: 15px !important;}
.m-t-5 {margin-top: 5px !important;}
.m-t-0 {margin-top: 0 !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-15 {margin-top: 15px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-t-30 {margin-top: 30px !important;}
.m-t-50 {margin-top: 50px !important;}
.m-b-0 {margin-bottom: 0 !important;}
.m-b-5 {margin-bottom: 5px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.w-md {min-width: 110px;}
.w-40 {width: 40px;}
.block {display: block !important;}
.text-ellipsis {display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.card-box {background-color: #fff;border: 1px solid #e7e7e7;border-radius: 4px;margin-bottom: 20px;padding:20px;position: relative;}
.card-title {color: #333;font-size: 18px;font-weight: normal;margin-bottom: 20px;}
.page-title {color: #565656;font-size: 21px;font-weight: normal;margin-bottom: 20px;}
.cal-icon::after {background: transparent url("../img/calander.png") no-repeat scroll 0 0;bottom: 0;content: "";display: block;height: 19px;margin: auto;position: absolute;right: 15px;top: 0;width: 17px;}
.cal-icon {position: relative;width: 100%;}
.progress-xs {height: 5px;}
.progress-sm {height: 15px;}
.label-success-border {border:1px solid #55ce63;color: #55ce63;background-color: #fff;display: inline-block;min-width:80px;}
.label-danger-border {border:1px solid #f62d51;color: #f62d51;background-color: #fff;display: inline-block;min-width:80px;}
.label-warning-border {border:1px solid #ffbc34;color: #ffbc34;background-color: #fff;display: inline-block;min-width:80px;}
.label-info-border {border:1px solid #009efb;color: #009efb;background-color: #fff;display: inline-block;min-width:80px;}
.panel {border: 1px solid #e7e7e7;box-shadow: inherit;margin-bottom: 30px;}
.form-horizontal .control-label:not(.text-right) {text-align: left;}
.modal-footer.text-left {text-align:left;}
.modal-footer.text-center {text-align:center;}
.avatar {background-color: #aaa;border-radius: 50%;color: #fff;display: inline-block;font-weight: 500;height: 38px;line-height: 38px;margin: 0 10px 0 0;overflow: hidden;text-align: center;text-decoration: none;text-transform: uppercase;vertical-align: middle;width: 38px;position:relative;white-space:nowrap;}
.avatar:hover {color:#fff;}
.avatar > img {width: 100%;display:block;}
.display-table {display: table;table-layout: fixed;border-spacing: 0;width: 100%;height: 100%;}
.table-row {display: table-row;height: 100%;}
.table-body {position: relative;height: 100%;width: 100%;}

/* Bootstrap Classes */

.btn-white {background-color: #fff;border: 1px solid #ccc;color: #333;}
.rounded, .circle {border-radius: 500px;}
.bg-primary, .label-primary {background-color:#d42129;}
.bg-success, .label-success {background-color:#55ce63;}
.bg-info, .label-info {background-color:#009efb;}
.bg-warning, .label-warning {background-color:#ffbc34;}
.bg-danger, .label-danger {background-color:#f62d51;}
.bg-white {background-color:#fff;}
.text-primary, .dropdown-menu > li > a.text-primary {color:#d42129;}
.text-success, .dropdown-menu > li > a.text-success {color:#55ce63;}
.text-danger, .dropdown-menu > li > a.text-danger {color:#f62d51;}
.text-info, .dropdown-menu > li > a.text-info {color:#009efb;}
.text-warning, .dropdown-menu > li > a.text-warning {color:#ffbc34;}
.text-purple, .dropdown-menu > li > a.text-purple {color:#7460ee;}
.btn-primary {background-color: #00839a;border: 1px solid #00839a;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {background-color: #00839a;border: 1px solid #00839a;box-shadow: none;}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {background-color: #b01c23;border: 1px solid #b01c23;}
.btn-success {background-color: #00839a;border: 1px solid #00839a}
.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {background: #4ab657;border: 1px solid #4ab657}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {background: #4ab657;border: 1px solid #4ab657}
.btn-info {background-color: #009efb;border: 1px solid #009efb}
.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {background-color: #028ee1;border: 1px solid #028ee1}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {background-color: #028ee1;border: 1px solid #028ee1}
.btn-warning {background: #ffbc34;border: 1px solid #ffbc34}
.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {background: #e9ab2e;border: 1px solid #e9ab2e}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {background: #e9ab2e;border: 1px solid #e9ab2e}
.btn-danger {background: #f62d51;border: 1px solid #f62d51}
.btn-danger:hover, .btn-danger:focus {background-color: #e6294b;border: 1px solid #e6294b}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #d42129;border-color: #d42129;}
.pagination > li > a, .pagination > li > span {color: #d42129;}
.dropdown-menu {border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 3px;transform-origin: left top 0;box-shadow:inherit;background-color: #fff;}
.navbar-nav .open .dropdown-menu {background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.1);}
.modal-content {border-radius:0;}
.btn-group-xs > .btn, .btn-xs {min-height: 22px;min-width: 22px;}
.dropdown-menu {font-size: 13px;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {box-shadow: none;text-decoration: none;}
.btn-link {color: #333;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: rgba(0, 0, 0, 0.2);}
.bg-danger-light{
    background-color:rgba(242, 17, 54,0.12) !important;
    color:#e63c3c !important;
}

/* Header */
.main-wrapper {
    background-color: #fff;
    height: auto;
    padding: 20px 20px 20px 0;
}
.sidebar-logo {
    display: flex;
    padding: 20px 20px 0;
    justify-content: center;
}
.header {background-color: #fff;left: 0;position: fixed;right: 0;top: 0;z-index: 1001;height: 60px;border-bottom: 1px solid #e7e7e7;}
.main-wrapper > .header {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.02);
    left: 251px;
    position: fixed;
    right: 50px;
    top: 50px;
    border-radius: 10px;}
#toggle_btn {
    align-items: center;
    color: #333;
    display: inline-flex;
    float: left;
    font-size: 26px;
    height: 60px;
    justify-content: center;
    padding: 0 20px;}
.header .header-left {float: left;height: 60px;padding: 0 20px;position: relative;text-align: center;width: 220px;z-index: 1;}
.logo {display: block;line-height: 60px;}
.header .navbar-nav .badge {position: absolute;right: 7px;top: 4px;}
.header .dropdown-menu > li > a {position: relative;    padding: 3px 10px;width: 100%;display: inline-block;color:#3d3d3d;}
.user-menu {margin: 0;position:relative;z-index:99;	}
.user-menu.nav > li > a {color: #333;font-size: 16px;line-height: 60px;padding: 0 15px;height: 60px;}
.user-menu .dropdown.dropdown-arrow > a:first-child::after {content: "3";content:"\f107";font-family: FontAwesome;font-size: 16px;font-weight: 800;position: absolute;right: 0;top: 0;}
.user-menu.nav > li > a:hover, .user-menu.nav > li > a:focus {background-color: transparent;color: #00839a;}
.user-img {display: inline-block;position: relative;border-radius: 100px;}
.user-img img {border-radius: 100px;}
.user-menu .dropdown-menu {min-width: 136px;}

/* Sidebar */

.sidebar-menu {
    padding: 15px 15px 23px 15px;
}
.sidebar{top:0px;width:220px;z-index:1041;background-color: #fff;bottom:0;margin-top:0px;position:fixed;left:0;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; }
.sidebar-inner{height:100%;}
.sidebar-menu ul {font-size: 14px;list-style-type: none;margin: 0;padding: 0;position:relative;}
.sidebar-menu li:not(:last-child) { margin-bottom: 7px; }
.sidebar-menu li a {color: #3d3d3d;display: block;font-size: 14px;height: auto;padding: 10px;}
.sidebar-menu li a:hover {color:#00839a;}
.sidebar-menu li a > .badge {margin-top: 10px;}
.sidebar-menu li a i {font-size: 16px;margin-left: 5px;margin-right: 5px;min-width: 20px;}
.sidebar-menu .sub-menu i { display: none;}
.sidebar-menu li a i.back-icon {margin-left:0;}
.sidebar-menu li.active a {color: #ffffff;background-color: #00839a; border-radius: 5px; }
.menu-title {color: #000;font-size: 13px;font-weight: 500;line-height: 40px;min-height: 40px;padding: 0 20px;text-transform: uppercase;}
.menu-title > i {float: right;line-height: 40px;}
.sidebar-menu li.menu-title a {color: #ff9b44;display: inline-block;float: right;padding: 0;}
.sidebar-menu li.menu-title a.add-user-icon {background-color: #eee;border-radius: 24px;color: #bbb;line-height: 24px;min-height: 24px;width: 24px;text-align: center;margin-top: 6px;}
.sidebar-menu li.menu-title a.add-user-icon:hover {background-color: #d42129;color:#fff;}
.sidebar-menu li.menu-title a.add-user-icon i {font-size: 14px;margin-left: 0;margin-right: 0;}
.sidebar-menu li.menu-title a.btn {color: #fff;display: block;float: none;font-size: 15px;line-height: inherit;margin-bottom: 15px;}
.sidebar-menu li.menu-title a.btn:hover {color:#fff;}
.sidebar-menu ul ul a.active {color: #d42129;text-decoration: underline;}
.mobile-user-menu {color: #fff;display: none;font-size: 24px;height: 60px;padding: 12px 20px;position: absolute;right: 0;text-align: right;top: 0;width: 60px;z-index: 10;}
.mobile-user-menu a {color:#333;}
.mobile-user-menu a:hover {color:#333;}
.mobile_btn {display:none;}
#sidebar-menu ul ul a {display: block;padding: 0 0 0 43px;}
#sidebar-menu ul ul ul a {padding-left: 80px;}
#sidebar-menu ul ul ul ul a {padding-left: 100px;}
.sidebar-menu > ul > li {position: relative;}
.sidebar-menu .menu-arrow {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform .15s;
	position: absolute;
	right: 10px;
    line-height: 20px;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-rendering: auto;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.sidebar-menu .menu-arrow:before {content: "\f105";}
.sidebar-menu li a.subdrop .menu-arrow {-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.slide-nav .sidebar {margin-left: 0;}
.header.fixed-header {
    margin: 0;
    right: 0;
    border-radius: 0;
    transition: all 0.45s ease 0s;
    top: 0;
    left: 220px;
    background-color: #00839a;
}

.header.fixed-header #toggle_btn,
.header.fixed-header .user-menu.nav > li > a {
	color: #ffffff;
}


/* Content */

.page-wrapper {
	left: 0;margin-left: 220px; position: relative;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;
    border-radius: 25px;
    background-color: #f5f5f5;
    padding-top: 90px;
    min-height: calc(100vh - 40px);
}
.page-wrapper > .content{padding:30px;}
#banner #banner_img_url {max-width: 100%;}
 .content{ padding-bottom:50px;}
/* Login */
 .content hr{
    border-color:#ccc !important;
}
.login-bg:before {display: none;}
.account-title {font-size: 20px;font-weight: normal;text-align: center;}
.account-sub-title {color: #878787;font-size: 16px;font-weight: normal;margin-bottom: 30px;text-align: center;}
.account-box {border-radius: 4px;margin: 50px auto;width: 400px; border:1px solid #e7e7e7;background-color:#fff;}
.account-wrapper {padding: 30px;}
.account-logo {border-bottom: 1px solid #e7e7e7;padding: 10px 30px;text-align: center;}
.account-logo img {width: 140px;}
.account-box .form-group {margin-bottom: 25px;}
.account-box .account-btn {font-size: 22px;padding: 10px 26px;}
.account-box .account-btn:hover, .account-box .account-btn:focus {opacity:0.8;}
.account-box a {color: #323232;font-size: 16px;}
.account-box a:hover {color: #d42129;}
.account-box .form-control {border: 1px solid #e7e7e7;height: 50px;}
.account-box label {color: #212121;font-size: 16px;font-weight: normal;margin-top: 0;}
.account-wrapper .checkbox {margin-top:0;}
.account-footer {border-top: 1px solid #e7e7e7;padding: 20px 30px;text-align: center;}
.account-box .btn {background-color: #00839a;border-color: #00839a;}

/* Dashboard */

.custom-table tr {background-color: #fff;}
.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {padding: 10px 8px;vertical-align: middle;}
.dash-widget-icon {background-color: #00839a; border-radius:14px; color: #fff;display: inline-block;float: left;font-size: 32px;height: 90px;line-height: 90px;margin-right: 10px;text-align: center;width: 90px;}
.dash-widget-info {text-align: right;padding:11px 0;}
.dash-widget-info > h3 {font-size: 28px;font-weight: 600;}
.dash-widget-info > span {font-size: 16px;}
.dash-widget { background-color: #fff; border-radius: 10px;margin-bottom: 30px;padding:32px; position: relative;display: block;min-height: 90px;width: 100%; box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.02); }

/* Select2 */

.select2-container .select2-selection--single {border: 1px solid #ccc;height: 40px;border-radius: 0;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 38px;right: 7px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #ccc transparent transparent;border-style: solid;border-width: 6px 6px 0;height: 0;left: 50%;margin-left: -10px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #ccc;border-width: 0 6px 6px;}
.select2-container .select2-selection--single .select2-selection__rendered {padding-right:30px;padding-left: 15px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #676767;font-size: 14px;font-weight: normal;line-height: 38px;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #d42129;}

/* Nav tabs */

.nav-tabs > li > a {margin-right: 0;color: #888;border-radius: 0;}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {border-color: transparent;color: #333;}
.nav-tabs.nav-justified > li > a {border-radius: 0;margin-bottom: 0;}
.nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {border-bottom-color: #ddd;}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {border-color: transparent;}
.nav-tabs.nav-tabs-solid > li > a {color: #333;}
.nav-tabs.nav-tabs-solid > .active > a, .nav-tabs.nav-tabs-solid > .active > a:hover, .nav-tabs.nav-tabs-solid > .active > a:focus {background-color: #d42129;border-color: #d42129;color: #fff;}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {border-radius:50px;}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {border-radius:50px;}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > .active > a, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > .active > a:hover, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > .active > a:focus {border-radius: 50px;}
.nav-tabs-justified > li > a {border-radius: 0;margin-bottom: 0;}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {border-bottom-color: #ddd;}
.nav-tabs-justified.nav-tabs-solid > li > a {border-color: transparent;}


/* Profile */

.personal-info {list-style: none;margin-bottom: 0;padding: 0;}
.personal-info li .title {color: #515365;float: left;font-weight: 500;margin-right: 30px;width: 30%;}
.personal-info li .text {color: #777;display: block;overflow: hidden;}
.personal-info li {margin-bottom: 10px;}
.personal-info li:last-child {margin-bottom: 0;}
.profile-img-wrap {height: 80px;position: absolute;width: 80px;background: #fff;overflow:hidden;}
.profile-img-wrap img {width: 80px;height: 80px;}
.profile-basic {margin-left: 100px;}
.sidebar-overlay {display: none;position: fixed;z-index: 90;height: 100%;left: 0;top: 60px;width: 100%;z-index: 1040;background-color: rgba(0, 0, 0, 0.6);overflow: hidden;}
.sidebar-overlay.opened {display: block;}
.sidebar-menu.opened {opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);margin-left:0;}
html.menu-opened {overflow: hidden;}
html.menu-opened body {overflow: hidden;}

/* Pricing */

.pricing-box {position:relative;background-color: #fff;border: 1px solid #e7e7e7;padding: 30px;text-align: center;margin-bottom: 30px;}
.pricing-title {margin: 0 0 20px;text-transform: uppercase;background-color: #f6f6f6;padding: 20px;font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pricing-box ul {list-style: none;padding: 0;margin: 0 0 20px;text-align: left; }
.pricing-box ul li { line-height: 35px;}
.pricing-box ul li i {color: #d42129;margin-right: 5px;}
.table-cell {display: table-cell;position: relative;vertical-align: middle;}
.add-pricing {height: 283px;border: 2px dashed #e4e4e4;}
.btn.add-price-btn {width: 80px;height: 80px;font-size: 20px;border-color: #e7e7e7;color:#333;background-color:#f0f0f0;line-height: 68px;}
.pricing-box .delete-subscription{ position: absolute; right:7px; top: 5px; color:#ff0000; font-size: 18px;}
/* Subscriptions */

.subs-duration {font-size: 18px;margin-bottom: 30px;}

/* Service Request */

.service-time {color: #777;display: block;}

/* Profile */

.card-box.profile-cardbox {min-height: 120px;}
.list-bullet {list-style: none;margin: 0;padding: 0;}
.list-bullet li {background: rgba(0, 0, 0, 0) url("../img/list-bullet.png") no-repeat scroll left 5px;margin: 0 0 10px;padding: 0 0 0 20px;}
.list-bullet li:last-child {margin-bottom:0;}
.avail-day {padding-right: 20px;}

/* Service View */

.service-title {font-size: 20px;margin-bottom: 20px;}
.service-list {background-color: #fff;border: 1px solid #e7e7e7;border-radius: 4px;margin-bottom: 30px;padding: 20px;}
.service-content {border-right: 2px dashed #ccc;padding-right: 20px;}
.settings-tabs .nav-tabs {
    justify-content: space-between;
}
.settings-tabs .nav-tabs li a {
    padding: 15px;
    display: inline-block;
}
.settings-tabs .nav-tabs li a.active {
    background-color: #f7f7f7;
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 20px;
}
.custom-modal .modal-header {
    padding: 1rem;
    margin: 0 15px;
    border-bottom: 2px solid #0e0f0f;
    position: relative;
}
.custom-modal .modal-footer {
    padding: 1.25rem;
}
.custom-modal .modal-body {
    padding: 1.25rem;
}
.custom-modal .close {
    background-color: transparent;
    border-radius: 5px;
    color: #f44336;
    font-size: 30px;
    height: 30px;
    line-height: 0;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 30px;
    z-index: 99;
    border: 1px solid #f44336;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.custom-modal .modal-title {
    font-size: 20px;
}
.modal-backdrop.show {
    opacity: 0.4;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.modal .card {
    box-shadow: unset;
}
.custom-modal .modal-header .modal-title {
    color: #00839a;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.dataTables_info,
.dataTables_paginate {
    margin-top: 15px;
}
.settings-tab {
    border-bottom: 1px solid #ced4da;
}
.settings-tab li {

}
.settings-tab li .nav-link {
    color: #212121;
}
.settings-tab li .nav-link.active {
    background-color: #00839a;
    color: #fff;
    border-radius: 4px;
}

.card-heads {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-heads .card-title {
	margin-bottom: 0;
}
.settings-label {
    margin-bottom: 10px;
}
.settings-btn {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 50px;
}
.settings-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.settings-btn .upload {
    position: absolute;
    z-index: 11;
    background: #ff0080;
    border-radius: 5px;
    right: 2px;
    top: 1.5px;
    width: 44px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.btn-reset {
    background: #858585;
    color: #fff;
}
.form-head span {
    color: #FF0000;
    font-size: 10px;
    margin-left: 10px;
}
.form-heads{
	font-size: 18px;
	font-weight: 500;
	color:#FF0080 ;
}
.socail-links-set ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.cards{
	border:1px solid #EEF1FE;
	box-shadow: 0px 0px 12px 0px #37494805;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.socail-links-set .social-icon {
    background: #858585;
    color: #fff;
    border-radius: 5px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.btn-reset:hover {
    background: #ff0080;
    color: #fff;
}
.btn-success {
    background: #26AF48;
    color: #fff !important;
}
.f-14{
	font-size: 14px !important;
}
.upload-images {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    display: flex;
    margin-top: 20px;
    width: 196px;
    height: auto;
    justify-content: space-around;
    align-items: center;
    position: relative;
	padding: 5px 15px;
}
.upload-images img {
    max-height: 195px;
    width: 100%;
}
.settings-size {
    font-size: 14px;
    color: #131523;
    margin-top: 10px;
    margin-bottom: 0;
	font-weight: 400;
}
.upload-images .btn-icon {
	color: #ff0000;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 15px;
    height: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 10px;
    top: 10px;
    justify-content: center;
    -webkit-justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 9px;
    border: 1px solid #ff0000;
}
.upload-images .btn-icon:hover{
	background: #ff0000;
	color: #fff;
}
.card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
}
/* Responsive */

@media only screen and (min-width: 768px) {
	.nav-tabs.nav-justified.nav-tabs-top {border-bottom: 1px solid #ddd;}
	.nav-tabs.nav-justified.nav-tabs-top > li > a, .nav-tabs.nav-justified.nav-tabs-top > li > a:hover, .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {border-width: 2px 0 0 0;}
	.nav-tabs.nav-tabs-top > li {margin-bottom: 0;}
	.nav-tabs.nav-tabs-top > li > a, .nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {border-width: 2px 0 0 0;}
	.nav-tabs.nav-tabs-top > li.open > a, .nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {border-top-color: #ddd;}
	.nav-tabs.nav-tabs-top > li + li > a {margin-left: 1px;}
	.nav-tabs.nav-tabs-top > li.active > a, .nav-tabs.nav-tabs-top > li.active > a:hover, .nav-tabs.nav-tabs-top > li.active > a:focus {border-top-color: #d42129;}
	.nav-tabs.nav-tabs-bottom > li {margin-bottom: -1px;}
	.nav-tabs.nav-tabs-bottom > li.active > a, .nav-tabs.nav-tabs-bottom > li.active > a:hover, .nav-tabs.nav-tabs-bottom > li.active > a:focus {border-bottom-width: 2px;border-color: transparent;border-bottom-color: #d42129;background-color: transparent;transition: none 0s ease 0s; -moz-transition: none 0s ease 0s; -o-transition: none 0s ease 0s; -ms-transition: none 0s ease 0s; -webkit-transition: none 0s ease 0s;}
	.nav-tabs.nav-tabs-solid {background-color: #fafafa;border: 0;}
	.nav-tabs.nav-tabs-solid > li {margin-bottom: 0;}
	.nav-tabs.nav-tabs-solid > li > a {border-color: transparent;}
	.nav-tabs.nav-tabs-solid > li > a:hover,
	.nav-tabs.nav-tabs-solid > li > a:focus {background-color: #f5f5f5;}
	.nav-tabs.nav-tabs-solid > .open:not(.active) > a {background-color: #f5f5f5;border-color: transparent;}
	.nav-tabs-justified.nav-tabs-top {border-bottom: 1px solid #ddd;}
	.nav-tabs-justified.nav-tabs-top > li > a, .nav-tabs-justified.nav-tabs-top > li > a:hover, .nav-tabs-justified.nav-tabs-top > li > a:focus {border-width: 2px 0 0 0;}
}

@media only screen and (min-width: 992px) {

	.mini-sidebar .header-left .logo img {
		height: auto;
		max-height: 24px;
		width: auto;
	}
	.mini-sidebar .header .header-left .logo {
		display: none;
	}
	.mini-sidebar .header-left .logo.logo-small {
		display: block;
	}
	.mini-sidebar .header .header-left {
		padding: 0 5px;
		width: 90px;
	}
	.mini-sidebar .sidebar {
		width: 90px;
	}
	.mini-sidebar.expand-menu .sidebar {
		width: 280px;
	}
	.mini-sidebar .sidebar-menu {
		padding: 15px 19px;
	}
	.mini-sidebar .menu-title {
		visibility: hidden;
		white-space: nowrap;
	}
	.mini-sidebar.expand-menu .menu-title {
		visibility: visible;
	}
	.mini-sidebar .menu-title a {
		visibility: hidden;
	}
	.mini-sidebar.expand-menu .menu-title a {
		visibility: visible;
	}
	.modal-open.mini-sidebar .sidebar {
		z-index: 1051;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
		display: inline;
		opacity: 1;
	}
	.mini-sidebar .page-wrapper {
		margin-left: 90px;
	}
	.mini-sidebar.expand-menu .page-wrapper {
		margin-left: 280px;
	}
	.mini-sidebar .main-wrapper > .header {
		left: 120px;
	}
	.mini-sidebar .header.fixed-header {
		left: 90px;
	}
	.mini-sidebar .sidebar-menu > ul > li > a {
		border-radius: 10px;
		padding: 10px 5px;
	}
	.mini-sidebar.expand-menu .main-wrapper > .header {
		left: 310px;
	}
	.mini-sidebar.expand-menu .main-wrapper > .header.fixed-header {
		left: 280px;
	}
    .mini-sidebar .sidebar-logo {
        margin-left: -160px;
    }
    .mini-sidebar.expand-menu .sidebar-logo {
        margin-left: 0;
    }

}

@media only screen and (max-width: 991px) {
	.profile-info-left {border-right: none;border-bottom: 2px dashed #ccc;margin-bottom: 20px;padding-bottom: 20px;}
	.header .header-left {position:absolute; width:100%;}
	.sidebar {margin-left: -225px;width: 225px;}
	.page-wrapper {margin-left: 0;padding-left: 0;padding-right: 0;}
	.slide-nav .sidebar {margin-left: 0;}
	a.mobile_btn {color: #333;font-size: 24px;height: 60px;left: 0;line-height: 60px;padding: 0 20px;position: absolute;top: 0;width: 60px;z-index: 10;display:block;}
	.slide-nav .page-wrapper {left: 225px;margin-left: 0;}
    .main-wrapper > .header {
        top: 20px;
        left: 30px;
        right: 30px;
    }
    .main-wrapper > .header.fixed-header {
        left: 0;
        right: 0;
        top: 0;
    }
    .main-wrapper > .header.fixed-header a.mobile_btn {
        color: #fff;
    }
    .main-wrapper {
        padding: 0;
    }
    .page-wrapper {
        border-radius: 0;
    }
    .sidebar-logo img {
        width: 120px;
    }
    .sidebar-overlay {
        top: 0;
    }
}
@media only screen and (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {float: left;position: absolute;}
	.header {z-index:1040;}
	.nav-tabs.nav-justified {border-bottom: 1px solid #ddd;}
	.nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:hover, .nav-tabs.nav-justified > li.active > a:focus {border-width: 0 0 0 2px;border-left-color: #d42129;}
	.nav-tabs {border-bottom: 0;position: relative;background-color: #fff;padding: 5px 0;border: 1px solid #ddd;border-radius: 3px;}
	.nav-tabs > li {margin-bottom: 0;}
	.nav-tabs > li + li {margin-top: 1px;}
	.nav-tabs > li > a {border-width: 0 0 0 2px;border-left-color: transparent;}
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {background-color: #fafafa;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border-width: 0 0 0 2px;border-left-color: #d42129;background-color: #f5f5f5;}
	.nav-tabs > li.open:not(.active) > a, .nav-tabs > li.open:not(.active) > a:hover, .nav-tabs > li.open:not(.active) > a:focus {background-color: #fafafa;}
	.nav-tabs.nav-tabs-solid {padding: 5px;}
	.nav-tabs.nav-tabs-solid.nav-tabs-rounded {border-radius: 5px;}
	.nav-tabs.nav-tabs-solid > li > a {border-left-width: 0!important;}
	.nav-tabs-justified {border-bottom: 1px solid #ddd;}
	.nav-tabs-justified > li.active > a,
	.nav-tabs-justified > li.active > a:hover,
	.nav-tabs-justified > li.active > a:focus {border-width: 0 0 0 2px;border-left-color: #d42129;}
	h1 {font-size: 2em;}
    h2 {font-size: 1.5em;}
    h3 {font-size: 1.17em;}
    h4 {font-size: 1.12em;}
    h5 {font-size: .83em;}
    h6 {font-size: .75em;}
	.page-title { font-size: 1.2em; }
	.card-title  { font-size: 1.12em; }
	.service-content {border-right: none;padding-right: 0;margin-bottom:20px;}
	.user-menu .user-title {display:none;}
	.user-menu.nav > li > a > i {display:none;}
	.user-menu.navbar-nav .open .dropdown-menu {left: auto;right: 0;}
    .main-wrapper > .header {
        left: 15px;
        right: 15px;
    }
    .sidebar-logo {
        padding: 0;
    }
}
@media only screen and (max-width: 479px) {
	.user-menu {display:none;}
	.mobile-user-menu {display:block;}
	.page-wrapper > .content {padding: 15px;}
	.profile-img-wrap {margin: 0 auto;position: inherit;}
	.profile-info-left {text-align:center;}
	.profile-basic {margin-left: 0;margin-top: 15px;}
	.page-title {font-size:18px;}
	.account-box {width:100%;margin-bottom: 20px;}
	body {font-size:12px;}
	.sidebar-menu li a {font-size:12px;}
	.user-menu.nav > li > a.user-link {display:block;}
	.forgot-row .col-xs-6 {display: block;text-align: left;width: 100%;}
    .header.fixed-header .mobile-user-menu > a {
        color: #fff;
    }
}
/*******************
Table-Data Table
******************/
.dataTables_wrapper {
  padding-top: 10px; }

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px; }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #009efb;
    color: #ffffff;
    margin-right: 3px; }
    .dt-buttons .dt-button:hover {
      background: #2f3d4a; }

.dataTables_info, .dataTables_length {
  display: inline-block; }

.dataTables_length {
  margin-top: 10px; }
  .dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px; }
    .dataTables_length select:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
      background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

.dataTables_filter {
  float: right;
  margin-top: 10px; }
  .dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px; }
    .dataTables_filter input:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
      background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
      background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  margin-left: 10px;
  font-family: fontawesome !important;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5); }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #99abb4;
  border: 1px solid #ddd; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #00839a;
  background-color: #00839a; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #99abb4;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  border: 1px solid #00839a;
  background-color: #00839a; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #99abb4; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }


  /*Toggle Button */
  .check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.checktoggle {
    background-color: #e0001a;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}
.checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}
.check:checked + .checktoggle {
    background-color: #55ce63;
}
.check:checked + .checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}
.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}
.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}
.onoffswitch-inner:before {
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.home_banner_img {
    width: 50%!important;
    height: 50%!important;
}
.switchToggle input[type=checkbox] {
    height: 0;
    width: 0; 
    visibility: hidden;
    position: absolute; 
}
.switchToggle label {
    cursor: pointer; 
    text-indent: -9999px; 
    width: 70px; 
    max-width: 70px; 
    height: 30px; 
    background: #d1d1d1; 
    display: block; 
    border-radius: 100px; 
    position: relative; 
}
.switchToggle label:after {
    content: ''; position: 
    absolute; top: 2px; 
    left: 2px; 
    width: 26px; 
    height: 26px; 
    background: #fff; 
    border-radius: 90px; 
    transition: 0.3s; 
}
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {
    background: #00839a; 
}
.switchToggle input + label:before, .switchToggle input + input + label:before {
    content: 'Off'; 
    position: absolute; 
    top: 5px; 
    left: 35px; 
    width: 26px; 
    height: 26px; 
    border-radius: 90px; 
    transition: 0.3s; 
    text-indent: 0; 
    color: #fff; 
}
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
    content: 'On'; 
    position: absolute; 
    top: 5px; left: 10px; 
    width: 26px; 
    height: 26px; 
    border-radius: 90px; 
    transition: 0.3s; 
    text-indent: 0; 
    color: #fff; 
}
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px); 
    transform: translateX(-100%); 
}
.switchToggle label:active:after {
    width: 60px; 
} 
.toggle-switchArea { 
    margin: 10px 0 10px 0; 
}
a.noclick {
    pointer-events: none;
}
.nav-tabs.menu-tabs {
    margin-bottom: 30px;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #00839a;
}
.nav-tabs.menu-tabs .nav-item {
    padding-right: 2.25rem;
}
.nav-tabs.menu-tabs .nav-link {
    padding: 0 0 1rem;
    font-weight: 700;
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: transparent;
}
.nav-tabs.menu-tabs .nav-link::before, .nav-tabs .nav-link::after {
    position: absolute;
    content: '';
}
.nav-tabs.menu-tabs .nav-link::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #00839a;
    opacity: 0;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link::after {
    opacity: 1;
}
.nav-tabs.menu-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: transparent;
}
.nav-tabs.menu-tabs .nav-link:focus {
    color: #00839a;
}
.nav-tabs.menu-tabs .nav-link .badge {
    margin-left: 0.25rem;
}
.payment_title {
    color: #00839a;
}
.bootstrap-tagsinput {
    display: block;
    border-radius: 5px;
    background: #FFf;
    border: 1px solid #ddd;
    min-height: 40px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    width:100%;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #000000;
    background: #E4E4E4 !important;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 6px;
    font-family: 'Titillium Web', sans-serif;
}