@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'PoppinsR';
    src: url('@/assets/fonts/Poppins-Regular.ttf');
}
#app{
    margin-top:30px;
}
body{
    background-color: #fff !important;
}
h3 {
    margin: 40px 0 0;
}
ul {
    list-style-type: none;
    padding: 0;
}
li {
    display: inline-block;
    margin: 0 10px;
}
a {
    color: #42b983;
}
.vue-notification-template{
    border-radius: 20px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    box-shadow: 0px 0px 15px 0px #dbdbdb !important;
}
.vue-notification-template .notification-title{font-size:14px !important;font-weight:bold;}
.vue-notification-template .notification-content{font-size:14px !important;}

modal{
    background-color:#fff;
    padding:20px;
}

.sidebar-brand{
    background: #ffffff;
    border-right: 1px solid #f2f4f9;
    z-index: 999;
    border-bottom: 1px solid #f2f4f9;
    width:239px;
}
.brand-content{
    padding:20px;
}

.sidebar{
    width: 240px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: width .1s ease, margin .1s ease-in-out;
    transition: width .1s ease, margin .1s ease-in-out;
    z-index: 999;
    overflow:hidden;
}
.side-navbar{
    list-style-type:none;
    padding-left:30px;
    padding-top:10px;
    padding-bottom:10px;
    margin:0;
}
.sidebar{
    box-shadow: 0px 0px 15px 0px #dbdbdb;
    z-index:998;
}
.nav-category{text-align:left;text-transform: uppercase;font-size:12px;font-weight:bold;margin-bottom:20px;margin-top:20px;color: #807d7d;display:block;    font-family: 'Poppins', sans-serif;
}
.nav-link{text-align:left;display:block;}
.nav-link a.active{color: #42b983 !important;}
.nav-link a.active img{color: #42b983 !important;}
.nav-link a{text-align:left;color:#000 !important;text-decoration: none;font-size:16px;}
.sidebar-content{
    max-height: calc(100% - 63px);
    position: relative;
    border-right: 1px solid #f2f4f9;
    height: 100%;
    background: #ffffff;

    -webkit-box-shadow: 0 8px 10px 0 rgb(183 192 206);
    box-shadow: 0 8px 10px 0 rgb(183 192 206);
}
.logo-mini{
    text-align:left;
    padding:0 !important;
    margin-bottom:30px;
}
.logo-mini a,.logo-mini a span{font-size:30px !important;}
.brand-content a{
    color:#000;
    font-size:20px;
    text-decoration:none;
}
.brand-content a span{
    font-weight:bold;
    font-size:14px;
}
.app-page{
    margin-left:240px;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    text-align:left;
}
.top-bar{
    width: calc(100% - 240px);
    height: 63px;
    background: #ffffff;
    border-bottom: 1px solid #f2f4f9;
    align-items: center;
    padding: 0;
    position: fixed;
    right: 0;
    left: 240px;
    box-shadow: 3px 0 10px 0 rgb(183 192 206 / 20%);
    transition: width .1s ease, left .1s ease;
    top:0;
    z-index:999;
}
.table-borderless thead th{
    color: #b1b1b1;
    font-weight: bold;
}
.top-bar-full{
    left:0px !important;
    width:100%;
}
.top-bar-full .top-nav{
    padding-top:13px;
}
.top-nav-hamburger .hamburger-menu i{
    font-size:20px;
    font-weight:bold;
}
/*Increase size of menu item spacing and font for phones*/
@media only screen and (max-width: 800px) {
    .top-nav-hamburger .dropdown-item{
        font-size:18px !important;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .right-top-nav .dropdown-item{
        font-size:18px !important;
        padding-bottom: 8px;
        padding-top: 8px;
    }
}


.content-area-topbar{
    margin-top:60px;
    padding-top:50px;
}
.top-bar-content{
    padding-left:30px;
    padding-right:30px;
    font-size:14px;
    width: 100%;

}
.page-title{
    text-align:left;
}
.page-legend{
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    margin:0;
    padding:0;
    font-size:14px;
}
.nav-link{
    vertical-align: middle;
}
.nav-link a{
    vertical-align: middle;
}
.nav-link img{
    vertical-align: middle;
    width:15px;
}
.nav-link a span{
    vertical-align: middle;
    margin-top:5px;
}
.top-nav ul{padding:0;margin:0;}
.top-nav ul li{display:inline-block;}
.top-nav-link a{
    color:#000;
    text-decoration:none;
    font-size:14px;
}
.top-nav-link.active a{
    color: #42b983 !important;
}
.box-shadow{
    box-shadow: 5px 5px 15px 0px #dbdbdb;
}
.gradient-block{
    background: #C9D6FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 5px 5px 15px 0px #dbdbdb;
    color:#000;
    border-radius:7px;
    text-align:left;
    min-height:89px;
    margin-top:20px;
    padding:20px;
}
.grad-relations{
    background: #FFE000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #799F0C, #FFE000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #799F0C, #FFE000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.grad-finance{
    background: #00B4DB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.grad-personal-budget{
    background: #a8ff78;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-block .title{
    font-size:20px;
    text-transform: uppercase;
    font-weight:bold;
    border-bottom:3px solid #000;
    padding-bottom:5px;
}
.gradient-block .sub-title{
    font-size:10px;
    padding-top:2px;
}
.gradient-block .price{
    font-size:12px;
    font-style:italic;
}
.badge-active{
    position: absolute;
    margin-top: -0px;
    margin-left:15px;
    margin-top:10px;
    font-size:11px;
    background-color:#dbdbdb;
    border-radius:40px;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
}
.section-title{
    margin-bottom:20px;
}
.section-area{
    margin-top:20px;
    margin-bottom:20px;
}

.right-top-nav,.nav-btn{
    display:inline-block;
    vertical-align: middle;
}
.right-top-nav{
}
.right-t-nav-link-big{
    font-size:20px;
}
.right-top-nav ul{
    padding-top:5px;
}

.search img{
    vertical-align: middle;
}
.search span input{
    border:0;
    padding:20px;
}
.search, .right-area{display:inline-block;}
.right-area{
    text-align:right;
}
.user-nav{
    padding-bottom: 20px;
}
.user-nav .nav-btn {
    text-align: center;
}
.user-nav .initials{
    padding-top:6px;
    font-weight:bold;
}
.search,.top-nav, .user-nav{display:inline-block;}
.user-nav{
    float:right;
}
.top-nav{
    padding-top:20px;
}
.top-nav-link{
    margin-right:15px;
}
.top-nav-link a{
    font-size:15px;
}
.top-nav-link a span i{
    margin-right:5px;
}
.right-top-nav .lni{
    color:#000;
}
.right-t-nav-link-big, .right-t-nav-link{
    vertical-align: middle;
    padding-top:5px;
}
.right-t-nav-link-big{
    margin:0;
    margin-right:5px;
}
.user-profile-menu a{
    font-size:20px;
    font-weight:bold;
    color:#000;
    text-decoration: none;
}
.user-intials{
    font-size:20px;
    font-weight:bold;
    color:#000;
    text-decoration: none;
}
.user-profile-menu a, .user-profile-menu a i{
    vertical-align: middle;
}
.user-profile-menu{
    margin-left:20px;
}
.dropdown-menu{
    border: 0 !important;
    background-color: #fff;
    box-shadow: 0px 0px 22px 1px #dbdbdb;
}
.dropdown-menu li{width:90%;}
.dropdown-item{
    margin-top:3px;
    margin-bottom:3px;
    font-size:16px;
    font-size:15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
    border-radius: 7px;
}
.user-profile-menu i{
    font-size:15px;
}
.right-top-nav .dropdown .btn i{
    font-size:20px;
}
.notifications-dropdown .dropdown-item{
    width:100%;
    word-break: break-word;
    white-space:pre-wrap;
    background-color: #e9ecef;
    border-radius:8px;
    margin-bottom:5px;
    font-size:15px;
}
.notifications-dropdown .dropdown-item:hover{
    width:100%;
    word-break: break-word;
    white-space:pre-wrap;
    background-color: #cccdcf;
    border-radius:8px;
    margin-bottom:5px;
}
.notifications-dropdown .dropdown-menu{
    min-width:20rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:#42b983 !important;
    border-radius:7px;
}
.accordion{
    width:100%;
}
.accordion .header .accordion-btn, .accordion .header .accordion-title{
    display:inline-block;
    vertical-align: middle;
}
.accordion .accordion-title{
    margin-left:20px;
    padding-top:7px;
}
.accordion .header{
    padding-bottom:10px;
    border-bottom:2px solid #f2f2f2;

}
.accordion-title h5{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:20px;
}
.accordion-title span{
    font-weight:normal;
}
.text-grey{
    color: #818080;
}
.task-row{
    margin-bottom:20px;
    padding:10px;
    background-color: rgba(224, 224, 224, 0.2);
    border-radius:7px;
}
.task-when{font-size:15px;padding-top:5px;font-size:12px;font-weight:600;}
.task-icon{font-size:15px !important;padding-right:5px;}
.task-body{
    font-size:14px;
}
.task-row i{font-size:20px;}
.task-done{
    background-color: rgba(195, 215, 252, 0.2);
    border-radius:7px;
}
.text-help{
    font-style:italic;
    font-size:12px;
    color:#777777;
}
.task-done i{color:#42b983;}
.xs-spacer{
    height:50px;
}
.xxs-spacer{
    height:10px;
}
.md-spacer{
    height:100px;
}
.xl-spacer{
    height:200px;
}
.column-row{
    color: #b1b1b1;
    font-weight:bold;
}
.btn-icon{
    font-size: 15px !important;
}
.bold-title{
    font-family:'Source Sans Pro';
    font-weight:700;
}
.welcome-title{
    font-family: 'Merriweather';
    font-size: 45px;
    font-weight:bold;
}
.welcome-title span{
    font-weight:400;
}
.notif-older{
    background-color:#f3f4f6 !important;
}
.bg-done{
    background-color: #42b983 !important;
}
.bg-partial{
    background-color: #d4b158 !important;

}
.top-nav-only{
    height:auto;
}
.text-right{
    text-align:right;
}
.recent-nav li{display:block;}
.recent-nav li a{
    text-decoration:none;
}
.bg-white{color:#000 !important;}
.full-width-content{
    margin-left:0px !important;
}
.input-ok{
    border:1px solid #42b983 !important;
}
.input-nok{
    border:1px solid #e01e1e !important;
}
.sub-top-bar{
    width:100%;
    background-color:#fff;
    margin-top:-20px;
}
.sub-bar-content{
    padding:20px;
    padding-top:25px;
    padding-bottom:25px;
}
.text-white{color:#fff;}
.ibox{
    background-color:#fff;
    min-height:50px;
    box-shadow: 4px 8px 12px -5px #dbdbdb;
    border-radius:5px;
}
.ibox-add-box{
    border: 4px dotted #dbdbdb;
    min-height:142px;
    text-align:center;
}
.ibox-add-box .ibox-content i{
    display:block;
    text-align:center;
    font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
}
.ibox-add-box .ibox-content{
    padding-top:20px;
    color:#dbdbdb;
    font-weight:bold;
    cursor:pointer;
}
.ibox-content{
    padding:20px;
}
.ibox-title i, .ibox-title h2{
    display:inline-block;
    vertical-align: middle;
}
.ibox-title i{font-size:25px;}
.ibox-title h2{
    font-size:20px;
    padding-left:20px;
    padding-top:5px;
    font-weight:bold;
}
.ibox-meta{
    margin-top:10px;
    font-size:12px;
    font-style:italic;
    min-height:18px;
}
.badge-xs{
    vertical-align: middle;
    font-size:11px !important;
}
.ibox-number{
    font-size:25px;
}
hr{
    border:0 !important;
    border-bottom:2px solid #e1e1e1 !important;
}
.pdf{
    min-height:518px;
    border:4px dotted #dbdbdb;
    cursor:pointer;
}
.add-confirmer{
    min-height:100px;
    border:4px dotted #dbdbdb;
    cursor:pointer;
}
.pdf{
    margin-bottom:30px;
}
.pdf h1{
    color: #d9d8d8;
    padding-top:10px;
    padding-left:10px;

}
.pdf h2{
    text-align:center;
    padding-top:150px;
    color: #bfbfbf;
    line-height:50px;
}
.user-bubble{
    padding:13px;
    padding-left:15px;
    padding-right:15px;
    color:#fff;
    border-radius:40px;
}
.user-bubble-wrap{
    margin-top:12px;
}
.user-bubble-wrap, .user-details{
    vertical-align: middle;
}
.login-intro{
    z-index:10;
}
.dont-have-account{
    margin-top: 30px;
    text-align: left;
    width: 51%;
    line-height: 35px;
    font-size: 20px;
}
.login-intro h2{
    text-align:left;
    font-family:'Source Sans Pro';
    font-weight:900;
    font-size:45px;
}
.intro-logo{
    position: absolute;
    top: 7%;
    left: 18.3%;
    width: 51%;
    z-index: -1;
}
.login-form{
    margin-top:50px;
}
.login-form .recover{
    text-align:right;
    float:right;
    margin-top:20px;
    color:#424242;
    text-decoration:none;
}
.or-login-with{
    margin-top:30px;
}
.or-line, .or-text{
    display:inline-block;
    vertical-align: middle;
    text-transform: lowercase;
}
.or-text{
    padding-left:20px;
    padding-right:20px;
    color:#b7b6b6 !important;
}
.or-line{
    height:3px;
    background-color: #dbdbdb;
    width:50px;
}
.alternative-login{
    margin-top:25px;
}
.alternative-opt{
    background-color:#fff;
    border-radius:14px;
    padding:10px;
    width:65%;
    margin: 0 auto;
    margin-bottom:20px;
}
.alternative-opt a{
    color:#2d3e50;
    text-decoration:none;
}
.alt-no-shadow{

}
.alternative-opt .head{
    font-weight:bold;
}
.alternative-opt .head span{
    font-weight:normal;
}
/**
    Datatable header
 */
.datatable-wrapper{
}
.datatable{
    box-shadow:0px 0px 0px 0px;
}
.datatable .dropdown-toggle:after{
    content: '' !important;
    border:0;
}
.datatable .dropdown-menu{
    border-radius:5px !important;
    box-shadow:0px 0px 0px 0px;
    border: 1px solid #e7e7e7 !important;
}
.datatable thead{
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
    border-radius: 0.75rem;
}
.datatable thead tr th{
    background-color:#fff;
    padding:15px;
    border-right:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7 !important;
    color:#5a5a5a;
    font-weight:700;
    font-size:11px;
    text-align:left;
    font-family: 'Montserrat', sans-serif;
}
.col-stuck-left{
    border-left:4px solid #e7e7e7;
}
.datatable-v2 .datatable thead{
    border:0 !important;
    box-shadow:0px 0px 0px 0px;
}
.datatable-v2 .datatable thead tr{
    border:0 !important;
}
.datatable-v2 .datatable thead tr th{
    background-color: transparent;
    padding:15px;
    border:0 !important;
    color:#5a5a5a;
    font-weight:700;
    font-size:11px;
    text-align:left;
    font-family: 'Montserrat', sans-serif;
}
.datatable-v3 thead{
    box-shadow:3px 3px 3px #ececec;
}
.datatable-v3 .datatable-footer{
    border-top:1px solid #dbdbdb;
    padding-top:20px;
}
.datatable-no-content{
    text-align:center;
    font-family: 'Montserrat', sans-serif;
    border:1px solid #ececec;
}
.datatable-no-content img{
    width:20%;
}

/**
    Datatable body
 */
.datatable-border-right tbody tr td{
//border-right:1px solid #e7e7e7;
}
.datatable tbody tr td{
    background-color:#fff;
    color: #5b5b5b;
    font-weight:400;
    text-align:left;
    padding-top:17px;
    padding-bottom:7px;
    font-size: 14px;
}
.datatable-v3 table tbody{
    border:0px !important;
}
.datatable-v3 tbody tr td{
    margin-bottom:5px;
    background-color:transparent;
    border:0px !important;
}
.datatable-v3 tbody tr th{
    background-color:transparent !important;
    border-right:1px solid #e7e7e7;
    border:0px !important;
}
.datatable-border-right tbody tr th{
    background-color:#fff;
    border-right:1px solid #e7e7e7;
}
.datatable tbody tr th{
    background-color:#fff;
    color: #5b5b5b;
    font-weight:600;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
    padding-top:17px;
    padding-bottom:7px;
}
.datatable-footer .results{
    font-size:12px;
    font-weight:400;
    font-family: 'Montserrat', sans-serif;

}
.btn-pagination{
    font-size:8px !important;
    padding-left:10px !important;
    padding-right:10px !important;
}
.datatable .split-col .col-md-6:first-child{
    border-right:1px solid #e7e7e7;
}
.datatable-header{
    padding-bottom:20px;
}

/**
    Line icon specifics
 */

.lni-special{
    background-color:#000;
    padding:10px;
    border-radius:40px;
    color:#fff;
    font-size:18px !important;
}
.lni-s-green{
    background-color: #90ee90;
    color: #6cb16c;
}
.lni-s-red{
    background-color: #ee9390;
    color: #b36f6d;
}
.text-red{
    color: #f87b77;
}
.text-green{
    color: #65bc65;
}
.text-grey{
    color: #dbdbdb;
}
.lni-s-orange{
    background-color: #eec490;
    color: #b5966f;
}
.lni-s-blue{
    background-color: #90b6ee;
    color: #708eb8;
}
.ibox-rounded{
    border-radius:20px;
}
.block-indicator{
    margin-left:20px;
}
/**
Toolbar
 */
.toolbar{
    width:100%;
    border: 1px solid #e7e7e7;
    background-color:#fff;
}
.toolbar .toolbar-btn{
    border-right:1px solid #e7e7e7;
    color: #5a5a5a;
    text-decoration:none;
    padding:15px;
    display:inline-block;
}
.toolbar .right .toolbar-btn:first-child{
    border-left:1px solid #e7e7e7;
}
.toolbar a{
    color: #5a5a5a;
    text-decoration:none;
}
hr.special{
    margin-bottom:30px;
}
.toolbar .active{
    color: #0d6efd !important;
}
.addrow td, .addrow th{
    background-color: #e5f8e5 !important;
}
.addrow input, .addrow select {
    border: 0;
    background-color:transparent;
    width:98%;
}
.budget{
    height:215px;
    min-height:215px;
    width:240px;
    margin-right:40px;
    border-radius:5px;
    padding:35px;
}
.round-budget-name{
    width:48px;
    height:48px;
    text-align:center;
    border-radius:40px;
    vertical-align: middle;
    padding-top:10px;
    color:#fff;
    font-weight:bold;
}
.text-light-green{
    color: #52b0ee;

}
.week-item{
}
.week-item .title, .week-item .amount{
    display:inline-block;
    width:50%;
}
.total-line{display:inline-block;width:50%;}

.gradient-orange .round-budget-name{
    background: #fcfff8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #d5f37a, #e9f3a4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #d5f37a, #e9f3a4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-orange{
    background: #fbfdf0;
}
.gradient-red .round-budget-name{
    background-image: linear-gradient(45deg, #f46f73 0%, #fad0c4 99%, #efac99 100%);
}
.gradient-red{
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.gradient-blue .round-budget-name{
    background-image: linear-gradient(120deg, #7ba5e8 0%, #56bae9 100%);
}
.gradient-blue{
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.gradient-nightfade .round-budget-name{
    background-image: linear-gradient(to top, #8e71d0 0%, #f4a7de 100%);
}
.gradient-nightfade{
    background: #e7effa;
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.gradient-sunset .round-budget-name, .gradient-sunset{
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.gradient-green .round-budget-name, .gradient-green{
    background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
}

.gradient-black .round-budget-name, .gradient-black{
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
 background-blend-mode: multiply,multiply;
 color: #000;
}




.budget .amount{font-weight:bold;font-size:20px;margin-top:20px;}
.budget .left{
    font-size:14px;
    margin-bottom:20px;
}
.budget .category{
    font-size:12px;
}
.big-date{
    padding: 25px;
    background: #1D976C;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8b8b8b, #4e4e4e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8b8b8b, #4e4e4e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    min-height:100px;
    border-radius: 10px;
    width: 150px;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
}
.big-date.active{
    background: #1D976C;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #40cd75, #2c9554);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #40cd75, #1D976C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.big-date .year{
    font-size:12px;
    margin-bottom:5px;
}

/**
    Home page
 */
.home-wrapper .top-header{
    padding-bottom:30px;
    border-bottom:1px solid #e7e7e7;
}
.xs-container{
    padding-left:10%;
    padding-right:10%;
}
.xxs-container{
    padding-left:3%;
    padding-right:3%;
}
.brand-logo{
    text-align:left;
}
.brand-logo a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.brand-logo span{
    background-color:#000;
    padding:5px;
    color:#fff;
    font-weight:bold;
}
.nav-area{
    vertical-align: middle;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-area a{
    text-decoration: none;
    color:#000;
    font-size:15px;
    margin-right:50px;
}
.btn-register{
    background-color:#dbdbdb !important;
    border-color:#dbdbdb !important;
    border-radius:40px !important;
    font-size:14px !important;
    color:#424242 !important;
    margin-right:5px !important;
}
.btn-login{
    border-radius:40px !important;
    font-size:14px !important;
    color:#7E87D0 !important;
    border:1px solid #7E87D0 !important;
}
.btn-login.btn-primary{
    background-color:#FFF !important;
    font-weight:bold !important;

}
.intro-area{
    margin-top:50px;
    text-align:left;

}
.intro-area h2{
    font-family: 'Open sans', sans-serif;
    font-weight:bold;
}
.intro-area .slogan{
    margin-top:20px;
    color:#000;
    line-height:35px;
}
.intro-area h5{
    font-size:1rem;
    width:40%;
    line-height:15px;
}
.intro-area .view-more{
    margin-top:20px;
    padding-left:20px;
}
.intro-area .view-more a{
    text-decoration:none;
    color:#677DB7;
    font-weight:bold;
    font-size:.9rem;
}
.home-cover{
    position: absolute;
    right: 7%;
    top: 15%;
    width: 29%;
    z-index: 0;
}
/**
    Top features
 */
.top-features{
    display:flex;
    flex-grow:4;
    margin-top:40px;
}
.top-feature{
    background-color:#ECF0F3;
    padding:20px;
    border-radius:20px;
    width:200px;
    margin-right:20px;
}
.top-feature .title{font-size:1rem;margin-top:10px;color:#454B66;font-weight: bold;}
.top-feature .description{font-size:.8rem;margin-top:10px;}

/**
    Pricing
 */
.absolute-pricing-block{
    display:flex;

}
.pricing-hover:hover{
    border:1px solid #606697 !important;
}
.pricing-active{
    border:1px solid #7E8BFB !important;
}
.pricing{
    text-align:left;
    margin-top:50px;
    display:flex;
}
.pricing-meta{
    width:30%;
    margin-right:40px;
}
.pricing-meta h2{
    font-family: 'Open sans', sans-serif;
    font-weight:bold;
}
.pricing-meta .slogan{
    font-family: 'Open sans', sans-serif;
    font-weight:bold;
    font-size:0.9rem;
}
.pricing-meta .description{
    margin-top:10px;
    font-size:0.8rem;
}
.pricing-meta .buttons{
    margin-top:20px;
}
.pricing-meta .buttons a{
    text-decoration:none;
    font-size:.7rem;
    letter-spacing: 1.4px;
}

/**
    Pricing package
*/
.pricing-blocks{
    display:flex;
}
.pricing-package {
    border:1px solid #ECF0F3;
    border-radius:6px;
    margin-right:10px;
}
.pricing-header{
    display:flex;
    border-bottom:1px solid #ECF0F3;
}
.pricing-header .pricing-info{
    margin-right:5px;
    padding:10px;

}
.pricing-header .title{
    font-family: 'Open sans', sans-serif;
    font-size:.9rem;
    font-weight:bold;
}
.pricing-header .short-description{
    font-family: 'Open sans', sans-serif;
    font-size:.85rem;
}
.pricing-header .price{
    padding:10px;
}
.pricing-body{
    padding:10px;
    font-family: 'Open sans', sans-serif;
}
.pricing-body .section-body{
    display:flex;
    width:340px;
    flex-wrap: wrap;
}
.pricing-body .section-title{
    font-size:.8rem;
}
.pricing-body .section-body .feature{
    margin-right:20px;
    margin-bottom:10px;
    width:150px;
}
.pricing-body .section-body .name{
    vertical-align: middle;
    font-size:.9rem;
}
.pricing-body .section-body .limit{
    vertical-align: middle;
    font-size:.7rem;
    color: #a7a7a7;
    padding-left:15px;
}
.pricing-body .section-body .features-excluded .feature{
    margin-right:20px;
    margin-bottom:10px;
    width:100%;
}
.price-amount{
    font-size:1rem;
    color:#677DB7;
    font-weight:bold;
}
.price-per-month{
    color:#7D7B7B;
    font-size:.8rem;
}
/**
    Utility
 */
.btn-base{
    vertical-align: middle;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    border-radius:40px;
    text-decoration:none;
    font-size:.75rem;
    font-family: 'Open Sans', sans-serif;
}
.btn-base svg{
    margin-right:5px;
    font-size:15px;
    vertical-align: middle;
}
.side-by-side{
    display:flex;
}
.label-light{font-weight: normal !important;font-size:.9rem;}
.flex-block{
    margin-right:20px;
    flex-grow:100;
    margin-bottom:20px;
}
.btn-primary{
    background-color:#7E87D0 !important;
    color:#fff;
}
.btn-xs{
    font-size:.7rem;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
}

/**
    Login page
 */
.login-page{
    display:flex;
}
.dropdown-menu{
    right:0;
}
.login-bg{
    width:1047px;
    text-align:right;
    float:right;
    flex-grow:4;
    background-image:url('../images/login-cover3.jpg');
    background-size: cover;
    background-position: center center;
    height:calc(100vh - 30px);
}
.register-bg{
    width:1047px;
    text-align:right;
    float:right;
    flex-grow:4;
    background-image:url('../images/register-cover2.jpg');
    background-size: cover;
    height:calc(120vh);
}
.register-btn{
    background-color:#473f36 !important;
}
.login-intro{
    text-align:left;
}
.login-intro h2{
    color:#322A26;
}
.login-intro p{
    width:60%;
    font-size:1rem;
}
.app-internal{
    margin:0;
    padding:0;
    background: #F0F0F0;
    min-height:100vh;
}
.text-red{
    color:red;
}

/**
    Input field groups
 */
.field{
    margin-bottom:40px;
}
.field-side{
    display:flex;
}
.field-side .field-input{margin-right:20px;}
.field .field-label{
    color:#322A26;
    font-weight:bold;
    text-align:left;
    margin-bottom:10px;
    width:100%;
}
.field .field-input input[type="text"],
.field .field-input input[type="email"],
.field .field-input input[type="password"]
{
    border-radius:0px !important;
    border: 1px solid #7E8BFB !important;
    background:#fff !important;
    background-color:#fff !important;
    padding:18px;
    width:100%;
}
.login-form-area input[type="submit"]
{
    border:0;
    width:100%;
    background-color:#473f36 !important;
    color:#fff;
    font-weight:bold;
    padding:15px;
    border-radius:10px;
}


.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border:1px solid #3C0093;
}
.checkbox-label{
    font-size:1rem;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.forgot-password{
    text-align: right;
    margin-left: auto;
    color:#6961DB;
    text-decoration: none;
}
.no-account-area{
    margin-top:20px;
    text-align:right;
    font-weight:bold;
    font-size:1rem;
}
.no-account-area a{
    color:#6961DB;
    text-decoration: none;
}
.no-account-area .markdown{
    margin-top:-50px;
}

/**
    How it works
    block
 */
.how-it-works{
    margin-top:40px;
    text-align: left;
}
.how-it-works h2{
    font-family: 'Open sans', sans-serif;
    font-weight: bold;
    margin-bottom:40px;
}
.how-it-works h5{
    text-transform: uppercase;
    color:#677DB7;
    font-weight:bold;
    font-family: 'Open sans', sans-serif;
}
.how-it-works h4{
    font-family: 'Open sans', sans-serif;
    font-weight: bold;
    font-size:26px;
    margin-bottom:40px;
}
.how-it-works img{
    width:100%;
}
.how-it-works .feature-meta{
    margin-top:20px;
}
/**
    Try now
 */
.try-now{
    margin-bottom:50px;
}
.try-now h2{
    font-family: 'Open sans', sans-serif;
    font-weight: bold;
    margin-top:40px;
    font-size:40px;
    color:#000;
}
.try-now h4{
    font-family: 'Open sans', sans-serif;
    color:#000;
    margin-bottom:20px;
}
.try-now h5{
    font-family: 'Open sans', sans-serif;
    color: #888888;
    font-weight:bold;
    margin-bottom:40px;
}
.try-now p{
    font-size:15px;
    color: #000;
}
