/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


.disable-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by any browser but < IE9 */
}


/*Page Scrollbar Design*/

body::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}

body::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

body::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}

body::-webkit-scrollbar-track:horizontal {
  border-width: 4px 0 0
}

body::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}

body::-webkit-scrollbar-track:horizontal:hover {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1)
}

body::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07);
}

body::-webkit-scrollbar-track:horizontal:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

body::-webkit-scrollbar-thumb:horizontal {
  border-width: 6px 1px 1px;
  padding: 0 0 0 100px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .07);
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .4);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
}

body::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

body::-webkit-scrollbar-corner {
  background: transparent
}

body::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 0 0 0 3px;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07);
}

body::-webkit-scrollbar-track-piece:horizontal {
  border-width: 3px 0 0;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

body::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 5px
}

body::-webkit-scrollbar-thumb:horizontal {
  border-width: 5px 1px 1px
}

body::-webkit-scrollbar-corner {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 3px 0 0 3px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .14);
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  height: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5d6778;
  padding-top: 69px
}

::-moz-selection {
  color: #fff;
  background: #ff7e29;
  text-shadow: none
}

::selection {
  color: #fff;
  background: #e5741d;
  text-shadow: none
}

:focus {
  outline: 0
}

a {
  color: #ef8c3b;
}

a:hover {
  color: #203e44;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #252930;
  font-weight: 600
}

code {
  background: #fff4ef;
  color: #252930;
  padding: 0.25rem 0.375rem;
  border-radius: .25rem
}

.table-bordered th,
.table-bordered td {
  border-color: #e7e9ed
}

.table th,
.table td {
  border-color: #e7e9ed
}

.table thead th {
  border-color: #e7e9ed
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #515a6a
}

.popover {
  border-color: #ffe1d1
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
  border-left-color: #ffe1d1
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
  border-right-color: #ffe1d1
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
  border-top-color: #ffe1d1
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  border-bottom-color: #ffe1d1
}

a.theme-link {
  color: #252930;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(37, 41, 48, 0.3);
  text-decoration-color: rgba(37, 41, 48, 0.3)
}

a.theme-link:hover {
  color: #ff7e29;
  -webkit-text-decoration-color: rgba(255, 126, 41, 0.8);
  text-decoration-color: rgba(255, 126, 41, 0.8)
}

.btn {
  font-weight: 600;
  padding: 0.6rem 1.25rem;
  transition: all 0.4s ease-in-out;
  border: none
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.15)
}

.btn:focus,
.btn.focus {
  box-shadow: none !important
}

.btn-primary {
  background: #ff7e29
}

.btn-secondary {
  background: #5d6778;
  color: #fff
}

.btn-light {
  background: #fff4ef;
  color: #ff7e29
}

.btn-light:hover {
  background: #fff4ef;
  color: #ff7e29
}

.form-control {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  height: 2.75rem;
  border-color: #ffe1d1
}

.form-control:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  outline: none
}

.theme-icon-holder {
  display: inline-block;
  background: #fff4ef;
  color: #ff7e29;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%
}

.theme-icon-holder .svg-inline---fa {
  color: #ff7e29
}

.theme-bg-light {
  background: #fff4ef
}

.theme-bg-dark {
  background: #ff7e29
}

.theme-bg-shapes-right {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  overflow: hidden
}

.theme-bg-shapes-right:before {
  content: "";
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: -60px;
  top: 0;
  border-radius: 4px;
  transform: skew(25deg, -10deg);
  moz-transform-origin: top left;
  transform-origin: top left
}

.theme-bg-shapes-right:after {
  content: "";
  width: 150px;
  height: 600px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 0px;
  top: 30px;
  border-radius: 6px;
  transform: skew(25deg, 10deg);
  moz-transform-origin: top left;
  transform-origin: top left
}

.theme-bg-shapes-left {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  overflow: hidden
}

.theme-bg-shapes-left:before {
  content: "";
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -90px;
  top: 0;
  border-radius: 6px;
  transform: skew(25deg, -12deg);
  moz-transform-origin: top left;
  transform-origin: top left
}

.theme-bg-shapes-left:after {
  content: "";
  width: 150px;
  height: 600px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0px;
  top: 30px;
  border-radius: 4px;
  transform: skew(-25deg, 10deg);
  moz-transform-origin: top left;
  transform-origin: top left
}

.border-radius-0 {
  border-radius: 0
}

.font-style-normal {
  font-style: normal !important
}

.single-col-max {
  max-width: 800px
}

.site-logo .logo-text {
  color: #252930;
  font-size: 1.5rem;
  font-weight: bold
}

.site-logo .text-alt {
  font-weight: 300
}

.site-logo .navbar-brand {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 0
}

.page-header.theme-bg-dark .page-heading {
  color: #fff
}

.page-header.theme-bg-dark .page-intro {
  color: #fff;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8
}

.social-list li {
  font-size: 17px;
  background: #fff4ef;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  padding-top: 4px
}

.social-list li a {
  color: #d3743d
}

.social-list li a:hover {
  color: #ff7e29
}

.social-list li:not(:last-child) {
  margin-right: 0.875rem
}

.header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff
}
footer{

  background: #f4f4f5;
}
.footer .copyright {

  font-size: 0.875rem
}

.page-heading {
  font-size: 2.5rem
}

.page-intro {
  font-size: 1.125rem
}

.main-search-box {
  max-width: 600px
}

.how-to-msoftBD-overview .card {
  border-color: #e7e9ed;
  position: relative;
  height: 100%
}

.how-to-msoftBD-overview .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #fff4ef
}

.how-to-msoftBD-overview .card:hover .card-icon-holder {
  background: #fff
}

.how-to-msoftBD-overview .card-icon-holder {
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  padding-top: 1rem;
  display: inline-block
}

.how-to-msoftBD-overview .card-title-text {
  display: inline-block;
  position: relative;
  top: -0.3rem
}

.how-to-msoftBD-overview .card-link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.search-form {
  position: relative;
  width: 100%
}

.search-form .search-input {
  font-size: 0.875rem;
  border-radius: 1.5rem;
  padding-right: 3rem;
  padding-left: 1.5rem
}

.search-form .search-input:focus {
  border-color: #e7e9ed
}

.search-form .search-btn {
  color: #828d9f;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0.15rem;
  margin-right: 0
}

.search-form .search-btn:active,
.search-form .search-btn:focus,
.search-form .search-btn:hover {
  outline: none !important;
  color: #ff7e29;
  box-shadow: none
}

.how-to-msoftBD-branding {
  min-height: 69px
}

.how-to-msoftBD-branding .top-search-box {
  width: 300px
}

.how-to-msoftBD-logo-wrapper {
  position: absolute;
  left: 15px;
  top: 0.5rem
}

.how-to-msoftBD-logo-wrapper .site-logo {
  display: inline-block
}

.how-to-msoftBD-top-utilities {
  padding-top: 4px
}

.how-to-msoftBD-sidebar-toggler {
  display: inline-block;
  border: none;
  padding: 0;
  font-size: inherit;
  position: relative;
  top: 0.3rem;
  background: none;
}

.how-to-msoftBD-sidebar-toggler:focus {
  outline: none
}

.how-to-msoftBD-sidebar-toggler:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1
}

.how-to-msoftBD-sidebar-toggler span {
  display: block;
  background-color: #ff7e29;
  height: 3px;
  width: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  right: 0;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  border-radius: 1px
}

.how-to-msoftBD-wrapper {
  position: relative
}

.how-to-msoftBD-sidebar {
  display: none;
  width: 300px;
  position: fixed;
  z-index: 10;
  top: 69px;
  height: calc(100% - 69px);
  background: #fff;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.2) #f5f5f5;
  scrollbar-width: thin;
  transition: transform 0.35s ease-in-out;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.1)
}

.how-to-msoftBD-sidebar::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5
}

.how-to-msoftBD-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.125);
  border-radius: .5rem
}

@media (prefers-reduced-motion: reduce) {
  .how-to-msoftBD-sidebar {
    transition: none
  }
}

.how-to-msoftBD-sidebar.sidebar-visible {
  transform: translateX(0);
  display: block
}

.how-to-msoftBD-sidebar.sidebar-hidden {
  transform: translateX(-300px);
  display: block
}

.how-to-msoftBD-nav {
  overflow-y: auto;
  padding: 1rem
}

.how-to-msoftBD-nav .section-title {
  font-size: 1rem;
  margin-bottom: 1rem
}

.how-to-msoftBD-nav .section-title a:hover {
  text-decoration: none
}

.how-to-msoftBD-nav .section-items {
  font-size: 0.875rem;
  position: relative
}

.how-to-msoftBD-nav .nav-item {
  margin-left: 2.5rem
}

.how-to-msoftBD-nav .nav-item.section-title {
  margin-left: 0
}

.how-to-msoftBD-nav .nav-item.section-title .nav-link {
  padding: 0
}

.how-to-msoftBD-nav .nav-item.section-title .nav-link:before {
  display: none
}

.how-to-msoftBD-nav .nav-link {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1rem;
  color: #5d6778
}

.how-to-msoftBD-nav .nav-link .theme-icon-holder {
  font-size: 0.875rem;
  padding-top: 0.375rem
}

.how-to-msoftBD-nav .nav-link.active {
  color: #ff7e29
}

.how-to-msoftBD-nav .nav-link.active:before {
  background-color: #ff7e29
}

.how-to-msoftBD-nav .nav-link.active .theme-icon-holder {
  color: #fff;
  background: #ff7e29
}

.how-to-msoftBD-nav .nav-link:before {
  background-color: #fff4ef;
  content: ' ';
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -0.5rem;
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 1rem
}

.how-to-msoftBD-content {
  margin-left: 300px;
}

.how-to-msoftBD-article {
  padding: 2rem;
  color: #5d6778
}

.how-to-msoftBD-article strong {
  color: #252930
}

.how-to-msoftBD-article .how-to-msoftBD-heading {
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative
}

.how-to-msoftBD-article .how-to-msoftBD-time {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #747f94
}

.how-to-msoftBD-article .how-to-msoftBD-section {
  padding: 2rem 0;
  border-bottom: 1px solid #e7e9ed
}

.how-to-msoftBD-article .how-to-msoftBD-section p:last-child {
  margin-bottom: 0
}

.how-to-msoftBD-article .section-heading {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  color: #252930
}

.how-to-msoftBD-article h2 {
  color: #464e5b
}

.how-to-msoftBD-article h3 {
  font-size: 1.5rem;
  color: #464e5b
}

.how-to-msoftBD-article h4 {
  font-size: 1.25rem;
  color: #464e5b
}

.how-to-msoftBD-article h5 {
  font-size: 1rem;
  color: #464e5b
}

.how-to-msoftBD-article h6 {
  font-size: 0.875rem;
  color: #464e5b
}

.how-to-msoftBD-article ul,
.how-to-msoftBD-article ol,
.how-to-msoftBD-article dl {
  padding-left: 1.5rem
}

.how-to-msoftBD-article li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.how-to-msoftBD-code-block {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.callout-block {
  padding: 1.5rem;
  border-left: 3px solid #5d6778;
  background: #f5f5f5;
  margin-top: 1rem;
  margin-bottom: 1rem
}

.callout-block code {
  background: #fff
}

.callout-block .callout-title {
  font-size: 1rem
}

.callout-block.callout-block-info {
  border-color: #5b99ea;
  background: #f9fbfe
}

.callout-block.callout-block-info .callout-title {
  color: #1c6fdc
}

.callout-block.callout-block-info a {
  color: #1c6fdc
}

.callout-block.callout-block-success {
  border-color: #5cb377;
  background: #e7f4eb
}

.callout-block.callout-block-success .callout-title {
  color: #3e8554
}

.callout-block.callout-block-success a {
  color: #3e8554
}

.callout-block.callout-block-warning {
  border-color: #EEBF41;
  background: #fdf6e5
}

.callout-block.callout-block-warning .callout-title {
  color: #d09c13
}

.callout-block.callout-block-warning a {
  color: #d09c13
}

.callout-block.callout-block-danger {
  border-color: #d26d69;
  background: #fbf3f2
}

.callout-block.callout-block-danger .callout-title {
  color: #b73c37
}

.callout-block.callout-block-danger a {
  color: #b73c37
}

.cta-section .container {
  position: relative;
  z-index: 10
}

.cta-section .section-intro {
  font-size: 1.125rem
}

@media print {
  #how-to-msoftBD-sidebar {
    display: none !important
  }
}

@media (max-width: 767.98px) {
  .how-to-msoftBD-article .how-to-msoftBD-heading {
    font-size: 2.25rem
  }
  .how-to-msoftBD-article .section-heading {
    font-size: 1.5rem
  }
}

@media (max-width: 1199.98px) {
  .how-to-msoftBD-content {
    margin-left: 0
  }
  .how-to-msoftBD-article .how-to-msoftBD-time {
    position: static;
    display: block;
    padding-top: 0.5rem
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #F5903D;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  &:before,
  &:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
    &:after {
      right: 10px;
      left: auto;
      -webkit-transform: skew(8deg) rotate(3deg);
      -moz-transform: skew(8deg) rotate(3deg);
      -ms-transform: skew(8deg) rotate(3deg);
      -o-transform: skew(8deg) rotate(3deg);
      transform: skew(8deg) rotate(3deg);
    }
  }
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #d15a00;
  transition: background 0.2s ease-in-out;
}