/* Utilities */
@import url(https://fonts.googleapis.com/css?family=Lato:700);

:root{
   --blue:#3490dc; --indigo:#6574cd;
   --primary: #ED3237; --header: #f6f6f6;
   --accord: #f6f6f6; --gap-gray: #494949;
   --center-size: 750px; --pro-label: #9c9c9c;
   --banner-size: 850px; 
}
*{
   box-sizing: border-box;
}
body{
   background-color: #fafafa !important;
   min-width: 320px;
}
#gapnav{
   z-index: 2;
}
.sticky {
   position: fixed;
   top: 0;
   width: 100%;
    z-index: 2;
 }
 .sticky + .content {
   padding-top: 60px;
 }
.txt-primary{
   color: var(--primary) !important;
}
.bs-none{
   box-shadow: none !important;
}
.hov-white:hover{ color: white !important;}
.bg-fb{
   background: #3b5998; color: white;
}
.bg-tweet{
   background: #00acee; color: white;
}
.bg-gap-gray{
   background: var(--gap-gray) !important;
}
.bg-gray-4{     background: #d9d9d9 !important;}
.bg-gray{     background: rgba(0,0,0,.05); }
.gd-green{
   background: linear-gradient(to right, #4CC273, #2D8049);
}
.gd-blue{
   
   background: linear-gradient(to right,#4E52C8 , #2B78DE);
}
.gd-red{
   background: linear-gradient(to right, #671012 , #ED3237);
}
.gd-lemon{
   background: linear-gradient(to right, #DCF35F , #B3C842);
}
.gd-amber{
   background: linear-gradient(to right, #B8A52B , #EDCE32);
}
.bg-gap-light{
   background: rgba(0,0,0,.05);
}
.fs-18{ font-size: 18px !important;}
.fs-16{ font-size: 16px !important;}
.fs-14{ font-size: 14px !important;}
.ff-rob{ font-family: Roboto;}
.bold{ font-weight: bold; }
.ml-65{
   margin-left: 65px;
}
.b-round{
   border: 2px solid #222;
}
.b-rad-0{
   border-radius: 0px !important;
}
.b-rad-10{
   border-radius: 10px !important;
}
.b-rad-20{
   border-radius: 20px !important;
}
.gap-center{
   width: var(--center-size);
   margin: 0 auto;
}
.gap-center-sm{
   width: 600px;
   margin: 0 auto;
}
.gap-center-bg{
   width: var(--banner-size);
   /* width: 90%; */
   margin: 0 auto;
}
.gap-center-bl{
   width: 95%;
   margin: 0 auto;
}
.bg-primary, .btn-pry{
   background-color: var(--primary) !important;
   color: white !important;
}
.bg-white{
   background-color: white !important;
}
.btn-block-md{
   width: 50%;
}
.btn-block-sm{
   width: 25%;
}
.htp-20{ height: 210px !important; }
.smaller{
   font-size: 70%;
}
.seperate{ 
   height: 1px;
   display: block;
   background: white;
   margin-top: 4px; margin-bottom: 10px;
   width: 119%;
   margin-left: -35px;
}
.none{
   display: none;
}
.noresize {
   resize: none;
}
.fa-md{
   font-size: 24px;
}
.info{
   border: 2px solid black;
    border-radius: 45px;
}
.stat-info{
   border: 1px solid black; width: 300px; border-radius: 15px;
}
.stat-info h6{
   text-decoration: underline;
   font-weight: 400;
}
.icon{
   max-width: 35px;
   min-width: 30px;
   height: 25px;
   margin-right: 6px;
}
.fa-square, .fa-plus-square-o{
   font-size: 28px;
}
.bt-0{
   border-top-right-radius: 0 !important;
   border-top-left-radius: 0 !important;
}
.wd-f{
   width: 100% !important;
}
.wd-c{
   width: 135% !important;
   left: -30px;
}
.wd-cf{
   width: 170% !important;
   left: -125px;
}
.wd-7{
   width: 70%;
}
.wd-8{
   width: 80% !important;
}
.wd-5{
   width: 50%;
}
.wd-9{ width: 90%;}
.wd-4{ width: 40%;}
.wd-4{ width: 30%;}
.ht-f{  height: 100% !important; }
.hg-f{
   min-height: 95vh;
}
.hg-f1{
   min-height: 100vh;
   height: 100%;
}
.tp-0{
   top: 0% !important;
}
.tp-n1{
   top: -10px !important;
}
.tp-n2{
   top: -20px !important; 
}
.tp-1{
   top: 10px !important;
}
.tp-2{
   top: 20px !important; 
}
.tp-3{
   top: 30px !important; 
}
.ln-h1{
   line-height: 1;
}
.list-decimal{
   list-style-type: decimal;
}
.elevate-1{
   box-sizing: border-box;
}
.elevate-3{
   width: 100%;
   box-sizing: border-box;
   border: 1px solid rgb(233,233,233);
   box-shadow: 0 2px 2px -1px rgba(0,0,0,.2),0 2px 3px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12)!important;
}
.elevation-3, .sort-accord:hover, .cash-tiles .list-group-item:hover{
   border: 1px solid rgb(233,233,233);
   box-shadow: 0 2px 2px -1px rgba(0,0,0,.2),0 2px 3px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12)!important;
}
/* Menu */
.menu-nav{
   padding: 2px 6px;
}
.menu-nav >  a {
   color: #222 !important;
}
.menu-nav.access >  a {
   padding: 6px 15px !important;
   /* margin-top: 20px; */
   margin-left: 10px;
   background: #ED3237;
   border-radius: 30px;
   color: white !important;
   opacity: 2 !important;
}
.dropdown-menu .dropdown-item:hover{
   color: var(--primary);
}
/* Text */
.confirm-fa{
     font-size: 80px;
     color: var(--primary);
     position: relative;
     top: 20px;
     left: 15px;
     font-weight: 300 !important;
     animation: bounce;
     animation-duration: .8s;
}
.confirm-asset{
    font-size: 90px;
    color: green;
    position: relative;
    top: 20px;
    left: 15px;
    font-weight: 300 !important;
   animation: bounce ; 
   animation-duration: .8s; 
}
.fin-stat-text{
   width: 50%;
   font-weight: bold;
   font-family: sans-serif;
}
.color-zone{
   display: inline-block;
   width: 15px; height: 15px;
}
.time img{
   max-height: 125px;
   /* top: -40px;
   position: relative; */
}
.percent span{
  font-size: 84px;
  font-weight: bold;
   /* top: -40px;
   position: relative; */
}
.cube-time, .cube-percent{
   height: 160px;
   width: 160px;
   background: none;
   border: 5px solid #c0c0c0;
   border-radius: 90px;
   margin: 10px auto;
}
.cube-bar{
   border: var(--primary);
}
.target{
   display: block;
}
.confirm{
   height: 120px;
   width: 120px;
   background: white;
   border-radius: 90px;
   margin: 0 auto;
}
/* Card */
.gap-card{
   position:relative;
   /* top: 30px; */
   word-wrap:break-word;
   background-color:#fff;
   background-clip:border-box;
   border:1px solid rgba(0,0,0,.125);
   border-radius:.25rem;
   background: white;
   width: var(--center-size);
   margin: 25px auto;
   padding: 10px 0px; 
   border-radius: 15px;
}
.gap-card-header{
   padding: 5px 1.25rem;
   margin-top: -10px;
   margin-bottom: 10px;
   background-color: var(--header);
   border-bottom:1px solid rgba(0,0,0,.125);
}
.gap-title{
   font-size: 32px; 
}
.gap-card-title{
   margin: 6px auto;
   font-size: 16px;
   font-family:  Roboto;
}
.gap-card-title2{
   margin: 4px auto;
   font-size: 14px; 
   font-family:  Roboto;
}
.accord-title{
   top: 7px;
   position: relative;
}
.accord-header{
   display: flex;
   padding: 5px 1.25rem;
   margin-bottom: 8px;
   background-color: var(--accord);
   border-bottom: 1px solid rgba(0,0,0,.125);
}
.accord-header.reminder{
   margin-bottom: 5px;
   margin-top: -5px;
}
.accord-header.last{
   margin-bottom: -12px;
}
.btn-accord{
   float: right;
   background: transparent;
} 
.btn-rounded {
   border-radius: 45px;
}
.log-overlay, .action-overlay{
  position: relative;
  z-index: 1; /* padding-bottom: 20px; */
  background: url("https://app.mygaphub.com/assets/images/london.jpg") no-repeat;
  background-size: cover;
}
.action-overlay{
   width: 108%;
   background: url("https://mygaphub.com/app/assets/images/highway.png") no-repeat;
   background-size: cover;
   margin-left: -10px;
}

/* Form */
.tooltip.show p, .tooltip-inner, .tooltip > .tooltip-inner {
   text-align:left;
 }
.form-reg{ 
   width: 90%;
   margin: 0 auto !important;
}

.form-log {
   background-color: rgba(0,0,0, .75);
   color: white;
   margin-top: 45px !important;
   padding: 60px 10px;
   border-radius: 15px;
}
input:focus{
   border: 1px solid var(--primary);
}
.form-reg input{
   letter-spacing: normal;
   height: 40px;
   margin-bottom: 4px;
   font-family: 'Merriweather', serif;
   background: #fff;
   border-radius: 30px;
   padding: 0 18px;
   box-sizing: border-box;
   border: 1px solid rgb(233,233,233);
   box-shadow: 0 2px 2px -1px rgba(0,0,0,.2),0 2px 3px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}
.form-reg input:disabled, .form-reg[readonly] input{
   background-color: #e9ecef;
   opacity: 1;
}
.form-sheet, .form-slate{
   position: relative;
   background-color: #D8D8D8;
   padding-bottom: 20px;
   top:-28px;
   width: 90%;
   border-bottom-right-radius: 15px;
   border-bottom-left-radius: 15px;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   margin: 0 auto;
}
.form-slate, .bg-none{
   background-color: transparent !important;
}
.bs-none{
   box-shadow: none !important;
}
.br-none{
   border: none !important;
}
.form-sheet ul.lists, .pro-lists{
   padding-left: 0;
   width: 85%;
   margin: 0 auto;
}
.brad-wht{
   border-radius: 45px !important;
   border: 2px solid white
}
.pro-lists{
   display: flex;
   flex-direction: column;
   padding: 0;
}
.form-sheet ul.lists li, .pro-lists li{
   list-style: none;
   padding-top: 20px; padding-bottom: 10px;
   margin-bottom: 2px;
}
.pro-lists li{
   display: flex;
   padding: 0px !important;
   margin-bottom: 10px;
}
.pro-lists li span.label{
   flex-basis: 30%;
   margin-right: 10px;
   background-color: var(--pro-label);
   padding: 6px 10px;
   height: 100%;
}
.pro-lists li span.detail{
   flex-basis: 65%;
   background-color: #fafafa;
   padding: 6px 10px;
   height: 36px;
} 
.price-wrap .price-currency{
   margin-top: 7px !important;
   position: relative;
   left: 20px;
   color: var(--primary);
}
.form-sheet input, .input-money{
   width: 85%;
   margin: 0 auto;
   letter-spacing: normal;
   height: 35px;
   margin-bottom: 4px;
   font-family: 'Merriweather', serif;
   background: #fff; 
   border-radius: 5px;
   padding: 0 21px;
   box-sizing: border-box;
   border: 1px solid rgb(233,233,233);
   box-shadow:0 2px 3px -1px rgba(0,0,0,.2),0 3px 5px 0 rgba(0,0,0,.14), 0 1px 9px 0 rgba(0,0,0,.12);
} 
.form-sheet input.percent{
   width: 65%;
}
.form-sheet .txt-percent{
   background: #555;
   color: white;
   padding: 7px 10px;
}
.form-sheet input:focus{ 
    border: 1px solid rgb(200,200,200);
}
.form-sheet .price-wrap{
   text-align: center;
}
.form-sheet .min-total{
   color: var(--primary);
   font-size: 75%;
   position: relative;
   display: block;
}
.form-sheet .details{
   display: flex;
   width: 95%;
   margin: 0 auto;
   margin-top: 15px;
   background-color: #fff !important;
}
.form-sheet .details .detail-left{
   width: 70%;
   padding-left: 20px; 
   padding-right: 120px;
   line-height: 15px;
}
.form-sheet .details .detail-right{
   width: 30%;
   padding: 0 15px;
}
.form-sheet .simp-box{
   background-color: var(--primary);
   padding: 4px 2px;
   text-align: center;
   color: white;
   border-radius: 5px;
}
.form-sheet .details .detail-title{
   font-size: 17px;
   font-weight: bold;
  
}
.form-sheet .details .detail-subtitle{
   font-size: 13px;
   line-height: 80%;
   margin-top: -12px;
}
.form-sheet .see-result{
   background: none !important;
   text-align: center;
}
.form-sheet .btn-save{
   width: 50%;
   background-color: var(--primary) !important;
   border-radius: 5px;
   padding: auto 3px;
}
.sheet-plain{
   top: 0; background: none;
}
.sheet-plain  ul.lists{
   width: 95%;
} 
.sheet-plain ul.lists li{
   background-color: #fff !important;
   margin-bottom: 8px;
   box-shadow:0px 1px 1px -1px rgba(0,0,0),0 1px 1px -1px rgba(0,0,0);
}
.gap-header{
   padding: 10px 15px;
   padding-top: 20px;
   margin: 0px;
}
.gap-header h4{
   color:var(--primary);
}
.gap-header .line-step, .gap-header .line-step2{
   width: 75%; display: flex;
   background: var(--primary);
   height: 2px;
   margin: 0px 8px;
   top: -5px;
   position: relative;
}
.gap-header .line-step2{
   width: 4px !important;
}
.sheet-intro{
   width: 500px;
   margin: 0 auto;
   padding-top: 15px;
   text-align: center;
}
.sheet-steps{
   position: relative;
   background-color: #f5f5f8;
   padding-bottom: 20px;
   width: 100%;
   margin: 0 auto;
   /* box-shadow:0px 1px 1px -1px rgba(0,0,0),0 1px 1px -1px rgba(0,0,0); */
}
.sheet-steps .step-lists{
    padding-top:10px;
}
.sheet-steps .step-lists li{
    margin-bottom: 10px;
    list-style: none;
}
.sheet-steps .step-lists .step-choice{
   display: flex;
   width: 90%;
   align-items: stretch;
   margin-top: 1px;
}
.sheet-steps .step-quest{
   width: 95%;
   font-size: 16px;
   line-height: 20px; 
}
.sheet-steps .step-lists .step-choice input[type=radio] {
   /* display: none; */
   position: relative; left: -9999px;
}
/* .sheet-steps .step-lists .step-choice label */
.sheet-steps .step-lists .step-choice label{
    flex: 1;
    background: #E8E8E8;
    text-align: center;
    margin-right: 3px;
    padding: 3px;
}
.sheet-steps .step-lists .step-choice label:first-child{
    border-top-left-radius: 30px;    
    border-bottom-left-radius: 30px;
}
.sheet-steps .step-lists .step-choice label:last-child{
   border-top-right-radius: 30px;    
   border-bottom-right-radius: 30px;
}
.sheet-steps .step-lists .step-choice label.act {
   background: red;
   color: white;
}
/* User Dashboard */
.card-link.txt-primary:hover{
   color: white;
}
.simp-pal, .sug-pal{
   background: #E8E8E8;
   border-radius: 10px;
}
.sug-pal p{
   padding: 0px; 
   line-height: 1.5;
}
.sug-pal h5{
   font-weight: bold;
}
.dash-pane{
   /* max-width: 470px; */
   min-height: 115px;
   padding: 15px 25px;
   border-radius: 10px;
   /* background: #6574cd; */
   color: white;
}
.dash-pane.hand:hover, .hand:hover, .hand{
   cursor: pointer;
 }
.tool-pane{
   height: 150px; 
   margin: 0 auto;
   width: 90%;
   max-width: 300px;
   margin-bottom: 20px;
   background-color: #cacaca;
   border-radius: 20px;
   box-shadow:0px 1px 2px -1px rgba(0,0,0),0 1px 1px -1px rgba(0,0,0);
}
.tool-pane:hover{
   box-shadow:0 2px 3px -1px rgba(0,0,0,.2),0 3px 5px 0 rgba(0,0,0,.14), 0 1px 9px 0 rgba(0,0,0,.12)!important;
} 
.tool-pane .tool-logo{
   height: 100px;
   margin-bottom: 10px;
   text-align: center;
   padding-top: 20px;
}
.tool-pane .tool-logo img{
   width: 75px;
   height: 75px;
}
.tool-pane .tool-title{
   color: white;  text-align: center;
}
.mb-p{
   margin-bottom: 1.5rem!important;
}
.mb-s{
   margin-bottom: 1.25rem!important;
}
.dash-pane .pane-title{
   font-size: 16px;
   position: relative;
   top: 15px;
   font-weight:bold;
}
.dash-pane .pane-para{
   /* font-size: 16px; */
   display: flex;
}
.dash-pane .pane-para{  font-size: 14px !important; }
.dash-pane .pane-para b,  .dash-pane .pane-para span{
   flex-basis: 40%;
}
.dash-pane .pane-para .tile{
   flex-basis: 5% !important;
    font-weight: bold;
}
.dash-pane .pane-number{
   font-size: 36px;
   font-weight: 500;
}
.dash-pane .pane-detail{
   font-weight: 400;
   display: block;
   text-align: right;
   color: white;
}
.cal-head{
   position: relative;
   z-index: 1;
   background: url("https://mygaphub.com/app/assets/images/piggy_calculator.png") no-repeat;
   background-size: cover;
}
.hd-auth{
   background: url("https://mygaphub.com/app/assets/images/womanlap.png") no-repeat !important;
}
.hd-acquire{
   background: url("https://mygaphub.com/app/assets/images/london.jpg") no-repeat;
   background-size: cover !important;
}
.hd-opt{
   background: url("https://mygaphub.com/app/assets/images/4688siassfcas.png") no-repeat;
   background-size: cover !important;
}
.hd-reap{
   background: url("https://mygaphub.com/app/assets/images/xamsldc-reap-company.png") no-repeat;
   background-size: cover !important;
   width: 100%;
}
.hd-ganp{
   background: url(https://mygaphub.com/app/assets/images/ganp-pbsgsbhxsvjxbbhxby.png) no-repeat;
   background-size: cover !important;
   width: 100%;
}
.hd-country{
   position: relative;
   z-index: 1;
   background: #111;
   background-size: cover !important;
   width: 100%;
   height: 110px;
}
.cal-img{
  position: relative;
  z-index: 1;
  color: white;
  padding: 30px 10px;
  background: url("https://images.unsplash.com/photo-1533849569724-5eaca1aba9af?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=700&q=80") no-repeat;
  background-size: cover;
}
.cal-img:after, .cal-head .overlay {  
   display: block;
 }
 .cal-img:after,.hd-country:after, .cal-head .overlay2, .overlay-dark {  
   background: rgba(0, 0, 0, 0.65);
   display: block;
 }
 /* .hd-country:after{ height: 90px !important;} */
 .overlay, .overlay2{
   height: 250px;
   color: white;
   padding: 40px 10px;
}
.overlay2{
   /* height: 190px !important; */
   height: 190px;
}
.disclaim{
   width: 75%;
   margin: 0 auto;
}
.disclaim p{
   font-size: 18px;
}
.disclaim h2{
   font-size: 32px;
}
.cal-text{
   text-align: center;
}
.cal-text h4{
   font-weight: bold !important ;
}
.head-pain{
   width: 460px;
   margin: 0 auto;
}
.head-pain h4{
   font-weight: bold;
}
.head-pain p{
   line-height: 1.2;
}
.plan-box{
   display: block;
   background: #fafafa;
   padding: 6px 4px;
   border-radius: 10px;
}
.plan-box .label{
    /* background: #fafafa; */
    color: var(--primary);
    padding: 4px 8px;
}
.plan-box textarea, .plan-box input{
   border: none;
    padding: 0px;
    resize: none;
    background: #fafafa;
}
.reminder-price{
   display: inline-block;
   position: relative;
   top: 7px;
   background: #d9d9d9;
   padding: 1px 15px;
   border-radius: 10px;
   margin-right: 5px;
}
/* Navigton */
.logo{
   margin-top: 15px;
}
.logo img{
   height: 60px;
}
.logo .wrapper{
   height: 80px;
}
.sidenav{   
   width: 116%;
   left: -15px;
   position: relative;
}
.mob-nav{
   display: none;
} 
.list{
   display: flex;
   flex-direction: column;
   background-color: #fafafa;
   /* background-color: #eee; */
}
.list .list-item{
   position: relative;
   display: block;
   padding: 7px 1.25rem;
   margin-bottom: 4px;
   margin-left: -20px;height: 58px;
   /* margin-right: -5px; */
   /* width: 110.6%;   */
   /* width: 116.6%; */
}
.list .list-item.active, .list .current-page.active{
   background: #fff;
   border-bottom-left-radius: 8px;
}
.list .list-item:hover{
 background: #fff;
   border-bottom-left-radius: 8px;
   box-shadow: 0 2px 2px -1px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14), 0 1px 2px 0 rgba(0,0,0,.12)!important;
}
.list .list-item-subtitle{
   font-size: 11px;
   margin-left: 38px;
   font-weight: 400 !important;
}
.list .list-item-subtitle.jp{
   display: inline;
   top: -8px;
   position: relative;
}
.list .list-group-head{
   font-size: 11px;
   font-family: Roboto;
}
.list .list-item a, .sidenav .current-page a{
   color: #222; 
   text-decoration: none;
}
.sidenav .current-page{
   font-weight: bold;
   padding: 7px 1.25rem; margin-left: -20px;
   width: 110.6%; 
   /* margin-right: -5px; */
}
.welcome{
   display: flex;
   margin-bottom: 50px;
}
.wel-profile{
   display: flow-root;
}
.wel-profile .wel-img{
   float: right ;
}
.welcome .gt, .gt{
   /* float: right; */
   width: 87%;
}
.welcome .gt span, .fa-st{
   font-size: 18px;
}.welcome .gt span, .fa-st:hover{
  color: var(--primary);
}
.welcome .wel-img img, .wel-profile .wel-img img{
   width: 60px; height: 60px; margin-right: 15px;
}
.col-half{
   width: 50%;
}
/* Asset */
.gap-lists{ 
   display: flex;
   flex-direction: column;
   margin-top: 40px;
   margin-left: -15px;
   /* margin-right: 55px; */
   /* width: 100%; */
}
.gap-lists .asset-list{
   display: flex;
   flex-direction: row;
   padding: 25px 20px;
   background: white;
}
.gap-lists .asset-list:nth-of-type(odd){
   background-color:rgba(0,0,0,.05) !important;
   /* background-color:rgba(73, 7, 87, 0.05); */
}
.gap-lists .asset-opt{
   background-color:rgba(0,0,0,.05) !important;
}
.gap-lists .asset-list .list-img{
   width: 220px;
   height: 150px;
   padding: 0 10px; 
   margin-right: 25px;
   background: rgba(0,0,0,.05);
   border-radius: 15px;
}   
.gap-lists .asset-list .list-img img{
   width: 233px;
   height: 161px;
   position: relative;
   top: -4px;
   left: -17px;
}
.gap-lists .list-body .list-actions button{
   margin-right: 15px;
}
.gap-lists .list-body .list-title{
    font-weight: bold;  margin-top: 4px;
}
.gap-lists .list-body .list-explore{
   word-spacing: 8px;
   font-size: 26px;
}
.gap-lists .list-body .list-subtitle{
   top: 12px;
   position: relative;
}
.gap-lists .list-body .list-intro{
   font-size: 17px;
   margin-top: 4px;
   height: 54px; 
}
.gap-lists .asset-list .list-body{
   display: flex;
   flex-direction: column;
   width: 450px;
}
.gap-list .list-body .list-actions{
    margin-top: 25px; 
}
.gap-lists .asset-opt {
   margin-bottom: 30px;
}
.gap-lists .asset-opt .list-img{
   width: 300px;
   height: 230px;
}
.gap-lists .asset-opt .list-img img{
   width: 315px;
   height: 249px;
}

.legend-g{
   width: 15px; height: 15px;
   display: inline-block;
   margin-right: 4px;
}
.legend-b{
   height: 1px;
   display: block;
}
.card-right{
   margin-left: 15px !important;
   margin-right: 0px;
}
.gap-col-main{
   max-width: 79%;
}
.gap-col-side{
   max-width: 21%;
   background-color: #fafafa !important;
}
.note{
   display: block;
   margin-top: 0px;
   top: 0px;     padding-bottom: 10px; 
}
.note-list{
   padding-left: 0;
   margin: 0 auto;
} 
.note-list-item{
   list-style: none;
   margin-bottom: 2px;
}
.new-reminder .alert{
   font-size: 16px;
   margin-top: -5px;
}

.pro-img{
   display: block;
   margin: 0 auto;
   text-align: center;
}
.pro-img .profile{
   width: 150px;
   height: 150px;
}
.pro-img .upload{
   display: block;
   position: absolute;
   margin-left: -36px;
   margin-top: 15px;
}
.pro-img .upload img{ width: 30px; height: 30px;}
.reg-list input, .reg-list textarea{
   width: 55%;
   /* margin: 0 auto; */
}
.full-tab{
   display: flex;
   border: 1px solid #dee2e6;
}
.full-tab .nav-item{
   flex-grow: 1;
   text-align: center;
}
.full-tab .nav-item a.active{
   color: var(--primary) !important;
   font-weight: 600;
}
.wrap {
   width: 107%;
   height: 100vh;
   overflow: hidden;
   font-family: Roboto;
   background-image: url('https://mygaphub.com/app/assets/images/coming-soon.jpg');
   background-size: cover;
}

.cs-wrap {
 position: relative;
 top: 50%;
 left: 50%;
 margin-top: -125px;
 margin-left: -175px;
 max-width: 400px;
 line-height: 80px;
}

.cs-wrap h1 {
 text-transform: uppercase;
 font-size: 48px;
}

.reap-asset{
   display: flex;
   flex-direction: column;
   background: white;
   background: rgba(0,0,0,.05);
   border-radius: 15px;
   margin: 0 15px;
   margin-bottom: 15px;
}
.reap-asset .list-img{
   width: 95%;
   height: 275px;
   margin: 10px auto;
}   
.reap-asset .list-img img{
   width: 100%;
   height: 100%;
   position: relative;
   border-radius: 15px;
}
.reap-asset .list-body{
   display: flex;
}
.reap-asset .list-body .list-title{
    font-weight: bold;  margin-top: 4px;
}
.reap-asset .list-body .list-explore{
   word-spacing: 8px;
   font-size: 26px;
}
.list-opt{
   font-size: 37px;
   font-weight: 400; 
   word-spacing: 8px;
   font-family: Roboto;
}

.select-opportunity, .text-opportunity{
   display: block;
   width: 50%; margin: 0 auto;
   padding: .375rem .75rem;
   font-size: .9rem;
   line-height: 1.6;
   color: #fff;
   background-color: #111;
   background-clip: padding-box;
   border: none;
   border-radius: 15rem;
}
.text-opportunity{
   display: inline !important;
   height: 36px;
   padding-left: 40px;
} 
#costError{
   animation: shakeX 700ms;
}
#search{
   display: inline;
   position: relative;
   font-size: 18px;
   top: -32px;
   opacity: .8;
}
.search-asset{
   transition: all 0.2s linear;
   font-size: .75em;
   line-height: 37px;
   height: 37px;
   padding: 0 2em;
   text-align: center;
   text-transform: uppercase;
   color: #fff; 
   background: #0c1d33;
   text-shadow: none !important;
   font-weight: normal !important;
}
.reap_sub{
   color: gray;
   font-size: 20px;
   display: inline;
   position: relative;
   text-align: right;
   left: 50px;
}
.slider::slider-thumb {
   -webkit-appearance: none; /* Override default look */
   appearance: none;
   width: 25px; /* Set a specific slider handle width */
   height: 25px; /* Slider handle height */
   background: #4CAF50; /* Green background */
   cursor: pointer; /* Cursor on hover */
 }
.bg-bot-4{
   margin-bottom: 16px !important;
}
.amount-currency{
   display: inline;
   position: absolute;
   left: 23px;
   top: 10px;
}

 /* Range */
 .range {
   position: relative;
   width: 100%;
   height: 10px;
}
.range input {
   /* background: linear-gradient(to right, var(--primary) 0%, var(--primary) 50%, gray 80%, gray 100%); */
   /* border: solid 1px #82CFD0; */
   /* border-radius: 8px; */
   height: 4px;
   width: 100%;
   outline: none;
   transition: background 450ms ease-in;
   -webkit-appearance: none;
 }
/* .range input {
   width: 100%;
   position: absolute;
   top: 2px;
   height: 0;
   -webkit-appearance: none;
} */

.range input::-webkit-slider-thumb {
   -webkit-appearance: none;
   width: 18px;
   height: 18px;
   margin: -8px 0  0;
   border-radius: 50%;
   background: #ED3237;
   cursor: pointer;
   border: 0 !important;
}
.range input::-moz-range-thumb {
   width: 18px;
   height: 18px;
   margin: -8px 0  0;
   border-radius: 50%;
   background: #ED3237;
   cursor: pointer;
   border: 0 !important;
}
.range input::-ms-thumb {
   width: 18px;
   height: 18px;
   margin: -8px 0  0;
   border-radius: 50%;
   background: #ED3237;
   cursor: pointer;
   border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
   width: 100%;
   height: 2px;
   cursor: pointer;
   /* background: #DCDCDC; */
}
.range input::-moz-range-track {
   width: 100%;
   height: 2px;
   cursor: pointer;
   background: #DCDCDC;
}
.range input::-ms-track {
   width: 100%;
   height: 2px;
   cursor: pointer;
   background: #DCDCDC;
}
.range input:focus {
   background: none;
   outline: none;
}
.range input::-ms-track {
   width: 100%;
   cursor: pointer;
   background: transparent;
   border-color: transparent;
   color: transparent;
}
.select-file{ width: 180px;}
.select-file img{ height: 110px !important;}
.svg-hints{
   display: flex;
   flex-direction: column;
}
.svg-hints .hints{
   position: absolute;
   left: 40px; top: 50px;
}
.svg-hints .hints .hint{
   /* height: calc(100vw / 28.6); */
   vertical-align: middle;
   color: transparent;
}
.fa-svg{
   font-size: 10px; font-weight: 200;
   margin-left: 0px;
   margin-top: 13px;
}
.check-register{
   margin-top: -8px;
   margin-left: -30px;
   width: 18px;
 }
 
@media (max-width: 320px) {
   .gap-lists .list-body .list-actions button {
      padding-left: 1px;
      margin-right: 2px !important;
      width: 73px;
      font-size: 9px !important;
      padding-right: 1px;
  }
}
@media (max-width: 1024px) {
   .gap-center-bg{
      width: 95% !important;
   }
}
@media (max-width: 768px) {
   .container{
      padding-right: 5px;
      padding-left: 5px;
   }
   .list .list-item:hover{
      background: none  !important;
      border-bottom-left-radius: 0px  !important;
      box-shadow: none  !important;
   }
   .card-right{
      margin: 0 auto !important;
   }
   .menu-nav >  a.txt-primary {
      color: var(--primary) !important;
   }
   .gap-col-main{
      max-width: 100% !important;
      padding: 0px;margin-bottom: 100px !important;
      overflow: hidden;
   }
   .mob-nav{
      display: block !important;
   }
   .wrap{
      background-size: contain !important;
   }
   .gap-lists .asset-list .list-img{
      width: 120px;
      height: 100px;
      margin-right: 12px;
   }
   .gap-lists .asset-list .list-img img{
      width: 133px;     top: -15px;
      height: 135px;
   }
   .gap-lists .list-body .list-intro{
      font-size: 12px; line-height: 1;
      height: 100%;
   }
   .gap-lists .list-body .list-actions{
      display: flex;
   } 
   .gap-lists .list-body .list-actions button{font-size: 11px;margin-right: 5px;height: 31px;}
   /*  Generic */
   .wd-c,  .wd-cf,.gap-center,.form-sheet, .form-slate, .sheet-intro, .gap-center-sm,
   .sheet-intro, .form-sheet .details .detail-left, .form-sheet .details .detail-right,
   .head-pain, .tool-pane, .gap-center-bg, .disclaim, .form-control.wd-7, .wrap, .gt,
   .sm-wdf{
      width: 100% !important; 
   }
   .sm-table-responsive{
      display: block;
      width: 100%;
      overflow-x: auto;
   }
   .sm-block{
      display: block;
      position: relative;
   }
   .wd-c,  .wd-cf{
      left: 0 !important;
   }
   .sm-wd-7, .select-opportunity, .text-opportunity{
      /* width: 70% !important; */
   }
   .sm-wd-c{
      width: 105% !important;
   } 
   .sm-wdf{
       margin: 5px auto !important;
   }
   .sm-mt1{
      margin-top: 10px !important ;
   }
   .sm-mt3{
      margin-top: 20px !important ;
   }
   .sm-mx-0{
      margin: 0px !important;
   } 
   .sm-mx-2{
      margin: 0 8px !important;
   } 
   .mx-5, .mx-4{
      width: 90% !important;
      margin: 0 auto !important;
   } 
   .sm-no-pad, .ml-3{
      padding: 0px !important;
   }
   .sm-px-1{
      padding: 0px  2px!important;
   }
   .sm-px-2{
      padding: 0px  6px!important;
   }
   .sm-pr-2{
      padding-right: 6px;
   }
   .sm-default{
      padding-right: 20px !important;
      padding-left: 20px !important;
   }
   .h5, h5, h4 {
      font-size: 1.1rem; 
   }
   .side {
      width: 0;
      display: none;
   }
   .gt span, .disclaim p{
      font-size: 12px !important;
   }
   .select-file{ width: 140px;}
   .select-file p{     
      font-size: small;
      margin-bottom: 0;
   }
   .gap-card{
      width: 95% !important;
      margin: 0 auto !important;
   }
   .gap-lists .list-body .list-explore, .disclaim h2{
      word-spacing: 2px;
      font-size: 21px !important;  
   }
   .form-slate h5{
       font-size: 14px !important;
   }
   /* .cs-wrap{
      margin-top: 300px !important;
   } */
   .form-sheet .details{
      flex-direction: column;
   }
   .detail-left{
      text-align: center;
      padding-right: 30px !important;
      padding-bottom: 10px;
   }
   .radial-progress{
      margin: 0 auto;
   }
   .form-slate{
      border: 0; 
      box-shadow: none !important;
   }
   .mob-list-item{
      padding: 0 6px !important;
      margin-bottom: -20px !important;
      text-align: center; list-style: none;
   }
   .mob-list-item a{
      text-decoration: none;
   }
   .mob-list-item .active{
      animation: hinge 700ms;
   }
   .mob-list-item .active img{ width: 110%; height: 28.5px; }
   .mob-list-item .active span{ font-size: 12.6px; color: white !important; font-weight: bold !important;  }
   .sm-center{
      text-align: center !important;
      margin: 0 auto !important;
   } 
   .bg-bot-4{ margin-bottom: 8px !important; }
   .welcome .wel-img img, .wel-profile .wel-img img{
      width: 40px; height: 40px; 
   }
   .pro-img .profile{
      width: 120px;
      height: 120px;
   }
   .legend-g{
      width: 10px; height: 10px;
      display: inline-block;
      margin-right: 2px;
   }
   .col-md-6 .text-right.mt-3, .seveng, .form-reg{
      text-align: left !important; 
   }
   .modal-header .modal-title,  .pro-lists li span.detail {
      font-size: 14px;
      text-align: left;
   }
   ul.lists.py-2 {
      padding-left: 0px;
      padding-right: 10px;
   }
   .img-opt{    margin: 0 4px;  margin-right: 12px !important; }
   .img-opt img{
    margin-top: 15px;
    height: 175px !important;
   }
   .sm-fs-14 { font-size: 14px !important; }
   .sm-fs-12,.pro-lists li span.label{  font-size: 12px !important; ;  }
   .sm-fs-16{  font-size: 16px;  }
   .sm-fs-18{  font-size: 18px;  }
   .sm-fs-24,  .list-opt{  font-size: 24px;  }
   .sm-bold{ font-weight: bold;}
   .sm-d-flex{
      display: flex;
   }  
   .sm-d-none{ display: none;}
   .sm-no-float{ float: none !important;}
   .sm-mr-8{ margin-right: 80px;}
   .sm-mr-0{ margin-right: 0px !important; }
   .sm-mr-2{ margin-right: 4px !important; }
   .sm-mr-3{ margin-right: 8px !important; }
   .sm-mr-1{ margin-right: 2px !important; }
   .sm-btn {
      width: 90px; 
   }
   .sm-btn-block{ width: 95%; margin: 0 auto;}
   .sm-btnsub{
      position: absolute;
      margin-top: 55px;
   }
   .md-no-ml{
      margin-left: 0 !important;
   }

   #phase1, .phase1{
       order: 2;
   }
   #phase2, .phase2{
       order: 1;
   }
   #phase2, .phase3{
       order: 3;
   }

   .svg-hints .hints { top: 40px;  }
   .svg-hints .hints .hint{height: 35px;}
}  
@media (max-width: 576px){
   .goffset-sm-6 {
      margin-left: 50%;
      margin-top: -40px;
   }
   .svg-hints .hints { top: 35px;  }
   .svg-hints .hints .hint{ height: 30px; }
} 
@media (max-width: 600px){
   .svg-hints .hints .hint{ height: 25px; }
}
@media (max-width: 412px){
   .svg-hints .hints .hint{ height: 20px; }
}
@media (max-width: 360px){
   .svg-hints .hints .hint{ height: 15px; }
 }

@media (max-width: 355px){  .svg-hints .hints{display: none;} }
@media (min-width: 1367px) {
   .sidenav{   
      width: 112%;
   }
}
@media screen and (max-width: 1280px) and (min-width: 900px) {
   .sidenav .current-page, .list .list-item, .list .list-item.active{
      width: 112.8% !important;
   }
   .svg-hints .hints .hint{height: 48px;}
}
@media screen and (max-width: 1025px) and (min-width: 993px){
     .svg-hints .hints{ top: 40px}
    .svg-hints .hints .hint{height: 38px;}
}
@media screen and (min-width: 1281px) and (max-width: 1367px) {
   .svg-hints .hints .hint{height: 52px;}
}
@media screen and (max-width: 1440px) and (min-width: 1367px) {
   .sidenav .current-page, .list .list-item, .list .list-item.active{
      width: 112.8% !important;
   }  
   .svg-hints .hints .hint{height: 57px;}
}
 
@media screen and (max-width: 1680px) and (min-width: 1441px){
   .svg-hints .hints .hint{height: 58px;}
}

#financialLegend ul li {
   box-shadow: none;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: center;
 }
 #financialLegend ul li span {
   display: inline-block;
   width: 47px;
   height: 2px;
   margin-right: 5px;
   margin-top: 10px;
   background: #555;
 }
