/* fontawsome icon */
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #f9f9f9;
}

body::-webkit-scrollbar {
  width: 6px;
  border-radius: 50px;
  height: 6px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  width: 6px;
  border-radius: 60px;
}

p {
  margin: 0 0 20px 0;
  color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #111;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}

a {
  text-decoration: none;
  color: #f01435;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*=============================
  Login/Regis css
===================*/
.other-links,
.form-items {
  max-width: 370px;
  margin: auto;
  position: relative;
}

.form-itemsbdr-right {
  position: relative;
}

/*.form-itemsbdr-right:after {*/
/*  content: '';*/
/*  background-color: #dedede;*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  right: 0px;*/
/*  top: 0;*/
/*}*/

.form-content {
  padding: 40px 0px 60px;
  background-color: transparent;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100%;
}

.form-content h3 {
  color: #434242;
  /*margin-bottom: 60px;*/
}

.form-content input {
  border-color: #dedede;
  color: #a2a3a4;
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  outline: 0;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  height: 50px;
}

input:focus,
.form-control:focus,
.btn:focus {
  box-shadow: none;
  border-color: #e8c99c;
}

.Fpassword a {
  color: #888;
  font-weight: 400;
  font-size: 13px;
}

.Fpassword a:hover {
  color: #e8c99c;
}

.form-content .form-button .ibtn {
  margin-top: 30px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  height: 50px;
  padding: 0 25px;
  border: none;
  background-image: linear-gradient(to right, #bc8f37, #f6c985);
}

.form-content .form-button .ibtn:hover {
  background-color: #e8c99c;
}

.page-links {
  margin-top: 25px;
}

.form-content .form-items .page-links a {
  color: #333;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
}

.other-links .text {
  color: #222;
  line-height: 0;
  margin-bottom: 45px;
}

.form-content .other-links a {
  border: 1px solid #dedede;
  color: #a2a3a4;
  width: 100%;
  padding: 9px 30px;
  border-radius: 50px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  height: 50px;
  text-align: left;
  display: flex;
  align-items: center;
}

.form-content .other-links a i {
  font-size: 20px;
  margin-right: 25px;
}

.form-content .other-links a i[class*=fa-facebook] {
  color: #3b5998;
}

.form-content .other-links a i[class*=fa-google] {
  color: #dd4b39;
}

.form-content .other-links a i[class*=fa-apple] {
  color: #000;
}

.form-content .other-links a i[class*=fa-phone] {
  color: #000;
}

.form-content .other-links a:hover {
  background-color: #fff0c6;
  color: #000;
}

.resetPass:after {
  display: none;
}

.notification {
  margin-right: 30px;
}

span.badge.badge-notification {
  position: absolute;
  top: 0px;
  right: -8px;
  background: #e8c99c;
  border-radius: 50px;
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding: 0.29em 0.5em;
}

.media-body h6 {
  font-size: 14px;
}

/*end*/

/*=============================
  Dashboard css
===================*/
.page-content-tab {
  width: 100%;
  position: relative;
  display: flex;
  padding-left: 115px;
  height: 100%;
}

.sidebar_left {
  min-width: 80px;
}

.leftbar-tab-menu {
  width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 10px 0;
  background-color: #000;
  height: 100vh !important;
  z-index: 1001;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2a2a2a;
  background-size: cover;
}

.nav-logo img {
  width: 65px;
}

.sidebar_left a {
  border-radius: 0px;
  padding: 8px 0;
  margin: 8px 0;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.sidebar_left .nav-pills .nav-link:hover {
  color: #fff;
}

.sidebar_left .nav-pills .nav-link:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 4px;
  border-radius: 20px;
}

.sidebar_left .nav-pills {
  width: 100%;
}

.sidebar_left .nav-pills .nav-link.active {
  background-color: transparent;
  position: relative;
}

.sidebar_left .nav-pills .nav-link.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 4px;
  border-radius: 20px;
}

.dropdown.border-top {
  width: 100%;
}

.dropdown-toggle::after {
  display: none;
}

a.border-bottom {
  border-bottom: 1px solid #c34e78 !important;
}

ul.dropdown-menu {
  border: none;
  margin: 0px;
  border-radius: 6px;
  overflow: hidden;
}

a.dropdown-item {
  color: #444;
  font-size: 13px;
  font-weight: 200;
  padding: 10px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  background-color: transparent;
}

.power_btn.dropdown-toggle:hover {
  color: #ffa9f8;
}

.topbar {
  display: flex;
  align-items: center;
  place-content: space-between;
  width: calc(100% - 0px);
  padding-left: 115px;
  background: linear-gradient(to right, #ffffff 90%, #f7f7f7 100%);
  box-shadow: 1px 2px 0px 0px rgb(0 0 0 / 7%);
  position: sticky;
  top: 0;
  z-index: 999;
}

.topbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-custom .topbar-nav li {
  display: inline-block;
}

.navbar-custom .nav-link {
  padding: 0 0.75rem;
  color: #7081b9;
  line-height: 70px;
  max-height: 70px;
}

.avatar-md {
  height: 35px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
}

.dropdown-lg {
  width: 340px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #e8c99c;
  color: #fff;
}

.dropdown-menu .dropdown-item:hover .media-body h6,
.dropdown-menu .dropdown-item:hover .media-body small,
.dropdown-menu .dropdown-item:hover small {
  color: #fff !important;
}

.searchBox .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.searchBox .input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 350px;
  padding: 10px 30px 10px 25px;
  font-size: 12px;
  height: 48px;
  box-shadow: -1px 2px 4px 0px rgb(133 133 133 / 14%);
  border: 1px solid #eee;
  border-radius: 50px !important;
}

.searchBox .input-group>.form-control:focus {
  border-color: #e8c99c;
}

.searchBox .input-group-text {
  display: flex;
  align-items: center;
  padding: 10px 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: center;
  white-space: nowrap;
  border: none;
  border-radius: 50px;
  background-color: #ffffff;
  height: 40px;
  margin-left: -57px !important;
  position: relative;
  margin-top: 4px;
  cursor: pointer;
  z-index: 99;
}

.searchBox .input-group-text i {
  color: #222;
  line-height: 0;
}

ul.dropdown-menu li a {
  color: #000;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

li.dropdown.user-drop a.power_btn {
  background: transparent;
  border-left: 2px solid #e7e7e7;
  padding: 20px 30px 20px 20px;
  color: #333;
  display: flex;
  align-items: center;
  white-space: inherit;
  justify-content: center;
}

li.dropdown.user-drop a.power_btn:focus {
  background: #e8c99c;
  border-color: #e8c99c;
}

li.dropdown.user-drop a.power_btn:after {
  content: "\f10d";
  font-family: 'uicons-regular-rounded';
  font-size: 15px;
  padding: 10px 0 0 10px;
  display: block;
  color: #000;
  border: none;
}

.user-row {
  margin-top: -10px;
}

li.dropdown.user-drop a.power_btn img.rounded-circle {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

span.user-name {
  font-weight: 500;
  font-size: 13px;
  color: #222;
}

small.user-subscribtion {
  font-size: 12px;
  color: #555;
  display: block;
  line-height: 9px;
}

span.badge.badge-profile_icon {
  position: absolute;
  bottom: 0;
  right: 6px;
  color: #fff;
  background: #32cf00 !important;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  padding: 0px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
}

.dbc-cards {
  width: 100%;
  position: relative;
}

.GoDbc {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 6;
  width: 300px;
  border-right: 1px solid;
  border-color: rgba(0, 0, 0, .12);
  padding: 40px;
}

.Profile_title .title {
  font-size: 18px;
  color: #333;
  text-align: center;
}

.UserImage {
  background: url(../img/user-image-dots.jpg);
  width: 100%;
  min-height: 150px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.UserImage {
  padding-top: 20px;
}

.UserImage img.rounded-circle {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.profileName {
  text-align: center;
}

.profileName .user-name {
  font-size: 14px;
  font-weight: 600;
}

.profileName .user-subscribtion {
  font-size: 13px;
  margin-top: 8px;
}

.Get_MobileApp {
  padding-top: 30px;
  text-align: center;
}

.Get_MobileApp .title {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.add-cards-row {
  padding: 40px 0 10px;
}

.add-cards-btn .btn-add-card {
  font-size: 13px;
  box-shadow: 1px 1px 8px 0px rgb(133 133 133 / 14%);
  border: 1px solid #eee;
  border-radius: 50px !important;
  background: #fff;
  padding: 12px 25px;
  margin-right: 30px;
  color: #878787;
  transition: all 0.4s ease-in-out;
}

.add-cards-btn .btn-add-card i {
  margin-right: 6px;
}

.add-cards-btn .btn-add-card:hover {
  background: #2a2a2a;
  color: #fff;
}

.veryfy_email {
  text-align: center;
  margin-top: 20px;
}

.btn-btn {
  font-size: 13px;
  box-shadow: 1px 1px 0px 0px rgb(133 133 133 / 14%);
  border: 1px solid #eee;
  border-radius: 50px !important;
  background: #fff;
  padding: 9px 25px;
  color: #878787;
  transition: all 0.4s ease-in-out;
}

.btn-btn:hover {
  background: #2a2a2a;
  color: #fff;
}
.veryfy_email .btn-btn:hover {
  background: #2a2a2a;
  color: #fff;
}

.dbc-cards-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 80px;
  align-items: flex-start;
}

.DBCcards {
  background-color: #fff;
  min-height: 180px;
  flex: 0 0 auto;
  width: 342px;
  margin: 0 15px;
  box-shadow: -1px 5px 5px 0px rgb(0 0 0 / 12%);
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.horizontalCard .DBCcards {
  width: 320px;
  margin-left: 7px;
  margin-right: 7px;
}

.varticalCard .DBCcards {
  width: 240px;
}

.DBCcards a {
  color: #646464;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.mycard {
  display: flex;
  height: 100%;
  place-content: space-between;
  overflow: hidden;
  border-radius: 15px;
}

.horizontalCard .mycard {
  height: 200px;
}

.card-image {
  width: 50%;
}

.card-image .cardUser_image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-address {
  width: 50%;
  padding: 15px;
}

.card-image {
  display: flex;
  align-items: center;
}

.FullImgCard {
  width: 100%;
  display: block;
  padding: 0 !important;
}

.FullImgCard .FullRounded_img {
  position: relative;
}

.FullImgCard .FullRounded_img {
  width: 100% !important;
  border-radius: 0px !important;
  height: 125px !important;
}

.FullImgCard .FullRounded_img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  border-radius: 0px !important;
  border-bottom: 80px solid #ffffff;
  border-left: 400px solid transparent;
}

.FullImgCard .FullRounded_img .cardUser_image {
  width: 100px !important;
  height: 100px !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0;
  top: auto !important;
  margin: auto !important;
  z-index: 9;
}

.FullImgCard .FullRounded_img.afterEfectNo:after {
  display: none;
}

.FullRounded_img.afterEfectNo {
  height: 80px !important;
}

.FullRounded_img.afterEfectNo .cardUser_image {
  margin-bottom: -40px !important;
}

.pdTop5 {
  padding-top: 50px;
}

.card-logo-image {
  text-align: center;
  padding-bottom: 11px;
  display: block;
  width: 100px;
  height: 60px;
  margin: auto;
}

.card-user-name {
  font-size: 12px;
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: 15px;
}

.user-designation {
  font-size: 10px;
  display: block;
  width: 100%;
  line-height: 15px;
}

.contact-list {
  margin-top: 10px;
}

.AlignCenter li {
  justify-content: center;
}

.contact-list li {
  font-size: 10px;
  display: flex;
  line-height: 14px;
  padding: 2px 0;
  word-break: break-all;
}

.contact-list li i {
  margin-right: 5px;
  padding-top: 2px;
}

.card-image-right {
  margin: 19px 19px 0 0px;
}

.card-mage-bg {
  background: #e8c99c;
  height: 100%;
  padding: 20px 0 0 20px;
}

.card-mage-bg .userimage_right {
  margin-right: -20px;
}

.rounded-top {
  background: transparent !important;
  margin: -10px -5px 0 0;
}

.rounded-top,
.rounded-top .cardUser_image {
  height: 135px;
  width: 135px;
  border-radius: 50% 0 50% 50%;
}

.card-leftAddress {
  padding: 15px;
  text-align: center;
  border-right: 1px solid #ddd;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}

.bdr-stripe {
  background: #e8c99c;
  height: 15px;
  margin-top: -15px;
}

.card-header-top {
  background: #ed8974;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.card-header-top .card-user-name,
.card-header-top .user-designation {
  color: #fff;
}

.CardBottom_content {
  display: flex;
}

.CardLeftImg {
  padding: 15px;
  text-align: center;
}

.CardLeftImg .full-rounded {
  border-radius: 50%;
}

.CardLeftImg .full-rounded {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-top: -65px;
  margin-bottom: 15px;
}

.card-image.bg-prpl {
  background: #e8c99c;
  text-align: center;
  justify-content: center;
}

.card-image.bg-prpl .cardUser_image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 15px;
}

.card-image.bg-prpl .card-user-name,
.card-image.bg-prpl .user-designation {
  color: #fff;
}

.card-address.center-txt {
  display: flex;
  align-items: center;
}

.card-image.bg-white {
  padding: 15px;
  text-align: center;
}

.card-image .FullRounded_img {
  background: #e8c99c;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image .FullRounded_img .cardUser_image {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -5px;
}

.card-image .FullRounded_img .card-user-name,
.card-image .FullRounded_img .user-designation {
  color: #fff;
}

.back-btn {
  display: flex;
  align-items: center;
  line-height: 12px;
  color: #333;
}

.back-btn i {
  margin-right: 8px;
}

.back-btn:hover {
  color: #e8c99c;
}

.edit-card-tabs {
  display: flex;
  width: 100%;
  height: 100%;
}

.CardRow_DBC.order2 {
  order: 2;
  width: 100%;
}

.CardRow_DBC.order1 {
  order: 1;
}

.edit-card-tabs .nav-tabs {
  border: none;
  background: #fff;
  margin-top: 2px;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 77px;
  z-index: 9;
}

.edit-card-tabs .nav-tabs .nav-link {
  color: #555;
  font-size: 14px;
  border: none;
  font-weight: 500;
  border-radius: 0px;
}

.edit-card-tabs .nav-tabs .nav-item:nth-child(1) .nav-link {
  padding-left: 30px;
  padding-right: 25px;
  border-right: 1px solid #ddd;
  margin-right: 10px;
}

.edit-card-tabs .nav-tabs .nav-link.active {
  color: #bc8f37;
}

.edit-card-tabs .nav-tabs .nav-link:hover {
  color: #bc8f37;
}

.AsideLeft {
  height: 100%;
  min-width: 320px;
  max-width: 320px;
  margin-left: -35px;
  background: #fff;
  margin-top: 2px;
  box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 15%);
  position: sticky;
  top: 77px;
  z-index: 99;
  margin-bottom: -60px;
}

.AsideLeft .card {
  border: none;
  border-radius: 0px;
  padding: 15px 16px 40px 20px;
}

.AsideLeft {
  overflow-y: scroll;
}

.AsideLeft::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
}

.AsideLeft::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.0);
}

.AsideLeft::-webkit-scrollbar-thumb {
  background-color: #eee;
  width: 4px;
  border-radius: 100px;
}


.Templates_Row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.TemplatesImg_Col {
  flex: 0 0 auto;
  width: 50%;
  padding: 5px;
  box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 7%);
}

.TemplatesImg_Col img {
  box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 7%);
}


.TemplatesImg_Col img {
  cursor: pointer;
  transition: transform 1s;
  object-fit: cover;
}

.TemplatesImg_Col label {
  overflow: hidden;
  position: relative;
}

.imgbgchk:checked+label>.tick_container {
  opacity: 1;
}

.imgbgchk:checked+label>img {
  transform: scale(1.25);
  opacity: 0.3;
}

.tick_container {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}

.tick {
  background-color: #e8c99c;
  color: white;
  font-size: 14px;
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 25%);
}












.EditCardBlock {
  max-width: 750px;
  padding: 25px 30px 30px;
  margin: auto;
}

.EditBLock_Row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.CardTop_Header .DBC_CardTitle {
  font-size: 14px;
}

.CardTop_Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.BtnsArea {
  display: flex;
}

.btn-red {
  color: #f94d4d;
  font-size: 13px;
  outline: none;
  border: none;
}

.btn-red:focus {
  border: none;
  outline: none;
}

.btn-card-dbc {
  font-size: 11px;
  box-shadow: 1px 1px 8px 0px rgb(133 133 133 / 14%);
  border: 1px solid #eee;
  border-radius: 50px !important;
  background: #fff;
  padding: 9px 15px;
  color: #878787;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
}

.btn-card-dbc i {
  font-size: 14px;
  line-height: 0;
  margin-right: 4px;
}

.btn-card-dbc:hover {
  background: #2a2a2a;
  color: #fff;
}

.EditCard_View {
  width: 330px;
}

.EditCard_Details {
  height: 550px;
  overflow-y: scroll;
}

.EditCard_Details::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
}

.EditCard_Details::-webkit-scrollbar-thumb {
  background-color: #eee;
  width: 4px;
  border-radius: 100px;
}

.back-cover-image {
  position: relative;
}

.back-cover-image .CverImg {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.CoverBTN {
  display: flex;
  position: absolute;
  top: 18px;
  right: 17px;
}

.CoverBTN .btn-card-dbc {
  border: none;
  padding: 7px 10px;
  font-size: 10px;
}

.CoverBTN .btn-card-dbc i {
  font-size: 12px;
}

.EditCard_UserRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #fff;
}

.EditUserImage {
  margin-top: -63px;
  position: relative;
  background: #fff;
}

.EditUserImage,
.EditUserImage .UserImg {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  max-width: 120px;
}

.EditProfileBTN {
  position: absolute;
  top: 0;
  right: 15px;
  background: #000;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
}

.EditProfileBTN:hover,
.EditProfile_BTN:hover {
  background: #e8c99c;
  color: #fff;
}

.EditProfile_BTN {
  color: #fff;
  font-size: 12px;
}

.BackRow_Content {
  background: #fff;
  min-height: 100%;
}

.UserDetails {
  text-align: center;
  background: #fff;
}

.UserDetails .user-name {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.UserDetails .user-designation {
  line-height: 12px;
  font-size: 12px;
}

.CardDescrib {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  margin-top: 10px;
}

.CompanyName,
.CompanyLogo {
  width: 50%;
  text-align: center;
}

.Card_PreView {
  max-width: 300px;
  margin-top: 15px;
}

.DBC_CardTitle {
  color: #777;
  font-size: 15px;
}

.Card_PreView .DBCcards {
  margin: 0;
  flex: inherit;
  width: 290px;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}

.Card_PreView .DBCcards .mycard {
  min-height: 180px;
  width: 300px;
}

.UpdatedImage_Profile form {
  position: relative;
}

.updateTitle {
  font-size: 13px;
  margin-bottom: 5px;
}

.inputs {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  font-size: 13px;
  margin-bottom: 10px;
}

.inputs.border {
  border-radius: 6px;
  padding: 8px 15px;
}

.PhoneRow {
  display: flex;
  position: relative;
}

a.add_phones {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

select.inputs.border {
  padding-left: 0;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
  padding-right: 0;
  width: 65px;
  color: #333;
  margin-left: 5px !important;
}

.checkmark-box {
  position: absolute;
  top: 0px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #adadad;
}

.container-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
  margin-top: 5px;
  font-size: 13px;
  text-align: left;
  line-height: 1.2;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: auto;
}

.container-checkbox input:checked~.checkmark-box:after {
  color: #fff;
}

.container-checkbox input:checked~.checkmark-box:after {
  display: block;
}

.container-checkbox .checkmark-box:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after,
.checkmark-box:after {
  content: "";
  position: absolute;
  display: none;
}

.container-checkbox input:checked~.checkmark-box {
  background-color: #e8c99c;
  border: 0px solid transparent;
}

.button-addon2 {
  border-radius: 50px;
  background: #e8c99c;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
  width: 30px;
  height: 30px;
  border: none;
  float: right;
}

.button-addon2:hover {
  background: #fdbf03;
  color: #fff;
}

.UpdatedImage_Profile .input-group-text {
  background: #e8c99c;
  border-radius: 50px !important;
  width: 35px;
  height: 35px;
  color: #fff;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.UpdatedImage_Profile .input-group {
  flex-wrap: nowrap;
}

.UpdatedImage_Profile .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 1px;
  font-size: 13px;
  border-radius: 0 !important;
}

input.inputs.border {
  border-radius: 50px !important;
}

.UpdatedBtn {
  font-size: 12px;
  border-radius: 50px !important;
  padding: 11px 30px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: #2a2a2a;
  border: none;
}

.UpdatedBtn:hover {
  background: #bc8f37;
}

.EditCard_Menu .nav li .nav-link {
  display: block;
  padding: 2.5rem 15px 1rem;
  color: #818181;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.EditCard_Menu .nav li .nav-link i {
  margin-right: 6px;
  font-size: 16px;
}

.EditCard_Menu .nav li .nav-link:hover {
  color: #bc8f37;
}

.ShareYourCard {
  background: #fff;
  text-align: center;
  padding: 30px 30px 45px;
  box-shadow: 0 0 13px rgb(0 0 0 / 8%);
}

.CArdTitle {
  font-size: 18px;
  color: #555;
}

.ScanQRCode {
  padding: 20px 0 60px;
}

.ShareYourCard .btn-email-card {
  font-size: 12px;
  box-shadow: 1px 1px 8px 0px rgb(133 133 133 / 28%);
  border: 1px solid #f3f3f3;
  border-radius: 6px !important;
  background: #fff;
  padding: 6px 8px;
  margin-right: 10px;
  color: #878787;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ShareYourCard .btn-email-card i {
  margin-right: 5px;
  font-size: 16px;
}

.ShareYourCard .btn-email-card:hover {
  color: #fff;
  background: #2a2a2a;
}

.social-col {
  text-align: center;
}

.social-link {
  display: inline-block;
  margin: 8px 2px 8px 0;
  text-decoration: none;
  user-select: none;
}

a.social-link i {
  display: block;
  padding: 0;
  text-align: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border: 2px solid transparent;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link.facebook i {
  color: #3c5fac;
  border-color: #3c5fac;
}

.social-link.twitter i {
  color: #5ec3df;
  border-color: #5ec3df;
}

.social-link.instagram i {
  color: #e1306c;
  border-color: #e1306c;
}

.social-link.linkedin i {
  color: #2089b5;
  border-color: #2089b5;
}

a.social-link.telegram i {
  color: #e0cfb1;
  border: 2px solid #e0cfb1;
}

a.social-link.whatsapp i {
  color: #47c857;
  border: 2px solid #47c857;
}

.social-link.facebook:hover i {
  background-color: #3c5fac;
  color: #fff;
}

.social-link.twitter:hover i {
  background-color: #5ec3df;
  color: #fff;
}

.social-link.linkedin:hover i {
  background-color: #2089b5;
  color: #fff;
}

.social-link.instagram:hover i {
  background-color: #e1306c;
  color: #fff;
}

a.social-link.telegram:hover i {
  background: #e0cfb1;
  color: #fff;
}

a.social-link.whatsapp:hover i {
  background: #47c857;
  color: #fff;
}

/* Rakesh Sir Code */
.AsideLeft #createForm .card {
  display: none;
}

.AsideLeft #createForm .card.active {
  display: block;
}

a.closebtnrk1 {
  font-size: 10px;
  background: #ff0021;
  color: #fff;
  line-height: 14px;
  padding: 3px 3px 1px 4px;
  border-radius: 55%;
}

label.container-checkbox.ttgr3 {
  margin-left: 0px;
}

label.container-checkbox.ttgr4 {
  margin-top: -10px;
}

a.add_phones.ttgr5 {
  position: relative;
  right: 0;
  bottom: auto;
  top: 5px;
}

.add_phones.ttgr6 {
  position: relative;
  right: 0;
  top: 0;
}

.input-group a {
  border-radius: 50px !important;
  background: #fff !important;
}

.ttgr7 {
  margin: 10px !important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 5px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.input-group.FlexWrap {
  flex-wrap: nowrap;
}

.field_address .input-group input.inputs.border {
  border-radius: 6px !important;
  margin-right: 3px;
}

.oldGalleryImages .GalleryCOlImg img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.oldGalleryImages .GalleryCOlImg {
  display: block;
}

.DeleteImage_btn {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
}

.DeleteImage_btn i.fi-rr-trash {
  color: #ff435b;
  font-size: 12px;
}

.Address_ListGrp {
  padding: 15px 15px 100px;
}

.Address_ListGrp ul li a i {
  background: #2a2a2a;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.Address_ListGrp ul li a {
  font-size: 14px;
  color: #646464;
  display: flex;
  align-items: center;
  margin: 25px 0;
  position: relative;
  padding-left: 45px;
}

.ViewContactsList_DBC {
  padding: 0 15px 0 0;
}

.PageTitle_Top {
  padding-top: 35px;
  color: #222;
}

.ContactList_Row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ContactList_Col {
  margin: 0 15px;
  width: 200px;
  height: 200px;
  background: #fff;
  box-shadow: -1px 5px 5px 0px rgb(0 0 0 / 7%);
  margin-top: 30px;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.ContactList_Col .UserImage {
  height: 130px;
  min-height: 130px;
  padding-top: 20px;
}

.ContactList_Col .user-subscribtion {
  margin-top: 1px;
}

.ContactList_Col:hover,
.ContactList_Col:focus {
  transform: scale(1.05);
  transition: all 0.4s ease-in-out;
}


/* ==========================
 Search  Popup Style 
=============================*/
.brook-card-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
}

.brook-card-popup .inner {
  background: #fff;
  position: relative;
  width: 450px;
  max-width: 80%;
  height: 100%;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  cursor: default;
  float: right;
}

.brook-card-popup .inner .EditCard_View {
  width: 100%;
  padding: 0 20px;
  height: 100%;
}

.brook-card-popup .inner .EditCard_View .EditCard_Details {
  height: 100vh;
}

.brook-card-popup .CardTop_Header {
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: block;
}

.brook-card-popup .CardTop_Header .BtnsArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brook-card-popup .inner a.card-close {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -10px;
}

.brook-card-popup .inner a.card-close::before,
.brook-card-popup .inner a.card-close::after {
  position: absolute;
  top: 19px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #222;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.brook-card-popup .inner a.card-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brook-card-popup .inner a.card-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.brook-card-popup .inner a.card-close:hover::before,
.brook-card-popup .inner a.card-close:hover::after {
  -webkit-transform: none;
  transform: none;
}

.page-card-popup-opened .brook-card-popup {
  visibility: visible;
  opacity: 1;
}

.page-card-popup-opened .brook-card-popup .inner {
  -webkit-transform: none;
  transform: none;
}

a.btn.btn-red.ClickCard_Btn {
  color: #000;
  font-size: 18px;
  line-height: 0;
}

a.btn.btn-red.ClickCard_Btn:hover {
  color: #f94d4d;
}

.formVel {
  position: relative;
}

.formVel p {
  position: absolute;
  bottom: -35px;
  font-size: 10px;
  left: 0;
}

.DBC_Contacts_PG {
  padding-top: 30px;
}

.pagination {
  align-items: center;
}

.pagination .page-link {
  color: #333;
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 600;
}

.page-item.active .page-link {
  z-index: 3;
  color: #19b976;
  background-color: transparent;
  border-color: transparent;
}

.pagination .LeftRight_Btn a {
  color: #fff;
}

.pagination .LeftRight_Btn {
  background: #e8c99c;
  font-size: 24px;
  border: 0px;
  padding: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.pagination .LeftRight_Btn:hover {
  background: #461b95;
  color: #fff;
}

.ServiceList_Row {
  display: flex;
  padding-right: 15px;
}

.SubmitForm_DBC {
  background: #fff;
  box-shadow: -1px 5px 5px 0 rgb(0 0 0 / 7%);
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 25px 25px;
  margin-top: 25px;
  width: 100%;
}

.SubmitForm_DBC.SubmitFormData {
  margin-left: 25px;
}

.FormRow div {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.FormRow input.form-control {
  font-size: 13px;
  padding: 11px;
}

.FormRow div label.form-label {
  font-size: 13px;
  margin-bottom: 5px;
}

.prf-avatar {
  position: relative;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ededed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.prf-avatar>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.prf-status-name {
  font-weight: 500;
  color: #222;
  font-size: 15px;
}

table {
  caption-side: bottom;
  border-collapse: separate;
}

table th {
  font-size: 14px;
  font-weight: 600;
}

table tbody td {
  vertical-align: middle;
  font-size: 14px;
}

table button.btn-primary.btn-sm.btn-icon-only {
  background: transparent;
  color: #222;
  font-size: 16px;
  padding: 7px 8px;
  border: 1px solid #e8c99c;
  line-height: 0px;
}

table button.btn-primary.btn-sm.btn-icon-only:hover {
  background: #e8c99c;
  color: #fff;
}

.CardTites_Settings {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
  display: block;
  line-height: 12px;
}

.EditProfileBTN.SettingsPrf {
  position: absolute;
  top: -5px;
  right: -4px;
  background: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
}

.UpgradePlan_btn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  padding: 9px 15px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}

.UpgradePlan_btn a:hover {
  background: #bc8f37;
}

.UpgradePlan_btn {
  position: absolute;
  top: 23px;
  right: 0px;
}

.AccountForm div {
  padding: 13px 0;
}

.AccountForm .user-subscribtion {
  display: block;
  font-size: 12px;
}

.AccountForm span.form-label {
  font-size: 13px;
}

.CardTites_Settings small {
  margin-right: 20px;
}

.EmailAdRS {
  text-align: center;
}

.MailTextArea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 25px;
}


/****** Style Star Rating Widget *****/
.rating {
  border: none;
  text-align: center;
  margin: auto;
  max-width: 160px;
  margin-top: 10px;
}

.rating>input {
  display: none;
}

.rating>label:before {
  margin: 5px;
  font-size: 1.35em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating>.half:before {
  content: "\f089";
  position: absolute;
}

.rating>label {
  color: #bdaf9a;
  float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #e8c99c;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
  color: #bc8f37;
}

.SubmitForm_DBC select.form-control.form-select {
  font-size: 13px;
  padding: 11px;
  color: #898989;
}

.SelectedTem_Card {
  padding-top: 20px;
  text-align: center;
}

.SelectedTem_Card img {
  box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 8%);
}

.ServiceList_Row .card-body {
  padding: 1.8rem 1rem;
}

.ServiceList_Row .card-body p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.widget-icon {
  width: 48px;
  height: 48px;
  background-color: #fafafa;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0px;
}

.VirtualBck {
  position: relative;
}

.VirtuaImage_dwn {
  width: 100%;
  height: 305px;
  object-fit: cover;
}

.VirtuaImage_dwn img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.VirtualCadName {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 20px;
  border-left: 1px dotted #fff;
  padding-left: 15px;
}

.VirtualCadScaner {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100px;
  border-radius: 6px;
  overflow: hidden;
}

.CreatedBck_ {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.CreatedBck_ span {
  display: block;
  font-weight: 500;
}

.DownloadVartual_BcK {
  text-align: center;
  margin: 15px 0 0 0;
}

.DownloadVartImg {
  font-size: 12px;
  box-shadow: 1px 1px 8px 0px rgb(133 133 133 / 14%);
  background: #e8c99c;
  border-radius: 50px !important;
  padding: 9px 40px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.DownloadVartual_BcK small {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

.DownloadVartImg:hover {
  color: #fff;
  background: #7f408b;
}

.OverScroll {
  overflow-y: scroll;
  height: 380px;
  overflow-x: hidden;
}

.OverScroll::-webkit-scrollbar {
  width: 6px;
  border-radius: 50px;
}

.OverScroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.OverScroll::-webkit-scrollbar-thumb {
  background-color: lightgray;
  width: 6px;
  border-radius: 60px;
}

.selectImage_title {
  display: block;
  margin-bottom: 10px;
}

.ImgBoxVartual {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ImgBoxVartual:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 21%);
}

.ImgBoxVartual_Title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

div#ajaxCardView {
  background-image: url('../img/Mobile_preview.png');
  padding: 45px 0px;
  background-size: cover;
  overflow: hidden;
  width: 320px;
}

.Card_PreView .btn-card-dbc {
  background: #000;
  color: #fff;
}

.Card_PreView .btn-card-dbc:hover {
  background: #000;
  color: #fff;
}

.CardDetailsPreview.Card_PreView .DBCcards {
  width: 300px;
  border-radius: 15px;
}

.cardSocialLinks li {
  display: inline-block;
}

.BackRow_Content .nav-tabs {
  flex-wrap: inherit;
}

.BackRow_Content .nav-tabs .nav-link {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 15px;
  border-right: 1px solid #ddd;
  border-radius: 0px;
  margin: 0;
  text-align: center;
}

.BackRow_Content .nav-tabs .nav-link.active {
  color: #e8c99c;
}

.BackRow_Content .nav-tabs .nav-item {
  width: 100%;
}

.BackRow_Content .nav-tabs .nav-item:last-child .nav-link {
  border-right: 0px;
}

.BackRow_Content .tab-pane {
  border: none;

}



.Address_ListGrp ul li a {
  line-height: 35px;
  margin: 10px 0;
}

ul.cardSocialLinks li a {
  margin: 6px 0;
  padding-left: 0px;
  padding-right: 5px;
}

ul.cardSocialLinks h5.mb-0 {
  margin-bottom: 15px !important;
}

.CompanyName,
.CompanyLogo {
  width: 50%;
  text-align: center;
  line-height: 21px;
}

.card-image .cardUser_image.ImgToplEFT {
  width: 80px;
  height: 80px;
  margin-top: -35px;
  border-radius: 7px;
}

.WhiteText .card-user-name,
.WhiteText .user-designation,
.WhiteText .contact-list li {
  color: #fff;
}

.contact-list.d-flexContact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.OverScrollRight {
  overflow-y: scroll;
  height: 300px;
  overflow-x: hidden;
  width: 325px;
}

.OverScrollRight::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
}

.OverScrollRight::-webkit-scrollbar-thumb {
  background-color: #eee;
  width: 4px;
  border-radius: 100px;
}

.mycard.WhiteText .card-image,
.mycard.WhiteText .contact-list {
  background: #314d63;
}

.EditCard_Details {
  overflow-x: hidden;
}

.disablePremiumCard .DBCcards {
  pointer-events: none;
  cursor: default;
  position: relative;
}

.disablePremiumCard .DBCcards:after {
  content: '';
  background: rgb(0 0 0 / 10%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  border-radius: 6px;
}

h2.CreateEmailSIg {
  font-size: 18px;
  font-weight: 600;
  color: #e8c99c;
  text-transform: uppercase;
  max-width: 400px;
  text-align: center;
  line-height: 30px;
  padding: 50px 0 25px;
  margin: auto;
}

h2.CreateEmailSIg a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 22px 8px;
  transition: all 0.4s ease-in-out;
  background: #e8c99c;
  display: block;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 1px;
}

h2.CreateEmailSIg.pt-0.mt-0 {
  max-width: 230px;
  border-radius: 4px;
  padding: 0;
  line-height: 0;
  margin-bottom: 50px;
}

h2.CreateEmailSIg a:hover {
  background: #f6c985;
}

.CardDescrib .CompanyLogo {
  height: 60px;
}


.CompanyLogo img {
  height: 60px;
  object-fit: contain;
}

/*.card-logo-image img {
  width: 100px;
}*/

.BackRow_Content .CompanyLogo img {
  height: 55px;
  object-fit: contain;
}

.card-logo-image img {
  height: 55px;
  object-fit: contain;
}

.toast-body {
  font-size: 13px;
}

.toastMessage {
  left: 0;
  margin: auto;
  right: 0;
  width: 350px;
}

.alert {
  padding: 5px 1rem;
  font-size: 13px;
}


.Download_DBC_App {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Download_DBC_App li {
  display: inline-block;
}

.Download_DBC_App li a {
  color: #2a1f0e;
  border: 2px solid #2a1f0e;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.Download_DBC_App li a:hover {
  background: #f6c985;
  border-color: #f6c985;
  color: #000;
}

ul.cardSocialLinks li a i {
  position: inherit;
}

.UpgradePlan_btns a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 9px 15px;
  transition: all 0.4s ease-in-out;
  background: #e8c99c;
  display: block;
  border-radius: 50px;
}

.ViewCardRIght_btn {
  background: #2a2a2a;
  border-radius: 6px;
  text-align: center;
}

.ContactList_Col.HeightCOlEquel {
  height: 100%;
  min-height: 265px;
  width: 240px;
}

.ContactList_Col.HeightCOlEquel .UserImage {
  background-position: center;
}

.form-label {
  font-size: 14px;
}

.SendEmailInput .form-control {
  font-size: 13px;
  border-radius: 50px;
  height: 45px;
  margin-bottom: 25px;
}

.togglePassword {
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn-card-dbc.drkBTN {
  background: #2a2a2a;
  color: #fff;
}

.ContactList_Col.HeightCOlEquel small.user-subscribtion {
  line-height: 16px;
  padding: 0 10px;
}

.ContactList_Col.HeightCOlEquel .UpgradePlan_btn {
  top: 18px;
}

.FormRow .form-control {
  border-radius: 50px;
}

.GenerateQR.UpdatedBtn {
  justify-content: center;
  width: auto;
  display: inline-block;
  margin-top: 25px;
}

.GenerateQR.UpdatedBtn:hover {
  background: #f6c985;
  color: #000;
}

.createCustomQRCode .nav-tabs .nav-link {
  color: #2a354f;
  font-size: 14px;
  border: none;
  font-weight: 500;
  border-radius: 0px;
  padding: 15px 20px;
}

.createCustomQRCode .nav-tabs .nav-link i {
  margin-right: 0.2rem;
}

.createCustomQRCode .nav-tabs .nav-link.active {
  color: #000;
  background: #f6c985;
}

.createCustomQRCode .card.tab-pane {
  padding: 33px 30px;
}

.CreateQR_Form label {
  color: #2a354f;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}

.CreateQR_Form .form-group {
  max-width: 650px;
}

.CreateQR_Form .form-control {
  display: block;
  width: 100%;
  height: calc(1.95rem + 1.2rem + 0.0625rem);
  padding: 0.6rem 0.75rem;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #869ab8;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #e3ecf2;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px !important;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgb(0 0 0 / 5%);
  transition: all .3s ease-in-out;
}

.CreateQR_Form small {
  font-size: 12px;
  color: rgba(42, 53, 79, .7) !important;
}

.CreateQR_Form .UpdatedBtn {
  padding: 12px 30px;
}

.active__qr__codes {
  margin-top: 25px;
}

.active__qr__codes .card {
  margin-bottom: 25px;
}

.active__qr__codes .card-header {
  background-color: transparent;
  padding-top: 0;
  border: none;
}

.active__qr__codes small {
  color: rgb(81, 81, 81);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  font-size: 80%;
  font-weight: 400;
}

.active__qr__codes small a {
  color: #515151;
}

.active__qr__codes small i {
  padding-right: 5px;
  color: #f6c985;
}

.active__qr__codes .dropdown-toggle {
  white-space: nowrap;
  background: transparent;
  color: #c52464;
  border-radius: 0px;
  border: 2px solid #c52464;
  padding: 3px 23px;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}

.active__qr__codes .dropdown-toggle:hover {
  background: #c52464;
  color: #fff;
}

.active__qr__codes .card-body {
  padding: 1.8rem 1rem 1.8rem 0;
}

.active__qr__codes .title__dbc a {
  cursor: initial;
  color: rgb(74 74 74);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
}

.active__qr__codes ul {
  margin-top: 15px;
}

.active__qr__codes ul li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 4px;
  cursor: pointer;
  user-select: none;
  color: #262b33;
  font-size: 13px;
  pointer-events: all;
}

.active__qr__codes ul li a {
  color: #262b33;
  font-size: 13px;
}

.active__qr__codes ul li i {
  color: #f6c985;
  padding-right: 8px;
}

.active__qr__codes i.fas.fa-archive {
  color: #c52464;
}

.active__qr__codes ul li:hover {
  color: #f6c985;
}

.WidthColumn {
  width: 500px;
}

.bg__signature__card {
  background: #2a2a2a;
}

.staticQRCreate .nav {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px !important;
}

.staticQRCreate .nav li a {
  border-radius: 0px !important;
  padding: 6px 25px;
  color: #111;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.staticQRCreate .form-control,
.staticQRCreate .custom-select {
  display: block;
  height: calc(1.95rem + 1.2rem + 0.0625rem);
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #869ab8;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #e3ecf2;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px !important;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgb(0 0 0 / 5%);
  transition: all .3s ease-in-out;
}

.staticQRCreate .input-group-text {
  height: calc(1.95rem + 1.2rem + 0.0625rem);
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #869ab8;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #e3ecf2;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px !important;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgb(0 0 0 / 5%);
  transition: all .3s ease-in-out;
}

.staticQRCreate .accordion {
  padding: 25px;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #e3ecf2;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px !important;
  border-radius: 0.5rem;
}

.staticQRCreate .accordion .accordion-item {
  border: none;
}

.staticQRCreate .accordion .accordion-item button {
  border-radius: 4px !important;
  font-size: 16px;
  padding: 15px;
}

.staticQRCreate label {
  display: inline-block;
  font-size: 14px;
}

.staticQRCreate .accordion .accordion-item button:hover,
.staticQRCreate .accordion .accordion-item button:hover,
.staticQRCreate .accordion .accordion-item button:focus,
.staticQRCreate .accordion .accordion-item button:active {
  border-color: #f6c985;
  background-color: #f6c985;
  color: #000 !important;
}

.notification.dropdown .dropdown-toggle::after {
  display: none !important;
}

.slimscroll.notification-list li {
  position: relative;
}

.delete_bnt_notify {
  position: absolute;
  top: 30px;
  right: 15px;
  color: red !important;
}

#collapseSettings .accordion-item {
  border: none;
}

.active__qr__codes ul li a.Analytics_btn {
  border-radius: 0px;
  color: #e8c99c;
  border-radius: 50px;
  font-size: 16px;
  padding: 2px 6px;
  margin-left: 5px;
  text-align: center;
}

.active__qr__codes ul li a.Analytics_btn i {
  color: #e8c99c;
}

.createStaticQR_li_menu .dropdown-menu {
  right: 0 !important;
  left: 90% !important;
  top: -35px !important;
}

ul.contact-list li span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 105px;
}

div#VC3 .pdTop5 {
  padding-bottom: 50px;
}

div#VC3 .card-logo-image {
  padding-bottom: 70px;
}

div#VC3 .contact-list {
  margin-top: 15px;
}

div#VC3 .contact-list li {
  padding: 8px 0;
}

#VC4 .card-image.bg-white {
  padding: 20px 0 0 0 !important;
}

div#VC4 .card-logo-image {
  padding-bottom: 70px;
}

div#VC4 .contact-list {
  margin-top: 15px;
}

div#VC4 .contact-list li {
  padding: 5px 0;
}

div#VC4 .card-address {
  padding-bottom: 25px;
}

div#VC4 .FullRounded_img {
  padding-right: 25px;
  position: relative;
}

div#VC4 .FullRounded_img img {
  position: relative;
  z-index: 1;
  margin-top: 55px;
  background: #f2f5f8;
}

div#VC4 .circleBox {
  width: 80px;
  height: 80px;
  border: 10px solid;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 70px;
}

#VC5 .card-image.bg-white {
  padding: 10px 0 30px 0 !important;
}

div#VC5 .card-logo-image {
  padding-bottom: 70px;
}

div#VC5 .contact-list {
  margin-top: 15px;
}

div#VC5 .contact-list li {
  padding: 5px 0;
}

#HC11 .contact-list li {
  padding: 5px 0;
}

#HC11 i.fi-rr-user {
  color: #fff;
  padding: 30px 6px 0 6px;
  margin-right: 10px;
}

#HC11 .contact-list li {
  align-items: center;
}

#HC11 .contact-list li i {
  color: #fff;
  padding: 8px 8px 4px 8px;
  margin-right: 10px;
}

#HC11 .card-address {
  padding: 0;
  padding-left: 20px;
  width: 60%;
}

.lineCardS {
  height: 1px;
  width: 60px;
  margin-left: 5px;
}


.btn-outline-primary, .btn-outline-primary:disabled, a.btn-outline-primary {
  border-color: #2a1f0e !important;
  color: #2a1f0e !important;
}
.btn-primary, .btn-primary:disabled, a.btn-primary {
  border-color: #e8ca9b !important;
  background-color: #e8ca9b !important;
  color: #333;
}
form.qrcdr-form.needs-validation.w-100 .bg-primary, form.qrcdr-form.needs-validation.w-100 .nav-pills .nav-link.active, 
form.qrcdr-form.needs-validation.w-100 .nav-pills .show > form.qrcdr-form.needs-validation.w-100 .nav-link, form.qrcdr-form.needs-validation.w-100 label.custom-file-label:after {
  color: #fff;
  background-color: #2a1f0e!important;
}
li.dropdown.createStaticQR_li_menu .bg-primary, 
li.dropdown.createStaticQR_li_menu .nav-pills .nav-link.active,
li.dropdown.createStaticQR_li_menu .nav-pills .show > .nav-link, 
li.dropdown.createStaticQR_li_menu label.custom-file-label:after{
  background-color: #e8c99b!important;
}
.sidebar_left .nav-pills .nav-link.active {
  background-color: transparent !important;
  position: relative;
}
.toggle-btn {
  background: #2fd057 !important;
}
.veryfy_email .btn-btn {
  background: #e8c99c;
  color: #000;
}

.alert-success {
  color: #ffffff !important;
  background-color: #98958b !important;
  border-color: #98958b !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
label.container-checkbox a {
  text-decoration: none;
  color: #cca04f;
}
.contact-list span#ajaxPhone {
  width: auto;
}






.bg_back_img{
    background:url(../image/login_back_img.png);
    background-size:cover;
    background-position:center;
}
.sign_in_content {
    max-width: 400px;
}
.other-links, .form-items{
    max-width: 600px;
}
.form-items {
    max-width: 650px;
    background: linear-gradient(to right, #141414b8 60%, #df8a033b 100%);
    border-radius: 20px;
    padding:70px 45px;
}
.form-content h3 {
    background: linear-gradient(to right, #c9a548 0%, #df8a03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 200;
    letter-spacing: -1px;
    line-height: 36px;
    font-size: 32px;
}
.sign_in_content p {
    color: #616161;
    font-size: 15px;
}
.other-links .text {
    color: #cca040;
    line-height: 0;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}
.form-content .other-links a {
    border: none;
    color: #fff;
    width: 100%;
    padding: 9px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #caa444, #de8a04);
    justify-content: center;
}
.form-content .other-links a i {
    font-size: 20px;
    margin-right: 15px;
}
.form-content .other-links a i[class*=fa-google] {
    color: #fff;
}
.form-content .other-links a {
    max-width: 300px;
}
.form-items label {
    color: #e1e1e1;
    font-size: 14px;
    margin-bottom: 6px;
}
.form-content input {
    border-radius: 50px;
    height: 45px;
}
.form-group.form-check .form-check-input {
    width: auto;
    height: auto;
    padding: 7px;
}
.form-group.form-check .form-check-label {
    color:#7a86a1;
    margin-bottom:0;
}
.Fpassword {
    display: flex;
    align-items: center;
    margin-bottom:0;
}
.form-group.form-check {
    line-height: 35px;
}
.form-check .form-check-input{
    margin-top:10px;
    margin-right: 10px;
}
.Fpassword a {
    color: #888;
    font-weight: 400;
    font-size: 13px;
    margin-top: -10px;
}
.form-content .form-button .ibtn {
    margin-top: 20px;
}
.form-content .form-button .ibtn {
    margin-top: 20px;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    height: 50px;
    padding: 0 25px;
    border: none;
    background-image: linear-gradient(to right, #caa444, #de8a04);
    max-width: 100%;
}
.form-content .form-items .page-links a {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    background: linear-gradient(to right, #c9a548 0%, #df8a03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

















