
body {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
  background: #f4f6f8;
}

.btn.custom-btn{
  border-radius: 3px;
  color: #fff;
  background: #008160;
  border-color: #008160;
  padding: 8px 30px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
}
.btn.custom-btn:hover{
  color: #fff;
  background: #000;
  border-color: #000;
}

.better-wrapper{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.connect-panel{
  background: #fff;
  padding:90px 50px;
  text-align: center;
  box-shadow:0px 0px 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  -moz-box-shadow:0px 0px 10px rgba(0,0,0,.2);
  -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  border-radius: 5px;
}
.connect-panel .better-that-logo{
  margin-bottom: 20px;
}
.connect-panel .better-that-logo img{
  max-width: 100%;
}
.connect-panel .better-that-info{
  margin: 0 auto;
  max-width: 650px;
}
.connect-panel .better-that-info h3{
  margin: 0 0 20px 0;
  font-size:24px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}
.connect-panel .better-that-info p{  
  color: #828282;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
.connect-panel .better-that-info  .go-btn{
  border-radius: 3px;
  color: #fff;
  background: #008160;
  border-color: #008160;
  padding: 8px 30px;
  text-decoration: none;
  letter-spacing: 1px;
  font-style: 16px;
  font-weight: normal;
}

button.btn.btn-danger.bootbox-accept {
    background: red!important;
    border-color: red!important;
}

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

.connect-panel .better-that-info  .disconnect-btn{
  border-radius: 3px;
  color: #fff;
  background: red;
  border-color: red;
  padding: 8px 30px;
  text-decoration: none;
  letter-spacing: 1px;
  font-style: 16px;
  font-weight: normal;
}

.connect-panel .better-that-info  .go-btn:hover{
  color: #fff;
  background: #000;
  border-color: #000;
}

.connect-panel .better-that-info  .disconnect-btn:hover{
  color: #fff;
  background: #000;
  border-color: #000;
}

@media screen and (max-width: 767px){
 .connect-panel{ padding: 50px 15px; }
 .connect-panel .better-that-logo img{max-width: 200px;}
 .connect-panel .better-that-info{max-width: 100%;}
 .connect-panel .better-that-info h3{font-size: 20px; line-height: 1.2;}
}



/*card*/

.better-wrapper-card{
  margin: 0 auto;
  max-width: 100%;
}

.better-component{
  background: #f4f6f8;
  padding: 30px;
}
.better-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.better-col2{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.better-publish h3{
  margin: 0px 0px 15px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.better-publish p{
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  color: #333;
}
.better-card{
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.better-card:last-child{
  margin-bottom: 0;
}
.better-card-body{
  padding: 15px;
  flex: 1 1 auto;
}
.better-card-body p{
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  color: #333;
}
.better-card-body p:last-child{
  margin: 0;
}
.better-card-footer{
  padding: 15px;
  background: #f8fafb;
  border-top: solid 1px #ddd;
  border-radius:0 0 5px 5px;
}
.better-card-footer p{
  margin: 0px;
  font-size: 12px;
  color: #333;
}
.better-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.better-title h3{
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}


.better-title h3 span.bt-noaccount {    
  display: block;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
  }
.better-title a{
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

.bt-count-info{
  padding: 10px 0px 10px 0px;
  border-top: solid 1px #ddd;
}
.bt-count-info a{
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
.alert-box{
  background-color: #cce5ff;
  border-color: #b8daff;
  border-radius: 4px;
  position: relative;
  padding: 15px 50px;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  color: #333;
  font-size: 14px;
}
.alert-box .svg-icon{
  position: absolute;
  left: 15px;
  top: 18px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  padding: 3px
}
.alert-box .svg-icon svg{
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.alert-box .close-alert{
  position: absolute;
  right: 15px;
  top: 18px;
  color: #000;
  text-decoration: none;
  opacity: 0.5;
}
.alert-box .close-alert:hover{
  opacity: 0.8;
  text-decoration: none;
}
.alert-box .close-alert svg{
  width: 18px;
  height: 18px;
}



.alert-error{
  background: #fdf2ef;
  border-color:#fdf2ef; 
}
.alert-error .svg-icon{
  color: #d72c0d;
  background:#ffcec4;
}



.alert-success{
  background: #eef7ec;
  border-color:#eef7ec; 
}

.alert-success .svg-icon{
  color: #108043;
  background:#bce5b3;
}

.hidesection{display: none;}

hr {
    margin: 2em 0!important;
}
.margin0{margin: 0px!important;}

.bt-help-link svg, .Polaris-Link__IconLockup svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    fill: currentColor;
}

.bt-help-link {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 30px;
}

a.Polaris-Link {
    text-decoration: none;
}

.Polaris-FooterHelp {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.bt-top-banner .alert-error {
    border-top: 4px solid #DE492E;
    box-shadow: 0px 0px 4px #ccc;
        margin-bottom: 30px;
}

.bt-top-banner .alert-success {
    border-top: 4px solid #108043;
    box-shadow: 0px 0px 4px #ccc;
        margin-bottom: 30px;
}

.bt-top-banner .alert-box p{
  width: 100%;
}

.bt-top-heading{
  margin-bottom: 15px;
}

.bt-top-heading h4{
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
}
.bt-hide-banner{display: none;}

@media screen and (max-width: 1199px){
  .better-wrapper-card{max-width: 100%;}
}

@media screen and (max-width: 991px){
  .better-component{padding: 20px;}
  .better-col2{-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;}
  .better-publish{margin-bottom: 30px;}
  .alert-box{padding: 20px 20px 20px 40px;}
  .alert-box .svg-icon{left: 10px; top: 22px;}
  .alert-box .close-alert{top: 3px; right: 3px;}
  .better-card-body .alert-box p{font-size: 12px;}
  .bt-top-heading h4{font-size: 18px;}
}

@media screen and (max-width: 767px){
  .btn.custom-btn { padding: 5px 10px;  font-size: 14px;}
  .connect-panel .better-that-info .btn{margin-bottom: 10px;}
}

@media screen and (max-width: 480px){
  .connect-panel .better-that-info .btn{width: 100%;}
}