
body {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #323233;
  font-weight: normal;
  font-style: normal;
  background: #f8faf9;
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #0eacf3;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #098eca;
  text-decoration: none;
}

a, .nav-tabs > li > a {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: none;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
}

li {
  line-height: 20px;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h1,
h2 {
  line-height: 35px;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.clear {
  clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
  text-align: center;
}

.center-responsive img {
  margin: 0px auto;
}
.cursor-pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}

.cn_item i, .cn_item svg {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.text-primary {
  color: #5d5d5d;
}

.text-secondary {
  color: #4b4b4b;
}

.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.float-right-right {
  float: right;
}

.full-width-float, .float-left-left {
  float: left;
}

.full-width-inblocks {
  display: inline-block;
}
.full-width-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow:row wrap;
  flex-flow: row wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.full-width-blocks {
  display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks, .full-width-flex {
  width: 100%;
}
.no-repeat {
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.padd-offleftright {
	padding-right: 0px;
    padding-left: 0px;
}
.padd-offleftright-important {
	padding-right: 0px;
    padding-left: 0px;
}
a {
    color: #1d79ed;
}
a:hover, a:focus {
    color: #0e69dc;
}
.white-color {
  color: #fff;
}

.blue-color {
  color: #09bce8 !important;
}

.red-color {
  color: #f05154 !important;
}
.btn {
  border-radius: 0px;
  font-weight: normal;
}
.btn-info {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #df3b3e;
  border-color: #df3b3e;
}

.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: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #e1eaed;
  border-color: #e1eaed;
}
.btn-secondary.focus, .btn-secondary:focus {
  background-color: #c4d2d6;
  border-color: #c4d2d6;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #c4d2d6;
  border-color: #c4d2d6;
  color: #fff;
}
.btn-secondary.active, .btn-secondary:active, .open > .dropdown-toggle.btn-secondary {
  background-color: #c4d2d6;
  border-color: #c4d2d6;
  color: #fff;
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary.focus:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .dropdown-toggle.btn-secondary.focus, .open > .dropdown-toggle.btn-secondary:focus, .open > .dropdown-toggle.btn-secondary:hover {
  background-color: #c4d2d6;
  border-color: #c4d2d6;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #c4d2d6;
  border-color: #c4d2d6;
}
.btn-primary {
  background-color: #1d79ed;
    border-color: #1d79ed;
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #106adc;
  border-color: #106adc;
  color: #fff;
}

.btn-primary:hover {
  background-color: #106adc;
  border-color: #106adc;
  color: #fff;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #1d79ed;
  border-color: #1d79ed;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #519dfc;
  border-color: #519dfc;
}
.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: #106adc;
  border-color: #106adc;
  color: #fff;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #05abb5;
  border-color: #05abb5;
}

.btn-default {
  background-color: #fff;
  border-color: #959595;
  color: #000000;
}
/*login page*/
.middle-wraper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.login-bg-left {
  background-image: url(../../../img/login-bg-left.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
    height: 100vh;
	text-align: center;
}
.cn-login-logo .cmp-title {
    margin-top: 30px;
}
.cn-login-logo .cmp-title,  .cn-login-logo .cmp-title span {
	font-size:36px;
	color:#fff;
}
.cn-login-logo .cmp-title span {
    font-weight: 300;
    line-height: 1.3;
}
.wrapper-login-full {
 display: table;
  width: 100%;
height: 100vh;
background: #f6f6f6;

}
.wrapper-login-middle {
 display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}
.login-wraper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  height:100vh;
}
.login-logo {
  margin-bottom: 35px;
}
.login-tp-btn {
    padding-right: 15px;
    padding-top: 24px;
    position: absolute;
    right: 0px;
}
.login-tp-btn>div {
	font-size:12px;
	color:#3e3e3e;
}
.login-tp-btn div {
	margin-right: 23px;
    line-height: 16px;
}
.login-tp-btn div:last-child {
	margin-right:0px !important;
}
.btn-empty {	
    color: #2a2d36;
    border: 1px solid #2a2d36;
    border-radius: 3px;    
    font-weight: 600;
}
.login-tp-btn .btn-empty {
	font-size: 12px;
	padding: 6px 24px;
}
.form-signin-outer {
  width: 100%;
  max-width: 402px;
  padding: 15px;
  margin: 0 auto;
}
.login-texttitle {
    margin-bottom: 26px;
}
.login-texttitle h1 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    color: #3e3e3e;
    margin-bottom: 5px;
}
.login-texttitle span {
    color: #3e3e3e;
    font-size: 16px;
}

.bord-head-login {
  border-bottom: 1px solid #e2e6eb;
  padding-top: 30px;
}
.login-middle-field {
  padding-top: 30px;
  padding-bottom: 20px;
}

.form-signin .form-label-group {
  position: relative;
  margin-bottom: 14px;
}
.form-signin label {
  font-size: 11px;
  color: #929ba6;
  font-weight: 700;
  margin-bottom: 0px;
}
.form-signin .form-control {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    box-shadow: none;
    height: 49px;
    background: #fff;
    padding: 0px 17px;
}
.form-signin .form-control:focus {
    
    border: 1px solid #2980ee;
}
.form-signin .btn {
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 0px;
    margin-bottom: 18px;
    margin-top: 10px;
}
.form-signin .btn-custome span {
  font-size: 14px;
  color: #929ba6;
  font-weight: 400;
  display: block;
}
.form-signin .btn-custome .forget-linkbtn {
	font-size: 14px;
}
.form-signin .rb-roboto {
	margin-top: 5px;
}
.form-signin .term-notebtn span {
    color: #a9a9a9;
    line-height: 18px;
    display: inline-block;
}
.form-signin .term-notebtn span, .form-signin .term-notebtn span a {
	font-size: 12px;
}
.form-signin .term-notebtn span a {
	color: #3e3e3e;
}
@media (max-width: 1199px) {
.login-tp-btn {
    padding-right: 0px;
    padding-top: 20px;
    position: relative;
}
}
@media (max-width: 575px) {
  
  .form-signin {
    padding: 0px 0px;
  }
  .form-signin label {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .form-signin .login-label, .form-signin .form-control {
    text-align: left;
  }
}
@media (min-width: 1600px) {
.login-wraper {
  height:100vh;
}
}
/*login page end*/
/*header*/
.over-flow-x {
	overflow-x:hidden
}
.menu-trigger {
    position: absolute;
    left: 15px;
    top: 17px;
    z-index: 99;
    padding: 0px;
	display:none;
}
.menu-trigger .close-close-line {
    position: absolute;
    top: -8px;
}
.menu-trigger .close-close-line {
	display:none;
}
.onsidebar-left .menu-trigger .line-wrap {
	display:none;
}
.onsidebar-left .menu-trigger .close-close-line {
	display:inline-block;
}
.line-wrap {
    height: 12px;
    width: 18px;
    position: relative;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.line-wrap .line {
    background-color: #1d79ed;
}
.line-wrap .line.center {
    margin: 3px 0;
}
.line-wrap .line {
    height: 2px;
    width: 20px;
    display: block;
}
.main-head-top {
    border-bottom: 1px solid #d9dce0;
	height: 67px;
	background: #fff;
}
.main-head-top .navbar {    
    padding: .5rem 1rem .5rem 2.2rem;
}
.navbar-theme-top.navbar-nav .nav-link {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 20px;
}
.navbar-theme-top.navbar-nav .nav-link .thumb-welc {
	 margin-right: 5px;
	 display:inline-block;
}
.navbar-theme-top.navbar-nav .dropdown-toggle::after {
    position: relative;
    top: 5px;
    border: none;
    background-image: url(../../img/drparrow.svg);
    width: 15px;
    height: 7px;
    margin-left: 12px;
}
.navbar-theme-top .dropdown-item {
    padding: .32rem .8rem;
    clear: both;
    font-weight: 400;
    color: #212529;
}
.navbar-theme-top .dropdown-item.active, .dropdown-item:active {
    background-color: #1d79ed;
    color: #fff;
}
.theme-width-left {
    margin-top: 7px;
}
.theme-width-left li {
    float: left;
}
.searchbar {
     position: relative;
     min-width: 41px;
     width: 0%;
     height: 38px;
     float: left;
     overflow: hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     -ms-transition: width 0.3s;
     -o-transition: width 0.3s;
     transition: width 0.3s;
 }

 .searchbar-input {
     top: 0;
     right: 0;
     border: 0;
     outline: 0;
     background: #f0f3f4;
     width: 100%;
     height: 38px;
     margin: 0;
     padding: 0px;
     font-size: 16px;
     color: #3e3e3e;
     border-radius: 12px;
 }
 .searchbar-open .searchbar-input {
     padding: 0px 41px 0px 10px;
 }

 .searchbar-input::-webkit-input-placeholder {
     color: #8e8d8d
 }

 .searchbar-input:-moz-placeholder {
     color: #8e8d8d
 }

 .searchbar-input::-moz-placeholder {
     color: #8e8d8d
 }

 .searchbar-input:-ms-input-placeholder {
     color: #fff
 }

 .searchbar-icon,
 .searchbar-submit {
     width: 41px;
    height: 38px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    color: #3e3e3e;
    background: #f0f3f4;
    border-left: none;
    border-radius: 12px;
 }

 .searchbar-open {
     width: 100%;
 }
.showsearchcl {
    padding: 8px 12px;
    background: #f0f3f4;
    border-radius: 12px;
    line-height: 16px;
    height: 35px;
    margin-left: 10px;
}
#top-search-wrap {
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0px 2px 4px rgba(255, 255, 255,0.05);
    position: absolute;
    top: -200px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
.search-toggled#top-search-wrap {
    opacity: 1;
    top: 0px;
    z-index: 1025;
    margin: 0px auto;
}
#top-search-wrap .center-searchtop {
    width: 94%;
    margin: 0px auto;
}
#top-search-wrap .form-control {
    background: transparent;
    border: transparent;
    box-shadow: none;
    padding-left: 29px;
    font-size: 14px;
    color: #000;
    height: 27px;
    box-shadow: none !important;
    font-weight: 400;
	padding-right: 40px;
}
#top-search-wrap button {
    position: absolute;
    top: 10px;
    background: transparent;
    border: transparent;
}
#top-search-wrap .clse-tpsearch {
    position: absolute;
    top: 10px;
    right: 10px;
}
 .form-cnitem-header .form-group {
	 display: inline-block;
 }
 .form-cnitem-header label {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 600;
    margin-bottom: 0px;
}
 .form-cnitem-header .form-control {
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 400;
    border: none;
    border-radius: 12px;
    padding: 0px 13px;
    box-shadow: none;
    height: 38px;
    background-color: #f0f3f4;
    width: 251px;
}
.form-cnitem-header .select-form{
    -webkit-appearance: none;
    background: url(../../img/drparrow.svg) no-repeat 96% center;
    background-color: #f0f3f4;

}
.form-cnitem-header .form-control.select-form:focus {
    border: 1px solid #2980ee;
}
/*sidebar-tab*/
#main-section {
    left: 0px;
    margin-left: 96px;
    position: relative;
    width: auto;
    -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
}
#sidebar-tab {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    padding-top: 0px;
    width: 96px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 40;
    background: #fff;
    box-shadow: 5px 0px 4px rgb(0 0 0 / 5%);
    text-align: center;
}
#sidebar-tab .nav-item {
   margin-bottom:15px;
}
#sidebar-tab .nav-link {
    display: block;
    padding: 8px 0px 0px 0px;
    background: transparent;
    border-radius: 0px 6px 6px 0px;
}
#sidebar-tab .nav-link span {
  display: block;
}
#sidebar-tab .nav-link span.nav-title {
  color: #3e3e3e;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 10px;
}
#sidebar-tab .nav-link.active{
  background: #e8f0fe;
}
#sidebar-tab .nav-link.active span.nav-title {
  color: #2980ee;
  font-weight: 500;
}
#sidebar-tab .nav-link.active .cn_item svg path {
  fill: #2980ee !important;
}
#sidebar-tab .nav-link .dotmenu {
	display: inline-block;
    text-align: center;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background: #1d79ed;
    opacity: 0;
}
#sidebar-tab .nav-link.active .dotmenu {
  opacity: 1;
}	
.menu-logo {
    padding: 25px 0px 40px;
    text-align: center;
}
@media (min-width: 1600px) {
#main-section {
    margin-left: 151px;
}
#sidebar-tab {
    width: 151px;
}
.menu-logo {
    padding: 29px 0px 55px;
    text-align: center;
}
#sidebar-tab .nav-item {
   margin-bottom:22px;
}
#sidebar-tab .nav-link {
    padding: 9px 0px 0px 0px;
}
#sidebar-tab .nav-link span.nav-title {
    font-size: 14px;
    line-height: 15px;
    margin-top: 11px;
    margin-bottom: 3px;
}
}
@media (max-width: 1199px) {
.main-head-top {
    height: 48px;
}
.menu-trigger {
	display:block;
}
.main-head-top .navbar {
    padding: .1rem 1rem .1rem 3rem;
}
.theme-width-left {
    margin-top:4px;
}
.form-cnitem-header .form-control {
    font-size: 13px;
    height: 35px;
    width: 116px;
}
.form-cnitem-header label {
    font-size: 11px;
    margin-right: 5px;
}
.navbar-theme-top.navbar-nav .nav-link {
    font-size: 12px;
    padding: 0px;
	letter-spacing: -1px;
}
.navbar-theme-top.navbar-nav .nav-item {
    line-height: 38px;
}
.navbar-theme-top.navbar-nav .nav-link .thumb-welc {
    margin-right: 0px;
}
.navbar-theme-top.navbar-nav .nav-link .usernm-tp {
    display: none;
}
.navbar-theme-top.navbar-nav .dropdown-toggle::after {
    top: 3px;
	margin-left: 7px;
}
.navbar-theme-top.navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-theme-top .dropdown-item {
    line-height: 22px;
}
.form-cnitem-header .select-form {
    background: url(../../img/drparrow.svg) no-repeat 92% center;
	background-color: #f0f3f4;
}
#main-section {
margin-left: 0px;
}
#main-section.onsidebar-left {
    width: 100%;
    left: 0;
    -webkit-transform: translate3d(96px,0,0);
    transform: translate3d(96px,0,0);
}
#sidebar-tab {
    left: 0px;
    right: auto;
    -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,1);
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
    -webkit-transform: translate3d(-260px,0,0);
    transform: translate3d(-260px,0,0);
  }
  #sidebar-tab.toggled {
    left: 0px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media (max-width: 767px) {
.menu-logo {
    padding: 12px 0px 20px;
}
.menu-logo .cn_item svg {
    width: 42px;
    height: 54px;
}

#sidebar-tab .nav-link span.cn_item svg {
    width: 16px !important;
    height: 16px !important;
}
#sidebar-tab .nav-link {
    padding: 7px 0px 0px 0px;
}

#sidebar-tab .nav-link span.nav-title {
    font-size: 12px;
    line-height: 13px;
    margin-top: 6px;
}
}
@media (max-width: 359px) {
.form-cnitem-header label {
    display: none;
}
}
/*sidebar-tab end*/
/*home page*/
.hm-white-bg {
	background-color: #fff;
}
.cutome-breadcrumb .breadcrumb {
    padding: 36px 0px 0px;
    margin-bottom: 0px;
    background-color: transparent;
}
.cutome-breadcrumb .breadcrumb-item a {
    color: #1d79ed;
    font-size: 14px;
    font-weight: 500;
}
.cutome-breadcrumb .breadcrumb-item.active {
    color: #3e3e3e;
}
.cutome-breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: .3rem;
}
.cutome-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .3rem;
    color: #dcdfe6;
    content: "/";
}
.ddsh-heading-tp h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #3e3e3e;
    margin-top: 15px;
}
.ddsh-space-padd {
    padding-left:20px;
	padding-right:20px;
}
.nocenter {
   display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
	text-align: center;
    height: 60vh;
}
.nodatashow {
	max-width:371px;
}
.nodatashow  span {
    font-size: 18px;
    color: #3e3e3e;
    display: block;
    margin-top: 20px;
}
@media (min-width: 1600px) {
.nocenter {
    height: 80vh;
}
}
@media (max-width: 1199px) {
.cutome-breadcrumb .breadcrumb {
    padding: 20px 0px 0px;
}
.ddsh-heading-tp h1 {
    font-size: 23px;
    margin-top: 5px;
}
.ddsh-space-padd {
    padding-left: 0px;
    padding-right: 0px;
}
.nocenter {
    padding-top: 80px;
    padding-bottom: 40px;
    height: 60vh;
}
.nodatashow span {
    font-size: 15px;
    margin-top: 15px;
}
}
/*home page end*/
/*user manage*/
.drop-box-right {
    background: #fff;
    border-radius: 10px;
    margin-top: 26px;
    box-shadow: 0 0px 12px rgba(0, 0, 0, .05);
    padding: 23px 0px;
}
.padd-offleftright-imp {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tabs-lsttb-border {
    margin-top: .6rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #e9e9e9;
	margin-right: -38px;
}
.tab-content.mar-top-tab {
    margin-top: 25px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 20px 18px;
    vertical-align: middle;
}
.table>tbody>tr>td {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
}
.default-border-table .table>tbody>tr>td {
    font-size: 14px;
    padding: 20px 18px 20px;
}
.userdetail-box .default-border-table .table>tbody>tr>td, .userdetail-box .table>tbody>tr>th, .userdetail-box .default-border-table .table>tfoot>tr>td, .userdetail-box .default-border-table .table>tfoot>tr>th, .userdetail-box .default-border-table .table>thead>tr>td, .table>thead>tr>th {
    border-bottom: 1px solid #e9e9e9;
    border-top: none;
}
.default-border-table .table>tbody>tr>td {
    position: relative;
}
.default-border-table .table>thead>tr>th {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding: 20px 18px 20px;
    background: #f3f3f3;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}
.userdetail-box-tabs li.nav-item {
    margin-right: 15px;
}
.userdetail-box-tabs li.nav-item:last-child {
    margin-right: 0px !important;
}
.userdetail-box-tabs .nav-pills .nav-link {
    border-radius: .25rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e6e9ec;
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400;
    padding: .5rem .8rem;
}
.userdetail-box-tabs .nav-pills .nav-link.active, .userdetail-box-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1d79ed;
    font-weight: 500;
}
.table-listed-tabs-padd {
	padding-left:38px;
	padding-right:38px;
}
.tablefiled-status.badge {
    padding: .32em .5em .30em;
    font-size: 80%;
    font-weight: 500;
    border-radius: .20rem;
    min-width: 63px;
}
.active-status.badge-success {
    color: #54ce8d;
    background-color: #ddf6e9;
}
.inactive-status.badge-danger {
    color: #ff715b;
    background-color: #ffe5e1;
}
.pending-status.badge-info {
    color: #eeb902;
    background-color: #fcf2d1;
}
.tble-icon {
    float: left;
    margin-right: 8px;
}
.cursor-pointer {
    cursor: pointer;
}
.tble-icon .cn_item {
    background: #fff;
	border:1px solid #e9e9e9;
    text-align: center;
    border-radius: 12px;
    width: 38px;
    height: 35px;
    display: inline-block;
    line-height: 33px;
}
.pagination-table {
    margin-top: 27px;
    margin-bottom: 27px;
}
.pagination-table .page-link {
    padding: .5rem .75rem;
    color: #ab86ae;
    background-color: #fff;
    border: 1px solid #ccd4da;
}
.pagination-table .page-item.disabled .page-link {
    color: #ccd5e0;
    border-color: #ccd4da;
    padding: .49rem .75rem .5rem;
}
.add-search {
    padding-top: 0px;
    max-width: 221px;
    margin-right: 16px;
}

.add-search-wrap {
    background: transparent;
    position: relative;
    width: 100%;
    float: left;
}

.add-search-wrap input {
    height: 38px;
    margin: 0;
    padding: 4px 30px 4px 12px;
    background-color: #f3f3f3;
    border-radius: 12px;
    color: #555;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    border: 1px solid #e9e9e9;
}

.add-search-wrap input:focus {
    outline: none;
}

.add-search-wrap button {
    border: none;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 4px;
}
.add-icon .cn_item {
    background: #1d79ed;
    text-align: center;
    border-radius: 12px;
    width: 41px;
    height: 38px;
    display: inline-block;
    line-height: 36px;
}
@media (max-width: 1199px) {
	.table-listed-tabs-padd {
    padding-left: 15px;
    padding-right: 15px;
}
	.tabs-lsttb-border {
    margin-right: -15px;
}
.add-cat-order {
   padding-bottom: 20px;
}
.add-cat-order.order-2 {
    -ms-flex-order: 0;
    order: 0;
}
.add-cat-order .justify-content-end {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.default-box-tabs .nav-pills, .userdetail-box-tabs .nav-pills {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
}

}
/*user manage end*/
