/* onboarding tour  */
.tour-backdrop{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1100;
  background-color:#000;
  opacity:.8;
  filter:alpha(opacity=80)
}
.tour-step-backdrop{
  position:relative;
  z-index:1101
}
.tour-step-backdrop>td{
  position:relative;
  z-index:1101
}
.tour-step-background{
  position:absolute!important;
  z-index:1100;
  background:inherit;
  border-radius:5px;
  border: 2px solid #2eae3e ;
}
.tour-tour{
  font-family: 'Quicksand', sans-serif !important; 
}
.tour-tour.popover.top{
  margin-bottom: 15px;
}
.tour-tour.popover.bottom{
  margin-top: 15px;
}
.tour-tour.popover.left{
  margin-right: 15px;
}
.tour-tour.popover.right{
  margin-left: 15px;
}
.tour-tour.popover{
  min-width: 350px;
}
.tour-tour .popover-title{
  background: #f8f8f8;
  color: #08325b;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 12px 14px;
}
.popover[class*=tour-]{
  z-index:1102
}
.popover[class*=tour-] .popover-navigation{
  padding:9px 14px;
  overflow:hidden
}
.popover[class*=tour-] .popover-navigation [data-role=end]{
  float:right
}
.popover[class*=tour-] .popover-navigation [data-role=prev],.popover[class*=tour-] .popover-navigation [data-role=next],.popover[class*=tour-] .popover-navigation [data-role=end]{
  cursor:pointer
}
.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,.popover[class*=tour-] .popover-navigation [data-role=next].disabled,.popover[class*=tour-] .popover-navigation [data-role=end].disabled{
  cursor:default;
  visibility: hidden;
}
.popover[class*=tour-].orphan{
  position:fixed;
  margin-top:0
}
.popover[class*=tour-].orphan .arrow{
  display:none
}
/* onboarding tour end  */


/* start modal css */
.tourModal .modal-dialog{
  max-width: 520px;
}
.tourModal .close img{
  width: 20px;
  opacity: 0.7;
}
.tourModal .modal-content img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
.tourModal .tour-content{
  max-width: 380px;
  margin: 0 auto 35px;
}
.tourModal .tour-content h3{
  line-height: 1.3;
  color: #2eae3e;
  margin-bottom: 25px;
}
.tourModal .tour-content p{
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
  line-height: 1.4;
}
.tourModal .modal-content button{
  font-size: 15px;
  font-weight: 400;
}
.tourModal .modal-footer{
  padding: 0;
}
.tourModal .modal-footer .progress{
  height: 15px;
  margin-bottom: 0;
  border-radius: 0;
}
.tourModal .pagination-count{
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
  color: #2eae3e;
}
.tourModal .progress .progress-bar-success{
  background-color: #2eae3e;
}
.tourModal .close{
  top: 15px;
  right: 15px;
}
/* end modal css */
.popover-navigation .btn-cancel{
  border: none;
  background: inherit;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px;
}
.popover-navigation .btn-cancel img{
  width: 14px;
  opacity: 0.5;
}
.popover-content{
  color: var(--gray-600);
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0 20px 0;
}
.popover-content span{
  font-weight: 700;
  color: var(--primary);
}
.popover-content span:last-child{
  color: var(--blue);
}
.popover-navigation .btn-back, .popover-navigation .btn-finish{
  font-size: 16px;
  padding: 6px 15px;
  border: none;
  border-radius: 4px;
  color: #6c757d;
}
.popover-navigation .btn-finish{
  margin-left: 5px;
}
.popover-navigation .btn.btn-green, .popover-navigation .btn.btn-green:hover,.popover-navigation .btn-green:active,.popover-navigation .btn.btn-green:focus{
  border: none;
  box-shadow: none;
}
.popover-navigation .btn-back i, .popover-navigation .btn-next i{
  font-size: 14px;
}
.myDashbord_tour.tour-tour-5 .btn-finish, .inviteTab_tour.tour-tour-6 .btn-finish, .overview_tour.tour-tour-2 .btn-finish,.profile_tour.tour-tour-5 .btn-finish,.myDashborddraft_tour.tour-tour-4 .btn-finish{
  display: block !important;
}
body.no-scroll{
  overflow-y:hidden
}
.tour-tour-element{
  pointer-events: none;
}
/* Avinash */

/* responsive css start  */
@media screen and (min-width: 1600px){

}
@media screen and (max-width: 1367px){

}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1024px){
 
}
@media screen and (max-width: 992px){
  
}
@media screen and (max-width: 860px){
  
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 600px){
  
}

@media screen and (max-width: 480px){
  .tour-tour.popover{
    min-width: 300px;
  }
}
@media screen and (max-width: 375px){
  .tour-tour.popover{
    min-width: 200px;
  }
}