/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}





/* NEW CSS ADD  */
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.otp-box {
  display: flex;
  justify-content: space-between;
}

.otp-box input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #2f8f1f;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.otp-box input[type="number"] {
  -moz-appearance: textfield;
}

.number-code {
  display: flex;
  justify-content: space-between;
}

.number-code .select-contry {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6f6b7d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dbdade;
  border-top-color: rgb(219, 218, 222);
  border-right-color: rgb(219, 218, 222);
  border-bottom-color: rgb(219, 218, 222);
  border-left-color: rgb(219, 218, 222);
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 60px;
  margin-right: 10px;
}

.number-code .select-contry:hover {
  border-color: #25d366 !important;
}


.menu-logo {
  border-bottom: 1px solid #ffffff57;
  margin-bottom: 10px !important;
}

.contact-add-group {
  height: 250px;
  overflow-y: scroll;
}

.group-scroll-left {
  height: 100%;
}

.sticky-top-number {
  top: 85px;
  position: sticky;
  height: auto;
}

.select2-container--default .select2-results>.select2-results__options,
.scrl-line {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}



.swal2-actions .btn-primary {
  color: #fff;
  background-color: #26d367;
  border-color: #26d367
}

.swal2-actions .btn-primary:hover {
  color: #fff !important;
  background-color: #24b364 !important;
  border-color: #24b364 !important;
}

.swal2-actions .btn-primary:active {
  color: #fff !important;
  background-color: #24b364 !important;
  border-color: #24b364 !important;
}



.light-style .landing-hero{background: unset !important;position: relative;}
.light-style .landing-hero::before{position: absolute;height: 70%;width: 100%;content: '';background: linear-gradient(138.18deg, #023509 0%, #000 94.44%);z-index: 0; border-radius: 0 0 50px 50px;top: 0;}
.hero-text-box{position: relative;z-index: 1;}
.hero-img-shbo{box-shadow: 0px 15px 30px #80808040;border: 2px solid white;border-radius: 10px;}
.light-style .landing-hero.innerbnr{padding-bottom: 60px !important;}
.light-style .landing-hero.innerbnr::before{height: 100%;}
.section-padding{padding: 60px 0;}
.text-blk{color: rgb(0, 0, 0);}
.tutorial-teb{position: sticky;top: 100px;}
.srch-im-bt{display: flex;}
.srch-im-bt input{border-radius: 0.375rem 0 0 0.375rem;width: 100% !important;}
.srch-im-bt button{margin-left: 0 ; border-radius: 0px 0.375rem 0.375rem 0px;box-shadow: none !important;}


.call-action-img{
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-radius: 10px 10px 0 0;
  box-shadow: -5px -20px 30px black;
}


.plan-content{width: calc(100% - 30px);}


.filter-custom{display: flex;}
.filter-custom .form-select{border-radius: 0.375rem 0px 0px 0.375rem;}
.filter-custom button.btn{border-radius:  0 0.375rem 0.375rem 0;box-shadow: none !important;}




.doc-lending{padding:20px;background-color: #e6ffe6;border-radius: 10px;}
ul.doc-steps{padding-left: 20px;}
ul.doc-steps li{color: black;font-size: 17px;margin-bottom: 10px;}

.pointer-one{cursor: default;}

.mega-dropdown:hover .dropdown-menu{display: block !important;}



@media (max-width:575px) {
  .light-style .landing-hero::before{height: 80%;}
  .width-btn{width: 100%;}

  .api-responsive{display: block !important;}
  .api-responsive .api-res-itm{display: inline-block !important;margin-bottom: 10px;vertical-align: middle;}
  .api-responsive .api-res-itm{width:  70%;}
  .api-responsive .api-res-itm:first-child{width: 25%;}
}

@media (max-width:400px) {
  .api-responsive .api-res-itm{width:  100% !important;}

}





























