body {
  color: #6d6d6d;
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
  font-size: 14px;
}

/* Helper Classes */
.fade{
  opacity: 1;
}
.custome-modal{
  float: left;
  top: 40%;
  left: 13%;
}
.mar-no {
  margin: 0 !important;
}
.mar-all {
  margin: 15px !important;
}
.mar-lft {
  margin-left: 15px !important;
}
.mar-rgt {
  margin-right: 15px !important;
}
.mar-rgt-5 {
  margin-right: 5px !important;
}
.mar-top {
  margin-top: 15px !important;
}
.mar-btm {
  margin-bottom: 15px !important;
}
.mar-l-no {
  margin-left: 0 !important;
}
.mar-r-no {
  margin-right: 0 !important;
}
.mar-t-no {
  margin-top: 0 !important;
}
.mar-b-no {
  margin-bottom: 0 !important;
}
.mar-ver {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mar-hor {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mar-ver-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mar-hor-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mar-ver-no {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mar-hor-no {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pad-no {
  padding: 0 !important;
}
.pad-all {
  padding: 15px !important;
}
.pad-lft {
  padding-left: 15px !important;
}
.pad-rgt {
  padding-right: 15px !important;
}
.pad-top {
  padding-top: 15px !important;
}
.pad-btm {
  padding-bottom: 15px !important;
}
.pad-ver {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pad-hor {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pad-hor-no {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad-ver-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pad-ver-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pad-hor-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pad-r-no {
  padding-right: 0 !important;
}
.pad-l-no {
  padding-left: 0 !important;
}
.pad-t-no {
  padding-top: 0 !important;
}
.pad-b-no {
  padding-bottom: 0 !important;
}
.mar-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.error-msg{
  font-size: 12px;
}
.form-group{
  margin: 0 !important;
  min-height: 95px;
}
#package_form .form-group{
  min-height: 60px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.reply-form textarea:focus,
i:focus {
  outline: none !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #2491d9;
}
.dashboard-banner img {
  width: 300px;
}


.left-navbar h3 {
  /* border-bottom: 1px solid #fff; */
  text-align: center;
  color: #fff;
  /* padding-bottom: 13px; */
}
ul.left-navmenu.list-unstyled {
  margin-bottom: 80px;
}
.main-wrap.col-md-12.col-xs-12.pad-r-no {
  border-top: 1.5px solid #0eb46c;
}
.profile-round {
  border-radius: 50%;
}
.user-name {
  margin-top: 12px;
  /* color: #fff; */
  color: #131212;
}
.btn {
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
  position: relative;
}
.btn-circle {
  border-radius: 45px;
  padding: 3px 10px;
  font-size: 12px !important;
}
.btn:focus {
  color: #fff !important;
}

a:focus {
  text-decoration: none;
  outline: none !important;
}

.breadcrumb > li + li:before {
  padding: 0 2px;
}

.dflex {
  display: flex;
}

.ff-ac {
  display: flex !important;
  align-items: center !important;
}

.filter-white {
  filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.minw-unset {
  min-width: unset;
}

.form-group {
  position: relative;
}

.fw-med {
  font-weight: 500 !important;
}

.fw-sbold {
  font-weight: 600 !important;
}

.w-100 {
  width: 100% !important;
}

.comparetable td, .comparetable th {
  height: 100px;
  font-size: 15px;
  font-weight: 500;
  padding: 14px;
}
.comparetable th {
  font-weight: bold;
}
.compare-container{
  padding-top: 70px;
}
.compare-container .back-drop {
  top: 100% !important;
  opacity: 0.30;
}
.btn-default:focus {
  color: #333 !important;
}
.menu-item .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
  border-color: #dedede;
}

.menu-item.open .dropdown-menu {
  transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  opacity: 1;
  visibility: visible;
}

.menu-item .dropdown-menu li a {
  font-size: 13px;
  font-weight: 500;
  color: #676767;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.menu-item .dropdown-menu li a:hover {
  background: #2c7e7c;
  color: #fff;
}

.react-autosuggest__suggestions-container {
  position: absolute;
  float: right;
  z-index: 999;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: -2px 7px 6px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
}
.react-autosuggest__suggestions-list {
  list-style: none;
  padding-left: 0;
}
.react-autosuggest__suggestion {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  margin: 3px;
  text-align: left;
}
.react-autosuggest__suggestion:hover {
  color: #82B6FF !important;
  background: #ffffff;
}
.dropdown-menu .form-control,
.data-feed .dropdown-menu .form-control {
  height: 38px;
  background: #fff;
  border: 1px solid #bababa;
  border-radius: 4px;
}

.dropdown-menu.category {
  padding: 10px;
}

.dropdown-menu.category .btn {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

.btn .arrow-icon {
  width: 16px;
  position: absolute;
  right: 13px;
  top: 9px;
}

.dropdown-menu.category ul .li-head {
  font-weight: 600;
  padding: 0 10px;
  color: #636363;
}

.dropdown-menu.category ul {
  margin-bottom: 10px;
}

.dropdown-menu.category ul li a {
  color: #8f8f8f;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
}

.dropdown-menu.category ul li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.dropdown-menu.category ul li.active a {
  background: #2491d9;
  color: #fff;
}

.custom-select-drop .caret {
  color: #999;
}

.custom-select-drop .dropdown-toggle {
  background: #fff;
  /* height: 38px; */
  height: auto;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-select-drop .dropdown-toggle.btn-green,
.custom-select-drop .btn-green .caret {
  background: #2abb68;
  color: #fff;
  border-radius: 4px;
  width: auto;
  height: auto;
}

.custom-select-drop .dropdown-toggle.btn-green:focus {
  color: #fff !important;
}

.custom-select-drop .dropdown-toggle #selected {
  width: 100%;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-select-drop .dropdown-toggle:focus {
  color: #676767 !important;
}

.custom-select-drop span.btn-value {
  width: 100%;
  display: inline-block;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-select-drop button.form-control {
  display: inline-flex;
}

.custom-select-drop .create-new {
  padding: 10px 18px;
}

.custom-select-drop .create-new .btn {
  padding: 7px 20px;
  width: 100%;
  margin-top: 7px;
  font-weight: 400;
  text-align: left;
}

.custom-select-drop .create-new .btn strong {
  font-weight: 600;
}

.custom-select-drop .dropdown-menu {
  width: 100%;
}

.custom-select-drop .create-new .btn img {
  float: right;
  width: 20px;
  margin: 3px -6px 0 0;
}

.custom-select-drop.btn {
  padding: 0;
}

.custom-select-drop.btn .btn {
  padding-left: 13px;
  padding-right: 13px;
}

.dropdown-menu .add-new {
  padding: 10px;
}

.dropdown-menu .add-new .btn {
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

/* Custom Checkbox Style Starts */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #919191;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 4px;
}

ul.first li img{
  width: 30px;
}
/*.custom-checkbox:before {
content: "-";
opacity: 0;
visibility: hidden;
}
*/
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #2c7e7c;
  border-color: #2c7e7c;
}

.checkmark:after {
  content: "";
  position: absolute;
  opacity: 0.45;
}

.custom-checkbox input:checked ~ .checkmark:after {
  border-color: #fff;
  opacity: 1;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox input:disabled ~ .checkmark:after {
  border-color: #c7c7c7;
  opacity: 0.6;
}
.custom-checkbox input:disabled ~ .checkmark {
  opacity: 0.6;
  border-color: #c7c7c7;
  background: #fff;
}
/* Custom Checkbox Style Ends */

/* Custom Radio Style Starts */
.custom-checkbox.radio .checkmark {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.custom-checkbox.radio .checkmark:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 9px;
}

.custom-checkbox.radio .checkmark:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: none;
  background: #fff;
  border-radius: 50%;
}

.custom-checkbox.radio input:disabled ~ .checkmark:after {
  background: #989898;
  opacity: 0.6;
}

.custom-checkbox input:checked ~ .checkmark:after {
  background: #2c7e7c;
}

.custom-checkbox.radio input:checked ~ .checkmark {
  background: #fff;
  border-color: #bebebe;
}

/* Custom Radio Style Ends */
.pointer{
  cursor: pointer;
}
/* Login Style Starts */
.place-logo {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 99;
}
.subscribepage img{
  margin-top: 10px !important;
}
.login-left {
  background-image: linear-gradient(#2e8a88, #3dafac);
  color: #fff;
  padding: 40px 50px 0 50px;
  height: 100vh;
  position: relative;
  min-height: 600px;
}

.sign-up {
  background-color: #f34c44;
  border: 1px solid #f34c44;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 14px;
}
.app-download img {
  height: auto;
  width: 140px;
}
.app-download h5 {
  font-size: 20px;
  font-weight: 600;
}
.bg-gray .custom-fonts {
  min-height: 875px;
}
.bg-gray.bg-dark-gray .custom-fonts {
  min-height: 725px;
}

.custom-fonts {
  font-size: 13px;
  color: #000;
  height: 100%;
  max-height: 100%;
  padding: 20px;
}
.custom-fonts p {
  font-size: 14px;
  margin-bottom: 16px;
  text-align: left;
  color: #1d1d1d;
}
.custom-fonts p:hover {
  color: #f34c44;
}
.bronze {
  background: linear-gradient(
    45deg,
    rgba(223, 182, 103, 1) 0%,
    rgba(249, 243, 232, 1) 56%,
    rgba(231, 192, 116, 1) 96%
  ) !important;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.silver {
  background: linear-gradient(
    45deg,
    rgba(160, 160, 160, 1) 0%,
    rgba(232, 232, 232, 1) 56%
  ) !important;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.gold {
  background: linear-gradient(
    45deg,
    rgba(207, 181, 59, 1) 0%,
    rgba(255, 255, 255, 1) 56%,
    rgba(207, 181, 59, 1) 96%
  ) !important;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.header-color {
  background-color: #fbd171;
  padding: 15px 15px;
}
.header-rightside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-rightside a,
.header-rightside span {
  margin-left: 15px;
  cursor: pointer;
}
.logo-img {
  width: 130px;
  height: auto;
}
.search-form {
  align-items: center;
  display: flex;
  justify-content: center;
}
.search-form .form-control {
  width: 500px;
}
.text-above-image {
  color: #000000;
}
.trendings {
  min-height: 170px;
  background-color: lavender;
  margin-top: 30px;
}
.footer-design {
  background-color: #099c93;
  color: #fff;
  padding: 10px 30px;
  margin-top: 30px;
}
.description-container {
  width: 100%;
  /* height: 300px; */
  background-color: #ffffff;
  padding: 50px;
}

.description-container p {
  margin: 0 0 10px;
  line-height: 30px;
  color: #313131;
}

.bg-gray {
  background: #f2f1ed;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 20px 0;
  }
}
.bg-gray.bg-dark-gray {
  background: #eaeaea;
}

.bg-gray h2 {
  font-weight: bold;
}
.bg-gray .panel-default {
  border-color: #ddd;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  /* border-radius: 30px; */
  border: none;
}

.bg-gray .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5 !important;
  border-color: #ddd;
  background: #f2f9fd !important;
  padding: 30px 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px dashed #e5e5e5;
}

.bg-gray .panel-default > .panel-heading h2 {
  font-size: 26px;
  font-weight: 700;
  color: #3a3a3a;
}
.panel-heading img {
  width: 50px;
}

.navbar {
  margin-bottom: 0;
}
.text-above-image {
  position: absolute;
  top: 40%;
  font-weight: bold;
}
.banner-image-data {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  outline: none;
  /* height: calc(100vh - 65px); */
  background: #f2f1ed;
  /* background-image: url("../images/slide9.png"); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .banner-image-data {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banner-image-data img {
  width: 100%;
  height: 100%;
}
.banner-image-data .row {
  align-items: center;
}
.banner-image-data h1 {
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 600;
}
.custom-head h1{
  font-size: 24px;
  font-weight: 600;
}
.banner-image-data p {
  line-height: 40px;
  font-size: 15px;
  color: #2d2d2d;
}
.lin-partnr p{
  line-height: 33px !important;
  
}
.banner-image-data-in p {
  line-height: 40px;
  font-size: 16px;
  color: #2d2d2d;
}
.platinum {
  background-color: linear-gradient(
    45deg,
    #e5e4e2 0%,
    rgba(160, 160, 160, 1) 56%,
    #e5e4e2 96%
  ) !important;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.login-bg-login {
  /* background-image: linear-gradient(#2e8a88, #3dafac); */
  background-image: url("../images/bwisebackground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 50px 0 50px;
  height: 100vh;
  position: relative;
  text-align: center;
  min-height: 600px;
}
.sign-bg-login {
  /* background-image: linear-gradient(#2e8a88, #3dafac); */
  /*background-image: url("../images/login.png");*/
  background-image: url("../images/partnersignupbanner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 50px 0 50px;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
}
.sign-bg-login h1 {
  font-size: 28px;
  color: white;
  line-height: 44px;
  z-index: 1;
  font-weight: bold;
}
.sign-bg-login .shadow-bg {
  background: #272727;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}
.signup-right {
  height: 100vh;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 25px;
}
.signup-right .inner-right {
  width: 100%;
  height: 100%;
}
.signup-right .inner-right .right-logo {
  margin-bottom: 15px;
  text-align: center;
}
.signup-right h1 {
  font-size: 16px;
  color: #6c6c6c;
  margin: 10px 0 20px 0;
  font-weight: 600;
}
.register-preview label {
  min-width: 100%;
}
.register-preview .register-form .form-group {
  margin-bottom: 5px;
  /* height: 60px; */
}
.all-report img {
  max-width: 100%;
}
.report-view a {
  font-size: 14px;
  color: #f34c44;
  margin: 10px;
  font-weight: 700;
  display: inline-block;
  float: unset;
}
.custom-box-view a {
  padding: 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 17px;
  min-height: 100px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.23);
}
.copyright {
  background-color: #3d3d3d;
  padding: 17px 0px;
  background-color: rgb(18, 138, 130) !important;
  padding: 15px;
}

.box-content {
  padding: 30px;
  background: #f3f3f3;
  border-radius: 10px;
}
.box-content h3 {
  color: #000;
  font-weight: 700;
}
.register-preview .font-small {
  color: #359b99;
}
.create-company-info .custom-form label,
.form-label {
  width: 100%;
}
.create-company-info .grade-section {
  background: #f3f3f3;
  padding: 10px 0px 0 7px;
  margin: 5px;
}
.create-company-info .bootstrap-select.form-control {
  height: 38px;
}
.create-company-info .add-icon i {
  font-size: 25px;
  color: #2c7e7c;
  margin-top: 30px;
  display: inline-block;
}
.create-company-info .nav-pills > li > a {
  border-radius: 5px;
  padding: 5px 22px;
  font-weight: 600;
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}
.header-top-customerpage h2 {
  float: left;
  margin: 0;
  font-size: 30px;
  margin-right: 100px;
  font-weight: 700;
  letter-spacing: -2px;
}
.header-top-customerpage {
  padding: 20px 30px 15px !important;
}
.d-inline-block {
  display: inline-block;
}
.login-left h1 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.login-left p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
}

.img-wrap {
  display: inline-block;
  width: 100%;
}

.login-left .img-wrap {
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  width: auto;
}

.login-right {
  min-height: 600px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-wrap {
  text-align: center;
  width: 340px;
  margin-top: 30px;
}

.login-wrap .lead {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 600;
}

.login-wrap .nav-brand {
  margin-bottom: 35px;
}

.login-wrap .form-control {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  height: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  padding-left: 23px;
  padding-right: 23px;
  color: #7d7d7d;
  font-weight: 500;
  font-size: 14px;
}

.login-wrap .form-group {
  margin-bottom: 18px;
}

.login-btn {
  float: left;
  width: 53%;
  border-radius: 32px;
  height: 45px;
  color: #fff;
  background-color: #82B6FF !important;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.login-btn:hover {
  background-color: #82B6FF !important;
  color: #fff;
}
.have-account {
  color: #8d8d8d;
  font-size: 13px;
  margin-top: 16px;
}
.login-wrap a.forgot-pass {
  color: #8d8d8d;
  font-size: 13px;
  float: right;
  margin-top: 16px;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.login-wrap a.forgot-pass:hover {
  color: #2d9ae2;
}

.login-wrap .alert-wrap {
  font-weight: 500;
  background: #ff6d6d;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.login-wrap .alert-wrap p {
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
  .bg-gray.bg-dark-gray .custom-fonts {
    min-height: 520px;
  }

  .bg-gray .custom-fonts {
    min-height: 690px;
  }
}

@media screen and (max-width: 1600px) {
  .bg-gray.bg-dark-gray .custom-fonts {
    min-height: 520px;
  }

  .bg-gray .custom-fonts {
    min-height: 690px;
  }
}

@media screen and (max-width: 1440px) {
  .bg-gray.bg-dark-gray .custom-fonts {
    min-height: 650px;
  }
}

@media screen and (max-width: 1336px) {
  .bg-gray.bg-dark-gray .custom-fonts {
    min-height: 720px !important;
  }

  .bg-gray .custom-fonts {
    min-height: 870px !important;
  }
}
@media screen and (max-width: 1200px) {
  .bg-gray .custom-fonts {
    min-height: 915px !important;
  }
}

@media screen and (max-width: 1440px) {
  .bg-gray .custom-fonts {
    min-height: 815px;
  }
}

@media screen and (max-width: 991px) {
  .login-left {
    padding-right: 30px;
    padding-left: 30px;
  }

  .login-left .img-wrap {
    left: 10px;
    right: 10px;
  }

  .login-right {
    /* background-color: rgb(44, 126, 125); */
    background: #82B6FF;
  }

  .login-wrap {
    background: #fff;
    border-radius: 4px;
    width: 380px;
    padding: 35px;
    box-shadow: 0 0 21px rgb(44, 126, 125);
    -moz-box-shadow: 0 0 21px rgb(44, 126, 125);
    -webkit-box-shadow: 0 0 21px rgb(44, 126, 125);
  }
}

@media screen and (max-width: 767px) {
  .custom-fonts {
    min-height: 100%;
  }

  .login-wrap {
    padding: 30px 20px;
  }

  .menu-vendor .logo-img {
    margin: -15px 0px 10px;
  }
  .menu-vendor {
    padding: 10px;
  }
  .navbar-text-logo {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* Login Style Ends */

/* left-navbar Style Starts */

.left-navbar {
  width: 260px;
  position: fixed;
  /* background: #2c7e7c; */
  background: #fbd171;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 999;
}

.left-navbar .nav-brand {
  width: 113px;
  display: block;
  margin: 25px auto;
}

.left-navbar .nav-brand img {
  max-width: 100%;
}

.left-navmenu li span.item-head {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px 5px 20px;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.left-navmenu li a {
  /* color: #fff; */
  color: #3e3939;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
  /* border-left: 3px solid #2c7e7c; */
}

.left-navmenu li a:hover,
.left-navmenu li a.active {
  opacity: 1;
  text-decoration: none;
  /* background: #2f9c9a; */
  color: #fff;
  border-color: #fff;
}

.left-navmenu li a.active {
  border-color: #ff4d4d;
}

.left-navmenu .sub-menu {
  display: none;
  /* background: #2d7e7b; */
  background: #f5d170;
  padding: 6px;
  border-bottom: 1px solid #c7b5b5;
}

.left-navmenu .sub-menu li a {
  border-left: none;
  font-size: 13px;
  font-weight: 900;
  /* font-weight: 500; */
  opacity: 1;
}

.left-navmenu .sub-menu li a.active {
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
}

/* left-navbar Style Ends */

/* Main Wrap Style Starts */

.main-wrap {
  padding-left: 260px;
  position: relative;
  width: 100%;
}

/* Topbar Style Starts */

.top-bar {
  padding-left: 25px;
  height: 55px;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  background: #ffff;
  display: inline-block;
  position: relative;
}

.breadcrumb.page-title {
  background: transparent;
  padding: 0;
}

.breadcrumb.page-title li:first-child a {
  color: #545454;
  font-weight: 600;
  font-size: 16px;
}

.breadcrumb.page-title li,
.breadcrumb.page-title li a {
  /* font-size: 13px; */
  font-weight: 500;
  /* color: #919191; */
}

.page-title {
  color: #545454;
  font-weight: 600;
  font-size: 16px;
  margin-top: 17px;
  width: 39%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.back {
  float: left;
  margin: 14px 10px 0 0;
  filter: grayscale(1.2) contrast(420%);
  -moz-filter: grayscale(1.2) contrast(420%);
  -webkit-filter: grayscale(1.2) contrast(420%);
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

a.back:hover {
  filter: grayscale(0) contrast(100%);
  -moz-filter: grayscale(0) contrast(100%);
  -webkit-filter: grayscale(0) contrast(100%);
}

.search-wrap,
.notify-wrap,
.profile-wrap {
  float: left;
  position: relative;
}

.avatar-img {
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  overflow: hidden;
}

.profile-wrap .avatar {
  float: left;
  display: flex;
  align-items: center;
  height: 55px;
}

.profile-wrap .avatar .avatar-img {
  margin-right: 10px;
}

.profile-wrap {
  padding: 0 10px;
  border-left: 1px solid #e2e2e2;
}

.profile-wrap .dropdown-menu {
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  display: block;
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  right: 0;
  left: auto;
}

.profile-wrap.open .dropdown-menu {
  transform: translateY(-2px);
  opacity: 1;
  visibility: visible;
}

.profile-wrap .dropdown-menu li a {
  color: #797979;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
}

.profile-wrap .dropdown-menu li a img {
  margin-right: 12px;
}

form.hdr-search {
  float: left;
  width: 100%;
  position: absolute;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

form.hdr-search.active {
  opacity: 1;
  visibility: visible;
}

form.hdr-search .form-control {
  box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: calc(100% - 120px);
  float: left;
  background: url("images/search-icon.svg") no-repeat 0 6px;
  padding-left: 28px;
}

form.hdr-search .btn-green {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  float: right;
  padding: 9px 10px;
}

form.hdr-search .btn-green:hover {
  background: #1dab59;
}

form.hdr-search .close-icon {
  float: right;
  margin-top: 3px;
  padding: 5px;
  opacity: 0.65;
}

form.hdr-search .close-icon img {
  width: 12px;
}

form.hdr-search .close-icon:hover {
  opacity: 1;
}

.search-btn {
  float: left;
  padding: 17px 13px;
  position: relative;
}

.notify-wrap > a {
  display: inline-block;
  padding: 17px 13px;
}

.profile-wrap .avatar > span {
  font-weight: 500;
  color: #707070;
}

.profile-wrap .avatar:hover {
  text-decoration: none;
}

.profile-wrap:hover,
.notify-wrap > a:hover,
.search-btn:hover {
  background: #f5f5f5;
}

/* Topbar Style Starts */

/* Main Content Style Starts */

.main-content {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 77px);
  padding: 25px;
  background: #f8f8f8;
}

.content-view .box-shadow-custom {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(56, 65, 74, 0.11);
  -moz-box-shadow: 0 2px 8px rgba(56, 65, 74, 0.11);
  -webkit-box-shadow: 0 2px 8px rgba(56, 65, 74, 0.11);
  margin-bottom: 24px;
  border-radius: 0.25rem;
  display: inline-block;
  width: 100%;
  /* overflow: auto; */
}
.table-custom-design thead {
  background: #4e5a67;
  color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}

.select-dropdown + .btn-default {
  border-color: #cfcfcf;
}

.bootstrap-select .dropdown-menu li a,
.custom-select-drop .dropdown-menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  color: #1a9aef;
  top: 9.5px;
}

.label {
  font-weight: 500 !important;
}

.label-enclose {
  display: inline;
  margin-left: 30px;
}

.label-enclose .label-warning.active,
.inbox-item .label.label-warning {
  background: #ff960c;
}

.label-enclose .label-danger.active,
.inbox-item .label.label-danger {
  background: #ff5d5d;
}

.label-enclose .label,
.inbox-item .label {
  cursor: pointer;
  margin-top: 3px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  background: #ababab;
}

.label-enclose .label.active {
  padding: 4px 24px 4px 10px;
}

.label-enclose .label a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5.5px 5px;
  border-radius: 0 4px 4px 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
}

.label-enclose .label a:hover {
  background: rgba(0, 0, 0, 0.14);
}

.label-enclose .label.active a {
  opacity: 1;
  visibility: visible;
}

.label.unsolve span {
  background: #de4545;
  border-radius: 0 4px 4px 0;
  padding: 0 5px;
  line-height: 21px;
  margin-left: 6px;
  height: 100%;
  display: inline-block;
}

.inbox-item .label.unsolve,
.label.unsolve {
  padding-right: 0;
}

.content-sec {
  margin-top: 20px;
}

.item-listwrap {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  max-height: 820px;
  display: flex;
}

.inbox-listing .ib-scroll {
  height: auto;
  width: 100%;
}

.inbox-listing .mCSB_outside + .mCSB_scrollTools {
  right: -15px;
}

.inbox-listing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #b5b5b5 !important;
  width: 6px;
}

.inbox-listing .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.15);
}

.inbox-item {
  padding-top: 15px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 #cac8c8;
  -moz-box-shadow: 0 0 0 #cac8c8;
  -webkit-box-shadow: 0 0 0 #cac8c8;
}

.inbox-item:hover {
  z-index: 9;
  box-shadow: 0 0 7px #cac8c8;
  -moz-box-shadow: 0 0 7px #cac8c8;
  -webkit-box-shadow: 0 0 7px #cac8c8;
}

.inbox-item.unread {
  background: #ffffff;
}

.inbox-item.unread .name,
.inbox-item.unread .sub-content {
  font-weight: 600;
  color: #525252;
}

.inbox-listing .avatar {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
}

.item-content {
  width: calc(100% - 65px);
  float: right;
  padding-top: 6px;
  position: relative;
}

.inbox-listing .name,
.inbox-listing .client-id {
  color: #4d4d4d;
  font-weight: 500;
  max-width: 56%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inbox-listing .client-id {
  color: #464646;
  font-weight: 600;
  max-width: 42%;
  margin-left: 2px;
}

.inbox-item .sub-content {
  color: #6d6d6d;
  font-size: 13px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -2px;
}

.attachment-item {
  margin-top: 12px;
}

.attachment-item a {
  display: inline-flex;
  background: #fff;
  border: 1px solid #b8b8b8;
  padding: 6px 15px;
  border-radius: 35px;
  color: #6d6d6d;
  font-size: 13px;
  margin-right: 2px;
  align-items: center;
}

.attachment-item a:hover {
  text-decoration: none;
  background: #e6e6e6;
}

.attachment-item a span {
  margin-left: 6px;
}

.attachment-item span.etc {
  color: #3591ce;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.inbox-listing .date-time {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #818181;
  font-size: 12px;
  font-weight: 500;
}

.inbox-item.active .date-time {
  display: none;
}

.inbox-item .date-time.delay {
  color: #4481db;
  font-weight: 600;
}

.inbox-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 3px;
  background: #ff4d4d;
  display: none;
}

.inbox-item:after {
  content: "";
  background: url(images/item-active-arrow.svg) no-repeat 0 0;
  position: absolute;
  right: 12px;
  width: 8px;
  top: calc(50% - 6px);
  height: 14px;
  background-size: contain;
  display: none;
}

.inbox-item.active {
  background: #fff;
}

.inbox-item.active:before,
.inbox-item.active:after {
  display: block;
}

.inbox-item .label {
  padding: 3px 8px;
}

.inbox-item .label + div {
  margin-top: 8px;
}

.ib-detail-head {
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}

.inbox-listing .ib-detail-head .date-time {
  position: static;
  clear: both;
  display: inherit;
}

.ib-detail-head .item-content {
  padding-right: 60px;
}

.ib-detail-head .navigate {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 9;
  cursor: not-allowed;
}

.ib-detail-head .navigate a {
  background: rgba(234, 234, 234, 0);
  padding: 5px 8px;
  float: left;
  border-radius: 3px;
}

.ib-detail-head .navigate a img {
  float: left;
}

.ib-detail-head .navigate a:hover {
  background: rgba(234, 234, 234, 1);
}

.ib-msg {
  padding: 8px 0;
  margin-bottom: 25px;
}

.ib-msg h4 {
  color: #555;
}

.ib-msg p {
  font-size: 13px;
  color: #6d6d6d;
}

.ib-attachment {
  padding: 10px 0;
}

.ib-attachment .lead {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.ib-attachment .attach-item {
  border: 1px solid #dfdfdf;
  width: calc(33.3% - 10px);
  height: 190px;
  border-radius: 4px;
  margin: 5px 10px 5px 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.ib-attachment .attach-item:nth-child(3n) {
  margin-right: 0;
}

.ib-msg .ib-detail-head {
  border: none;
  padding-top: 5px;
}

.ib-msg .ib-detail-head .item-content {
  padding-right: 0;
}

.ib-comment {
  padding: 10px 0 5px;
  border-bottom: 1px solid #e2e2e2;
}

.ib-comment h4 {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.ticket-wrap {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
}

.ticket-wrap .label + p {
  margin-top: 10px;
}

.ticket-wrap p {
  color: #575757;
  font-size: 13px;
  margin-bottom: 6px;
}

.ticket-wrap a {
  font-size: 13px;
  text-decoration: underline;
  color: #6b6b6b;
  word-break: break-all;
}

.ticket-wrap a:hover {
  color: #2d2d2d;
}

.ticket-wrap a.unread {
  color: #1472ee;
}

.ticket-wrap a.unread:hover {
  color: #6b6b6b;
}

.ticket-wrap .date-time {
  position: static;
  clear: both;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  color: #a2a2a2;
  margin-top: 10px;
}

.attach-item .img-wrap,
.attach-item .img-wrap img {
  height: 100%;
  width: 100%;
}

.attach-item a:first-child:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.attach-item a:last-child {
  border-top: 1px solid #dfdfdf;
  width: 100%;
  display: inline-block;
  background: #fbfbfb;
  color: #555;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  padding: 10px 8px;
  border-radius: 0 0 3px 3px;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.attach-item a:last-child span {
  width: 80%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.attach-item a:last-child img {
  float: right;
  opacity: 0.7;
}

.attach-item a:last-child:hover {
  text-decoration: none;
  background: #e6e6e6;
}

.attach-item a:last-child:hover img {
  opacity: 1;
}

.attach-item .img-wrap {
  position: relative;
}

.attach-item a:first-child:hover span.go {
  opacity: 1;
  visibility: visible;
}

.attach-item span.go {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
}

.attach-item span.go img {
  width: 24px;
  margin-top: -15px;
}

.inbox-right {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  max-height: 820px;
  display: flex;
}

.btn.btn-compose {
  background: #2c7e7c;
  border-radius: 70px;
  padding: 10px 18px 10px 13px;
  color: #fff;
  font-weight: 500;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.btn.btn-compose:hover {
  background: #0b6fb1;
}

.btn.btn-compose img {
  margin-right: 7px;
}

.search-right {
  float: right;
  width: 260px;
  margin-top: 5px;
}

.search-right .form-control {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  box-shadow: none;
  padding-left: 27px;
  color: #828282;
}

.search-right img {
  position: absolute;
  bottom: 8px;
  opacity: 0.8;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* Data Tagging Style Starts */

.scanned-wrap {
  padding: 0;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  border-top: 3px solid #3baef8;
  min-height: calc(100vh - 180px);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  display: flex;
}

.scanned-left {
  border-right: 1px solid #d6d6d6;
  position: relative;
  padding: 0;
  display: flex;
}

.file-thumbnail {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 1px 0 0 4px;
  width: 115px;
  float: left;
  margin-top: -3px;
  padding: 5px 0;
  overflow-y: auto;
}

.file-thumbnail li {
  padding: 10px 15px;
  float: left;
}

.file-thumbnail li a {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  float: left;
  width: 100%;
  padding: 0;
  transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
}

.file-thumbnail li a:hover {
  transform: scale(1.07);
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.file-thumbnail li a.active {
  border: 1px solid #cecece;
  padding: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.doc-wrap {
  float: left;
  width: calc(100% - 115px);
  position: relative;
}

.scanned-file {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}

.scanned-file img {
  max-width: 96%;
}

.zoom-btn {
  margin: 8px 7px 0 0;
  position: absolute;
  right: 0;
}

.zoom-btn a {
  background: #f1f1f1;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 5px;
  float: left;
  margin-right: 5px;
}

.zoom-btn a:last-child {
  margin-right: 0;
}

.zoom-btn a img {
  float: left;
}

.zoom-btn a:hover {
  background: #dcdcdc;
}

form.comment-sec {
  float: left;
  width: 100%;
  padding: 15px;
}

form.comment-sec .form-control {
  border: 1px solid #d2d2d2;
  height: 110px;
  resize: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 10px;
}

form.comment-sec .btn {
  float: right;
}

.btn-green,
.btn-yellow,
.btn-gray,
.btn-lightgray,
.btn-empty,
.btn-blue,
.btn-red,
.btn-white {
  background: #2abb68;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.btn-rounded {
  border-radius: 30px;
}

.btn.full-w {
  width: 100%;
  padding: 15px;
}

.btn.ico img {
  margin-right: 5px;
}

.btn-green:hover {
  color: #fff;
  background: #12a250;
}

.btn-yellow {
  background: #f39c12;
}

.btn-yellow:hover {
  color: #fff;
  background: #e89005;
}

.btn-gray {
  background: #d8d8d8;
  color: #656565;
}

.btn-gray:hover {
  color: #656565;
  background: #c7c5c5;
}

.btn-lightgray {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  color: #9c9c9c;
}

.btn-lightgray:hover {
  background: #e4e4e4;
}

.btn-empty {
  background: transparent;
  color: #6d6d6d;
}

.btn-empty:hover {
  background: #e6e6e6;
}

.btn-blue {
  background: #2491d9;
  color: #fff;
}
.blue-txt {
  color: #82b6ff;
}
.blue-txt:hover{
  text-decoration: none;
}
.btn-blue:hover {
  background: #0474be;
  color: #fff;
}

.btn-red {
  background: #ff5151;
  color: #fff;
}

.btn-red:hover {
  background: #ff3b3b;
  color: #fff;
}

.btn-white {
  background: #fff;
  border: 1px solid #cfcfcf;
  color: #6e6e6e;
}

.btn-white:hover,
.btn-white:focus {
  background: #eaeaea !important;
  color: #6e6e6e !important;
}

a.text-link {
  margin-top: 8px;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #646464;
}

a.text-link img {
  margin-right: 5px;
}

.scanned-right {
  padding: 0;
}

.data-feed {
  padding-top: 20px;
}

.data-feed .form-group {
  padding: 0 20px;
  position: relative;
}

.data-feed label {
  color: #808080;
  font-size: 13px;
  font-weight: 500;
}

.data-feed .form-control {
  background: #f5f5f5;
  height: 38px;
  border: none;
  border-radius: 0;
  color: #676767;
  box-shadow: none;
}

.data-feed textarea.form-control {
  resize: none;
  height: 75px;
}

.data-feed .form-label + .custom-checkbox {
  margin-top: 11px;
}

.data-feed .form-group .bootstrap-select {
  width: 100% !important;
}

.data-feed .form-group .select-dropdown + .btn-default {
  background: #f5f5f5;
  height: 38px;
  border: none;
  border-radius: 0;
  color: #676767;
  box-shadow: none;
}

.form-table {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  margin-top: 10px;
  overflow-x: auto;
  max-height: 320px;
}

.form-table th {
  background: #2598e2;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  padding: 10px;
}

.form-table table {
  width: calc(100% - 1px);
  float: left;
  margin-bottom: 5px;
  min-width: 590px;
}

.form-table th:first-child {
  border-radius: 3px 0 0 0;
}

.form-table th:last-child {
  border-radius: 0 3px 0 0;
}

.form-table tbody {
  border: 1px solid #e4e4e4;
  background: #fff;
}

.form-table tbody tr:nth-child(even) {
  background: #f3f3f3;
  border: 1px solid #e4e4e4;
}

.form-table tbody td {
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #737373;
}

.data-feed .form-table {
  width: calc(100% - 30px);
}

a.add-col {
  float: left;
  opacity: 0.8;
  margin: 18px 6px 0 0;
}

a.add-col:hover {
  opacity: 1;
}

.data-feed .form-table .custom-select-drop .dropdown-menu {
  width: 230px;
}

.data-feed .form-group.total-input {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.data-feed .form-group.total-input label {
  text-align: right;
  padding-right: 12px;
  margin-top: 7px;
}

.data-feed .form-group.total-input label {
  width: 165px;
  float: left;
}

.data-feed .form-group.total-input label + div {
  width: calc(100% - 165px);
  float: left;
}

.data-feed .form-group.total-input > div .form-control {
  width: calc(50% - 10px);
  float: left;
  margin: 0 5px;
}

.data-feed .form-group.total-input > div .form-control:last-child {
  margin: 0;
  width: 50%;
}

.data-feed .submit-enclose {
  border-top: 1px solid #e2e2e2;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
}

.data-feed .submit-enclose .btn {
  margin-bottom: 5px;
}

.data-feed .currency-label {
  padding-left: 185px !important;
  text-align: right;
  float: left;
  width: 100%;
  margin: 0;
}

.data-feed .currency-label span {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 7px;
  color: #706f6f;
  font-size: 12px;
  font-weight: 500;
}

.form-group.exchange-rate {
  float: right;
  width: 72%;
  margin-top: 15px;
}

.data-feed .form-group.exchange-rate label {
  font-weight: 600;
  margin: 11px 0 0 0;
}

.data-feed .form-group.exchange-rate label + div {
  float: right;
  width: 140px;
  position: relative;
}

.data-feed .form-group.exchange-rate .form-control,
.exchange-col .form-control {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding-right: 55px;
  font-weight: 600;
}

.data-feed .form-group.exchange-rate span.label,
.exchange-col span.label {
  background: #2598e2;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  line-height: 12px;
  padding: 4px 7px;
  position: absolute;
  right: 7px;
  top: 9px;
}

.custom-form .exchange-col .form-control {
  font-size: 14px;
}

.exchange-col span.label {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 7px;
  top: 9px;
}

/* Data Tagging Style Ends */

/* Main Content Style Ends */

.profile-wrap,
.notify-wrap > a,
.search-btn,
.search-btn img,
.bootstrap-select .dropdown-toggle,
.label-enclose .label,
.label-enclose .label a,
.attachment-item a,
.ib-detail-head .navigate a,
.attach-item a,
.attach-item span.go,
.zoom-btn a,
.btn-green,
.btn-yellow,
.btn-gray,
.builder-right .close-btn,
.modal-dialog button.close {
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

/* Main Wrap Style Ends */

/* Footer Style Starts */

footer.container-fluid {
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  padding-left: 260px;
  margin-top: 0;
}

footer p {
  text-align: center;
  font-size: 14px;
  color: #969696;
  margin-bottom: 0;
  font-weight: 500;
  padding: 18px 0px;
}

/* Footer Style Ends */

/* Scrollbar Style Starts */

.mscroll-y {
  height: 100%;
}

.left-navbar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mscroll-x {
  width: 100%;
}

.mscroll-x .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mscroll-x .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #636363;
}

/* Scrollbar Style Ends */

/* Compose Attachment Style Starts */

.content-top .page-title {
  margin-top: 0;
  position: relative;
  top: 15px;
  margin-left: 9px;
}
ul.list-unstyled.sub-menu li a {
  padding-left: 50px;
}
.menu-icons {
  padding-bottom: 2px;
  padding-right: 10px;
}

.attachment-form {
  margin-top: 15px;
}

.custom-form label,
.form-label {
  color: #080808;
  margin-bottom: 8px;
  font-size: 13px;
}
.d-inline-flex {
  display: inline-flex;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11px;
  margin: 0px 2px;
}

.btn-small.btn-view {
  padding: 2px 5px;
}

.custom-form label .astrick {
  color: #ff4747;
  margin-left: 3px;
}
.edited-field{
  color: #ff4747 !important;
}
.custom-form .form-group a.add-input,
.data-feed .form-group a.add-input {
  float: right;
  font-size: 10px;
  color: #2491d9;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 3px;
}

.data-feed .form-group a.add-input {
  float: left;
}

.custom-form .form-group a.add-input:hover {
  text-decoration: none;
}

.custom-form .form-control,
.pop-modal .custom-select-drop .dropdown-toggle {
  border: 1px solid #e2e2e2;
  background: #fff;
  height: 43px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  text-align: left;
}

.custom-form .bootstrap-select .form-control {
  height: 38px;
}

.custom-form .form-control:focus,
.custom-form .form-control:hover {
  border-color: #d0d0d0;
  box-shadow: 0 0 9px #ececec;
  -moz-box-shadow: 0 0 9px #ececec;
  -webkit-box-shadow: 0 0 9px #ececec;
}

.custom-form textarea.form-control {
  resize: none;
  font-weight: 400;
  height: auto;
}

.attachment-form textarea {
  min-height: 256px;
}

.attachment-form .form-group {
  margin-bottom: 25px;
}

.upload-wizard {
  width: 100%;
  height: 350px;
  border: 1px dashed #dadada;
  border-radius: 4px;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.upload-wizard:hover {
  border-color: #d0d0d0;
  box-shadow: 0 0 9px #ececec;
  -moz-box-shadow: 0 0 9px #ececec;
  -webkit-box-shadow: 0 0 9px #ececec;
}

.upload-wizard {
  padding: 10px 15px;
}

.upload-space {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.upload-space .icon {
  margin-bottom: 5px;
}

.upload-space span {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #707070;
  font-weight: 500;
}

.upload-space .note-txt {
  color: #a7a7a7;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}

.upload-space .note-txt a {
  color: #0088ff;
  text-decoration: underline;
}

.upload-space .note-txt a:hover {
  color: #707070;
}

.attachment-form .btn {
  font-size: 14px;
  padding: 8px 25px;
}

.upload-thumb ul {
  margin: 0;
}

.upload-thumb li {
  text-align: center;
  position: relative;
  padding: 7px 5px;
  width: 25%;
  cursor: pointer;
  float: left;
}

.upload-thumb .thumb-img {
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
  height: 105px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
}

.upload-thumb .file-name {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}

.upload-thumb a.del-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #fe5f5f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.upload-thumb li:hover a.del-btn {
  opacity: 1;
  visibility: visible;
}

.upload-thumb a.del-btn img {
  width: 8px;
}

.upload-thumb a.del-btn:hover {
  background: #ea3434;
}

.upload-thumb .add-more {
  color: #b4b4b4;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  width: 100%;
  height: 105px;
  border: 1px dashed #d2d2d2;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.upload-thumb .add-more img {
  display: block;
  width: 30px;
  margin: 0 auto 3px;
}

.upload-thumb .add-more:hover {
  border-color: #c5c5c5;
  box-shadow: 0 0 6px #d4d4d4;
  -moz-box-shadow: 0 0 6px #d4d4d4;
  -webkit-box-shadow: 0 0 6px #d4d4d4;
  text-decoration: none;
}

/* Compose Attachment Style Ends */

/* Data Tagging Comment Style Starts */

.comments-wrap {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
}

.comments-wrap .comment-sec {
  margin-bottom: 20px;
}

.comment-cont {
  float: right;
  width: calc(100% - 50px);
}

span.user-name {
  font-size: 13px;
  font-weight: 600;
  color: #474747;
  margin-top: 4px;
}

.date {
  font-size: 10px;
  font-weight: 500;
  color: #707070;
  margin-top: 3px;
}

.comment-txt {
  color: #535353;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin: 8px 0 5px 0;
}

.reply-link {
  color: #2a85fc;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.reply-form {
  margin-top: 15px;
}

.reply-form textarea {
  border-radius: 4px;
  border-color: #d2d2d2;
  padding: 6px 10px;
  resize: none;
  min-height: 120px;
  margin-bottom: 5px;
  font-size: 13px;
}

.reply-form .btn-green {
  padding: 4px 8px;
  font-size: 12px;
}

.reply-form .btn-green img {
  margin-right: 3px;
  margin-top: -2px;
}

.reply-form .btn-empty {
  padding: 3px 8px;
}

.reply-cont {
  padding: 8px 10px;
  background: #f3f3f3;
  border-radius: 4px;
  margin: 10px 0;
}

.reply-cont .reply-user {
  float: right;
  width: calc(100% - 50px);
  padding-right: 30px;
}

.reply-cont .reply-user + .dropdown.menu-item {
  position: absolute;
  top: 5px;
  right: 8px;
}

.reply-cont .reply-user + .dropdown.menu-item > a img {
  opacity: 0.7;
}

.reply-cont .reply-user + .dropdown.menu-item .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 120px;
}

.reply-cont .reply-user + .dropdown.menu-item .dropdown-menu a {
  font-size: 12px;
}

.comments-wrap .attachment-item {
  margin-top: 6px;
}

.comments-wrap .attachment-item a {
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.comments-wrap .btn-lightgray {
  padding: 4px 8px;
  font-size: 12px;
  margin-right: 7px;
}

.label-success {
  background-color: #2abb68;
  font-weight: 500;
  padding-top: 4px;
  font-size: 12px;
}

/* Data Tagging Comment Style Ends */

/* Register Style Starts */

.register-left {
  background-image: linear-gradient(#2e8a88, #3dafac);
  min-height: 100vh;
  padding: 0 35px;
}

.register-right {
  /*min-height: 800px;*/
}

.register-left .nav-brand {
  margin: 50px 0;
}

.register-left .nav-brand img {
  display: inline;
}

.register-left h1 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.contact-row {
  display: inline-block;
}
.column-right {
  margin-right: 6px;
}
.contact-row {
  display: inline-block;
}
input#cvc {
  width: 84px;
}
.contact-row.form-group.cvv-box {
  float: right;
}
.payment-bg {
  padding: 22px 22px 0px 22px;
  background: #e2e2e2;
}
.form-group.col-md-12.m12 {
  margin-bottom: 10px;
}
.register-left ul span {
  color: #ffffff;
  opacity: 0.8;
}

.register-left li {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.register-left ul li img {
  margin-right: 18px;
}

.register-form {
  /* padding-top: 20px; */
  padding-bottom: 20px;
  /* background: #f7f7f7; */
  border: 1px solid #f5f5f5;
  margin: 20px 0;
}

/* .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}
    
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 46px;
    line-height: 24px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    border: 1px solid #dedede;
}
    
.file-upload-wrapper:before {
    content: 'Browse';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 45px;
    background: #2491d9;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 13px;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
    
  
    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
  
    .upload-form {
        width: 400px;
      } */

.register-head {
  margin-bottom: 45px;
}
.row.select-register {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
}
.select-register .form-group {
  margin-bottom: 0;
}

.register-head a.back {
  margin: 3px 13px 0 0;
}

.register-head span {
  font-size: 22px;
  font-weight: 500;
  color: #505050;
  float: left;
}

.register-head span small {
  font-size: 13px;
  color: #8b8b8b;
  float: left;
  margin-top: 2px;
}

.form-group.clone {
  margin: 10px 0;
}

.form-group.clone .form-control {
  padding-right: 30px;
}

.form-group a.remove-input {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 10px;
  opacity: 0.7;
}

.form-group a.remove-input:hover {
  opacity: 1;
}

.pass-visible {
  position: absolute;
  right: 27px;
  top: 36px;
  cursor: pointer;
  opacity: 0.7;
}

.pass-visible:hover {
  opacity: 1;
}

.pass-visible.off img.on,
.pass-visible img.off {
  display: none;
}

.pass-visible img.on,
.pass-visible.off img.off {
  display: block;
}

.register-form .btn-blue {
  padding: 8px 30px;
  font-size: 15px;
}

.register-form .bootstrap-select.select-dropdown {
  width: 100% !important;
}

.register-form .select-dropdown + .btn-default {
  border-color: #e2e2e2;
  height: 43px;
}

.input-group {
  width: 100%;
}

.input-group.date .form-control {
  border-right: none;
}

.custom-form .input-group-addon {
  background: #fff;
  border-width: 1px 1px 1px 0;
  border-color: #e2e2e2;
}

.datepicker-days .table-condensed > tbody > tr > td {
  padding: 10px;
  font-weight: 500;
}

.formstep-enclose {
  position: relative;
}

.formstep-enclose.step-1 .form-step1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
}

.formstep-enclose.step-1 .form-step2 {
  /* display: none; */
}
.package-bg {
  padding: 28px 2px;
  background: #e2e2e2;
}
.formstep-enclose.step-2 .form-step2 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.register-head .nav-brand {
  width: 60px;
  margin-top: -7px;
}

.plan-list > ul > li {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
  opacity: 0.5;
  cursor: pointer;
}

.plan-list > ul > li:last-child {
  border-bottom: none;
}

.plan-left {
  background: #f9f9f9;
  border-right: 1px solid #d8d8d8;
  padding: 35px 25px;
  min-height: 100vh;
}

.plan-title span {
  font-weight: 600;
  font-size: 18px;
  color: #4d4d4d;
}

.plan-title span img {
  margin: -4px 7px 0 0;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
}

.plan-title span.price {
  color: #2491d9;
  font-size: 22px;
  font-weight: 500;
  float: right;
  opacity: 1;
  visibility: visible;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.plan-detail {
  padding-left: 37px;
  margin-top: 12px;
  display: none;
}

.plan-detail p {
  color: #656565;
  font-size: 13px;
  line-height: 18px;
}

.plan-detail ul {
  width: 76%;
  display: inline-block;
}

.plan-detail ul li {
  width: calc(50% - 30px);
  display: inline-block;
  color: #4b4b4b;
  font-weight: 500;
  font-size: 12px;
  margin: 5px 15px 5px 0;
}

.plan-detail ul li img {
  margin-right: 8px;
}

.plan-detail span.price-box {
  float: right;
  font-size: 22px;
  background: #fff;
  padding: 16px 27px;
  border: 1px solid #2491d9;
  border-radius: 4px;
  font-weight: 500;
  color: #2491d9;
  margin-top: 17px;
}

.plan-detail span.note {
  clear: both;
  display: inline-block;
  color: #656565;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
}

.plan-list > ul > li.active {
  opacity: 1;
}

.plan-list > ul > li.active .plan-title span img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.plan-list > ul > li.active .plan-title span.price {
  opacity: 0;
  visibility: hidden;
}

.payment-right {
  display: flex;
  align-items: center;
}

.cart-head {
  margin-bottom: 40px;
}

.cart-head span {
  color: #505050;
  font-weight: 500;
  font-size: 18px;
  clear: both;
  display: block;
  margin-top: 15px;
}

.cart-table {
  border: 1px solid #c5c5c5;
}

.cart-table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 500;
  background: #f8f8f8;
  border-color: #c5c5c5;
  padding: 13px 15px;
}

.cart-enclose .cart-table td {
  border-color: #c5c5c5;
  font-size: 14px;
  padding: 20px 15px;
  vertical-align: middle;
}

.cart-enclose .cart-table tbody tr td:last-child {
  width: 130px;
}

.cart-table .dropdown.bootstrap-select {
  margin-top: 8px;
}

.cart-table .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #888888;
}

td.amount {
  font-size: 16px !important;
  font-weight: 500;
}

td.amount small {
  color: #8e8e8e;
  font-size: 12px;
}

.table.total tbody tr td {
  border: none;
  text-align: right;
  padding: 5px 15px;
  font-size: 14px;
}

.table.total tbody tr td:first-child {
  padding-right: 0;
}

.table.total tbody tr td:last-child {
  font-size: 16px !important;
  width: 110px;
  font-weight: 500;
}

.table.total tbody tr td.grand-total {
  font-size: 18px !important;
  color: #2491d9;
  font-weight: 600;
}

.table.total + div {
  border-top: 1px solid #d4d4d4;
  padding-top: 25px;
}

.table.total + div .btn-blue {
  font-size: 16px;
  padding: 10px 35px;
}

.pay-form .form-group {
  margin-bottom: 35px;
}

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

.card-type {
  position: absolute;
  top: 26px;
  right: 0;
  height: 43px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-head span.amount {
  display: inline;
  font-size: 22px;
  color: #2491d9;
  font-weight: 500;
  margin-left: 5px;
}

.pay-form .btn {
  font-size: 18px;
  font-weight: 600;
}

.pay-form {
  width: 420px;
  margin: 0 auto;
}

.payment-wrap {
  display: none;
}

.reg-completed {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}

.reg-completed .nav-brand {
  width: 105px;
  display: inline-block;
  margin-bottom: 25px;
}

.reg-completed h2 {
  color: #515151;
  font-weight: 400;
  font-size: 24px;
}

.reg-completed .btn-blue {
  font-size: 16px;
  padding: 10px 35px;
}

.reg-completed p {
  margin-bottom: 38px;
}

.reg-completed a.text-link {
  color: #2491d9;
  text-decoration: underline;
  font-size: 13px;
}

.reg-completed a.text-link:hover {
  text-decoration: none;
  color: #6d6d6d;
}

a.close-red {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
}

a.close-red:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.form-group .alert-msg.text-danger {
  color: #ef403d;
  font-size: 12px;
  font-weight: 500;
  bottom: auto;
}

/* Register Style Ends */

/* Roles Permissions Style Starts */

.permission-enclose {
  display: flex;
}

.role-left {
  width: 230px;
  background: #f1f1f1;
  float: left;
  min-height: 350px;
  padding: 20px 15px;
}

.role-left .btn-blue {
  display: table;
  font-size: 14px;
  margin: 0 auto 20px;
  padding: 10px 22px 10px 12px;
}

.role-left .btn-blue img {
  margin-right: 5px;
}

.role-label li {
  margin: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  height: 70px;
  padding: 15px 0;
}

.role-label li span {
  font-weight: 500;
  width: 100%;
  display: inline-block;
  background: #f1f1f1;
  padding: 9px 12px;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border: 1px solid #f1f1f1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.role-label li span:hover {
  border-color: #cbcbcb;
}

.role-label li span:focus {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  outline: none;
}

.role-label li span + div {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: auto;
}

.role-label li span:focus + div {
  opacity: 1;
  visibility: visible;
}

.role-label li span + div button {
  background: transparent;
  width: 26px;
  height: 26px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  opacity: 0.65;
  float: left;
}

.role-label li span + div button:first-child {
  border-right: 1px solid #dcdcdc;
}

.role-label li span + div button:hover {
  opacity: 1;
}

.permission-table {
  background: #f8f8f8;
  width: calc(100% - 230px);
  float: left;
}

.permission-table .checkmark {
  width: 20px;
  height: 20px;
}

.permission-table .custom-checkbox {
  height: 20px;
}

.permission-table .custom-checkbox input:checked ~ .checkmark {
  background-color: #00c341;
  border-color: #00c341;
}

.permission-table .custom-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
}

.permission-card .check-wrap {
  width: 20px;
  height: 20px;
  margin: 10px auto 0;
}

.permission-row {
  display: flex;
  float: left;
}

.permission-row.head {
  border-bottom: 1px solid #e4e4e4;
}

.permission-row.head .permission-card {
  border-right: none;
  padding: 20px 0;
  height: auto;
}

.permission-card {
  flex: 0 0 auto;
  width: 225px;
  padding: 15px 0;
  height: 70px;
  border-right: 1px solid #e4e4e4;
}

.permission-card > p {
  color: #646464;
  font-weight: 500;
  font-size: 14px;
}

.permission-card > span {
  font-size: 12px;
  color: #8e8e8e;
}

.permission-row .permission-card:last-child {
  border-right: none;
}

/* Roles Permissions Style Ends */

/* Sales Module Style Starts */

.btn-wide {
  background: #f9f9f9;
  border: 1px dashed #cccaca;
  padding: 25px 60px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #707070;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.btn-wide:hover,
.btn-wide:focus {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.115);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.115);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.115);
  border-color: #2c7e7c;
  color: #707070 !important;
}

.btn-wide img {
  margin-right: 25px;
  width: 50px;
}

.landing-wrap {
  min-height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 50px 25px;
}

.landing-wrap .img-concept {
  width: 340px;
  margin-top: 40px;
}

.template-enclose {
  display: flex;
  flex-wrap: wrap;
}

.create-temp-btn {
  max-width: 380px;
  height: calc(100% - 28px);
  margin: 0 auto;
  width: 100%;
  border: 1px dashed #b1b4b5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-weight: 500;
  color: #707070;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.create-temp-btn:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.115);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.115);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.115);
  border-color: #2c7e7c;
}

.create-temp-btn img {
  margin-bottom: 10px;
}

.thumb-menu {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.thumb-img:hover .thumb-menu {
  opacity: 1;
  visibility: visible;
}

.thumb-menu .btn {
  min-width: 80px;
  margin: 0 3px;
}

.template-wrap > span {
  margin-top: 10px;
}

.template-wrap .menu-item.open .dropdown-menu {
  transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(2px);
}

.thumb-img {
  border: 1px solid #dfdfdf;
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  cursor: pointer;
}

.template-wrap {
  margin: 20px 0;
}

.builder-left {
  float: left;
  width: 380px;
  background: #f6f6f6;
  padding: 15px 20px 65px 20px;
  height: 100vh;
  border-right: 1px solid #e2e2e2;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.builder-right {
  width: calc(100% - 380px);
  padding: 80px 15px;
  float: right;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.temp-button-grp {
  padding-right: 5px;
  padding-left: 5px;
}

.temp-button-grp .btn {
  background: #fff;
  border-radius: 4px;
  padding: 30px 10px 25px;
  float: left;
  min-height: 125px;
  width: 46%;
  font-weight: 500;
  margin-right: 8%;
  margin-bottom: 8%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.1s linear;
}

.temp-button-grp .btn:hover {
  transform: scale(1.03);
}

.temp-button-grp .btn:focus {
  color: #6d6d6d !important;
}

.temp-button-grp .btn img {
  display: block;
  margin: 0 auto 20px;
}

.temp-button-grp .btn:nth-child(even) {
  margin-right: 0;
}

.builder-left > .custom-form {
  margin-bottom: 30px;
}

.builder-left h5 {
  color: #545454;
  font-weight: 600;
}

.drop-sec {
  width: 80%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 2px;
  padding: 15px;
  min-height: 70vh;
}

.drop-sec.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.builder-right .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.7;
}

.builder-right .close-btn:hover {
  opacity: 1;
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.builder-right .zoom-btn {
  margin: 0;
  right: 10px;
  bottom: 10px;
}

.builder-right .zoom-btn a {
  margin-right: -1px;
  padding: 8px;
}

.builder-right .zoom-btn a:first-child {
  border-radius: 3px 0 0 3px;
}

.builder-right .zoom-btn a:last-child {
  border-radius: 0 3px 3px 0;
}

.builder-left .btn-wrap {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 15px 20px;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  width: auto;
}

.builder-left .btn-wrap button {
  margin-left: 5px;
}

.builder-left .mCSB_outside + .mCSB_scrollTools {
  right: -20px;
}

.builder-left .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.19);
}

.builder-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(156, 156, 156, 0.75);
}

.builder-left .custom-form .form-control {
  font-size: 14px;
}

.nav-pills {
  margin: 20px 0 0 0;
}

.nav-pills + .tab-content {
  margin-top: 35px;
  padding-bottom: 20px;
}

.nav-pills > li > a {
  border-radius: 30px;
  padding: 8px 22px;
  font-weight: 500;
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #7b7b7b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background: #2c7e7c;
  border-color: #2c7e7c;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
}
.left-navbar .nav-brand h3 {
  color: #fff;
}
.nav-pills > li + li {
  margin-left: 15px;
}

.builder-left .form-label {
  float: left;
}

.custom-form .switch {
  margin: 0 7px 0 0;
  top: 1.5px;
}

.form-group .logo-wrap {
  display: inline-block;
  background: #fff;
  padding: 15px 20px;
  max-width: 80%;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.editor-label {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.range-encl {
  width: 80%;
}

.range-encl input[type="range"] {
  margin-top: 10px;
}

.builder-left .custom-form .form-group {
  margin-bottom: 25px;
}

.builder-left .custom-form .input-group-addon {
  min-width: 50px;
}

.builder-left .custom-form .input-group-addon.addon-left {
  border-width: 1px;
  background: #fdfdfd;
  font-size: 13px;
  font-weight: 500;
  color: #a0a0a0;
}

.builder-left .custom-form textarea.form-control {
  height: 120px;
}

.builder-left .btn-img {
  padding: 8px 12px;
  display: flex;
  align-items: center;
}

.builder-left .btn-img img {
  margin-right: 8px;
}

.builder-right .template-name {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 250px;
}

.template-item {
  width: 100%;
  height: auto;
}

.content-top {
  background: #f6f6f6;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 25px;
}
.dropdown.menu-item {
  margin-top: -7px;
}
.main-content .content-top {
  background: transparent;
  border: none;
}

.form-inline .custom-select-drop {
  display: inline-block;
}

.form-inline label {
  margin-right: 7px;
}

.content-top .custom-select-drop .dropdown-toggle {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
}

.content-top .custom-select-drop .dropdown-menu {
  width: auto;
}

.invoice-form .form-group {
  margin-bottom: 30px;
}

.invoice-form textarea.form-control {
  height: 100px;
}

/* Invoice Item Table Style Starts */

.invoice-item-table {
  width: calc(100% - 65px);
  min-width: 560px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.invoice-item-table thead {
  background: #f2f2f2;
  border-bottom: 1px solid #e2e2e2;
}

.invoice-item-table th {
  padding: 15px 10px;
  font-weight: 500;
  color: #646464;
}

.invoice-item-table td.text-center .form-control {
  text-align: center;
}

.invoice-form .invoice-item-table textarea {
  font-weight: 500;
  width: calc(100% - 25px);
}

.invoice-item-table .form-control {
  border: none;
  height: auto;
}

.invoice-item-table .form-control:hover,
.invoice-item-table .form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.invoice-form .table-responsive {
  padding: 2px;
}

.invoice-item-table tbody td {
  vertical-align: initial;
  padding-top: 10px;
  position: relative;
}

.invoice-item-table tbody tr {
  background: #fff;
}

.invoice-item-table .drag-icon {
  cursor: move;
  float: left;
  padding: 7px;
  margin-top: -2px;
}

.invoice-item-table .ui-sortable-helper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.invoice-item-table .action-wrap {
  position: absolute;
  right: -60px;
  top: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.invoice-item-table tr:hover .action-wrap {
  opacity: 1;
  visibility: visible;
}

.invoice-item-table .action-wrap a {
  margin: 0 5px;
  float: left;
}

.invoice-item-table .action-wrap .clone-row {
  margin-top: 2px;
}

.custom-form .invoice-item-table + .form-group a.add-input {
  margin: 8px 47px 0 0;
}

.exchange-col div {
  position: relative;
  float: right;
  width: calc(100% - 180px);
}

.exchange-col label {
  float: left;
  margin: 11px 0 0 0;
}

.invoice-form .total-table {
  padding-right: 65px;
  color: #646464;
}

.total-table th {
  color: #646464;
  font-weight: 600;
  padding: 10px;
}

.total-table td {
  font-weight: 500;
  padding: 12px 10px;
}

.total-table tbody tr:last-child {
  background: #f2f2f2;
}

.total-table tbody tr:last-child td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.total-row {
  margin-bottom: 40px;
}

.total-row > .row {
  display: flex;
  align-items: baseline;
}

.total-row .form-group {
  margin-bottom: 0;
}

.pf-btm-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
}

.invoice-form .pf-btm-wrap {
  width: 100%;
  background: #fff;
  padding: 10px 15px 10px 240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}

/* Invoice Item Table Style Ends */

/* Sales Module Style Ends */

/* Report Module Style Starts */
.snippet-row {
  display: flex;
}

.snippet {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px;
  color: #6a6a6a;
  position: relative;
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  -webkit-transition: all 0.18s linear;
}

.snippet:before {
  content: "";
  background: #ff5f6d;
  background: -moz-linear-gradient(45deg, #ff5f6d 0%, #ff9d71 66%, #ff9d71 66%, #ff9d71 80%);
  background: -webkit-linear-gradient(45deg, #ff5f6d 0%, #ff9d71 66%, #ff9d71 66%, #ff9d71 80%);
  background: linear-gradient(45deg, #ff5f6d 0%, #ff9d71 66%, #ff9d71 66%, #ff9d71 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f6d', endColorstr='#ff9d71',GradientType=1 );
  transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  -webkit-transition: all 0.18s linear;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
}

.snippet.active {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  color: #fff;
}

.snippet.active:before {
  opacity: 1;
  visibility: visible;
}

.snippet small,
.snippet .value {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 13px;
  font-weight: 500;
}

.snippet .value {
  font-size: 18px;
  font-weight: 600;
  margin-top: 3px;
}

.snippet img.snippet-arrow {
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
}

.report-setting .custom-form {
  width: calc(100% - 110px);
  display: inline-block;
}

.btn-arrow {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-arrow .caret {
  margin-top: -1px;
  margin-left: 8px;
}

.dropdown-menu.align-right {
  left: unset;
  right: 0;
}

.report-setting {
  margin-top: 15px;
  position: relative;
}

.report-setting .custom-form + .pull-right {
  padding-top: 6px;
}

.report-setting .text-link {
  color: #2491d9;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.report-setting .text-link:hover {
  text-decoration: none;
}

.report-setting .input-group,
.report-setting .form-control {
  width: 170px;
}

.report-filter {
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin: 18px 0;
  padding: 20px;
  position: relative;
  display: none;
}

.report-filter .custom-form,
.report-filter .custom-form .form-control {
  width: 100%;
}

.report-filter .custom-checkbox.radio .checkmark:after {
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
}

.report-filter .radio .checkmark {
  width: 16px;
  height: 16px;
}

.report-filter .custom-checkbox.radio {
  padding-left: 22px;
  line-height: 16px;
}

.report-filter .custom-checkbox {
  padding-left: 24px;
  line-height: 18px;
}

.report-filter .custom-form label,
.report-filter .form-label {
  font-size: 12px;
}

.report-filter .form-control {
  height: 28px;
}

.report-filter .form-control.btn {
  padding: 2px 9px;
  font-size: 12px;
}

.report-filter .checkmark {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.report-filter .custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
}

.checkbox-block {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  min-height: 65px;
}

.checkbox-block .custom-checkbox {
  display: block;
}

.checkbox-block .custom-checkbox:last-child {
  margin-bottom: 0;
}

.report-filter .form-group {
  margin-bottom: 22px;
}

.report-filter a.close-btn {
  position: absolute;
  right: 6px;
  top: 1px;
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.6;
}

.report-filter a.close-btn:hover {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.report-filter .custom-form > div:last-child .form-group {
  margin-bottom: 8px;
}

.content-top .report-setting .form-control {
  border-color: #e2e2e2;
}

.content-top .report-setting .form-control,
.content-top .form-inline .custom-select-drop,
.content-top .report-setting .input-group {
  width: 100%;
}

.content-top .report-setting .text-link {
  margin-top: 38px;
}

.content-top .report-setting .custom-form + .pull-right {
  padding-top: 31px;
}

.content-top .report-setting .custom-form {
  width: calc(100% - 85px);
}

.report-setting .bootstrap-select .dropdown-menu li a,
.report-setting .custom-select-drop .dropdown-menu li a {
  font-size: 12px;
}

.content-top .report-setting.all-report .custom-form {
  width: 100%;
}

.content-top .report-setting.all-report .custom-form .btn-green {
  margin-top: 32px;
}

.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.no-data p {
  color: #707070;
  margin-top: 15px;
  margin-bottom: 0;
}

.report-list .checkmark {
  width: 20px;
  height: 20px;
}

.report-list .custom-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
}

.report-list .custom-checkbox {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
  font-weight: 500;
}

.report-list {
  background: #f5f5f5;
  padding: 18px;
  margin-bottom: 20px;
}

.report-list li {
  margin-bottom: 10px;
}

.report-list li:last-child {
  margin-bottom: 0;
}

.custom-form.reduce-width {
  width: calc(100% - 340px);
}

.report-setting .custom-form.reduce-width .form-group {
  width: calc(33.3% - 15px);
}

.report-setting .custom-form.reduce-width .custom-select-drop,
.report-setting .custom-form.reduce-width .input-group,
.report-setting .custom-form.reduce-width .form-control {
  width: 100%;
}

.report-setting .custom-form.reduce-width + .pull-right {
  margin-top: 26px;
}

.custom-form.reduce-width.column-4 {
  width: calc(100% - 275px);
}

.report-setting .custom-form.reduce-width.column-4 .form-group {
  width: calc(33.5% - 45px);
}

.report-setting .reduce-width.column-4 .filter-btn {
  margin: 38px 10px 0 0;
  float: right;
}

/* Report Table Style Starts */

.report-table {
  margin-top: 30px;
}

.report-table .table-responsive {
  padding-right: 1px;
}

.report-table .table {
  margin-bottom: 0;
  min-width: 525px;
}

.report-table .table tbody {
  border: 1px solid #d6d6d6;
}

.report-table .table .title-1 {
  background: #efefef;
  font-weight: 600;
}

.report-table .table .title-1 td {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
}

.report-table .table > tbody > tr > td {
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}

.report-table .table > tbody > tr > td:first-child {
  width: 55%;
}

.report-table .table > tbody > tr > td,
.report-table .table > tbody > tr > th,
.report-table .table > tfoot > tr > td,
.report-table .table > tfoot > tr > th,
.report-table .table > thead > tr > td,
.report-table .table > thead > tr > th {
  border: none;
}

.report-table .table th {
  border: none;
  font-weight: 600;
  font-size: 13px;
  padding-right: 5px;
  padding-left: 5px;
}

.report-table .table .item-step1 td:first-child {
  padding-left: 15px;
}

.report-table .table .item-step1 td:last-child {
  padding-right: 15px;
}

.report-table .item-step1 td span {
  width: 100%;
  display: inline-block;
  padding: 13px 5px;
  border-bottom: 1px solid #d8d8d8;
}

.report-table .item-step1.title1 td {
  font-size: 14px;
  font-weight: 600;
}

.report-table .table tr.bdr-no td span {
  border: none;
}

.report-table .table .sub-title div {
  background: #f6f6f6;
  padding: 6px 10px;
  margin-top: 10px;
  font-weight: 600;
}

.report-table .table tr.bdr-no + tr div {
  margin-top: 0;
}

.report-table .item-step1.istep-2 td:first-child span {
  padding-left: 15px;
}

.report-table .item-step1.istep-3 td:first-child span {
  padding-left: 30px;
}

.report-table .item-step1.istep-4 td:first-child span {
  padding-left: 40px;
}

.report-table .item-step1.istep-5 td:first-child span {
  padding-left: 50px;
}

.report-table .item-step1.istep-2.title1 td,
.report-table .item-step1.istep-3.title1 td,
.report-table .item-step1.istep-4.title1 td,
.report-table .item-step1.istep-5.title1 td {
  font-size: 13px;
}

.report-table td a {
  color: #2491d9;
}

.report-table .small {
  font-size: 95%;
}

.report-table .table.detail-report > tbody > tr > td:first-child {
  width: auto;
}

.report-table .table.detail-report th,
.report-table .table.detail-report > tbody > tr > td {
  min-width: 80px;
  white-space: nowrap;
}

.report-table th:hover .th-sort {
  visibility: visible;
  opacity: 1;
}

.th-sort {
  padding: 3px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

/* Report Table Style Ends */

/* Report Module Style Ends */

/* Customer Module Style Starts */
.landing-wrap .img-concept p {
  margin: 15px 0 0 0;
}

.btn-wide.btn-small img {
  width: 18px;
  margin-right: 10px;
}

.btn-wide.btn-small {
  padding: 20px 40px;
}

.custom-form.h-small .form-control {
  height: 32px;
}

.add-new.btn {
  height: 32px;
  padding-left: 13px;
  padding-right: 13px;
}

.add-new.btn img {
  width: 14px;
  margin: -3px 8px 0 0;
}

button .dropdown-toggle {
  padding: 6px 20px;
}

.search-box .form-control {
  background: url(images/search-icon.svg) no-repeat 9px center;
  padding-left: 32px;
  background-size: 14px;
}

.list-table {
  margin-top: 20px;
}

.list-table .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.list-table .custom-checkbox {
  padding-left: 20px;
  margin: 0 20px;
}

.list-table .custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
}

.list-table .table th {
  font-weight: 600;
  font-size: 13px;
  border-bottom: none;
  vertical-align: middle;
}

.list-table .table td {
  vertical-align: middle;
  border-color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 12px;
  padding-bottom: 12px;
}

.list-table .table tr td:first-child {
  box-shadow: -1px 0 1px #e6e6e6;
  -moz-box-shadow: -1px 0 1px #e6e6e6;
  -webkit-box-shadow: -1px 0 1px #e6e6e6;
  border-radius: 4px 0 0 4px;
}

.list-table .table tr td:last-child {
  box-shadow: 1px 0 1px #e6e6e6;
  -moz-box-shadow: 1px 0 1px #e6e6e6;
  -webkit-box-shadow: 1px 0 1px #e6e6e6;
  border-radius: 0 4px 4px 0;
}

.list-table .cont-detail span {
  display: block;
  line-height: 18px;
}

.list-table .cont-detail a {
  font-size: 13px;
  color: #2491d9;
}

.list-table .cont-detail .number {
  color: inherit;
}

.list-table .action-item {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.list-table tr:hover .action-item {
  opacity: 1;
  visibility: visible;
}

.list-table .checkbox-td {
  width: 80px;
}

.list-table .action-td {
  width: 100px;
}

.badge.gray {
  background: #b5b5b5;
  font-weight: 500;
  border-radius: 4px;
}

.dropdown.action-item .btn {
  padding: 2px 10px 3px;
}

.dropdown.menu-item hr {
  border-color: #dcdcdc;
  margin: 10px 0;
}

.pagination {
  margin: 0;
}

.pagination li {
  display: inline-block;
  margin-right: 3px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  border: none;
  font-weight: 600;
  color: #8e8e8e;
  padding: 5px;
}

.pagination li .btn {
  background: #2491d9;
  font-weight: 500;
  margin-left: 5px;
  color: #fff;
  padding: 5px 10px;
}

.pagination li .btn:hover {
  background: #0474be;
  color: #fff;
}

.pagination li.active a,
.pagination li.active:hover a {
  background: transparent;
  color: #2491d9;
  text-decoration: underline;
}

.nav-pills.transparent {
  margin-top: 0;
}

.nav-pills.transparent > li > a {
  background: transparent;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.nav-pills.transparent > li + li {
  margin-left: 2px;
}

.nav-pills.transparent > li.active > a,
.nav-pills.transparent > li.active > a:focus,
.nav-pills.transparent > li.active > a:hover,
.nav-pills.transparent > li > a:hover {
  background: #2c7e7c;
  border-color: #2c7e7c;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
}
.p14 {
  color: #646464;
  margin: 5px 0 5px 0;
  font-size: 14px;
  font-weight: normal;
}
.form-legend {
  width: 100%;
  /* background: #F5F5F5; */
  padding: 7px 0px;
  font-weight: 700;
  color: #000000;
  margin: 0px 0 18px 0;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #d64b4b40;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.input-group-cus > div {
  width: 50%;
  float: left;
}

.input-group-cus > div:first-child .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-cus > div:last-child .form-control {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

.form-group label + i {
  cursor: pointer;
  position: relative;
  top: -2px;
  left: 3px;
}

.invoice-form.legend-form .form-group {
  margin-bottom: 15px;
}

.invoice-form.legend-form .form-group label > .label-danger {
  font-weight: 600;
  background: #ff4d4d;
  font-size: 12px;
  margin-left: 5px;
}

.invoice-form.legend-form a.add-input {
  float: right;
  font-size: 10px;
  color: #2491d9;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0;
}

.invoice-form.legend-form .form-group a.add-input {
  margin-top: 10px;
}

.row.bg-add-sec {
  background: #f3f3f3;
  border-radius: 4px;
  margin: 0 0 10px 0;
  padding: 20px 0px 5px;
}

.legend-form .btn-bdr {
  text-align: right;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0 15px 0;
  margin-top: 0px;
}

.legend-form .exchange-col label {
  float: unset;
  margin: 0 0 8px 0;
}

.exchange-col div {
  width: 100%;
}

.legend-form .legend-sub {
  color: #929292;
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}

.legend-form .form-legend + .legend-sub {
  margin-top: -10px;
}

.invoice-form.legend-form textarea.form-control {
  height: 126px;
}

.input-group-cus > div:last-child .input-group .form-control,
.input-group-cus > div:first-child .input-group-addon {
  border-radius: 0;
}

.content-top .nav-tabs {
  border: none;
  margin-top: 10px;
}

.content-top .nav-tabs li a {
  color: #545454;
  font-weight: 500;
  padding: 10px 5px;
  margin: 0 15px 0 0;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.content-top .nav-tabs li:last-child a {
  margin-right: 0;
}

.content-top .nav-tabs li.active a,
.content-top .nav-tabs li a:hover,
.content-top .nav-tabs li a:focus {
  border: none;
  border-bottom: 3px solid #ff4d4d;
  background: transparent;
}

h4.info-title,
.info-block .sub-title {
  color: #545454;
  font-size: 14px;
  font-weight: 600;
}

.info-block .sub-title {
  margin-bottom: 15px;
}

.info-block {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 30px;
  height: calc(100% - 39px);
  position: relative;
}

.info-block .sub {
  color: #979797;
  font-weight: 500;
  font-size: 12px;
}

.info-block .main {
  color: #545454;
  font-weight: 500;
  font-size: 14px;
}

.info-block .main span {
  display: block;
  font-size: 13px;
  margin-top: 3px;
  font-weight: 400;
}

.info-block .main a {
  color: inherit;
}

.info-block .edit {
  color: #2491d9;
  font-size: 12px;
  position: absolute;
  font-weight: 500;
  text-decoration: underline;
  right: 15px;
  top: 14px;
}

.info-block .edit:hover {
  text-decoration: none;
}

.info-block hr {
  border-color: #d2d2d2;
  margin-top: 25px;
  margin-bottom: 25px;
}

.info-block .label-danger {
  font-weight: 500;
  background: #ff4d4d;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  padding-top: 5px;
}

.info-em {
  font-size: 13px;
  color: #9b9b9b;
  font-style: italic;
}

.note-item {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.note-item p {
  font-weight: 500;
  font-size: 14px;
  color: #707070;
  margin-bottom: 5px;
}

.note-item span {
  font-size: 13px;
  color: #707070;
}

.note-item .by {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  color: #b7b7b7;
}

.accordion-arrow {
  float: right;
}

.accordion-arrow img {
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.rotate img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.custom-accordion .panel {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.custom-accordion .panel-heading {
  padding: 0;
}

.custom-accordion .panel-title a {
  padding: 25px;
  display: block;
  font-size: 14px;
  color: #545454;
}

.custom-accordion .panel-body {
  padding: 0 25px 20px 25px;
  border-top: none !important;
}

.custom-accordion .panel-body .report-table {
  margin-top: 0;
  border-top: 1px solid #e2e2e2;
  padding: 20px 0 0 0;
}

/* Customer Module Style Ends */

/* Input Range Slide Style Starts */

input[type="range"] {
  margin: auto;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  height: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
  outline: none;
}

::-webkit-slider-runnable-track {
  background: #fff;
  border: 1px solid #dedede;
  height: 10px;
  border-radius: 0 20px 20px 0;
  padding: 0 2px;
}

::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 10px;
  position: relative;
  top: -1px;
  background: #fff;
  border: 1px solid #2c7e7c;
  box-shadow: -100vw 0 0 100vw #2c7e7c;
}

::-moz-range-track {
  background: #fff;
  border: 1px solid #dedede;
  height: 8px;
  border-radius: 0 20px 20px 0;
  padding: 0 2px;
}

::-moz-range-thumb {
  background: #fff;
  height: 10px;
  width: 8px;
  border: 1px solid #2c7e7c;
  border-radius: 0 !important;
  box-shadow: -100vw 0 0 100vw #2c7e7c;
  box-sizing: border-box;
}

::-ms-fill-lower {
  background: #2c7e7c;
}

::-ms-thumb {
  background: #fff;
  height: 10px;
  border: 1px solid #2c7e7c;
  width: 8px;
  box-sizing: border-box;
}

::-ms-ticks-after {
  display: none;
}

::-ms-ticks-before {
  display: none;
}

::-ms-track {
  background: #fff;
  color: transparent;
  border: 1px solid #dedede;
  height: 8px;
  border-radius: 0 20px 20px 0;
  padding: 0 2px;
}

::-ms-tooltip {
  display: none;
}
/* Input Range Slide Style Ends */

/* Switch Button Style Starts */
.switch {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 15px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.drag-ball {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b2b2b2;
  border-color: #a5a5a5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.drag-ball:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .drag-ball {
  background: #0aaa4d;
  border-color: #049e46;
}

input:checked + .drag-ball:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.drag-ball .on,
input:checked + .drag-ball .off {
  opacity: 0;
  visibility: hidden;
}

input:checked + .drag-ball .on {
  opacity: 1;
  visibility: visible;
}

.drag-ball .off,
.drag-ball .on {
  position: absolute;
  right: 9px;
  top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.drag-ball .on {
  right: auto;
  left: 11px;
}

/* Switch Button Style Ends */

/* Modal Popup Style Starts */
.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 99999;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop {
  z-index: 9999;
}

.modal-dialog .modal-md {
  width: 500px;
}

.modal-dialog .btn {
  font-size: 14px;
  padding: 10px 30px;
}

.modal-dialog button.close {
  /* margin: 2px -19px 0 0; */
  opacity: 1;
  width: 12px;
  color: #b7b7b7;
  font-size: 24px;
}

.modal-dialog button.close img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.modal-dialog button.close:hover {
  opacity: 0.7;
}
.modal-header {
  border: none;
}
.success-modal {
  padding: 50px 20px;
}

.success-modal p {
  margin: 16px 0 30px;
}

.pop-modal h3 {
  font-weight: 600;
  color: #646464;
  margin-top: 0;
  margin-bottom: 36px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.modal-body label {
  text-align: left;
  float: left;
  font-weight: 600;
}

.pop-modal .modal-body {
  padding: 30px;
}

.pop-modal .btn-sec {
  margin-top: 35px;
  margin-bottom: 0;
}

.pop-modal .custom-form label {
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 0;
}

.pop-modal .custom-form .form-control {
  font-size: 14px;
}

.pop-modal .custom-select-drop .dropdown-toggle {
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

.pop-modal .form-group {
  margin-bottom: 25px;
}

/* Modal Popup Style Ends */

/* Alert Style Starts */

.alert-card {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.68);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.68);
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0;
  border-radius: 0 4px 4px 0;
  border: none;
  border-left: 4px solid #ccc;
  max-width: 500px;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 9999;
}

.alert-card .title {
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
}

.alert-card .img-wrap {
  float: left;
  width: 33px;
  margin-right: 15px;
}

.alert-card .alert-cont {
  float: right;
  width: calc(100% - 48px);
}

.alert-card.alert-dismissable .close,
.alert-card.alert-dismissible .close {
  position: absolute;
  top: 3px;
  right: 7px;
}

.alert-card.danger {
  border-color: #ff4d4d;
}

.alert-card.success {
  border-color: #20be63;
}

.alert-card.info {
  border-color: #3498db;
}

.alert-card.warning {
  border-color: #f39c12;
}

/* Alert Style Ends */

/* Miscellaneous Style Starts */

.form-control + .custom-checkbox {
  margin-top: 5px !important;
}

.custom-checkbox.sub {
  font-size: 12px !important;
  font-weight: 500;
}

.input-info {
  float: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}

.hidden-field {
  background: #f3f3f3;
  border-radius: 3px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hidden-field label {
  font-weight: 500;
}

.hidden-field .form-group {
  margin-bottom: 0;
}

.hidden-field .rate-input {
  width: 200px;
}

.hidden-field .rate-input .form-control,
.hidden-field .custom-select-drop .dropdown-toggle {
  height: 36px;
}

.hidden-field .custom-select-drop .dropdown-toggle {
  background: #fbfbfb;
  border-radius: 0 4px 4px 0;
  margin-left: -2px;
  width: 63px;
  padding: 6px 15px;
}

/* Miscellaneous Style Ends */

/* Dev Style Starts */

#inboxLft,
#inboxRgt {
  transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

#inboxRgt {
  opacity: 1;
  visibility: visible;
  overflow: unset;
  width: 50% !important;
}

#inboxRgt.inboxRgtDisp {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  width: 0 !important;
  padding: 0;
  overflow: hidden;
}

#inboxLft.fluid {
  width: 100%;
}

#inboxLft.fluid > .pad-rgt {
  padding-right: 0 !important;
}

.preNxtBtn.in-active {
  opacity: 0.4;
  pointer-events: none;
}

.preNxtBtn.in-active:hover {
  background: transparent;
}

.left-navbar,
.top-bar,
.main-wrap,
.btn.sidebar-toggle {
  transition: all 0.38s ease-out;
  -moz-transition: all 0.38s ease-out;
  -webkit-transition: all 0.38s ease-out;
}

.minimize_leftbar .left-navbar {
  left: -230px;
}

.minimize_leftbar .main-wrap {
  padding-left: 0;
}

.btn.sidebar-toggle {
  width: 38px;
  padding: 7px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
}

.btn.sidebar-toggle img,
.minimize_leftbar .btn.sidebar-toggle span {
  display: none;
}

.minimize_leftbar .btn.sidebar-toggle img,
.btn.sidebar-toggle span {
  display: block;
}

.sidebar-toggle span {
  width: 100%;
  background: #fff;
  height: 2px;
  float: left;
  margin: 2px 0;
}

.minimize_leftbar .btn.sidebar-toggle {
  width: 60px;
  padding: 10px;
}

.minimize_leftbar .top-bar {
  padding-left: 80px;
}

.add-pl.top-bar {
  padding-left: 55px;
}

.react-date-picker__button svg {
  stroke: #989898;
}

.astrick {
  color: #ff0000;
}

.data-feed .form-table .form-control.min-w {
  min-width: 150px;
  padding-left: 5px;
  padding-right: 5px;
}

.data-feed .form-table .form-control {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 50px;
}

.data-feed .form-table .custom-select-drop {
  width: 110px;
}

.data-feed .form-table .custom-select-drop .dropdown-toggle span:first-child {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.data-feed .form-table .delete-icon {
  width: 13px;
  float: left;
}

.data-feed .form-table span.form-control {
  line-height: 22px;
}

span.form-control {
  line-height: 25px;
}

.pop-icon.img-size img {
  margin-top: 20px;
  width: 42px;
}

.report-table .table .sub-title div:after,
.report-table td span:after {
  content: "-";
  opacity: 0;
}
/* Dev Style Ends */

.hdr-logo {
text-align: center;
}

.input-group-cus.to-separate {
display: flex;
}

.input-group-cus.to-separate .to {
margin-top: 30px;
padding: 0 8px;
}

.input-group-cus.to-separate > div {
width: calc(50% - 15px);
}

.upload-wizard-wrap .image-upload {
padding: 0;
}

.upload-wizard-wrap > div {
border-top: 1px solid #e0e0e0;
padding-top: 30px;
margin-top: 20px;
display: inline-block;
width: 100%;
}

.upload-wizard-wrap .upload-wizard:hover {
background: transparent;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

.upload-wizard-wrap .addMore input {
cursor: pointer;
}

.upload-wizard-wrap .addMore:hover .add-more {
background: #fff;
}

.upload-wizard-wrap .upload-wizard {
padding-left: 0;
padding-right: 0;
}

.upload-wizard-wrap .upload-thumb .thumb-img {
background: #fff;
}

.upload-wizard-wrap {
margin-top: 30px;
}

.second-nav.no-paid {
background: #f7f7f7;
pointer-events: none;
}

.second-nav.no-paid ul li a {
color: #e0e0e0;
}

.custome-modal .modal-footer {
border-top: none;
padding-top: 0;
}

.custome-modal .modal-footer .btn {
padding: 3px 15px;
font-size: 12px;
font-weight: 500;
color: #929292;
}

.custome-modal .modal-footer .btn-cus-blue {
background: #82B6FF;
color: #fff;
}

.form-group.min-h-unset {
min-height: unset;
margin-bottom: 20px !important;
}

.dashboard-banner {
display: flex;
width: 100%;
height: 240px;
overflow: hidden;
background: #f9f9f9;
padding: 10px;
align-items: center;
justify-content: center;
border-radius: 4px;
margin-bottom: 30px;
}

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

.mar-btm-60 {
margin-bottom: 60px;
}

.first-slide.individual {
padding: 0;
}

.first-slide.individual .permission-row {
position: relative;
}

.first-slide .fs-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 30px 60px;
}

.first-slide.individual .fs-content {
position: static;
padding: 0;
}

.first-slide.individual .permission-row {
background: #fff;
padding: 20px;
}

.first-slide.individual .cont-row {
width: 100% !important;
}

.first-slide.individual .cont-row ul {
padding-left: 15px;
margin-bottom: 20px;
}

.first-slide.individual .cont-row ul li {
font-size: 13px;
font-weight: 500;
margin-bottom: 5px;
}

.banner-image-data.first-slide.individual p.select-pack {
display: table;
width: auto;
font-size: 16px;
padding-left: 0;
margin: 15px auto 30px;
}

.banner-image-data.first-slide h1 {
background: #84FF9F;
padding: 10px 15px;
width: auto;
display: inline-block;
min-width: 60%;
font-size: 22px;
margin: 10px 0 55px 0;
border-radius: 6px;
box-shadow: 2px 2px 7px rgba(0,0,0,0.16);
-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.16);
-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.16);
}

.banner-image-data.first-slide .cont-row {
margin: 20px 0;
display: block;
width: 390px;
}

.banner-image-data.first-slide .cont-row h3 {
color: #84FF9F;
font-size: 18px;
font-weight: 700;
margin-top: 0;
}

.banner-image-data.first-slide p {
font-size: 13px;
line-height: 25px;
font-weight: 500;
margin-bottom: 0;
padding-left: 20px;
}

.banner-image-data.first-slide .cont-row.first {
margin-left: 47%;
}

.banner-image-data.first-slide .cont-row.second {
margin-left: 36%;
}

.banner-image-data.first-slide .cont-row.third {
margin-left: 26%;
}

.banner-image-data.first-slide p.select-pack {
display: inline-block;
width: auto;
margin-left: 53%;
font-size: 16px;
margin-top: 10px;
padding-left: 0;
}

.banner-image-data.first-slide p.select-pack a {
margin-left: 5px;
color: #82B6FF;
font-weight: 500;
text-decoration: underline;
}

.banner-image-data.first-slide p.select-pack a:hover {
text-decoration: none;
}

.first-slide.institution {
padding-left: 0;
padding-right: 0;
}

.first-slide.institution .fs-content {
padding: 60px 80px;
}

.banner-image-data.first-slide.institution h1 {
background: #FBD171;
margin-bottom: 20px;
}

.banner-image-data.first-slide.institution .cont-row h3 {
color: #FBD171;
}

.banner-image-data.first-slide.institution p {
color: #fff;
}

.banner-image-data.first-slide.institution .cont-row.first {
margin-left: 24%;
}

.banner-image-data.first-slide.institution .cont-row.second {
margin-left: 12%;
}

.banner-image-data.first-slide.institution .cont-row.third {
margin-left: 0;
}

.banner-image-data.first-slide.institution p.select-pack {
margin-top: 20px;
margin-left: 37%;
}

.slideimg-mob-hide {
display: block !important;
}

.slideimg-mob-show {
display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* Responsive Style Starts */

@media screen and (max-width: 1199px) {
  .inbox-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ib-attachment .attach-item {
    width: calc(50% - 5px);
  }

  .ib-attachment .attach-item:nth-child(3n) {
    margin-right: 10px;
  }

  .ib-attachment .attach-item:nth-child(2n) {
    margin-right: 0;
  }

  .upload-thumb li {
    width: 50%;
  }

  .data-feed .form-group {
    padding: 0 13px;
  }

  .data-feed .form-group.total-input label {
    width: 110px;
  }

  .data-feed .form-group.total-input label + div {
    width: calc(100% - 110px);
  }

  .data-feed .currency-label {
    padding-left: 125px !important;
  }

  .form-group.exchange-rate {
    width: 90%;
  }

  .btn-green,
  .btn-yellow,
  .btn-gray,
  .btn-lightgray,
  .btn-red {
    padding-left: 15px;
    padding-right: 15px;
  }

  .data-feed .submit-enclose {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .scanned-wrap {
    flex-flow: column;
  }

  .scanned-file {
    min-height: 430px;
  }

  .scanned-left {
    border-bottom: 2px solid #d0cece;
  }

  .attachment-form textarea {
    min-height: 130px;
  }

  .plan-detail ul {
    width: 100%;
  }

  .plan-detail span.price-box {
    float: left;
  }

  .plan-detail span.note {
    float: left;
    margin-top: 7px;
  }

  .plan-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .builder-left {
    width: 320px;
  }

  .builder-right {
    width: calc(100% - 320px);
  }

  .nav-pills > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .template-item {
    overflow-x: auto;
  }

  .snippet {
    padding: 12px;
  }

  .snippet small,
  .snippet .value {
    width: 100%;
  }

  .snippet .value {
    font-size: 16px;
  }

  .report-setting .custom-form {
    width: 100%;
    padding-bottom: 20px;
  }

  .report-setting > .custom-form .form-group {
    width: 32.25%;
    margin-right: 1% !important;
  }

  .report-setting .custom-form .form-group:nth-child(3) {
    margin-right: 0 !important;
  }

  .report-setting .custom-form .custom-select-drop,
  .report-setting .input-group,
  .report-setting .form-control {
    width: 100%;
  }

  .report-setting .custom-form + .pull-right {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
  }

  .report-setting .text-link,
  .report-filter {
    margin-top: 10px;
  }

  .report-filter .custom-form {
    padding-bottom: 0;
  }

  .report-filter .form-group {
    margin-bottom: 15px;
  }

  .report-filter .custom-form > div {
    padding: 0 !important;
  }

  .report-filter .custom-form > div:first-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px !important;
  }

  .report-setting.all-report .custom-form {
    padding-bottom: 0;
  }

  .report-setting .custom-form.reduce-width + .pull-right {
    position: static;
    margin-top: 0;
  }

  .report-setting .custom-form.reduce-width .form-group {
    width: calc(33.3% - 10px);
  }

  .custom-form.reduce-width.column-4 {
    width: 100%;
  }

  .content-top .report-setting .custom-form {
    width: calc(100% - 95px);
  }

  .content-top .report-setting .custom-form .form-group {
    width: 25%;
    margin-right: 0 !important;
  }

  .content-top .report-setting .custom-form + .pull-right {
    position: relative;
  }

  .report-setting .custom-form.ff-ac {
    display: inline-block !important;
  }

  .form-group label {
    font-size: 12px;
  }

  .banner-image-data.first-slide h1 {
    margin-bottom: 15px;
  }
  .banner-image-data.first-slide .cont-row {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;
  }
  .banner-image-data.first-slide .cont-row.first {
    margin-left: 37%;
  }
  .banner-image-data.first-slide .cont-row.second {
    margin-left: 30%;
  }
  .banner-image-data.first-slide .cont-row.third {
    margin-left: 20%;
  }
  .first-slide .fs-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-image-data.first-slide p.select-pack {
    margin-left: 52%;
    margin-top: 0;
    font-size: 14px;
  }
  .banner-image-data.first-slide.institution h1 {
    margin-bottom: 15px;
  }
  .first-slide.institution .fs-content {
    padding: 45px 60px;
  }
  .banner-image-data.first-slide.institution .cont-row.first {
    margin-left: 14%;
  }
  .banner-image-data.first-slide.institution .cont-row.second {
    margin-left: 7%;
  }
  .banner-image-data.first-slide.institution p.select-pack {
    margin-top: 5px;
  }
  .first-slide.individual .permission-row {
    align-items: flex-start;
  }
  .banner-image-data.first-slide.individual p.select-pack {
    display: table;
    margin: 15px auto 30px;
  }
}

@media screen and (max-width: 991px) {
  .input-group-cus > div{
    width: 100%;
    float: none;
  }
  .left-navbar {
    width: 210px;
  }

  .main-wrap,
  footer.container-fluid {
    padding-left: 210px;
  }

  .top-bar {
    padding-left: 15px;
  }

  .main-content {
    padding: 15px;
  }

  .top-bar .pull-right {
    width: auto;
  }

  .search-wrap.active form.hdr-search {
    right: 53px;
  }

  .inbox-listing > div > .pad-rgt {
    padding-right: 0 !important;
  }

  .label-enclose {
    float: right;
    margin-top: 8px;
    margin-left: 20px;
  }

  .item-listwrap {
    height: auto;
    max-height: unset;
  }

  .inbox-item {
    background: #fff;
  }

  .inbox-detail {
    background: #fbfbfb;
  }

  .inbox-item:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .ib-msg {
    margin-bottom: 0;
  }

  .inbox-item.active:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 19px;
  }

  .attach-item a:last-child {
    background: #fff;
  }

  .ib-attachment .attach-item {
    width: calc(33.3% - 7px);
  }

  .ib-attachment .attach-item:nth-child(2n) {
    margin-right: 10px;
  }

  .ib-attachment .attach-item:nth-child(3n) {
    margin-right: 0;
  }

  .item-listwrap .inbox-detail {
    height: 0;
    overflow: hidden;
    border: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }

  .item-listwrap .inbox-item.active + .inbox-detail {
    height: auto;
    border-bottom: 2px solid #d0cece;
  }

  .upload-thumb li {
    width: 33.3%;
  }

  .form-group.exchange-rate {
    width: 62%;
  }

  .plan-left {
    border-bottom: 1px solid #d8d8d8;
    border-right: none;
  }

  .register-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ff-col-sm {
    flex-flow: column;
  }

  .payment-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-wide {
    padding-right: 30px;
    padding-left: 30px;
  }

  .landing-wrap .img-concept {
    width: 260px;
  }

  .template-wrap .menu-item .dropdown-menu {
    right: 0;
    left: auto;
  }

  .builder-left {
    width: 260px;
  }

  .builder-right {
    width: calc(100% - 260px);
  }

  .builder-left .btn-wrap {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center !important;
  }

  .builder-left .btn-wrap button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .temp-button-grp .btn {
    min-height: inherit;
    width: 100%;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
  }

  .temp-button-grp .btn img {
    margin: 0 14px 0 0;
    width: 24px;
    float: left;
    height: 19px;
  }

  .temp-button-grp .btn .vert-line {
    height: 22px;
  }

  .nav-pills > li + li {
    margin-left: 5px;
  }

  .nav-pills > li > a {
    padding: 5px 10px;
  }

  .invoice-form .pf-btm-wrap {
    padding-left: 220px;
  }

  .invoice-form .pf-btm-wrap .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .invoice-form .total-table {
    padding-right: 15px;
  }

  .exchange-col div {
    clear: both;
    margin-top: 5px;
    width: 100%;
  }

  .exchange-col label {
    margin: 0;
  }

  .custom-form .invoice-item-table + .form-group a.add-input {
    margin-right: 0;
  }

  .snippet {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .report-setting > .custom-form .form-group {
    width: 32%;
  }

  .report-table {
    margin-top: 20px;
  }

  .report-setting.all-report > .custom-form .form-group {
    width: 49%;
  }

  .content-top .report-setting.all-report .custom-form .btn-green {
    margin-top: 10px;
  }

  .snippet-row {
    display: inherit;
  }

  .report-setting .custom-form.reduce-width .form-group {
    width: calc(33.3% - 8px);
  }

  .report-setting .custom-form.reduce-width.column-4 .form-group {
    width: calc(35% - 50px);
  }

  .content-top .report-setting .custom-form {
    width: 100%;
  }

  .content-top .report-setting .custom-form + .pull-right {
    padding-top: 0;
    float: left !important;
  }

  .content-top .report-setting .custom-form .form-group {
    width: 50%;
    margin-bottom: 10px;
  }

  .form-group {
    margin-bottom: 15px !important;
    min-height: unset;
  }

  .custome-modal {
    left: 6%;
  }

  .first-slide .fs-content {
    padding: 20px;
  }

  .banner-image-data.first-slide .cont-row {
    width: 440px;  
  }

  .banner-image-data.first-slide .cont-row.first,
  .banner-image-data.first-slide .cont-row.second,
  .banner-image-data.first-slide .cont-row.third {
    margin-left: 20%;
  }

  .banner-image-data.first-slide p {
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .banner-image-data.first-slide .cont-row h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .banner-image-data.first-slide p.select-pack {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3px #b7b7b7;
    border-radius: 5px;
  }
  .first-slide.institution .fs-content {
    padding: 30px 45px;
  }
  .banner-image-data.first-slide.institution h1 {
    font-size: 16px;
  }
  .banner-image-data.first-slide.institution .cont-row.first,
  .banner-image-data.first-slide.institution .cont-row.second,
  .banner-image-data.first-slide.institution .cont-row.third {
    margin-left: 0;
  }
  .banner-image-data.first-slide.institution p.select-pack {
    margin-left: 0;
    background: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {


  .label_n {
 
    width: 100% !important;
  }
  
  .org_item {
    display: flex;
    flex-direction: column !important;
    gap: 0px !important;
    margin-bottom: 10px !important;
  }

  
  
  .review-modal .modal-dialog {
    max-width: 320px;
    margin: 1.75rem auto;
  }

  .main-wrap,
  footer.container-fluid {
    padding-left: 0;
  }

  .main-content {
    padding: 20px 15px;
  }

  .profile-wrap .avatar .avatar-img {
    margin-right: 0;
  }

  .profile-wrap {
    border: none;
    padding: 0 10px;
  }

  .page-title {
    width: 52%;
  }

  .top-bar,
  .profile-wrap .avatar {
    height: 50px;
  }

  .notify-wrap > a,
  .search-btn {
    padding: 15px 8px;
  }

  .main-content .avatar-img {
    height: 35px;
    width: 35px;
  }

  .search-wrap.active form.hdr-search {
    right: 27px;
  }

  .search-wrap .search-btn .close {
    top: 20px;
    right: 9px;
    width: 11px;
  }

  .search-btn:hover {
    background: transparent;
  }

  form.hdr-search {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  form.hdr-search .form-control {
    width: calc(100% - 40px);
  }

  .nav-brand-res {
    float: left;
    width: 43px;
    margin-top: 7px;
  }

  .page-title {
    width: 90%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .label-enclose {
    float: left;
    margin-left: 0;
  }

  .inbox-item {
    padding: 10px;
  }

  .inbox-listing .avatar {
    width: 40px;
    height: 40px;
  }

  .item-content {
    width: calc(100% - 49px);
    padding-top: 5px;
    font-size: 13px;
  }

  .inbox-item .sub-content,
  .ib-msg p {
    font-size: 12px;
  }

  .item-listwrap .inbox-item.active + .inbox-detail {
    padding: 0 10px;
  }

  .ib-msg h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 6px;
  }

  .ib-attachment {
    padding: 0;
  }

  .ib-attachment .lead {
    font-size: 13px;
  }

  .ib-attachment .attach-item {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .ib-attachment .attach-item {
    width: calc(50% - 10px);
  }

  .ib-attachment .attach-item {
    height: 150px;
  }

  .inbox-listing .date-time {
    font-size: 10px;
    right: 7px;
    top: 5px;
  }

  .left-navbar {
    width: 280px;
    left: -100%;
    padding-top: 20px;
    transition: all 0.35s ease-out;
  }

  .left-navbar.active {
    left: 0;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 36px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.55);
  }

  .menu-close {
    width: 100%;
    position: inherit;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s linear;
  }

  .left-navbar.active + .menu-close {
    opacity: 1;
    visibility: visible;
  }

  a.back {
    margin-top: 0;
  }

  .note-content {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }

  .content-top .page-title {
    width: auto;
    top: 17px;
  }

  .upload-thumb li {
    width: 50%;
  }

  .search-right {
    width: 50%;
  }

  .register-right {
    padding: 0;
  }

  .register-form {
    padding: 30px 0;
  }

  .register-form .nav-brand {
    width: 100px;
    margin: 0 auto 30px;
  }

  .register-head {
    margin-bottom: 30px;
  }

  .payment-right,
  .plan-left {
    padding-right: 0;
    padding-left: 0;
  }

  .table-responsive {
    border-color: transparent;
  }

  .cart-table,
  .cart-table + table {
    width: 510px;
  }

  .plan-detail ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pay-form {
    width: 100%;
  }

  .reg-completed {
    padding-left: 15px;
    padding-right: 15px;
  }

  .permission-enclose {
    margin-top: 12px;
  }

  .role-left {
    width: 160px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .permission-table {
    width: calc(100% - 160px);
  }

  .role-label li span {
    font-size: 13px;
  }

  .role-left .btn-blue {
    font-size: 12px;
    padding: 5px 12px 5px 6px;
  }

  .permission-row.head .permission-card {
    padding: 10px 0;
  }

  .permission-card {
    width: 172px;
  }

  .permission-card > span {
    font-size: 10px;
    font-weight: 500;
  }

  .role-left .btn-blue {
    margin-bottom: 8px;
  }

  .landing-wrap {
    padding: 35px 0;
  }

  .landing-wrap .img-concept {
    margin-top: 10px;
  }

  .btn-wide {
    padding: 15px;
  }

  .btn-wide img {
    width: 35px;
    margin-right: 8px;
  }

  .create-temp-btn {
    height: 190px;
  }

  .builder-left {
    width: 100%;
    height: auto;
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
    border-right: none;
  }

  .builder-right {
    width: 100%;
    min-height: calc(100vh - 210px);
    margin-top: 210px;
    padding-bottom: 65px;
  }

  .temp-button-grp .btn {
    width: auto;
    padding: 10px;
    margin-bottom: 12px;
    margin-right: 10px !important;
  }

  .temp-button-grp {
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    display: flex;
    flex-flow: row;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .temp-button-grp .btn img {
    margin: 0;
  }

  .builder-right .close-btn {
    position: fixed;
    top: 7px;
    right: 7px;
    width: 25px;
  }

  .builder-right .btn-wrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  .drop-sec {
    min-height: 40vh;
  }

  .pop-modal .modal-body {
    padding: 20px;
  }

  .invoice-editor .builder-left {
    height: 240px;
    padding-bottom: 5px;
  }

  .invoice-editor .builder-right {
    width: 100%;
    min-height: calc(100vh - 240px);
    margin-top: 240px;
  }

  .invoice-form .pf-btm-wrap {
    border-top: 1px solid #e6e6e6;
    position: static;
    padding: 0 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    flex-flow: column;
  }

  .invoice-form .pf-btm-wrap > div {
    text-align: center;
    margin: 5px 0;
  }

  .content-top {
    border-top: 1px solid #e2e2e2;
    padding: 15px;
    margin-top: 5px;
  }

  .content-top .custom-form.form-inline .form-group:last-child {
    margin-bottom: 0;
  }

  .total-row,
  .invoice-form .form-group {
    margin-bottom: 20px;
  }

  .total-row > .row {
    flex-flow: column-reverse;
  }

  .total-row .exchange-col {
    margin-top: 15px;
  }

  .content-top .custom-form.form-inline .form-group {
    margin-right: 0 !important;
  }

  .content-top .form-inline label {
    width: 30%;
  }

  .content-top .form-inline .custom-select-drop {
    width: 66%;
  }

  .pop-modal h3 {
    margin-bottom: 20px;
  }

  .pop-modal .custom-form label {
    margin-bottom: 8px;
    margin-top: 0;
  }

  .pop-modal .btn-sec {
    margin-top: 25px;
  }

  .report-setting > .custom-form .form-group {
    width: 100%;
    margin-bottom: 10px;
  }

  .report-setting .custom-form + .pull-right {
    bottom: 10px;
  }

  .checkbox-block {
    margin-bottom: 10px;
    min-height: unset;
  }

  .report-setting.all-report > .custom-form .form-group {
    width: 100%;
    margin: 0;
  }

  .report-setting .custom-form.reduce-width .form-group,
  .report-setting .custom-form.reduce-width.column-4 .form-group,
  .content-top .report-setting .custom-form .form-group,
  .content-top .report-setting .custom-form .custom-select-drop {
    width: 100%;
    margin-bottom: 5px;
  }

  .report-setting .reduce-width.column-4 .filter-btn {
    margin: 0;
  }

  .content-top .report-setting .text-link {
    margin-top: 0;
  }

  .content-top .report-setting .custom-form + .pull-right {
    float: right !important;
  }

  .content-top .report-setting .form-group .text-link {
    position: relative;
    top: 12px;
  }
  .custome-modal {
    left: 20px;
    top: 40px;
    width: 80%;
  }
  
}


@media (min-width: 992px){
.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    text-align: left;
    color: #fff !important;
    padding-left: 20px;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #fff;
}

}


input.form-control.checkbox-cus {
  height: 18px !important;
  box-shadow:unset !important;
}
.text-right{
  text-align: right !important;
}
/* Responsive Style Ends */

.card {
  margin-bottom: 24px;
  box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
}
/* 
.custom-card{
   box-shadow: 0 0 1.875rem 0 rgb(35 37 46 / 22%);
}
*/

.page-header{
  margin: 0px !important;
}
.custom-card-heading{
  cursor: pointer;
  padding: 10px 15px;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
}

.card-title {
  font-size: 16px;
  color: #495057;
}
.card-title {
  margin-bottom: 1rem;
}

.card-subtitle,
.card-title {
  font-weight: 400;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.main-content .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  opacity: 0.7;
}

.avatar-title {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #3b7ddd;
}

.bg-primary-light {
  background: #d3e2f7;
}

.avatar-title {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #3b7ddd;
}

.feather {
  width: 18px;
  height: 18px;
  stroke-width: 1.5;
}
.rounded-circle {
  border-radius: 50% !important;
}

.MuiChip-label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
}

.MuiChip-root {
  height: 25px !important;
  font-family: "Montserrat", sans-serif !important;
}

.MuiChip-deleteIcon {
  width: 14px !important;
  height: 14px !important;
}

.MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
}

.MuiAutocomplete-paper {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
}
.float-rights {
  float: right;
}
.border-1px {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.23);
}

.r-text {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  color: #545252;
}

.review-modal .modal-header {
  background: #fbd171;
}

.review-modal .modal-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  float: left;
}

.review-modal .modal-header .close {
  color: #fff;
  opacity: 1;
  margin-right: 0px;
}

.model-box {
  height: auto !important;
  border-radius: 5px !important;
  background-color: #ebebeb !important;
}

.login-input {
  width: 401px !important;
  height: 47px !important;
  border-radius: 5px !important;
  background-color: #dcdcdc !important;
  margin-right: 5% !important;
}

.review-modal .modal-body {
  background: #f3f3f3;
}

.r-text {
  font-size: 13px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  color: #545252;
}
.review-modal .form-control {
  border: 1px solid #eaeaea;
  height: 40px;
}

.review-modal .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.date {
  width: 401px !important;
  height: 47px !important;
  border-radius: 5px !important;
  background-color: #dcdcdc !important;
}

.comments {
  width: 626px;
  height: 200px;
  border-radius: 5px !important;
  background-color: #dcdcdc !important;
}

.btn1 {
  width: 171px !important;
  height: 37px !important;
  border-radius: 5px !important;
  background-color: #dfdfdf !important;
  color: #545252 !important;
}

.btn2 {
  width: 171px !important;
  height: 37px !important;
  border-radius: 5px !important;
  background-color: #f34c44 !important;
  color: #f1ebeb !important;
}

.app-download {
  padding: 15px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.blue-btn {
  background: #82b6ff;
  color: #fff !important;
}
.package-card {
  padding: 15px;
  background: white;
  width: 100%;
  margin-bottom: 20px;
}
.cardhead {
  display: flex;
  align-items: center;
}
.cardhead .img-box {
  width: 20%;
  height: 86px;
  padding-left: 10px;
}
.cardhead .img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cardhead .img-rightcontent {
  width: 55%;

  text-align: center;
}
.img-rightcontent:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.cardhead .img-rightcontent h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #2d2d2d;
  margin-top: 0;
}
.cardhead .img-rightcontent h1 {
  font-size: 20px;
  color: #252525;
  margin-top: -5px;
}
.cardhead .img-rightcontent h1 small {
  color: #82b6ff;
}
.cardhead .img-rightcontent h2 span {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
}
.cardhead .img-rightcontent h2.orange {
  border-bottom: 4px solid #fbd171;
  margin-bottom: 5px;
}
.cardhead .img-rightcontent h2.green {
  border-bottom: 4px solid #8bcc53;
  margin-bottom: 5px;
}
.cardhead .img-rightcontent h2.pink {
  border-bottom: 4px solid #d82fab;
  margin-bottom: 5px;
}
.cardhead .img-rightcontent h2.voilet {
  border-bottom: 4px solid #7c72e1;
  margin-bottom: 5px;
}
.cardhead .img-rightcontent .btn {
  margin: 15px 0;
}
.package-card .cardbody {
  /* background-color: #ededed; */
  margin-top: 20px;
  padding-left: 5%;
}
.package-card .cardbody ul {
  padding: 0;
  margin: 0;
  /* list-style: none; */
  display: list-item;
}
.package-card .cardbody ul li {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.package-card .cardbody ul li:nth-of-type(1n+7){
  list-style-type:none;
  display: none;
}
.package-card .cardfooter .view-a {
  font-size: 14px;
  font-weight: 500;
  color: #82b6ff;
  display: block;
  margin-bottom: 15px;
}
.sign-upmodal {
  padding: 0 25px;
}
.sign-upmodal ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: auto;
  /* max-height: calc(100vh - 165px); 
  overflow: auto;*/
  margin-bottom: 20px;
}
.sign-upmodal ul li {
  color: #313131;
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  padding-left: 35px;
  background: url('/assets/images/buller-arrow.svg') no-repeat 0%;
  background-size: auto;
}
.sign-upmodal ul li img {
  margin-right: 10px;
}
.sign-upmodal h1 {
  font-size: 28px;
  color: #2d2d2d;
  margin-bottom: 20px;
  line-height: 34px;
}
.mini-arrow {
  display: flex;
  align-items: center;
  color: #82b6ff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 30px;
}
.mini-arrow img {
  margin-left: 10px;
}
.download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.download-app a {
  height: 80px;
  display: block;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.download-app a img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.download-title {
  font-size: 28px;
  color: #2d2d2d;
  margin: 0 0 15px 0;
}
.gallery-img {
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
}
.footer-container {
  padding: 30px 0;
}
.footer-container h2 {
  color: #565656;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-list a {
  padding: 0 10px;
  color: #565656 !important;
  font-size: 16px !important;
}
.footer-socialicons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 25px 0;
}
.footer-socialicons img {
  margin: 0 15px;
}
.footer-container p {
  color: #565656;
  font-size: 16px;
  margin: 0;
}
body ::-webkit-scrollbar {
  width: 10px !important;
}
body ::-webkit-scrollbar-track {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1) !important;
}
body ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* background: #fbd171 !important; */
  background: linear-gradient(180deg, #c1c1c1 12%, #c1c1c1 70%) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
body ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(66, 66, 66, 0.4);
}
.home-slider {
  background: #f2f1ed;
  min-height: calc(100vh - 65px);
}
.home-slider .row {
  outline: none !important;
}
.home-slider .slick-arrow {
  display: none !important;
}
.home-slider .slick-dots {
  /* transform: translateY(-50%);
  top: 50%;
  width: initial;
  bottom: initial;
  right: 0; */
  bottom: 20px;
}
.slick-dots{
  position: static !important;
}
/* .home-slider .slick-dots li {
  display: block !important;
} */
.home-slider .slick-dots li button:before {
  font-size: 8px;
}
.home-slider .slick-dots li.slick-active button:before {
  color: #fbd171;
}
.home-slider .slick-slide {
  min-height: calc(100vh - 65px);
  align-items: center;
  justify-content: center;
}
.home-slider .slick-initialized .slick-slide {
  display: flex !important;
}
.orange-btn {
  background: #fbd171;
  color: #333333;
  margin: 20px 0 20px 0;
  box-shadow: 0px 3px 4px #0000001c;
}
.orange-border-btn {
  color: #fbd171;
  border: 1px solid #fbd171;
  background: transparent;
  margin: 30px 0 20px 0;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 3px 4px #0000001c;
}
.phone-wrapper {
  display: flex;
}
.phone-wrapper .form-control {
  width: calc(100% - 71px);
  margin-left: 15px;
  height: 38px;
}
.radio-group {
  display: flex;
}
.radio-group input {
  margin-left: 25px;
  margin-right: 5px;
}
.height-1 {
  height: 150px !important;
}
.height-2 {
  height: 80px !important;
}
.height-3 {
  height: 344px !important;
}
.error {
  font-size: 12px;
  color: red;
}
.dashboard-container {
  display: flex;
  flex-wrap: unset;
  height: auto;
  overflow: hidden;
}
.category-change{
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.category-change h4{
  font-weight: bold;
  cursor: pointer;
}
.first-nav {
  width: 120px;
  background: #fbd171;
  padding: 16px;
  height: 100vh;
}
.first-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 0px;
  float: left;
  width: 100%;
  height: calc(100vh - 211px);
}
.first-nav ul li {
  margin: 20px 0;
  text-align: center;
  cursor: pointer;
}
.first-nav ul li h4, .category-change h4 {
  color: #2c2c2c;
  line-height: 15px;
  margin: 5px 0 0 0;
  font-size: 12px;
}
.rightside-wrapper {
  width: calc(100% - 120px);
}
.second-nav {
  width: 185px;
  background: #dedede;
  padding: 0;
}
.second-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  float: left;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: auto;
}
.second-nav ul li {
  color: #414141;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin: 10px 0;
}
.second-nav ul li a {
  color: #414141;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-size: 13px;
}
.second-nav ul li.active,
.second-nav ul li:hover {
  background: #82b6ff;
}
.second-nav ul li.active a,
.second-nav ul li:hover a {
  color: #fff;
}
.content-view {
  background: #fff;
  padding: 30px;
  width: calc(100% - 185px);
  height: 100vh;
  overflow: auto;
}
.content-view .tab-panels {
  height: calc(100vh - 155px);
  overflow: auto;
  padding-top: 30px;
}
.content-view h1 {
  color: #2d2d2d;
  font-size: 28px;
  margin: 0 0 25px 0;
}
.content-view h4 {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.content-view table {
  min-width: 100%;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}
.content-view table th {
  width: 25%;
  background: #424242;
  color: #e9e9e9;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #e9e9e9;
}
.content-view table td {
  width: 25%;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
/* Tabs for notification */
.tabset {
  position: relative;
  box-sizing: border-box;
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #383838;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 6px 0;
  margin-right: 40px;
  margin-bottom: 0;
}
.tabset > label i {
  font-size: 20px;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #266ff2;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
}
.tabset > label:hover i,
.tabset > input:focus + label i {
  color: #266ff2;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  color: #404858;
}

.tabset > input + label::before {
  content: "";
  width: 0;
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
}

.tabset > input:checked + label::before {
  width: 100%;
  background: #266ff2;
}
.gallery-card {
  margin-top: 20px;
  text-align: center;
}
.gallery-card .card-img {
  width: 100%;
  height: 190px;
  margin-bottom: 15px;
}
.gallery-card .card-img img {
  width: 100%;
  height: 100%;
}
.gallery-card h4 {
  font-size: 16px;
  color: #383838;
  margin: 0 0 25px 0;
}
.content-view textarea {
  /* height: calc(100vh - 300px); */
}
small.text-red {
  color: red;
}

.invoice-container {
  margin: 25px;
}
.invoice-container h3 {
  color: #82b6ff;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0;
}
.invoice-container h5 {
  /* background: #2d2d2d; */
  background: #f5d170;
  /* color: #fff; */
  color: #232323;
  padding: 5px;
  font-weight: 600;
  font-size: 18px;
  margin: 25px 0 15px 0;
}
.invoice-container p {
  font-size: 14px;
  color: #2d2d2d;
}

.left-content-invoice h6 {
  font-size: 14px;
  color: #2d2d2d;
  margin: 0 0 10px 0;
}
.invoice-container table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 80px;
}
.invoice-container thead {
  /* background: #2d2d2d; */
  background: #f5d170; 
}
.invoice-container thead th {
  /* color: #fff; */
  color: #171616;
  padding: 5px;
  font-weight: 600;
  font-size: 16px;
}
.invoice-container tbody td {
  color: #2d2d2d;
  padding: 15px 5px;
  font-size: 14px;
}
.invoice-container th,
.invoice-container td {
  /* border: 1px solid #2d2d2d; */
  border: 1px solid #171616;
}
.invoice-container table h6 {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
}
.field-icon{
  float: right;
  margin-right: 5px;
  margin-top: -24px;
  position: relative;
  z-index: 2;
}
.field-icon.plogin{
  margin-right: 8px;
  margin-top: -31px;
}
@media screen and (max-width: 767px) {
  .first-nav {
    padding: 2px;
    width: 75px;
    text-align: center;
  }
  .rightside-wrapper {
    width: calc(100% - 75px);
  }
  .second-nav {
    width: 100%;
    height: 60px;
  }
  .second-nav ul {
    display: flex;
    height: 60px;
    margin-top: 0;
    float: initial;
  }
  .second-nav ul li {
    margin: 0;
  }

  .content-view {
    width: 100%;
    height: calc(100vh - 60px);
  }
  .upload-wizard {
    padding: 0 !important;
  }
  .content-view .upload-thumb li {
    width: 100% !important;
  }
  .package-card .cardbody ul {
    display: none;
  }
}


/* Additional Style Starts */

.footer-container {
padding-left: 15px;
padding-right: 15px;
}

.header-rightside {
padding-top: 7px;
}

.sign-bg-login {
min-height: unset;
}

.signup-right {
padding-right: 30px;
padding-left: 30px;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
display: flex;
align-items: center;
}

.first-nav ul {
overflow-x: hidden;
overflow-y: auto;
}

.content-view .tab-panels {
height: auto;
overflow: unset;
}

.mob-menu-btn {
position: absolute;
top: 19px;
background: #fbd171;
border: 1px solid #5a5a5a;
border-radius: 3px;
width: 40px;
height: auto;
right: 15px;
padding: 4px 7px;
display: none;
flex-flow: column;
}

.mob-menu-btn span {
background: #000;
height: 3px;
width: 100%;
display: inline-block;
margin: 1.5px 0;
}

.box-shadow-custom.lit-pt {
padding-top: 10px;
padding-bottom: 15px;
}

.dropdown .filter-option-inner {
width: 100%;
}

.box-shadow-custom.pad-reduce {
padding-top: 12px;
padding-bottom: 12px;
}

.back-drop {
position: absolute;
top: 100px;
left: 0;
width: 100%;
text-align: center;
/* z-index: -99; */
opacity: 0.10;
}

.pdf-toolbar{
  text-align: center;
  float: none !important;
}

.back-drop img {
width: 280px;
}

.custom-table-wrap  .dataTables_filter {
float: right;
margin-bottom: 10px;
}

.custom-table-wrap .dataTables_info {
float: left;
margin-top: 5px;
}

.custom-table-wrap .dataTables_paginate {
float: right;
}

.custom-table-wrap table tr td {
background: #fff;
border: 1px solid #e8e8e8;
text-transform: capitalize;
}

.custom-table-wrap table th {
background: #464646;
color: #f7f7f7;
}

.custom-table-wrap table thead th:first-child {
border-radius: 3px 0 0 0;
}

.custom-table-wrap table thead th:last-child {
border-radius: 0 3px 0 0;
}

.custom-table-wrap .paginate_button {
background: #fff;
}

.custom-table-wrap table {
width: 99.99% !important;
}

.same-height {
display: flex;
width: 100%;
padding-left: 18%;
}

.same-height .package-card {
height: 100%;
}

.modal-dialog .cardhead {
align-items: flex-start;
}

.modal-dialog .mini-arrow {
margin-bottom: 30px;
margin-left: 0;
}

.modal-dialog .modal-header .mini-arrow,
.modal-dialog .modal-header .mini-arrow img {
margin-left: 0;
margin-bottom: 0;
}

.modal-dialog button.close {
width: auto;
}

.home-slider .slick-initialized .slick-slide * {
outline: none !important;
}

.hdr-row {
display: flex;
justify-content: space-between;
width: 100%;
}

.dashboard-chart .tab-panels {
margin-top: 30px;
}

/* Additional Style Ends */

/* Footer Style Starts */
footer {
color: #212529;
}

footer.pt-5, footer.py-5 {
padding-top: 3rem!important;
}

.copyright {
background: #fbcb71 !important;
}
.copyright p {
text-align: right;
margin: 0px 0px;
font-size: 13px;
}

footer .h4, footer h4 {
font-size: 24px;
margin-top: 0;
}

footer .d-flex {
display: flex;
}

footer .form-group.foot-input {
width: calc(100% - 122px);
margin-bottom: 16px;
}

footer .mb-4, footer .my-4 {
margin-bottom: 1.5rem!important;
}

footer .mr-3 {
margin-right: 1rem!important;
}

.foot-input .form-control {
color: #495057;
font-size: 12px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

footer .form-group {
min-height: unset;
}

footer .social-icons {
width: 35px !important;
height: 35px !important;
filter: brightness(0)invert(1);
-moz-filter: brightness(0)invert(1);
-webkit-filter: brightness(0)invert(1);
}

.company-subhead a {
font-size: 16px;
font-weight: 500;
display: block;
margin-bottom: 20px;
color: #212529;
}

/* Footer Style Ends */

/* Responsive Style Starts */

@media only screen and (max-width: 1199px) {

.cardhead .img-rightcontent h2 span,
.cardhead .img-rightcontent h1 {
font-size: 14px;
}

.footer-color h4 {
font-size: 20px;
}

footer .form-group.foot-input {
width: calc(100% - 110px);
}

}

@media only screen and (max-width: 991px) {

.download-title, .banner-image-data h1, .slick-slide {
font-size: 28px;
}

.banner-image-data p {
font-size: 16px;
line-height: 25px;
}

.cardhead .img-box {
display: none;
}

.package-card .cardbody ul li {
margin-bottom: 5px;
font-size: 13px;
}

.package-card .cardbody {
margin-top: 0;
}

.cardhead .img-rightcontent {
width: 100%;
}

.cardhead .img-rightcontent h2 {
font-size: 18px;
line-height: 26px;
}

.upload-thumb li {
width: 50% !important;
}

.back-drop {
top: 180px;
}

.back-drop img {
width: 190px;
}

.left-content-invoice .text-right {
text-align: left;
}

.invoice-container thead th {
font-size: 13px;
}

.tabset > label {
font-size: 13px;
margin-right: 10px;
}

.home-slider .slick-initialized .slick-slide {
align-items: flex-start;
}

p.signup-btm {
font-size: 14px;
}

.banner-image-data.first-slide.individual p.select-pack {
  background: transparent;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.footer-color h4 {
font-size: 15px;
}

.company-subhead a {
font-size: 14px;
}

footer .form-group.foot-input {
margin-bottom: 0 !important;
}

}


@media only screen and (max-width: 767px) { 

.cardhead .img-rightcontent {
width: 55%;
}

.cardhead .img-box {
display: inline-block;
}

p.signup-btm {
font-size: 14px;
}

.footer-container h2 {
font-size: 16px;
}

.footer-list a {
font-size: 14px !important;
}

.footer-container p {
font-size: 12px;
}

.custom-select-drop .dropdown-menu {
min-width: 100% !important;
}

.mob-btm-menu {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
display: flex;
background: #ffffff;
border-top: 2px solid #ecbd50;
}

.first-nav ul {
height: auto;
width: auto;
margin: 0;
}

.first-nav ul li {
margin: 0;
}

.mob-btm-menu ul.first {
width: 75%;
display: flex;
align-items: center;
flex-flow: wrap;
}

.mob-btm-menu ul.first li {
width: 33.33%;
display: inline-block;
}

.mob-btm-menu ul.first li a {
display: inline-block;
width: 100%;
padding: 10px 0;
}

.first-nav ul.last li {
padding-top: 10px;
padding-bottom: 10px;
}

.mob-btm-menu ul.last {
width: 25%;
}

.mob-btm-menu ul.last li {
display: inline-block;
width: 100%;
}

.first-nav {
position: relative;
}

.first-nav ul li h4, .category-change h4 {
font-size: 10px;
white-space: nowrap;
font-weight: 600;
}

.first-nav ul li img {
height: 25px;
}

.first-nav {
width: 100%;
height: auto;
text-align: left;
padding: 10px 15px;
}

.rightside-wrapper {
width: 100%; 
padding-bottom: 65px;
}

.hdr-logo {
width: 50px;
}

.hdr-logo img {
max-width: 100%;
}

.second-nav {
height: auto;
position: absolute;
top: 0;
z-index: 99;
max-height: calc(100vh - 140px);
}

.second-nav ul {
display: inline-block;
overflow: unset;
height: auto;
}

.mob-menu-btn {
display: flex;
}

.second-nav {
display: none;
}

.content-view {
height: auto;
overflow: unset;
padding: 15px;
}

.content-view h1 {
font-size: 22px;
margin: 5px 0 15px 0;
}

.same-height {
display: inline-block;
}

.mob-d-inherit {
display: inherit !important;
}

.first-slide .fs-content {
padding-left: 30px;
padding-right: 30px;
}

.banner-image-data.first-slide h1 {
margin-top: 0;
font-size: 18px;
}

.banner-image-data.first-slide .cont-row.first,
.banner-image-data.first-slide .cont-row.second,
.banner-image-data.first-slide .cont-row.third {
width: 100%;
margin: 15px 0;
padding-left: 12%;
padding-right: 12%;
}

.banner-image-data.first-slide p.select-pack {
padding: 0;
margin-left: 12%;
background: transparent;
box-shadow: none;
}

.slideimg-mob-hide {
display: none !important;
}

.slideimg-mob-show {
display: block !important;
}

.banner-image-data.first-slide.institution h1 {
margin-top: 20px;
}

.first-slide.institution .fs-content {
padding-left: 25px;
padding-right: 25px;
}

.banner-image-data.first-slide.institution .cont-row.first,
.banner-image-data.first-slide.institution .cont-row.second,
.banner-image-data.first-slide.institution .cont-row.third {
padding-left: 0;
padding-right: 0;
}

.first-slide.individual .permission-row {
  padding: 15px 10px;
}

.banner-image-data.first-slide.individual p.select-pack {
  display: table;
  margin: 15px auto 30px;
}

.permission-row {
  flex-wrap: wrap;
}

footer .form-group.foot-input {
  width: 100%;
}

.footer-color h4 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}

footer .flex-item {
  text-align: left;
}

footer .company-subhead a {
font-size: 13px !important;
margin-bottom: 15px !important;
}

.copyright p {
text-align: center;
}

.dashboard-container {
  flex-wrap: wrap;
}

.second-nav {
  max-height: unset;
}

}
.services-icon {
  margin-bottom: 15px;
}

.services-icon img {
  width: 50px;
}

.third-features-content p {
  font-size: 13px;
  color: #ff2929;
  font-weight: bold;
  margin-bottom: 0;
}
.imgsrc {
  display: unset !important;
}
.side-space {
  margin-left: 2%;
  margin-top: 3%;
}
.side-space-main {
  margin-left: 5%;
  background-color: #fff;
}


@media screen and (min-width: 770px) {
  .logo-img-partner {
    width: 110px !important;
    height: auto !important;
    display : inline !important;
  }
  .tile-width {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {



  .hidden-sm{
    display:none;
  }

  .logo-img-partner {
    width: 100px !important;
    height: auto !important;
    display : inline !important;
  }
  .tile-width {
    width:80%;
  }
  .partner-heading {
    font-size: 20px !important;
  }
}
.span-partner{
  float :right;
  font-size: 12px;
  padding-right: 2.5%;
}
.span-partner-learn{
  margin-left :35% !important;
  font-size: 12px;
}
.third-features-content-black p,
.third-features-content-black .content-link,
.third-features-content-black .content-link:hover {
  font-size: 13px;
  color: #000000 !important;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: inherit;
}
.disble_cls{
  background: rgb(211 211 211 / 91%);
  pointer-events: none;
}
.notes-landing-ind{
  background-color: #e1e1df;
  width: 68%;
  margin-left: 10px;
  margin-bottom: 10px;
}
.notes-landing-ins{
  background-color: #e1e1df;
  width: 68%;
  margin-left: -7%;
  margin-top: 4%;
}
.notes-landing-ind p{
  font-size: 12px !important;
  color: #000 !important;
}
.notes-landing-ins p{
  font-size: 12px !important;
  color: #000 !important;
}

.btnleft{
    float: left;
    padding-right: 10px;
}

span.uploaded {
  color: green;
  padding-left: 6px;
  font-size: 15px;
}

.info-tool{
  font-size: 13px !important;
}
.custome_control_box {
  width: 90px;
}
.colAdd span{
  margin-left: 10px;
}
.socialtable tr td {
  width: auto;
}
.noti-sec {
  float: right;
  padding-right: 10px;
  padding-top: 15px;
}
.noti-drop-sec.dropdown-menu {
  width: 500px;
}
.noti-list{
  align-items: center;
  display: flex !important;
  font-size: 14px;
  border: none;
  margin-bottom: 16px;
  margin-top: 17px;
  background: none;
}
.noti-list span{
  font-size: 11px;
}
.noti-list.dropdown-item:active{
  background-color: #fff !important;
}
.noti-count{
  position: absolute;
  top: -5px;
  right: -8px;
  padding: 0px 5px;
  border-radius: 50%;
  background: #82b6ff;
  color: white;
  font-size: 11px;
}
.report-date .react-datepicker-wrapper{
  display: block !important;
}
.desktoponly{
  display: block;
}
.mobileonly{
  display: none;
}
#myLinks{
  display: none;
}

.first-nav {
    background: #ffffff;
    padding: 16px;
    /* width: 185px; */
}

.hdr-logo {
    text-align: center;
    margin-bottom: 20px;
}

.exclpartners .navbar {
    margin-bottom: 0;
    margin-top: 10px;
}
.subtitleexcl {
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #82b6ff;
    padding-top: 15px;
}

.boxshadows{
      box-shadow: -1px 0px 9px 1px darkgrey;
      padding: 20px;
}
.mt20{
  margin-top: 20px;
}
.exclpartners .navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    box-shadow: -1px 0px 9px 1px darkgrey;
}
.exclpartners .navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}
.exclpartners .navbar-inverse .navbar-nav>li>a {
    color: #EF2026;
}
.exclpartners .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #2D1FC9;
}
.exclpartners .navbar-inverse .navbar-nav>li>a:focus,.exclpartners .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #2D1FC9;
}

.waiting {
    color: orange;
    font-size: 12px;
    font-weight: 700;
}

.approved {
    color: green;
    font-size: 12px;
    font-weight: 700;
}

.exdb .panel-heading {
    text-transform: uppercase;
    font-weight: 600;
}

.createdat{
  float: right;
  font-size: 10px;
  font-weight: 600;
}



/* Responsive Style Starts */

@media only screen and (max-width: 600px) {

::-webkit-scrollbar { 
  display: none; 
} 

.rowc{

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
 
}
#parent{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#submenu-list{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-10{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

div.scrollmenu {
    background-color: #fff;
    margin-bottom: 15px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.first-nav {
    background: #ffffff;
    padding: 16px;
    width: 100%;
}

.submenu-list {
    overflow-x: scroll;
    height: 200px;
    width: 100%;
}

div.scrollmenu a {
    background: #f5f5f5;
    border-radius: 5px;
    color: #212529;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.submenu-list a {
    margin-left: 0!important;

}
.mobile-bottom-menu img {
  width: 22px;
}

.mob-right-menu{
  padding: 20px;
  position: fixed!important;
  width: 220px !important;
  z-index: 99;
  top: 60% !important;
  bottom: 0 !important;
  padding: 0 !important;
}
.mobilemenuslide li{
  list-style: none;
  font-size: 12px;
  border-bottom: none !important;
  padding: 10px 5px !important;
}
.mob-right-menu ul{
  padding: 0;
}
.mob-right-menu ul li img{
  width: 22px;
  margin: auto 22px !important;
}
.contactus-modal {
  top: 120px;
}
div.scrollmenu a.active {
    color: #82b6ff;
}
.tab-nav-container .tab a span small{
  font-size: 65%;
  display: inline-block;
}
.tab-nav-container .tab a {
  text-decoration: none;
  color: #000 !important;
}
.tab-nav-container .tab.active a {
  color: #0118ca !important;
  font-weight: 700;
}

.tab-nav-container{
  background-color: #ffffff;
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin: 7px;
  align-items: center;
  text-align: center;
}
.tab{
  /*background-color: rgb(226, 226, 226);*/
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  margin: 0px;
  transition: background 0.4s linear;
}
.tab i{
  font-size: 1.2em;
}
.tab p{
  font-weight: bold;
  overflow: hidden;
  max-width: 0;
  font-size: 12px;
}
.tab.active p{
  margin-left: 0px;
  max-width: 100px;
  margin-bottom: 0px;
  transition: max-width 0.4s linear;
}
.tab.active.purple{
  background-color: rgba(91,55, 183, 0.2);
  color: #000000b0;
}
.tab.active.pink{
  background-color: rgba(251,209, 113, 0.6);
  color: #000000b0;
}
.tab.active.yellow{
  background-color: rgba(230,169, 25, 0.2);
  color: #000000b0;
}
.tab.active.teal{
  background-color: rgba(28,150,162,0.2);
  color: #000000b0;
}

.right-sidebar-custom ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 20px;
    text-align: left;
}

.wishlist a {
    font-size: 13px;
    padding: 5px 2px;
}

#myLinks{
    background-color: white;
    margin-top: 15px;
}

#myLinks ul{ 
    width: 100%;
    background-color: white;
    text-align: left;
}

#myLinks ul li{
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

#myLinks ul li a:hover{
 color:  #EF2026;
}

.desktoponly{
  display: none !important;
}
.mobileonly{
  display: block !important;
}

.modal-dialog{
    top: 210px;
}

.content-view h1{
  font-size: 14px;
}

.mobileinvline h2{
  font-size: 14px;
}

.tabset > label {
  font-size: 11px;
}

.snobox{
  position: absolute;
  background-color: red;
}

.foldtl {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 20px;
    text-align: center;
    color: white;
}
.hdr-logo{
  width: 130px !important;
}

.topbaradmin{
  background-color: #ffffff; 
}

.sidebar-btn.signin-name {
    align-items: center;
    color: #82b6ff;
    display: flex;
    font-size: 12px;
    padding: 0;
    float: right;
    font-size: 17px;
    margin-top: 10px;
}

.right-sidebar-custom{
  z-index: 2; 
  position: absolute; 
  top: 0px; 
  bottom: 0px; 
  transition: -webkit-transform 0.3s ease-out 0s; 
  will-change: transform; 
  overflow-y: auto; 
  background: white; 
  right: 0px; 
  transform: translateX(0%); 
  box-shadow: rgba(0, 0, 0, 0.15) -2px 2px 4px;
}

.right-sidebar-custom {
  padding: 15px 15px;
  position: fixed!important;
  width: 220px;
  z-index: 99;
  top: 3%;
  bottom: 65%;
}

.mobilemenuslide li a {
    color: #000;
}
.mobilemenuslide li.active a {
    font-weight: 600;
}

.sidebar-btn, .sidebar-btn-close, .sidebar-btn:focus {
    background: transparent;
    border: 1px solid transparent;
}

.usernamedisplay{
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  color: #212529;
  text-align: left;
}

.hdr-logo{
  float: left;
}
.hdr-logo {
    text-align: center;
    margin-bottom: 0px;
}

.content-view h1 {
    /* border-bottom: 1px solid #000; */
    box-shadow: 0px 6px 13px -1px lightgrey;
    padding: 8px;
    border-radius: 5px;
}

.first-nav {
    background: #ffffff;
    padding: 16px;
    width: 100%;
    padding-bottom: 0px;
}
 .tabset label{
  display: none;
 }
 .content-view .tab-panels{
  padding-top: 0px;
 }
 .floating-menu-btn{
  display: block !important;
 }
 .sidebar-btn.signin-name small{
  color: #000;
  font-weight: 500;
 }

}

.preview-pop{
  margin-top: 25%;
}
img.preview-header{
  width: 100%;
}
.pv-banner{
  padding: 0 15px;
}
.pv-banner .pv-banner-bg{
    background-image: url('/assets/images/user-banner.png');
    height: 253px;
    background-size: contain;
    background-repeat: no-repeat;
}
.pv-banner .pv-banner-bg .title-section{
    color: #fff;
    padding: 70px 45px;
}
.title-section p.banner-address{
    font-size: 10px;
}
.custome-submit{
  margin-top: 15px;
  padding: 4px 4px !important;
}
img.preview-image {
  width: 250px;
  height: 250px;
  margin-bottom: 15px;
}
.mob-menu-btn-new-close{
  margin-top: -20px;
}
.mob-menu-btn-new{
  opacity: unset;
  visibility: unset;
  background: none;
}
.mob-menu-btn-new span{
  padding: 15px 0 0 10px;
  width: 40px;
  height: 35px;
}
.mob-menu-btn-new-close span{
  width: 50px;
  height: 35px;
  padding: 16px;
}
.left-navbar .mCSB_scrollTools{
  width: auto;
}
.box-shadow-custom.spl-event-box{
  padding: 12px;
}
.form-group.custom-form-group {
  padding: 15px 25px;
}
.cu-row td {
    padding: 10px;
}
.cus-date-sec .react-datepicker-wrapper{
  display: block !important;
}
.event-table {
    width: 100% !important;
}
/* Responsive Style Starts */


.leadpage .card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.leadpage .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 0 solid rgba(0,0,0,.125);*/
    border-radius: 1rem;
}
.leadpage .text-reset {
    --bs-text-opacity: 1;
    color: inherit!important;
}

.addressinfo{
  text-transform: uppercase;
}

.leadinfo{
  text-transform: capitalize;
}

.btnaction{
  padding-top: 10px;
}
.partnersline{
    list-style: none;
    padding-left: 0px;
}
.partnersline li{

    background-color: antiquewhite;
    padding: 18px;
    border-radius: 6px;
    margin: 6px;

}

.programrow td{
    text-transform: capitalize;
}

.login-new-user{
  text-align: justify;
  margin-top: 90px;
}
.landing-benfits ul li:nth-of-type(1n+6){
  list-style-type:none;
  display: none;
}
.stamp-img img{
  width: 80%;
}
.table-custom-design tr td{
  word-break: break-word;
}


.exclprtrs-container {
    border: 1px solid rgba(0,0,0,.125);
    min-height: 280px;
}

.topLogo {
    margin-bottom: 10%;
    margin-top: 10%;
    text-align: center;
}

.middleContExcl {
    margin-top: 15px;
    text-align: center;
}

.blockstatus{
    width: 100%;
    display: inline-flex;

}

.blockstatus a{
    font-size: 12px;
    padding-left: 12px;
    /* margin-top: 19px; */
    vertical-align: sub;
}

.floating-menu-btn {
  background: #fbd171;
  bottom: 50%;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 3px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 30px;
  z-index: 998;
  display: none;
}

.floating-menu {
  background: #fff;
  border: 1px solid #fbd171;
  color: #fff;
  position: fixed;
  z-index: 1000;
  bottom: 50%;
  left: 50%;
  padding: 5px;
  width: 50%;
}
.floating-menu a {
  color: #000;
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin: 10px 0.5em;
  text-transform: uppercase;
}
.floating-menu a.disabled {
  pointer-events: none;
  color: #0006;
}
.floating-menu a.active {
  border-bottom: 2px solid #fbd171;
  width: fit-content;
}
.right-sidebar-custom ul li.active a {
  color: #0118ca !important;
}
.redirect-pop {
  top: 0px !important;
}


.preview-pop {
    margin-top: 25%;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (min-width: 992px){
.modal-lg {
    width: 900px;
}
}
@media (min-width: 768px){

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}



}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.preview-pop {
    width: 900px;
    margin: 9px;
}


@media (min-width: 1200px){
.stepbox li {
    margin: 1rem;
    width: calc(24% - 20px);
    float: left;
    min-height: 7rem;
}

}


.homeexlprts {
  background-color: #f5f5f5;
  height: 95px;
  margin:10px;
  padding: 16px;
  text-align: center;

}

.homeexlprts span {
  font-size: 13px;
  font-weight: normal;
}

.onDemandInfo h3 {
  text-decoration: none!important;
}
.onDemandInfo h3 {
  background-color: #82b6ff;
  color: #fff;
  padding: 5px;
}
.onDemandInfo h3 {
  font-size: 14px;
  font-weight: 600;
  -webkit-text-decoration: underline 4px solid pink;
  text-decoration: underline 4px solid pink;
}

.headerimagewidth{
  width: 100%;
}

.bannerimage{
  width: 95%;
    padding-right: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.successmessage{
  color:green;
}

.errormessage{
  color:red;
}
.abt-banner{
  width: 500px;
  float: left;
  padding-right: 30px;
}

.eachblockgap{
  padding-left:25px;
  padding-right:25px;
}

.eachblockgap .card-header{
  background-color: #e8eff9;
  font-size: 16px;
}

.eachblockgap .page-header{
  color:#000;
  line-height: 30px;  
}

.fixed-top{
  gap: 0px;
  justify-content: end;
  
}
.navbar{
  background-color: #fff;
}
.navbar{
  width: auto;
}

.justify-content-space-between{
  justify-content: space-between;
}

.justify-content-right{
  justify-content: right !important;
}

.navbar-toggler{
  padding:0px !important; 
  
}
.sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini{
  display: block !important;
}

.sidebar-icon-only .navbar-toggler{
  padding:1rem 2rem;
  
}

.custom-card-heading{
  display: flex;
  justify-content: space-between;
}

.nomargin{
  margin:0px !important;
}

.headng h1{
  padding-top:20px;
}

.btn{
    min-width: 160px;
    margin: 4px;
}

.social-icons-container a img{
      width: 32px;
}

.w33
{
    width: 33%;
}