body{margin: 0 auto; font-family: 'Poppins', sans-serif; font-size: .9em; padding: .5em; padding-top: 1.5em;}
.cl{clear: both;}
ul {list-style: none; display: inline-block; margin: 0; padding: 0;}
a {text-decoration: none; color: inherit;}
/* ::-webkit-input-placeholder {
    color: rgb(255, 255, 255, .7)!important;
}
:-ms-input-placeholder { 
    color: rgb(255, 255, 255, .7)!important;
}
::placeholder {
    color: rgb(255, 255, 255, .7)!important;
} */
.bottom-radius {
    border-radius: .6em .6em 0em 0em!important;
}
:root {
    --primary-color: #D95226;
    --secondary-color: #EFF1E9;
    --tertiary-color: #2A4A8C;
    --accent-color-1: #0092B6;
    --accent-color-2: #101A28;
    --accent-color-3: #667181;
    --accent-color-4: #FEFCFC;
    --accent-color-5: #E1B034;
    --accent-color-6: #4F4F4F;
    --black-color: #000000;
    --white-color: #ffffff;
}

a.primary-button {
    background-color: var(--primary-color);
    font-size: .9em;
    color: var(--white-color);
    padding: .8em 1.4em;
    border-radius: 5em;
    transition: .3s;
    border: 1px solid var(--primary-color);
}
a.primary-button:hover {
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
a.primary-button span {
    background: var(--secondary-color);
    margin-left: 10px;
    color: var(--primary-color);
    padding: 0 .2em;
    border-radius: 50%;
}
a.primary-button:hover span {
    background: var(--primary-color);
    margin-left: 10px;
    color: var(--secondary-color);
    padding: 0 .2em;
    border-radius: 50%;
}
a.secondary-button {
    background-color: var(--accent-color-1);
    font-size: .9em;
    color: var(--white-color);
    padding: .8em 1.4em;
    border-radius: 5em;
    transition: .3s;
}
a.secondary-button:hover {
    background-color: var(--primary-color);
    font-size: .9em;
    color: var(--white-color);
    padding: .8em 1.4em;
    border-radius: 5em;
    transition: .3s;
}
a.tertiary-button {
    background-color: var(--accent-color-4);
    font-size: .9em;
    color: var(--accent-color-2);
    padding: .8em 1.4em;
    border-radius: 5em;
    transition: .3s;
    border: 1px solid var(--white-color);
}
a.tertiary-button span {color: var(--accent-color-1);}
a.tertiary-button:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
a.tertiary-button:hover span {color: var(--white-color);}

a.access-button {
    background-color: var(--accent-color-1);
    font-size: .9em;
    color: var(--white-color);
    padding: .5em 1em;
    border-radius: 5em;
    transition: .3s;
    border: 1px solid var(--white-color);
    width: 100%;
    display: block;
    border-radius: .3em;
}
a.access-button:hover {
    background-color: var(--white-color);
    font-size: .9em;
    color: var(--accent-color-1);
    padding: .5em 1em;
    border-radius: 5em;
    transition: .3s;
    border: 1px solid var(--accent-color-1);
    width: 100%;
    display: block;
    border-radius: .3em;
}



button.primary-button {
    background-color: var(--primary-color);
    font-size: .9em;
    color: var(--white-color);
    padding: .8em 1.4em;
    border-radius: 5em;
    transition: .3s;
    border: none;
}
button.primary-button:hover {
    background-color: transparent;
    border: .1em solid var(--primary-color);
    font-size: .9em;
    color: var(--primary-color);
    padding: .8em 1.4em;
    border-radius: 5em;
    transition: .3s;
}
button.tertiary-button {
    background-color: transparent;
    border: none;
    font-size: .9em;
    color: var(--primary-color);
    padding: .8em 1.4em;
    border-radius: 5em;
    transition: .3s;
}
button.tertiary-button span {
    color: var(--primary-color);
}
.dots-pattern-wrap {
    position: relative;
}
img.dots-pattern {
    position: absolute;
    right: .8em;
    top: 0;
    width: 50%;
}

/* ==== Dashboard Pages ==== */

/* Login Page */
.login-sec {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
}
.login-main-wrap {
    /* padding: 1em; */
}
.user-instruction-box {
    position: relative;
    border-radius: .8em;
    height: 100%;
}
.sign-blue-box .home-invest-right-inner {
    width: 100%;
    float: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sign-blue-box .home-invest-right-inner h4 {
    /* margin-bottom: 0;
    padding-bottom: 0; */
    color: var(--white-color);
}
.sign-blue-box .home-invest-right-inner h4 span {
    color: var(--primary-color);
}
.user-instruction-box h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--black-color);
}
.sign-white-box .home-invest-right-inner {
    background-color: var(--white-color);
    width: 100%;
    float: inherit;
    padding: 4em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sign-white-box .home-invest-right-inner h5 {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.user-sign-in {
    height: 100%;
    padding: 3em;
    border-radius: .8em;
    background-color: var(--secondary-color);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.user-sign-in h3 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1em;
}

.input-fields-user-sign {
    margin-bottom: 25px;
}
.input-fields-user-sign input {
    border: none;
    font-size: 14px;
    padding: .8em;
}
.input-fields-user-sign a {
    text-align: right;
    float: right;
    text-decoration: underline;
    font-size: 14px;
}
.input-fields-user-sign label {
    margin-left: .4em;
    font-size: 14px;
}
.input-fields-user-sign input.remind-check {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    border-radius: 50px!important;
}
.input-fields-user-sign a.primary-button {
    text-decoration: none;
    float: inherit;
    padding: 10px 30px;
    display: block;
    width: 75%;
    text-align: center;
}
.input-fields-user-sign a.user-gm-continue {
    text-decoration: none;
    float: inherit;
    width: 100%;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 50px;
    padding: 13px 30px;
    display: block;
    font-size: 14px;
}
.input-fields-user-sign a.user-gm-continue img {
    margin-right: 10px;
}
.input-fields-user-sign.or-box {
    display: inline-flex;
}
.input-fields-user-sign.or-box span {
    text-align: center;
    position: relative;
    top: 10px;
    left: -30px;
}
.input-fields-user-sign.new-user a {
    color: #2A4A8C;
    text-decoration: none;
    float: inherit;
    font-size: 14px;
}
.input-fields-user-sign:last-child {
    margin-bottom: 0;
}
.input-fields-user-sign select {
    width: 100%;
    background-color: var(--white-color);
    padding: 10px;
    border: none;
    border-radius: .3em;
    font-size: 14px;
}
.sign-blue-box .home-invest-right-inner h5 {
    font-size: 20px;
    color: #FFE7AA;
}
.sign-white-box .home-invest-right-inner h6 {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 5px;
}
.sign-white-box .home-invest-right-inner a {
    position: inherit;
    color: var(--black-color);
    top: 0;
    bottom: 0;
    left: 0;
}
.iti {
    width: 100%!important;
    border-radius: 0.3em;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    border-radius: .3em;
    width: 100%;
}
.input-fields-user-sign.accept-terms {
    display: flex;
}
.input-fields-user-sign.already-acc a {
    text-decoration: none;
    color: #2A4A8C;
}
.user-instruction-box.register-left-box {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; */
}
/* Login Page End */


/* Welcome note section */
.welocme-sec {
    float: left;
    width: 100%;
    position: relative;
}
.welcome-note-main-wrap {
    padding: 5em;
}
.welcome-note-main-wrap h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: .5em;
}
.thank-you-box {
    padding: 4em;
    background-color: var(--secondary-color);
    border-radius: .8em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.thank-you-box h3 {
    text-align: center;
    font-size: 35px;
    color: var(--black-color);
    margin-bottom: 1em;
    position: relative;
}
.thank-you-box h3::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background: var(--primary-color);
    bottom: -8px;
    left: 44%;
}
.thank-you-box img {
    width: 70%;
}
.we-will-touch-box {
    background-color: var(--tertiary-color);
    position: relative;
    padding: 5em;
    border-radius: .8em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.we-will-touch-box h4 {
    font-size: 25px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 1em;
}
.we-will-touch-box ul li {
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 1em;
    margin-left: 20px;
}
.we-will-touch-box ul li:before {
    content: '✓';
    margin-left: -20px;
    margin-right: 10px;
    background-color: var(--secondary-color);
    border-radius: 50px;
    color: var(--tertiary-color);
    padding: 1px 4px;
    font-size: 9px;
}
.we-will-touch-box ul li a {
    text-decoration: none;
    color: var(--accent-color-5);
    font-size: 18px;
}
img.thank-foot {
    position: absolute;
    left: 2em;
    width: 10%;
    bottom: 2em;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
img.intouch-foot {
    position: absolute;
    right: 2em;
    width: 10%;
    bottom: 2em;
}




/* Welcome note section end */
.dashboard-header {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 5em;
}
.login-and-out {
    flex-direction: column;
    justify-content: center;
}
.login-and-out a {
    text-align: right;
    float: right;
    font-weight: 500;
    margin-right:5px;
}
.dashboard-sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 2em 4em;
}
.dashboard-menu-main-wrap {
    position: relative;
}
.dashboard-menu-wrap {
    padding: 1em;
    background-color: var(--tertiary-color);
    border-radius: .8em;
    min-height: 83vh;
    height: 100%;
}
.dashboard-menu-wrap ul {
    width: 100%;
}
.dashboard-menu-wrap ul  li a{
    font-size: 16px;
    color: var(--secondary-color);
    padding: 20px;
    border-radius: .3em;
    width:100%;
      display:block;
}
.dashboard-menu-wrap ul li a.active {
    color: var(--tertiary-color);
    background-color: var(--secondary-color);
    width: 100%;
    padding: 20px;
}
.dashboard-menu-wrap ul li a:hover {
    color: var(--tertiary-color);
    background-color: var(--secondary-color);
    width: 100%;
    transition: .3s;
}
.dashboard-menu-wrap ul li a  i.bi {
    margin-right: 10px;
    font-size: 19px;
}
.order-box-wrap .toast {
    width: 100%;
    padding: .5em;
    background-color: var(--primary-color);
    margin-bottom: 2em;
}
.order-box-wrap .toast .toast-body{
    width: 100%;
    /* display: flex; */
}
.order-box-wrap .toast .toast-body h2 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    color: var(--white-color);
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.order-box-wrap .toast .toast-body a.white-button-upgrade {
    float: right;
    display: flex;
    background-color: var(--white-color);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--black-color);
    border: 1px solid var(--white-color);
}
.order-box-wrap .toast .toast-body a.white-button-upgrade:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--white-color);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--white-color);
}
.order-box-wrap .toast button.toast-close {
    background-color: transparent;
    font-size: 15px;
    border: 1px solid var(--white-color);
    border-radius: 50px;
}
.order-box-wrap .toast button.toast-close {
    background-color: transparent;
    font-size: 13px;
    border: 1px solid var(--white-color);
    border-radius: 50px;
    padding: 8px;
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
}
.order-box-wrap .toast button.toast-close i.bi {
    position: relative;
    left: -2px;
    top: 1px;
}
.order-details-box {
    padding: 2em;
/*     background-color: var(--secondary-color); */
    border-radius: .8em;
}
.order-details-box h3 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--accent-color-1);
    margin-bottom: 1em;
}
.order-details-box table {
    width: 100%;
    border: 1px solid var(--primary-color);
}
.table-inner-wrp-dashboard {
    overflow-x: auto;
}
.order-details-box table thead {
    background-color: var(--primary-color);
    border-radius: .8em!important;
}
.order-details-box table thead tr th {
    padding: 10px;
    font-weight: 500;
    color: var(--white-color);
    font-size: 14px;
    min-width: 150px;
}
.order-details-box table tbody tr td {
    padding: 1em;
    font-size: 13px;
    color: var(--black-color);
    min-width: 150px;
}
.order-details-box table tbody tr {
    background-color: #EFF1EA;
}
.order-details-box table tbody tr:nth-child(even) {background-color: #E5E7E1;}
.order-details-box.module table thead tr th:last-child {
    width: 120px;
    text-align: center;
}
.order-details-box.module table tbody tr td:last-child {
    width: 120px;
    text-align: center;
}
.order-details-box.billing-address-table table {
    border: 1px solid #dddfd8;
    border-radius: .8em;
}
.order-details-box.billing-address-table table tbody tr td:first-child {
    width: 35%;
}
.order-details-box.billing-address-table table {
    margin-bottom: 2em;
}
.billing-address-table-in-wrap {
    margin-bottom: 1em;
}
/* .billing-address-table-in-wrap a {
    width: 120px;
    display: block;
    margin-bottom: 1em;
    color: var(--tertiary-color);
    font-weight: 500;
    float: right;
    text-align: right;
} */
.save-and-can {
    text-align: right;
    margin-bottom: 1em;
}
.save-and-can a {
    color: var(--accent-color-1);
    font-weight: 500;
}
.save-and-can a.primary-button {
    color: var(--white-color);
    margin-left: 1em;
}
.save-and-can button.primary-button {
    color: var(--white-color);
    margin-left: 1em;
}
.save-and-can a.primary-button:hover {
    color: var(--primary-color);
}
.save-and-can button.primary-button:hover {
    color: var(--primary-color);
}
.order-details-box.billing-address-table table tbody tr td input {
    width: 100%;
    padding: .4em;
    border: none;
    height: 44px;
    padding-left: .8em;
}
.order-details-box.billing-address-table table tbody tr td select {
    width: 100%;
    padding: .4em;
    border: none;
    height: 44px;
    padding-left: .5em;
}
.order-details-box.billing-address-table table tbody tr td input:focus-visible {
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
}
.order-details-box.billing-address-table table tbody tr td:last-child {
    padding: 0;
}
.dashboard-menu-wrap select {
    display: none;
}
/* ==== Dashboard Pages End ==== */