@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

* {
  /* font-family: "SF Pro Display", sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.authimg {
  /* height: 100vh; 
  width:150%; */
  background-repeat: no-repeat;
  object-fit: cover;
}

.sideform {
  margin-top: 5rem;
  /* margin-left: 10rem; */
}

/* .forgotpass {
  margin-left: 6.4rem;
} */

/* .signinbutton {
  margin-left: -9.5rem;
  border-radius: 0.3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
} */

@media (min-width: 300px) and (max-width: 539px) {
  .authimg {
    display: none;
  }

  .sideform {
    margin-left: 0rem;
  }

  /* .inputbox {
    width: 73% !important;
  } */
}

@media (min-width: 545px) and(max-width: 767px) {
  .authimg {
    display: none;
  }

  .sideform {
    margin-top: 3rem;
    margin-left: 0rem;
  }

  /* .inputbox {
    width: 100% !important;
  } */

  /* .signinbutton {
    width: 100% !important;
    margin-left: 0rem;
  } */
}

@media screen and (max-width: 768px) {
  .authimg {
    width: 30rem;
  }

  .forgotpass {
    font-size: 10px;
  }

  .sideform {
    margin-top: 3rem;
    margin-left: 5.8rem;
  }

  /* .signinbutton {
    width: 75% !important;
    margin-left: -4.5rem;
  } */
}

@media (min-width: 769px) and (max-width: 1096px) {
  .authimg {
    /* display: none; */
    width: 26rem;
  }

  .sideform {
    margin-top: 3rem;
    margin-left: 2rem;
  }

  /* .inputbox {
    width: 75% !important;
  } */

  /* .signinbutton {
    width: 75% !important;
    margin-left: -6.6rem;
  } */

  /* .forgotpass {
    margin-left: 10.5rem;
  } */
}

@media (min-width: 1208px) and (max-width: 2000px) { 
  .authimg {
    width: 95%;
  }
}


/* dashboard */
.app-page-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.firstcardgroup {
  /* width: 18%; */
  border-radius: 0.4rem;
}

.firstcardactive {
  border: 1px solid #047B40;
  border-radius: 0.4rem;
  background: #E9FFF4;
}

.upload-btn {
  border: 2px solid #377DFF;
  border-radius: 0.5rem;
  color: #047B40;
  font-weight: 600;
}

.label-text {
  font-weight: 400;
}

.long-label-text {
  font-size: 12.6px;
}

.inputborder {
  border: 1px solid #ced4da !important;
}

.nextbutton {
  background: #047B40;
}

.prevbutton {
  background: #FABB18;
}

.addbtn {
  background: #047B40;
  border-radius: 999px;
}

/* index */
.signupbutton {
  background: #047B40;
}

.hometoptext {
  font-size: 3.9rem;
  font-weight: 800;
}

.hometoptextcontainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
}

.lasttoptext {
  font-size: 1.1rem;
  color: white;
  text-align: center;
}

.homesignin {
  border-radius: 0.5rem;
}

.homepadding {
  margin-right: 9rem;
  margin-left: 9rem;
}

.message {
  font-size: 3rem;
  color: #080055;
  font-weight: 700;
}

.governor-msg {
  margin-top: 7rem;
}

.governor-msg-text {
 width: 73%;
}

.governor-msg-textII {
  width: 95%;
  font-size: 18px;
}

.governor-text-two-margin {
  margin-top: 9rem;
}

.firstfleximg {
  width: 46rem;
}

.secondfleximg {
  width: 45rem;
}

.thirdfleximg {
  width: 36rem;
  object-fit: cover;
}

.project-msg {
  margin-top: 3rem;
}

.firstbottomtext {
  font-size: 1.3rem;
  color: white;
  font-weight: 600;
}

.secondbottomtext {
  font-size: 4rem;
  font-weight: 600;
  color: white;
}

.bottompadding {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.bottombutton {
  /* width: 123%; */
  margin-top: 64px;
  background: white;
  padding-right: 5rem;
  padding-left: 5rem;
  font-size: 20px;
  border-radius: 0.6rem;
}

.footerpadding {
  padding-top: 5rem;
}

.bottomgridlogotext {
  font-size: 20px;
  /* font-weight: 500; */
  color: gray;
}

.footerheaders {
  font-size: 25px;
  font-weight: 600;
}

.addon {
  float: right;
  margin-right: 1px;
  margin-top: -36px;
  /* position: absolute; */
  z-index: 2;
  color: #000;
  /* background: #fff; */
}

.accordion-button{
  color:black !important;
  background-color: white !important;
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
}

.accordion-header {
  font-size: 22px;
}

.top-review-icons {
  margin-top: 37px;
  position: absolute;
  margin-right: 35px;
}

.bottominput {
  border-radius: 0.5rem;;
}

@media screen and (max-width: 768px) {
  .homepadding {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .hometoptext {
    font-size: 1rem;
    text-align: center;
  }

  .hometoptextcontainer {
    top: 50%;
  }

  .lasttoptext {
    font-size: 0.6rem;
    margin-top: 0.4rem !important;
  }

  .topimgbtn {
    margin-top: 1rem !important;
  }

  .topimgbtn > button {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .navbtnsI {
    margin-right: 0.25rem !important;
  }

  .navbtnsII {
    margin-left: 0.25rem !important;
  }

  .governor-msg {
    margin-top: 0rem;
  }

  .governor-msg-text {
    width: 100%;
  }

  .firstfleximg {
    width: 100%;
  }

  .secondfleximg {
    width: 100%;
  }

  .governor-text-two-margin {
    margin-top: 0rem;
  }

  .thirdfleximg {
    width: 100%;
  }

  .secondbottomtext {
    font-size: 2rem;
  }

  .bottombtnfix {
    flex: 0 0 auto;
    width: 60%;
  }
  
  .top-review-icons {
    margin-top: 20px;
    margin-right: 20px;
  }
/* 
  .bigcol {
    padding: 2rem;
  } */
}

@media screen and (max-width: 1000px)  {
  .homepadding {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .firstfleximg {
    width: 25rem;
    height: 27rem;
  }

  .secondfleximg {
    width: 31rem;
    height: 38rem;
  }

  .thirdfleximg {
    width: 100%;
  }

  .secondbottomtext {
    font-size: 3rem;
  }

  .bottombtnfix {
    flex: 0 0 auto;
    width: 60%;
  }
}

@media (min-width: 1024px) and (max-width: 1280px)  { 
  .hometoptext {
    /* text-align: center; */
    font-size: 2.9rem;
  }

  .firstfleximg {
    width: 31rem;
    height: 30rem;
    object-fit: cover;
  }

  .secondfleximg {
    width: 27rem;
    height: 31rem;
    object-fit: cover;
  }

  .governor-msg {
    margin-top: 0rem;
  }

  .thirdfleximg {
    width: 100%;
  }

  .secondbottomtext {
    font-size: 3rem;
  }

  .secondbottomtext {
    font-size: 2.3rem;
  }

  .bottombutton {
    padding-right: 2.7rem;
    padding-left: 2.7rem;
    margin-top: 40px;
  }

  .footerheaders {
    font-size: 15px;
  }
}

@media (min-width: 1281px) {
  .bottombutton {
    padding-right: 3rem;
    padding-left: 2rem;
  }
}

/* for js */
/* .reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.4s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
} */

/* dashboard sidebar starts here */
.app-wrapper {
  background:#F5F5F5;
}
a.app-link {
  color: #252930;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(37, 41, 48, .3);
  text-decoration-color: rgba(37, 41, 48, .3);
}
a.app-link:hover {
  color: #15a362;
  -webkit-text-decoration-color: rgba(21, 163, 98, .8);
  text-decoration-color: rgba(21, 163, 98, .8);
}
button.close:focus {
  outline: none;
  box-shadow: none;
}
.btn {
  font-weight: 600;
  padding: .5rem 1rem;
  font-size: .875rem;
  border: none;
}
.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}
.btn .bi {
  position: relative;
  top: -2px;
}
.btn:focus, .btn.focus {
  box-shadow: none !important;
}
.app-btn-primary {
  background: #15a362;
  color: #fff;
  border-color: #15a362;
}
.app-btn-primary:hover, .app-btn-primary:active {
  color: #fff;
  background: #18ba70;
  border-color: #18ba70;
}
.app-btn-secondary {
  background: #fff;
  color: #5d6778;
  border: 1px solid #bcc1cb;
}
.app-btn-secondary:hover {
  color: #15a362;
  border: 1px solid #15a362;
  background: #fff;
}
.btn-light {
  background: #f5f6fe;
  color: #15a362;
}
.btn-light:hover {
  background: #f5f6fe;
  color: #15a362;
}
.form-control {
  padding-top: .6rem;
  padding-bottom: .6rem;
  height: 2.5rem;
  border-color: #e7e9ed;
  color: #5d6778;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  color: #5d6778;
}
.form-check-input {
  width: 40px;
  height: 40px;
}
.form-check-input:checked {
  background-color: #15a362;
  border-color: #15a362;
}
.dropdown-menu {
  border-color: #e7e9ed;
}
.dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
}
.dropdown-menu .dropdown-item:hover {
  color: #252930;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: #fafbff;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background: #fafbff;
}
.dropdown-divider {
  border-top-color: #e7e9ed;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dropdown-toggle.no-toggle-arrow:after {
  display: none !important;
}
.app-header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  border-bottom: 1px solid #e7e9ed;
  height: 56px;
  background: #fff;
}
.app-header-inner {
  position: relative;
}
.app-search-form {
  position: relative;
  max-width: 600px;
}
.app-search-form .search-input {
  font-size: .875rem;
  border-radius: .25rem;
  padding-right: 3rem;
  padding-left: 1rem;
}
.app-search-form .search-input:focus {
  border-color: #e7e9ed;
}
.app-search-form .search-btn {
  color: #828d9f;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}
.app-search-form .search-btn:active, .app-search-form .search-btn:focus, .app-search-form .search-btn:hover {
  outline: none !important;
  color: #15a362;
  box-shadow: none;
}
.app-utility-item {
  display: inline-block;
  margin-right: 1.25rem;
}
.app-utility-item:last-child {
  margin-right: 0;
}
.app-utility-item>a {
  color: #5d6778;
}
.app-utility-item>a:hover {
  color: #252930;
}
.app-utility-item .dropdown-toggle {
  position: relative;
}
.app-utility-item .dropdown-menu {
  font-size: .875rem;
  margin: 0;
}
.app-utility-item .dropdown-menu.show {
  top: 23px !important;
}
.app-utility-item .icon {
  font-size: 1.25rem;
  width: 24px;
  height: 24px;
}
.app-utility-item .icon-badge {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -0.45rem;
  top: -0.3rem;
  width: 20px;
  height: 20px;
  font-size: .6rem;
  font-weight: bold;
  padding-top: 1px;
  color: black;
  text-align: center;
}
.app-utility-item .icon-badge.icon-badge {
  background: #FABB18;
  border: 2px solid #fff;
}
.app-notifications-dropdown .dropdown-menu {
  width: 300px;
}
.app-notifications-dropdown .dropdown-menu .dropdown-menu-header {
  border-bottom: 1px solid #e7e9ed;
}
.app-notifications-dropdown .dropdown-menu .dropdown-menu-title {
  font-size: 1rem;
}
.app-notifications-dropdown .dropdown-menu .profile-image {
  width: 36px;
  height: 36px;
}
.app-notifications-dropdown .dropdown-menu .info {
  padding-right: 80px;
  position: relative;
}
.app-notifications-dropdown .dropdown-menu .meta {
  color: #828d9f;
  position: absolute;
  right: 0;
  top: 0;
  font-size: .75rem;
}
.app-notifications-dropdown .dropdown-menu .dropdown-menu-footer {
  border-top: 1px solid #e7e9ed;
}
.app-notifications-dropdown .dropdown-menu .item {
  min-width: 250px;
  position: relative;
  border-bottom: 1px solid #e7e9ed;
}
.app-notifications-dropdown .dropdown-menu .item:last-child {
  border-bottom: none;
}
.app-notifications-dropdown .dropdown-menu .item:hover {
  background: #f5f5f5;
  height: 100vh;
}
.app-notifications-dropdown .dropdown-menu .link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.app-notifications-dropdown .app-icon-holder {
  display: inline-block;
  background: #edfdf6;
  color: #15a362;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%}
.app-notifications-dropdown .app-icon-holder.icon-holder-mono {
  background: #f5f6fe;
  color: #828d9f;
}
.app-notifications-dropdown .app-icon-holder svg {
  width: 20px;
  height: 20px;
}
.app-user-dropdown {
  display: inline-block;
}
.app-user-dropdown img {
  width: 42px;
  height: 43px;
}
@media(min-width: 576px) {
  .app-notifications-dropdown .dropdown-menu {
  width: 400px;
}
}@media(min-width: 1200px) {
  .app-header-inner {
  margin-left: 250px;
}
}@media(max-width: 575.98px) {
  .search-mobile-trigger {
  cursor: pointer;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
}
.search-mobile-trigger:hover {
  color: #15a362;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.app-search-box {
  display: none;
  position: absolute;
  left: 0;
  top: 56px;
  padding: 0;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  transition: all .4s ease-in-out;
}
}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
  .app-search-box {
  transition: none;
}
}@media(max-width: 575.98px) {
  .app-search-box .app-search-form .search-input {
  border-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.app-search-box .app-search-form .search-btn {
  top: 7px;
}
}@media(max-width: 575.98px) {
  .app-search-box.is-visible {
  display: block;
}
}.app-sidepanel {
  position: fixed;
  min-height: 100vh;
  height: 100%;
  left: 0;
  top: 0;
  font-size: .875rem;
  border-right: 1px solid #e7e9ed;
}
.app-sidepanel .panel-drop {
  display: none;
}
.app-sidepanel .sidepanel-inner {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .05) 0px 8px 15px;
  width: 250px;
  height: 100%}
.app-sidepanel .sidepanel-close {
  display: none;
  position: absolute;
  z-index: 20;
  right: -2rem;
  top: 0;
  color: #fff;
  font-size: 2rem;
}
.app-sidepanel.sidepanel-hidden {
  left: -400px;
}
.app-sidepanel.sidepanel-visible {
  left: 0;
}
.app-sidepanel .app-nav-main {
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, .1) #e7e9ed;
  scrollbar-width: thin;
}
.app-sidepanel .app-nav-main::-webkit-scrollbar {
  width: 6px;
  background-color: #e7e9ed;
}
.app-sidepanel .app-nav-main::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .1);
  border-radius: .5rem;
}
.app-branding {
  height: 60px;
  padding-top: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.app-branding .logo-icon {
  width: 137px;
  height: 54px;
}
.app-branding .logo-text {
  color: #252930;
  font-size: 1.25rem;
  font-weight: 600;
  vertical-align: middle;
}
.app-nav {
  color: #5d6778;
  display: block;
  padding: 0;
  width: 100%}
.app-nav .app-menu {
  margin-bottom: 0;
}
.app-nav .nav-item {
  display: block;
  color: #5d6778;
  background: #fff;
}
.app-nav .nav-link {
  display: block;
  padding: .875rem 1rem;
  color: #252930;
  position: relative;
  display: block;
  padding-left: 3rem;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
.app-nav .nav-link.active {
  color: #15a362;
  background: #edfdf6;
  border-left: 7px solid #15a362;
  font-weight: 500;
}
.app-nav .nav-link.submenu-toggle.active {
  background: none;
  border-color: rgba(0, 0, 0, 0);
}
.app-nav .nav-link:hover {
  color: #15a362;
}
.app-nav .nav-icon {
  position: absolute;
  left: 1rem;
  top: .7rem;
}
.app-nav .nav-icon .bi {
  width: 1.25rem;
  height: 1.25rem;
}
.app-nav .submenu-arrow {
  position: absolute;
  right: 1rem;
  top: .7rem;
  color: #828d9f;
}
.app-nav .submenu-arrow svg {
  width: 14px;
  height: 14px;
}
.app-nav .submenu-toggle {
  transition: all .4s ease-in-out;
}
@media(prefers-reduced-motion: reduce) {
  .app-nav .submenu-toggle {
  transition: none;
}
}.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow {
  color: #252930;
}
.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow svg {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.app-nav .submenu-item {
  margin-bottom: 0;
}
.app-nav .submenu-link {
  color: #5d6778;
  font-size: .875rem;
  margin-left: 2rem;
  padding: .5rem 1rem;
  padding-left: 1rem;
  position: relative;
  display: block;
  margin-bottom: 0;
}
.app-nav .submenu-link:before {
  background-color: #e7e9ed;
  content: " ";
  display: inline-block;
  height: inherit;
  left: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  margin-top: -0.5rem;
}
.app-nav .submenu-link:hover {
  color: #252930;
}
.app-nav .submenu-link.active {
  color: #15a362;
}
.app-nav .submenu-link.active:before {
  background-color: #15a362;
}
.app-sidepanel-footer {
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e7e9ed;
  background: #f5f6fe;
}
.app-sidepanel-footer .app-nav-footer {
  margin-bottom: 0;
}
@media(max-width: 1199.98px) {
  .app-sidepanel {
  transition: all .4s ease-in-out;
  left: -400px;
}
}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
  .app-sidepanel {
  transition: none;
}
}@media(max-width: 1199.98px) {
  .app-sidepanel.sidepanel-visible {
  display: block;
}
}@media(max-width: 1199.98px) {
  .sidepanel-visible .sidepanel-close {
  display: inline-block;
}
}@media(max-width: 1199.98px) {
  .sidepanel-visible .sidepanel-drop {
  position: fixed;
  display: block;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  min-width: 100vw;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .35);
}
}@media(min-width: 1200px) {
  .app-wrapper {
  margin-left: 250px;
}
}.app {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background: #f5f6fe;
  padding-top: 56px;
  overflow-x: hidden;
}
.app-footer .copyright {
  font-size: .8125rem;
}
.app-wrapper {
  transition: all .4s ease-in-out;
}
@media(prefers-reduced-motion: reduce) {
  .app-wrapper {
  transition: none;
}
}.app-page-title {
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 1.5rem;
}
.app-card {
  position: relative;
  background: #fff;
  border-radius: .25rem;
}
.app-card.border-left-decoration {
  border-left: 3px solid #15a362;
}
.app-card .app-card-link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.app-card .app-card-header {
  border-bottom: 1px solid #e7e9ed;
}
.app-card .app-card-title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.app-card .card-header-action {
  font-size: .875rem;
}
.app-card .card-header-action a:hover {
  text-decoration: underline;
}
.app-card .form-select-holder {
  display: inline-block;
}
.app-card .btn-close {
  padding: 1rem;
}
.app-card .btn-close:focus {
  box-shadow: none;
}
.app-card-stat {
  text-align: center;
}
.app-card-stat .stats-type {
  font-size: .875rem;
  color: #828d9f;
  text-transform: uppercase;
}
.app-card-stat .stats-figure {
  font-size: 2rem;
  color: #252930;
}
.app-card-stat .stats-meta {
  font-size: .875rem;
  color: #828d9f;
}
.app-card-progress-list .item {
  position: relative;
  border-bottom: 1px solid #e7e9ed;
}
.app-card-progress-list .item:hover .title {
  color: #252930;
}
.app-card-progress-list .item:last-child {
  border: none;
}
.app-card-progress-list .item .title {
  font-size: .875rem;
  font-weight: 500;
}
.app-card-progress-list .item .meta {
  font-size: .875rem;
  color: #828d9f;
}
.app-card-progress-list .item-link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.app-card-progress-list .progress {
  height: .5rem;
}
.app-card-stats-table .table {
  font-size: .875rem;
}
.app-card-stats-table .meta {
  color: #828d9f;
  font-weight: 500;
  font-size: .875rem;
}
.app-card-stats-table .stat-cell {
  text-align: right;
}
.app-card-basic {
  height: 100%}
.app-card-basic .title {
  font-size: 1rem;
}
.app-card .app-icon-holder {
  display: inline-block;
  background: #edfdf6;
  color: #15a362;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%}
.app-card .app-icon-holder.icon-holder-mono {
  background: #f5f6fe;
  color: #828d9f;
}
.app-card .app-icon-holder svg {
  width: 24px;
  height: 24px;
}
.app-card .app-card-body.has-card-actions {
  position: relative;
  padding-right: 1rem !important;
}
.app-card .app-card-body .app-card-actions {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  right: .75rem;
  top: .75rem;
}
.app-card .app-card-body .app-card-actions:hover {
  background: #f5f6fe;
}
.app-card .app-card-body .app-card-actions .dropdown-menu {
  font-size: .8125rem;
}
.app-card-doc:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.app-card-doc .app-card-thumb-holder {
  background: #e9eaf1;
  text-align: center;
  position: relative;
  height: 112px;
}
.app-card-doc .app-card-thumb-holder .app-card-thumb {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.app-card-doc .app-card-thumb-holder .thumb-image {
  -webkit-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  width: 100%;
  height: auto;
}
.app-card-doc .app-card-thumb-holder:hover {
  background: #fafbff;
}
.app-card-doc .app-card-thumb-holder:hover .thumb-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.app-card-doc .app-card-thumb-holder .badge {
  position: absolute;
  right: .5rem;
  top: .5rem;
}
.app-card-doc .app-card-thumb-holder .icon-holder {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  padding-top: 10px;
}
.app-card-doc .app-card-thumb-holder .icon-holder .pdf-file {
  color: #da2d27;
}
.app-card-doc .app-card-thumb-holder .icon-holder .text-file {
  color: #66a0fd;
}
.app-card-doc .app-card-thumb-holder .icon-holder .excel-file {
  color: #0da95f;
}
.app-card-doc .app-card-thumb-holder .icon-holder .ppt-file {
  color: #f4b400;
}
.app-card-doc .app-card-thumb-holder .icon-holder .video-file {
  color: #935dc1;
}
.app-card-doc .app-card-thumb-holder .icon-holder .zip-file {
  color: #252930;
}
.app-card-doc .app-doc-title {
  font-size: .875rem;
}
.app-card-doc .app-doc-title a {
  color: #252930;
}
.app-card-doc .app-doc-title.truncate {
  max-width: calc(100% - 30px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-card-doc .app-doc-meta {
  font-size: .75rem;
}
.table-search-form .form-control {
  height: 2rem;
  min-width: auto;
}
.app-dropdown-menu {
  font-size: .875rem;
}
.app-card-orders-table .table {
  font-size: .875rem;
}
.app-card-orders-table .table .cell {
  border-color: #e7e9ed;
  color: #5d6778;
  vertical-align: middle;
}
.app-card-orders-table .cell span {
  display: inline-block;
}
.app-card-orders-table .cell .note {
  display: block;
  color: #828d9f;
  font-size: .75rem;
}
.app-card-orders-table .btn-sm, .app-card-orders-table .btn-group-sm>.btn {
  padding: .125rem .5rem;
  font-size: .75rem;
}
.app-card-orders-table .truncate {
  max-width: 250px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-nav-tabs {
  background: #fff;
  padding: 0;
}
.app-nav-tabs .nav-link {
  color: #5d6778;
  font-size: .875rem;
  font-weight: bold;
}
.app-nav-tabs .nav-link.active {
  color: #15a362;
  border-bottom: 2px solid #15a362;
}
.app-nav-tabs .nav-link.active:hover {
  background: none;
}
.app-nav-tabs .nav-link:hover {
  background: #edfdf6;
  color: #15a362;
}
.app-pagination .pagination {
  font-size: .875rem;
}
.app-pagination .pagination .page-link {
  color: #5d6778;
  padding: .25rem .5rem;
}
.app-pagination .pagination .page-item.active .page-link {
  background: #747f94;
  color: #fff;
  border-color: #747f94;
}
.app-pagination .pagination .page-item.disabled .page-link {
  color: #9fa7b5;
}
.app-card-accordion .app-card-title {
  font-size: 1.125rem;
}
.app-card-accordion .faq-accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e7e9ed;
}
.app-card-accordion .faq-accordion .accordion-item:last-child {
  border-bottom: none;
}
.app-card-accordion .faq-accordion .accordion-header {
  border: none;
}
.app-card-accordion .faq-accordion .accordion-button {
  padding: 1rem;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  padding-left: 0;
  font-size: 1rem;
  text-decoration: none;
  color: #15a362;
}
.app-card-accordion .faq-accordion .accordion-button:after {
  display: none;
}
.app-card-accordion .faq-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-size: 1rem;
}
.app-card-account {
  height: 100%}
.app-card-account .item {
  font-size: .875rem;
}
.app-card-account .item .profile-image {
  width: 60px;
  height: 60px;
}
.app-card-account .item .btn-sm, .app-card-account .item .btn-group-sm>.btn {
  padding: .125rem .5rem;
  font-size: .75rem;
}

@media(min-width: 1200px) {
  .table-search-form .form-control {
  min-width: 300px;
}
}


@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}