body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #f2f4f5;
  color: #4b5054;
}

.body-white {
  background-color: #fff;
}

img {
  max-width: 100%;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

a {
  color: #167dd6;
}

hr {
  position: relative;
}

/* ========================== Color CSS Start ========================== */

/* ============ btn-danger ============ */

.btn-danger {
  background-color: #ee5959;
  border-color: #ee5959;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

.btn-danger:hover {
  background-color: #e34949;
  border-color: #e34949;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background-color: #e34949;
  border-color: #e34949;
}

.btn-danger.focus, .btn-danger:focus {
  background-color: #e34949;
  border-color: #e34949;
}

.btn-outline-danger {
  color: #ee5959;
  border-color: #ee5959;
}

.btn-outline-danger:hover {
  background-color: #ee5959;
  border-color: #ee5959;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  background-color: #ee5959;
  border-color: #ee5959;
}

/* ============ btn-primary ============ */

.btn-primary {
  background-color: #167cd6;
  border-color: #167cd6;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

.btn-primary:hover {
  background-color: #086dc6;
  border-color: #086dc6;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #086dc6;
  border-color: #086dc6;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #086dc6;
  border-color: #086dc6;
}

.btn-outline-primary {
  color: #167cd6;
  border-color: #167cd6;
}

.btn-outline-primary:hover {
  background-color: #167cd6;
  border-color: #167cd6;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #167cd6;
  border-color: #167cd6;
}

/* ============ btn-warning ============ */

.btn-warning {
  background-color: #f6b14a;
  border-color: #f6b14a;
  color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

.btn-warning:hover {
  background-color: #e9a43d;
  border-color: #e9a43d;
  color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  background-color: #e9a43d;
  border-color: #e9a43d;
  color: #ffffff;
}

.btn-warning.focus, .btn-warning:focus {
  background-color: #e9a43d;
  border-color: #e9a43d;
  color: #ffffff;
}

.btn-outline-warning {
  color: #f6b14a;
  border-color: #f6b14a;
}

.btn-outline-warning:hover {
  background-color: #f6b14a;
  border-color: #f6b14a;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  background-color: #f6b14a;
  border-color: #f6b14a;
}

/* ============ btn-success ============ */

.btn-success {
  background-color: #1cc88a;
  border-color: #1cc88a;
  color: #ffffff box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

.btn-success:hover {
  background-color: #09ab70;
  border-color: #09ab70;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background-color: #09ab70;
  border-color: #09ab70;
}

.btn-success.focus, .btn-success:focus {
  background-color: #09ab70;
  border-color: #09ab70;
}

/* ============ text-color ============ */

.text-danger {
  color: #ee5959 !important;
}

.text-primary {
  color: #167cd6 !important;
}

.text-warning {
  color: #f6b14a!important;
}

.text-info {
  color: #0fb4d3!important;
}

.text-success {
  color: #1cc88a!important;
}

/* ============ bg-color ============ */

.bg-dark {
  background-color: #314253 !important;
}

.bg-gray {
  background-color: #eef2f3 !important;
}

.bg-danger {
  background-color: #ee5959 !important;
}

.bg-primary {
  background-color: #167cd6 !important;
}

.bg-warning {
  background-color: #f6b14a !important;
}

.bg-light {
  background-color: #e4f1ff!important;
}

.bg-secondary {
  background-color: #779bbb !important;
}

.bg-info {
  background-color: #0fb4d3!important;
}

/* ============ badge-color ============ */

.badge-danger {
  background-color: #ee5959;
}

/* ========================== Color CSS End ========================== */

/* ========================== Navbar CSS Start  ========================== */

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  background-color: #ee5959;
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
  font-size: 15px;
  color: rgba(255,255,255,.7);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  background-color: #ee5959;
  color: #ffffff;
}

.navbar-dark .custom-select {
  border: 0;
}

.dropdown-menu {
  border-radius: 0;
  border: 0;
  margin-top: 0;
  box-shadow: 0 .3rem .6rem rgba(0,0,0,.1);
  font-size: 14px;
}

.dropdown-item {
  padding: .25rem 1rem;
}

.navbar-dark .dropdown-menu {
  padding: 0;
}

.navbar-dark .dropdown-item {
  border-bottom: 1px solid #eaeced;
  padding: .5rem 1rem;
}

.navbar-dark .dropdown-item:focus, .navbar-dark .dropdown-item:hover {
  color: #ffffff;
  background-color: #ee5959;
}

.navbar-dark .dropdown-item.active, .navbar-dark .dropdown-item:active {
  background-color: #ee5959;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.top-bar .dropdown .badge-counter {
  position: absolute;
  transform: scale(.7);
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem;
}

.navbar-dark .dropdown-menu .show > .dropdown-toggle::after {
  transform: rotate(-90deg);
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #157dd6;
}

.custom-toggler.navbar-toggler {
  border-color: transparent;
  background-color: rgba(255,255,255,0.2);
  padding: 0px 6px;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
    z-index: 9;
  }
}

@media (max-width: 1199px) {
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.2s ease;
  }
}

@media (max-width: 1199px) {
  .navbar-collapse.show {
    left: 0;
  }
}

/* ========================== Navbar CSS End  ========================== */

/* ========================== Breadcrumb CSS Start ========================== */

.breadcrumb .breadcrumb-item {
  color: #4b5054;
  font-size: 1.2rem;
}

.breadcrumb .breadcrumb-item a {
  color: #4b5054;
  font-size: 1.2rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #4b5054;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 19px;
  font-weight: 700;
}

/* ========================== Breadcrumb CSS End ========================== */

/* ========================== Form CSS Start ========================== */

label {
  color: #4b5054;
  font-weight: 600;
}

label span {
    color: #fc5360;
}

.form-control {
  border-radius: 0;
  font-size: 14px;
  color: #4b5054;
  min-height: 40px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f2f4f5bf;
  opacity: 1;
}

.custom-file-label {
  min-height: 40px;
  line-height: 1.8;
}

.input-group-prepend {
    min-height: 40px;

  }
  .input-group-prepend i {

    vertical-align: middle;
  }

.custom-file-label::after {
  color: #ffffff;
  background-color: #ee5959;
  height: 28px;
  line-height: 1;
  border-radius: 50rem!important;
  margin: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #33d18f;
  background-color: #33d18f;
}

.input-group-text {
  border-radius: 0;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .radio-box {
    height: auto;
  }
}

/* ========================== Form CSS End ========================== */

/* ========================== List CSS Start ========================== */

.list-group {
  border-radius: 0;
}

.list-group-horizontal-lg .list-group-item {
  padding: .54rem .75rem;
  border-radius: 0 !important;
  border: 1px solid #ced4da;
  margin: 0 -1px -1px 0;
}

.list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.list-group-flush > .list-group-item .badge {
  font-size: 100%;
}

.list-group-horizontal-lg .list-group-item.col-lg-12 {
    width: calc(100% - 2px);
    flex: inherit;
}

@media (max-width: 991px) {
    .list-group-horizontal-lg .list-group-item.col-lg-12 {
        width: 100%;
    }
}

/* ========================== List CSS End ========================== */

/* ========================== Card Common CSS Start ========================== */

.card {
  border-radius: 0;
}

.card-header {
  border-radius: 0;
}

.card-header:first-child {
  border-radius: 0;
}

.card-footer {
  border-radius: 0;
}

/* ========================== Card Common CSS End ========================== */

/* ========================== Accordion CSS Start  ========================== */

.accordion-main .card {
  border-radius: 0;
  border: none;
}

.accordion-main .card-header {
  border: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ecedf0;
  border-radius: 0;
}

.accordion-main .card-header a {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  line-height: 1.2rem;
}

.accordion-main .card-header a:hover {
  text-decoration: none;
}

.accordion-main .card-header span {
  font-size: 18px;
}

.accordion-main .card-header span a {
  font-size: 18px;
  color: #167dd6;
  font-weight: 400;
}

.accordion-main .card-header span a:hover {
  text-decoration: underline;
  color: #167dd6;
}

/* ========================== Accordion CSS End  ========================== */

/* Table CSS Start */

.table-top-btn {
  margin-bottom: -36px;
  float: right;
  position: relative;
  z-index: 999;
}

table.dataTable.no-footer {
  border-bottom: 0;
}

.table tr th {
  background-color: #157dd6;
  color: #ffffff;
  border-top: none;
  font-size: 15px;
  font-weight: 600;
  border-bottom: none;
  vertical-align: middle;
}

.table tbody tr {
  background-color: #ffffff;
}

.table tbody tr:hover {
  color: #4a5055;
  background-color: #e9eef1;
}

.table tbody tr td {
  color: #4a5055;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6 !important;
  border-top: 0 !important;
}

.table-bordered {
  border-top: none;
  border-left: none;
  border-right: none;
}

.table-bordered td:last-child {
  border-right: 0;
}

.table-bordered td:first-child {
  border-left: 0;
}

.pagination {
  margin-top: 10px !important;
}

.pagination .page-item.active > .page-link, .pagination .page-item.active > .page-link:focus, .pagination .page-item.active > .page-link:hover {
  border-radius: 50px;
  background-color: #ee5959;
  height: 30px;
  line-height: 30px;
  border: none;
  padding: 0 11px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}

.pagination .page-item .page-link {
  border: 0;
  border-radius: 5px !important;
  transition: all .3s;
  padding: 0px 11px;
  margin: 0 1px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #4a5055;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
}

.pagination .page-item .page-link:hover {
  color: #4a5055;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
}

.pagination .page-item .page-link:focus {
  color: #4a5055;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

/* Table CSS End */

/* Tab CSS Start */

.nav-tabs {
  border-bottom: none;
  background: linear-gradient(90deg, #dd5757, #f16a6a 100%);
}

.nav-tabs .responsivetabs-more {
  background-color: rgba(255,255,255, 0.2);
  padding-right: 10px;
  padding-left: 10px;
}

.nav-tabs .responsivetabs-more:hover {
  background-color: rgba(255,255,255, 0.4);
}

.nav-tabs .responsivetabs-more .dropdown-toggle {
  color: #ffffff;
  font-size: 22px;
}

.nav-tabs .responsivetabs-more .dropdown-toggle:hover {
  text-decoration: none;
}

.nav-tabs .responsivetabs-more .dropdown-toggle:after {
  display: none;
}

.nav-tabs .responsivetabs-more .dropdown-menu {
  margin-top: 12px;
}

.nav-tabs .responsivetabs-more .dropdown-menu .dropdown-item.active, .nav-tabs .responsivetabs-more .dropdown-menu .dropdown-item:active {
  background-color: #dd5757;
}

.with-arrow .nav-link {
  padding: 10px 15px;
  color: rgba(255,255,255, 0.8);
  font-size: 14px;
}

.with-arrow .nav-link:hover {
  color: #ffffff;
  border-color: transparent;
}

.with-arrow .nav-link.active {
  position: relative;
  border-bottom: 3px solid #fc5360 !important;
  background-color: rgba(0,0,0, 0.1);
  border-radius: 0;
  border-color: transparent;
  color: #ffffff;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fc5360;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* Tab CSS End */

/* testimonials CSS Start */

.testimonials {
}

.testimonials .box {
  position: relative;
}

.testimonials .box:after {
  content: '';
  position: absolute;
  left: 35px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials img {
  max-width: 64px;
  min-height: 64px;
  float: left;
  margin-right: 12px;
  margin-top: -6px;
  object-fit: cover;
}

/* testimonials CSS End */

/* PTC View Ads CSS Start */

.ptcavatarbox {
  width: 100px;
  height: 100px;
}

.ptcstats {
}

.ptcstats span {
  cursor: pointer;
}

.ptcboxmiddle {
  min-height: 125px;
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .ptcboxmiddle {
    min-height: auto;
  }
}

/* PTC View Ads CSS End */

/* Member Overview Financial CSS Start */

.financial-info {
}

.financial-info .dropdown-menu:after {
  border-bottom: 12px solid #c2c8cf;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  height: 0;
  left: 48%;
  position: absolute;
  top: -12px;
  width: 0;
}

.financial-info .dropdown-menu {
  right: 0;
  padding: 0;
  margin-top: 1rem;
  box-shadow: 0 0.4rem 0.7rem rgba(0,0,0,.4);
}

.financial-info .dropdown-item {
  border-top: 1px solid #c2c8cf;
  padding: .5rem 1rem;
}

.financial-info .dropdown-item:focus, .dropdown-item:hover {
  background-color: #ebeff1;
  color: #212529;
}

.financial-info .dropdown-item:last-child {
  border-bottom: 1px solid #c2c8cf;
}

/* Member Overview Financial CSS End */

/* Coupons CSS Start */

.coupon-box {
}

.coupon-box .card {
  min-height: 400px;
}

.coupon-title {
  background-color: #167cd6;
}

.coupon-box:nth-child(2n) .coupon-title {
  background-color: #ee5959;
}

.offer-text {
  color: #878b8e;
}

.code-box {
  border: 2px dashed #c7cbcc;
  background-color: #f7f8f9 !important;
}

.expired-bg {
  background-color: rgba(0,0,0,0.7);
}

/* Coupons CSS End */

.shadow {
  box-shadow: 0 .2rem .6rem rgba(49,66,83,.1)!important;
}

.main-title:after {
  border-bottom: 1px solid #ee5959;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 70px;
}

.highlight {
  background-color: #f0f3f4;
}

.highlight pre {
  white-space: pre-wrap;
  padding-right: 40px !important;
}

.bd-clipboard {
  position: relative;
}

.btn-clipboard {
  position: absolute;
  top: .4rem;
  right: .4rem;
  z-index: 10;
  padding: .25rem .5rem;
  font-size: 75%;
}

.embed-responsive .card-img-top {
  object-fit: cover;
}

.caption {
  display: none;
  position: absolute;
  background: rgba(20, 20, 20, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.caption .highlight {
  height: 80%;
}

.caption textarea {
  border: 0;
  background: transparent;
  width: 87%;
  height: 100%;
  padding: 10px;
}

.stat-icon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 48px;
  margin: 0 auto 10px auto;
  border: 1px solid #dee2e6;
}

.stat-icon2 {
  margin: 0 10px 0 0;
  width: 60px;
    height: 60px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px !important;
    border: 0;
}

.profile-image img {
  width: 100px;
  height: 100px;
}

.recently a {
  word-break: break-all;
}

/* Footer CSS Start */

footer a {
  color: #167dd6;
}

footer a:hover {
  text-decoration: underline !important;
  color: #1268b3;
}

footer .nav-link {
  padding: .1rem .5rem;
}

/* Footer CSS End */

/* ************************************************************* */

/* Public Side CSS Start */

/* Header CSS Start */

.banner {
  background-position: center;
  background-image: url(../img/map.png), linear-gradient(120deg, #00ebfc, #122ab7 100%);
  background-repeat: no-repeat;
}

.tag-line {
  font-size: 48px;
}

.stat-bg {
  background-color: #f2f4f5;
}

/* Header CSS End */

/* Footer CSS Start */

.ftr-bg {
  background-color: #f2f4f5;
}

.ftr-link a {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  color: #6e7780;
  margin-left: 10px;
}

.ftr-link a:hover {
  background-color: #167cd6;
  color: #ffffff;
  text-decoration: none !important;
}

.copy-right-text p {
  color: #ffffff;
}

.copy-right-text p a {
  color: #0cbfe1;
}

@media (max-width: 575.98px) {
  .ftr-link li {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* Footer CSS End */

/* Representative CSS Start */

.member-info-img {
  border: 2px solid #dee2e6;
  margin: 0 auto;
  padding: 5px;
  width: 150px;
  height: 150px;
  object-fit: cover;
  background-color: #fff;
}

.member-info-link {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.member-info-link:hover, .member-info-link:focus {
  background: #e9ebec;
  text-decoration: none;
  color: #666;
}

.member-add {
  min-height: 100px;
}

.member-country {
  background-color: #ffffff;
}

.member-country img {
  width: 30px;
  margin-right: 10px;
}

/* Representative CSS End */

/* Login Box CSS Start */

.login-main {
  background-image: url(../img/login-bg-right.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.login-box {
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(49,66,83,.175) !important;
}

.login-box .form-control {
  border: 1px solid #e1e3e6;
}

.login-box .input-group-text {
  background-color: #f2f4f5;
  border: 1px solid #e1e3e6;
}

.login-box-link {
  margin: 0 8px;
  font-size: 14px;
  color: #77808c;
}

.login-box-link:hover {
  color: #167cd6;
}

@media (max-width: 575.98px) {
  .login-box-link {
    display: block;
  }
}

/* Login Box CSS End */

/* Public Side CSS End */

.error {
    color: #ee5050;
}

.login-box .keyboardInputInitiator {
    position: absolute;
    top: 15px;

}

.keyboardInputInitiator {
    position: absolute;
    top: 15px;
    right: 25px;
}

.form-group label + .form-control.keyboardInput + .keyboardInputInitiator {
    position: absolute;
    top: 42px;
    right: 25px;
}

.input-group .form-control.keyboardInput + .keyboardInputInitiator {
    position: absolute;
    top: 15px;
    right: 10px;
}


/* Password suggestion popup start */
.pswd_popup {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
  }
  .pswd_popup_login {
    top: 45px;
  }
  .pswd_popup h4 {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #d1d1cf;
    color: #787878;
    margin: 0 0 5px;
    padding: 7px 8px;
    font-size: 18px;
  }
  .pswd_popup .pswd_popup_inner {
    position: relative;
  }
  .pswd_popup .pswd_popup_inner ul {
    display: block;
    margin: 0 0 8px;
    padding: 0 15px;
    list-style: none;
  }
  .pswd_popup .pswd_popup_inner ul li {
    display: block;
    margin: 0 0 5px;
    padding-left: 22px;
    position: relative;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
  }
  .pswd_popup .pswd_popup_inner ul li.invalid {
    color: #ff5555;
  }
  .pswd_popup .pswd_popup_inner ul li.valid {
    color: #3fc35f;
  }
  .pswd_popup .pswd_popup_inner ul li.invalid em {
    background: rgba(0, 0, 0, 0) url("../../../common/img/pass_marks.png")
      no-repeat scroll -39px 0;
    height: 15px;
    left: 0;
    margin: 4px 0 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 15px;
    z-index: 1;
  }
  .pswd_popup .pswd_popup_inner ul li.valid em {
    background: rgba(0, 0, 0, 0) url("../../../common/img/pass_marks.png")
      no-repeat scroll 0 0;
    height: 15px;
    left: 0;
    margin: 2px 0 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 15px;
    z-index: 1;
  }
  /* Password suggestion popup end */

  /* Website loader start */

  .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
  }

  .spinner {
    top: 50%;
    left: 50%;
    position: relative;
  }

  /* Website loader end */

/* Profile CSS Start */
.border-l {
  border-left: 0 !important;
}
.border-r {
  border-right: 0 !important;
}
@media (max-width: 991px) {
  .border-l {
    border-left: 1px solid #DEE2E6!important;
  }
}
@media (max-width: 991px) {
  .border-r {
    border-right: 1px solid #DEE2E6!important;
  }
}
/* Profile CSS End */

/* bootstrap multiselect plugin css start */
.multiselect-filter .input-group-addon {
    padding: 0.375rem 0.75rem;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
  }
  
  .multiselect-filter .multiselect-clear-filter {
    padding: 0.375rem 0.75rem;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin-right: 10px;
  }
  
  ul.multiselect-container {
    width: 100%;
  }
  /* bootstrap multiselect plugin css end */
  .popover {max-width: 100%;}