.d-body {
    height: calc(100vh - 66px);
}

label {
    font-family: 'Harmonia Sans Std';
    font-weight: 600;
    font-size: 16px;
    color: #1D2B36;
}

input.form-control, select.form-control {
    height: 42px !important;
    border-color: #CFD8E3 !important;
}

textarea.form-control {
    min-height: 100px !important;
    border-color: #CFD8E3 !important;
}

input.form-control:focus, textarea.form-control:focus, select.form-control:focus {
    box-shadow: none;
    border-color: #054EFC !important;
}

input::placeholder {
    color: #AAB2C0 !important;
    font-size: 15px;
}
select{
    color: #495057;
}



/* Backgrond dark */

.bg-red{
    background-color: #F13434;
}

.bg-yellow{
    background-color: #FFB141;
}

.bg-green{
    background-color: #4CC50A;
}

.bg-purple{
    background-color: #7D0CD1;
}

.bg-blue {
    background-color: #054EFC;
}

.bg-orange{
    background-color: #DD6B20;
}

.bg-gray{
    background-color: #4A5568;
}

.bg-pink{
    background-color: #B83280;
}


/* background  light*/
.bg-light-blue{
    background-color: #BEE3F8;
}

.bg-light-gray {
    background-color: #EDF2F7;
}

.bg-light-red {
    background-color: #FFF0F3;
}

.bg-light-green {
    background-color: #D6FBE9;
}

.bg-light-yellow {
    background-color: #FEEBC8;
}

.bg-light-teal{
    background-color: #ADF1E7;
}

.bg-light-purple{
    background-color: #E9D8FD;
}

.bg-light-orange{
    background-color: #FEEBC8;
}

.bg-light-pink{
    background-color: #FED7E2;
}


/* Background 10 % */

.bg-red-10{
    background-color: #FFF2F2;
}

.bg-blue-10{
    background-color: #ECF4FF;
}

.bg-purple-10{
    background-color: #F7EEFF;
}

.bg-yellow-10{
    background-color: #FFF9EE;
}





/* text color */

.text-blue-heading {
    color: #054EFC;
}

.text-gray{
    color: #718096;
}

.text-red {
    color: #EF1616;
}

.text-green {
    color: #0EB362;
}

.text-yellow {
    color: #DD6B20;
}

.text-blue {
    color: #4C51BF;
}

.text-teal{
    color: #107062;
}

.text-purple{
    color: #6236FF;
}

.text-sky-blue{
    color: #0BA4F1;
}

.text-orange{
    color: #FE8A56;
}

.text-pink{
    color: #FC5281;
}



/* border */

.border-light-gray {
    border: 1px solid #E9E9EB;
}

.border-light-red{
    border: 1px solid #FDE1E1;
}
.border-light-blue{
    border: 1px solid #D9E7FF;
}

.border-light-purple{
    border: 1px solid #F0DCFF;
}

.border-light-yellow{
    border: 1px solid #F9E9CB;
}

.border-light-gray{
    border: 1px solid #A0AEC0;
}

.border-light-orange{
    border: 1px solid #FBD38D;
}

/* button */

.btn-blue {
    background-color: #054EFC;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700 !important;
    text-align: center;
    color: #ffffff;
    position: relative;
    height: 36px;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    line-height: 36px;
    /* width: 100px; */
}
.fixed-btn {
    width: 100px;
}
.btn-blue:hover {
    background: #0648dc;
    color: #fff;
}

.btn-blue img {
    vertical-align: middle;
    margin-left: 1px;
    margin-bottom: 1px;
}

.btn-label {
    font-size: 10px;
    font-weight: 600;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
}

/* shadow */

.custom-shadow{
    box-shadow: 15px 7px 32px 0 rgba(0, 0, 0, 0.1);
}
.content-wrapper {
    width: calc(100% - 140px);
    margin-left: 140px;
    margin-top: 66px;
    height: calc(100vh - 134px);
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-offcanvas {
    text-align: center;
    width: 140px;
    background: #fff;
    height: calc(100vh - 66px);
    position: fixed;
    overflow-x: auto;
    z-index: 2000;
    padding: 30px 0;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-top: 66px;
    border-right: 1px solid #EBEDF8;
}

.nav-offcanvas .close {
    position: absolute;
    left: 10px;
    top: 20px;
    outline: 0;
    opacity: 1;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: none;
}

.nav-offcanvas .close i {
    font-size: 15px;
    color: black;
    text-shadow: none;
}

.nav-offcanvas .close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-offcanvas-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-offcanvas-menu ul li a {
    color: #8686A5;
    background-repeat: no-repeat;
    font-size: 15px;
    background-position-x: center;
    text-align: center;
    font-weight: 300;
    padding: 30px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
}

.nav-offcanvas-menu ul li a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.nav-offcanvas.open {
    left: 0;
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1999;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
    opacity: 0;
    display: none;
}

.offcanvas-overlay.on {
    opacity: 1;
    visibility: visible;
}

.nav-offcanvas-menu ul li a img{
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.nav-offcanvas-menu ul li.active a{
    color: #054EFC;
    font-weight: 600;
}

.nav-offcanvas-menu ul li.active a::after {
    content: "";
    background: #004efc;
    position: absolute;
    height: 100%;
    width: 2px;
    top: -17px;
    right: 0;
}

.nav-offcanvas-menu ul li:nth-child(1) a {
    background-image: url(../images/app/dashboard.png);
}

.nav-offcanvas-menu ul li.active:nth-child(1) a{
    background-image: url(../images/app/dashboard-active.png);
}

.nav-offcanvas-menu ul li:nth-child(2) a {
    background-image: url(../images/app/daily-ambition.png);
}

.nav-offcanvas-menu ul li.active:nth-child(2) a{
    background-image: url(../images/app/daily-ambition-active.png);
}

.nav-offcanvas-menu ul li:nth-child(3) a {
    background-image: url(../images/app/d-goal.png);
}

.nav-offcanvas-menu ul li.active:nth-child(3) a{
    background-image: url('../images/app/goals-active.png');
}

.nav-offcanvas-menu ul li:nth-child(4) a {
    background-image: url(../images/app/subscription.png);
}

.nav-offcanvas-menu ul li.active:nth-child(4) a{
    background-image: url(../images/app/subscription-active.png);
}

.nav-offcanvas-menu ul li:nth-child(5) a {
    background-image: url(../images/app/settings.png);
}
.nav-offcanvas-menu ul li.active:nth-child(5) a{
    background-image: url(../images/app/settings-active.png);
}
@font-face {
    font-family: 'Harmonia Sans Std Semi Bd';
    src: url('../fonts/HarmoniaSansStd-SemiBd.woff2') format('woff2'), url('../fonts/HarmoniaSansStd-SemiBd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Std';
    src: url('../fonts/HarmoniaSansStd-Light.woff2') format('woff2'), url('../fonts/HarmoniaSansStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Std';
    src: url('../fonts/HarmoniaSansStd-Regular.woff2') format('woff2'), url('../fonts/HarmoniaSansStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Std';
    src: url('../fonts/HarmoniaSansStd-SemiBd.woff2') format('woff2'), url('../fonts/HarmoniaSansStd-SemiBd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html, body {
    height: 100%;
    font-size: 16px;
    font-family: 'Harmonia Sans Std';
    font-weight: normal;
    position: relative;
}

.customNav .navbar-nav .nav-item a {
    background: url('../images/app/line.png') no-repeat 0 center;
}

.customNav .navbar-nav .nav-item:first-child a {
    background: no-repeat;
}

.customNav .navbar-nav .nav-item a.nav-link {
    font-weight: 600;
    color: #606D8A;
}

.customNav .navbar-nav .nav-item:hover a.nav-link {
    color: #054EFC;
}

.form-wapper {
    height: 100%;
    align-items: center;
    display: flex;
}

.form-container {
    width: 100%;
    max-width: 445px;
    margin: auto;
}

.form-signin {
    padding: 15px;
    border: 1px solid #DBE0E8;
    border-radius: 4px;
    padding: 36px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.forget-password a {
    color: #1D2B36;
    font-weight: 600;
}

.login-btn {
    height: 42px;
}

.checkbox-container {
    color: #1D2B36;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subCaption {
    font-size: 13px;
    background: #fff;
    position: relative;
    margin: 22px 0 12px 0;
}

.subCaption:before {
    border-bottom: 1px solid #EDF0F7;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 10px;
}

.subCaption span {
    background: #ffffff;
    padding: 7px;
    position: relative;
    color: #858FA6;
    border-radius: 30px;
    display: inline-block;
    margin-top: -15px;
    width: 32px;
    height: 32px;
}

.login-copy-right ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.login-copy-right ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}

.login-copy-right ul li a {
    font-size: 14px;
    color: #606D8A;
}

.footer-bottom-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    text-align: center;
    width: 100%;
}

/* 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: -7px;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 1px solid #C8CFDB;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked~.checkmark {
    border-color: #054EFC;
}

/* 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: 10px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #054EFC;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customNav.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    padding: 2px 10px;
    background: #004efc;
    width: 44px;
    height: 32px;
    border-radius: 0;
    padding: 0;
}

.logout a {
    font-size: 18px;
    font-weight: 600;
}

.user-profile img {
    width: 60px;
    height: 60px;
    margin: auto;
}

.user-profile {
    border-bottom: 1px solid #EBEDF8;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.user-profile h3 {
    font-size: 16px;
    color: #1B253A;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.user-profile span {
    color: #81848B;
    font-size: 14px;
}

.dashboardNav {
    box-shadow: 0 0 2px 1px #e6e6e6;
    z-index: 9999;
}

.d-page-tile h2 {
    font-size: 24px;
    color: #1B253A;
    font-weight: 600;
    margin-bottom: 0;
}

.d-page-tile~a {
    font-weight: 600;
}

.white-content {
    border-radius: 4px;
    box-shadow: 15px 7px 32px 0 rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.d-form-container {
    width: 490px;
}

._box {
    position: relative;
}

#newTag {
    color: #455A64;
    display: block;
    width: 100%;
    height: 3rem;
    transition: 0.5s all;
}

ul#tagList {
    display: block;
    padding: 0;
    margin: 0;
}

ul#tagList::after {
    content: "";
    clear: both;
    display: table;
}

ul#tagList li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 0.835rem;
    text-transform: capitalize;
    background-color: #E8F5E9;
    line-height: 1rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
    border-radius: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    word-break: break-all;
}

ul#tagList li>span.rmTag {
    position: absolute;
    margin: 0.25rem;
    top: 0;
    right: 0;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    background-color: #C8E6C9;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

ul#tagList li>span.rmTag:hover {
    background-color: #ef9a9a;
}

/* swich */

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
    background: #72da67;
}

input:checked+.switch::before {
    left: 27px;
    background: #fff;
}

input:checked+.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.notification {
    color: #1D2B36;
    vertical-align: text-bottom;
    font-weight: 600;
    margin-right: 5px;
}

.hamburger {
    display: none;
}

.side-dropdown button::after {
    border: none;
}

.goal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1B223C;
    margin-bottom: 0;
}

.goal-description p {
    color: #6D7278;
}

span.time {
    font-size: 14px;
    color: #8686A5;
}

span.time img {
    vertical-align: text-top;
    margin-right: 5px;
}

.goal-tags a {
    background: #f3f7f3;
    display: inline-block;
    height: 30px;
    line-height: 1rem;
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    font-size: 0.835rem;
    color: #51565a;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 10px;
}

.gaols-container {
    border-radius: 8px;
    padding: 30px;
    box-shadow: 15px 7px 32px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.side-dropdown button {
    border: none;
    background-color: transparent;
    padding: 0 0 0 10px;
    margin: 0 !important;
}

.full-content {
    height: auto !important;
    margin-bottom: 30px;
}

.cusotm-pagination .page-link {
    background: transparent;
    margin: 0 5px;
    border-radius: 4px;
    color: #AAB2C0;
    border-color: #C7CDD9;
    padding: .3rem 0.7rem;
}

.cusotm-pagination .page-item.active .page-link {
    background-color: #054EFC;
    border-color: #054EFC;
}

.custom-tab {
    border-bottom: 2px solid #004efc;
}

.nav-tabs.custom-tab a.nav-link {
    padding: 5px 25px;
    color: #1B223C;
    height: 45px;
    line-height: 45px;
}

.nav-tabs.custom-tab a.nav-link .nav-link:focus, .nav-tabs.custom-tab a.nav-link.nav-link:hover {
    border-color: transparent;
}

.nav-tabs.custom-tab a.nav-link.active {
    background: transparent;
    position: relative;
    z-index: 1;
    color: #ffffff;
    border: none;
}

.nav-tabs.custom-tab a.nav-link.active::after {
    position: absolute;
    background: #054EFC;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: perspective(7px) rotateX(2deg);
    -webkit-transform-origin: bottom;
    -moz-transform: perspective(7px) rotateX(2deg);
    -moz-transform-origin: bottom;
    transform: perspective(7px) rotateX(2deg);
    transform-origin: bottom;
}

.dropdown.side-dropdown.show .dropdown-menu.show {
    left: auto !important;
    right: 0 !important;
    padding: 10px 15px;
}

.side-dropdown .dropdown-item {
    position: relative;
    font-size: 14px;
    color: #1B223C;
}

.side-dropdown .dropdown-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 18px;
    height: 18px;
}


.gaols-container .dropdown-menu form a, .gaols-container .dropdown-menu a {
    padding: 5px 35px;
}

.gaols-container .dropdown-menu{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}



.customNav.navbar-light .navbar-toggler-icon {
    background: url(../images/app/toggle-icon.png) center center no-repeat;
}

.side-dropdown .dropdown-item:nth-child(1)::before {
    background: url(../images/app/edit.png) 0 0 no-repeat;
}

.side-dropdown .dropdown-item:nth-child(2)::before {
    background: url(../images/app/check.png) 0 0 no-repeat;
}

.side-dropdown .dropdown-item:nth-child(3)::before {
    background: url(../images/app/archive.png) 0 0 no-repeat;
}

.side-dropdown .dropdown-item:nth-child(4)::before {
    background: url(../images/app/delete.png) 0 0 no-repeat;
}

.tab-heading {
    border-bottom: 1px solid #E3E7ED;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.tab-heading h2 {
    font-size: 20px;
    font-weight: 600;
}

.settings a {
    color: #282B33;
    font-size: 17px;
    position: relative;
    padding: 10px 10px 6px 40px;
    margin-bottom: 20px;
}

.settings a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.settings a:nth-child(1)::before {
    background-image: url('../images/app/user-icon.png');
}

.settings a.active:nth-child(1)::before {
    background-image: url('../images/app/user-icon-hvr.png');
}

.settings a:nth-child(2)::before {
    background-image: url('../images/app/notification.png');
}

.settings a.active:nth-child(2)::before {
    background-image: url('../images/app/notification-hvr.png');
}

.settings a:nth-child(3)::before {
    background-image: url('../images/app/review.png');
}

.settings a.active:nth-child(3)::before {
    background-image: url('../images/app/review-hvr.png');
}

.settings a:nth-child(4)::before {
    background-image: url('../images/app/change-password.png');
}

.settings a.active:nth-child(4)::before {
    background-image: url('../images/app/change-password-hvr.png');
}

.settings a:nth-child(5)::before {
    background-image: url('../images/app/billing.png');
    top: 12px;
}

.settings a.active:nth-child(5)::before {
    background-image: url('../images/app/billing-hvr.png');
}

.form-wapper span.checkmark {
    top: 0;
}

.settings-sidebar {
    max-width: 250px;
}

.file-icon {
    width: 26px;
    height: 26px;
    box-shadow: 0 0 7px 1px #3674ff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    background: #fff;
}

.user-img {
    width: 150px;
    height: 150px;
    position: relative;
}

.image-upload>input {
    display: none;
}

.image-upload img {
    width: auto;
    cursor: pointer;
}

.image-upload {
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 1;
}

.d-col-label {
    max-width: 180px;
}

.logout svg {
    margin-left: 10px;
}

span.sub-text {
    font-size: 14px;
    color: #989898;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}

.fix-width {
    width: 820px;
    margin: auto;
}

.ambition-date {
    font-size: 30px;
    font-weight: 600;
}

.ambition-date~p {
    font-size: 18px;
}

.btn-outline-blue {
    border: 1px solid #004efc;
    color: #004efc;
}

.list-nav {
    margin: 0;
    padding: 0;
}

.list-nav li {
    color: #808080;
    list-style: none;
    padding-bottom: 5px;
}

.add-ambition-container {
    background: #F7F7F7;
    width: 550px;
    padding: 25px;
    border: solid 1px #e8e8e8;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.add-ambition h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.btn-fix {
    width: 110px;
}

.list-ambition table tr td {
    vertical-align: middle;
}

.list-ambition table tr th {
    border-bottom: transparent;
}

.track-container {
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}

.track-container h2 {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #666666;
}

.track-icon {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.track-icon img {
    vertical-align: bottom;
    margin-right: 8px;
}

.track-container p {
    color: #6D7278;
    font-size: 15px;
}

.ambition-chart {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 15px;
    background: #fff;
    border-radius: 8px;
    height: 420px;
}

.ambition-container h2, .day-ambition h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ambition-container h2 {
    padding: 30px 40px 0 40px;
    margin-bottom: 0;
}

.day-task {
    border-radius: 8px;
}

.day-task h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.day-task p {
    color: #6D7278;
    margin-bottom: 20px;
}

.day-task button {
    background-color: #5BC0BE;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.status-open, .status-done {
    background-color: #68D391;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
}

.status-done {
    background-color: #F6E05E;
}

.btn-cateogry {
    border-radius: 100em;
    width: 90px;
    height: 24px;
    border: none;
    font-size: 14px;
    line-height: 24px;
}

.action-dropdown::after {
    border: none;
}

.action-dropdown {
    background: none;
}

.day-ambition-table .table th {
    border-bottom: none;
}

.day-ambition-table .table td, .day-ambition-table .table th {
    border-color: #E4E7EB;
    color: #3A3B3F;
    font-size: 15px;
    vertical-align: middle;
}

.sort-by {
    font-weight: 600;
    color: #3A3B3F;
}

.add-new-btn {
    background-color: transparent;
    border: 1px solid #1665D8;
    color: #1665D8;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
}

.ambition-container {
    border-radius: 8px;
}

.day-task h3 {
    font-size: 30px;
    font-weight: 600;
}

.day-task h3 span {
    color: #5BC0BE;
}

.day-ambition {
    border-radius: 8px;
}

.top-news {
    background: rgb(53, 112, 252);
    background: linear-gradient(111deg, rgba(53, 112, 252, 1) 0%, rgba(108, 149, 247, 1) 100%);
    width: 843px;
    height: 148px;
    margin: 30px auto;
    border-radius: 22px;
    position: relative;
}

.top-news img {
    position: absolute;
    right: 60px;
    top: -41px;
}

.top-news a {
    background: #fff;
    width: 120px;
    margin-left: 30px;
    text-align: center;
    height: 44px;
    border-radius: 4px;
    line-height: 44px;
    color: #054EFC;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.top-news a:last-child {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.d-form-container.profile-container {
    width: 620px;
}

.google-login, .facebook-login {
    background: #4285f4;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    font-weight: 600;
    text-shadow: 0 0 black;
    height: 40px;
    line-height: 40px;
}

.facebook-login {
    background: #334f8d;
}

.google-login img, .facebook-login img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
}

.google-login span, .facebook-login span {
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: block;
}

p.small-text {
    font-size: 13px;
    color: #a3a3b1;
    font-style: italic;
}

.btn-gray {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    color: #004efc;
    border: 1px solid #cfd8e3;
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 100px;
}

.bg-gray-border {
    background-color: transparent;
    color: #8c8c8c !important;
}

.list-nav li span {    
    border: 1px solid #909291;
    font-weight: 400;
    margin-right: 4px;
    position: relative;
    top: -2px;
}


/* subcription */
.plan-list {
    margin: 0;
    padding: 0;
}

.plan-list li {
    background: url(../images/app/blue-ticks.png) no-repeat 0 5px;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 30px;
}

.existing-plan h3, .all-plan h3 {
    font-size: 24px;
    color: #1B223C;
    font-weight: 600;
}

.existing-plan p {
    color: #8686A5;
}

.month {
    font-size: 16px;
    ;
    color: #8686a5;
}

.price {
    display: inline-block;
    color: #8686A5;
}

.price span {
    font-size: 14px;
}

.btn-select {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.41);
}

.month p {
    font-size: 12px;
    color: #8686A5;
}

.plans {
    margin-top: 120px;
}

.all-plan {
    width: 50%;
}

.subscription-heading h2 {
    font-size: 26px;
    font-weight: 600;
}

span.active-plan {
    color: #20d565;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
}
.existing-plan {
    width: 50%;
}

.row-inner {
    width: 220px;
}

.table-plan tr.row {
    display: table-row;
    margin-right: 0;
    margin-left: 0;
}

.table-plan tr.row.active {
    background-color: #004efc;
}
.table-plan tr td{
    vertical-align: middle;
}
.table-plan .row.active .price {
    border-radius: 0;
    color: #fff;
}

.table-plan .row.active .btn-select {
    background-color: #fff;
    color: #004efc !important;
    font-weight: 600;
}

.table-plan .row.active .month p,
.table-plan .row.active .month {
    color: #ffffff;
}

.d-form-container.stripe {
    width: 100%;
    margin: 0;
}

.d-form-container.stripe .col-12 {
    padding: 0;
}

@media screen and (max-width: 1366px) {
    .ambition-chart {
        height: 520px;
    }
}

@media screen and (max-width: 1280px) {
    .btn-label {
        height: auto;
        line-height: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .fix-width {
        width: 100%;
    }
    .day-task h3 {
        font-size: 24px;
    }
    .ambition-chart {
        height: 510px;
    }
}

@media screen and (max-width:1024px) {
    .top-news {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    body {
        min-height: 100%;
    }
    .add-ambition-container {
        width: 100%;
    }
    .ambition-chart {
        height: 300px;
    }
    .day-ambition h2 {
        margin-bottom: 10px;
    }
    .customNav {
        background: #eee !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .all-plan {
        width: 100%;
    }

    .white-content.white-content-plan {
        overflow-y: visible;
    }

    .existing-plan {
        width: 100%;
        margin-bottom: 30px;
    }
    .plans {
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    .d-form-container {
        width: 100%;
    }
    .add-ambition h2 {
        text-align: center;
        font-size: 18px;
    }
    .d-form-container.profile-container {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .customNav .navbar-nav .nav-item a {
        background: none;
    }
    .offcanvas-overlay {
        display: block;
    }
    .nav-offcanvas {
        left: -75px;
        width: 75px;
    }
    .content-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 66px;
        height: 100%;
    }
    .hamburger {
        display: inline-block;
    }
    .nav-tabs.custom-tab a.nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .settings-sidebar {
        max-width: 100%;
    }
    .top-news img {
        right: 0;
    }
    .top-news a {
        margin-left: 10px;
    }
    .footer-bottom-bg {
        display: none;
    }
    .customNav .navbar-nav .nav-item a.nav-link {
        text-align: center;
    }
    .user-profile img {
        width: 50px;
        height: 50px;
    }
    .user-profile span {
        font-size: 13px;
        color: #fff;
    }
    .nav-offcanvas-menu ul li a {
        font-size: 12px;
        padding: 25px 0;
        color: #d6d6d6;
        font-weight: 400;
    }
    .nav-offcanvas-menu ul li.active a::after {
        display: none;
    }
    .nav-offcanvas.open {
        width: 75px;
        background: #1f4bb5;
        border: none;
    }
    .nav-offcanvas-menu ul li.active a {
        color: #fff;
    }
    .nav-offcanvas-menu ul li:nth-child(1) a {
        background-image: url(../images/app/dashboard-m.png);
    }
    .nav-offcanvas-menu ul li.active:nth-child(1) a {
        background-image: url(../images/app/dashboard-m.png);
    }
    .nav-offcanvas-menu ul li:nth-child(2) a {
        background-image: url(../images/app/daily-ambition-m.png);
    }
    .nav-offcanvas-menu ul li.active:nth-child(2) a {
        background-image: url(../images/app/daily-ambition-m.png);
    }
    .nav-offcanvas-menu ul li:nth-child(3) a {
        background-image: url(../images/app/d-goal-m.png);
    }
    .nav-offcanvas-menu ul li.active:nth-child(3) a {
        background-image: url(../images/app/d-goal-m.png);
    }
    .nav-offcanvas-menu ul li:nth-child(4) a {
        background-image: url(../images/app/subscription-m.png);
    }
    .nav-offcanvas-menu ul li.active:nth-child(4) a {
        background-image: url(../images/app/subscription-m.png);
    }
    .nav-offcanvas-menu ul li:nth-child(5) a {
        background-image: url(../images/app/settings-m.png);
    }
    .nav-offcanvas-menu ul li.active:nth-child(5) a {
        background-image: url(../images/app/settings-m.png);
    }
    .d-page-tile h2, .ambition-container h2, .day-ambition h2, .day-task h3, .day-task h2, .day-task h3 {
        font-size: 20px;
    }
    .btn-blue {
        height: 33px;
    }
    .btn-gray{
        height: 34px;
    }
    .track-container h2 {
        font-size: 15px;
    }
    .track-container h2 {
        text-transform: capitalize;
        font-size: 15px;
        color: #666666;
    }
    .day-task button.btn {
        font-size: 14px;
    }
    .customNav .navbar-brand img {
        width: 150px;
    }
    .customNav .navbar-nav .nav-item:first-child a.nav-link {
        border-bottom: 1px solid #dedede;
    }
    .subscription-heading h2 {
        font-size: 20px;
    }
    .existing-plan img {
        width: 18px;
    }
    .existing-plan h3, .all-plan h3 {
        font-size: 18px;
    }
    .user-profile h3{
        color: #fff;
    }
}

@media screen and (max-width:575px) {
    .d-page-tile h2 {
        font-size: 20px;
    }
    .dashboardNav .navbar-brand img {
        width: 140px;
    }
    .logout img {
        width: 18px;
    }
    .btn-blue {
        font-size: 14px;
        padding: 0 10px;
    }
    .d-col-label {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .completed-goal-count {
        font-size: 12px;
    }
    .fix-width h3 {
        font-size: 18px;
    }
    .list-nav li span.badge {
        font-size: 10px;
        margin-left: 0;
        padding-top: 4px;
    }
    .list-nav li {
        font-size: 14px;
    }
    .track-container {
        text-align: center;
    }
    .track-container p {
        margin-bottom: 0;
    }
    .track-icon img {
        display: block;
        margin: 0 auto 5px auto;
    }
    .track-icon {
        margin-bottom: 0;
    }
    .ambition-chart {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-offcanvas {
        height: calc(100vh - 57px);
        margin-top: 57px;
    }
}

@media screen and (max-width: 480px) {
    .form-signin {
        padding: 20px;
    }
    .form-container {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    .login-width-socail {
        text-align: center;
    }
    .login-width-socail a {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-tabs.custom-tab .nav-item {
        width: 100%;
        display: block;
        text-align: center;
    }
    .ambition-container h2, .day-ambition h2 {
        font-size: 22px;
    }
    .ambition-chart {
        height: 230px;
    }
    .d-page-tile {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .d-page-tile~a {
        margin: 0 auto;
    }
}

/*.form-wapper {
    margin-top: 70px;
}*/

.form-container>form {
    background: #fff;
}