:root {
    --primary-600-s: #083A6E;
    --secondary-500-b: #D75E28;
    --grey-800: #424242;`
    --grey-300: #E0E0E0;
    --grey-700: #616161;
    --primary-900-s: #02162C;
    --light-bluegrey: #F0F4F7;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--grey-800, #424242);
    background: #F2F2F2;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.16;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 21px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: var(--grey-900, #323232);
}



.cp-section {
    margin: 32px 0;
}

.w-100 {
    width: 100%;
}

.mr-8 {
    margin-right: 8px;
}

.has-underline {
    border-bottom: 1px solid var(--grey-300, #E0E0E0);
    padding-bottom: 7px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.no-border {
    border: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}



.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid var(--grey-300, #E0E0E0);
    background: var(--grey-50, #FCFCFC);
    box-shadow: 1px 1px 1px 0px rgba(48, 49, 51, 0.10) inset;
    padding: 12px 8px 12px 10px;
    height: 48px;
}

textarea.form-control {
    height: auto;
}

.cp-form-field {
    margin-bottom: 16px;
}

.cp-form-field>label {
    margin-bottom: 8px;
    display: inline-block;
    color: #4B4962;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.cp-form-field textarea {
    color: #484848;
    font-family: Archivo;
    font-size: 16px;

}

.cp-form-field>label span {
    color: var(--grey-700, #616161);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 3px;
}

.cp-form-field.cp-form-checkbox label {
    font-weight: 300 !important;
    color: #02162C;
    font-size: 17px;
    line-height: 19px;
}

.cp-form-checkbox>label input {
    position: relative;
    top: 2px;
}

.cp-form-model .servc-mhead h2 {
    color: var(--grey-800, #424242);
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -1px;
}

.cp-form-model .servc-mbody {
    padding: 12px 0 0 0;
}







#wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* START : Icons CSS */

.logo-nbar {
    background: url(../images/ic-menu.svg) no-repeat center center;
    width: 32px;
    height: 33px;
    display: inline-block;
    z-index: 100;
}


.shopping-cart-icon {
    background: url(../images/shopping-cart-off-32.png) no-repeat center center;
    width: 32px;
    height: 33px;
    display: inline-block;
}

.shopping-cart-icon-on {
    background: url(../images/shopping-cart-on-32.png) no-repeat center center;
    width: 32px;
    height: 33px;
    display: inline-block;
}


.logo-account {
    background: url(../images/ic-account-mini.svg) no-repeat center center;
    width: 32px;
    height: 33px;
    display: inline-block;
}

.logo-account-off {
    background: url(../images/ic-account-mini-off.svg) no-repeat center center;
    width: 32px;
    height: 33px;
    display: inline-block;
}

.icon-rotate {
    background: url(../images/icon-rotate.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 4px;

}

.icon-last-update {
    background: url(../images/ic-last-update.svg) no-repeat center center;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;

}

.icon-expend {
    background: url(../images/ic-expand.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon-save {
    background: url(../images/floppy-diskette-with-pen.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}


.icon-edit-regions,
.icon-edit {
    background: url(../images/ic-btn-edit.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.icon-edit-tiny {
    background: url(../images/ic-edit-tiny.svg) no-repeat center center;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 18px;
}

.icon-edit-blue {
    background: url(../images/ic-btn-edit-blue.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}

.icon-confirm {
    background: #E8F6EE url(../images/ic-checkmark-circle.svg) no-repeat center center;
    width: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 56px;
}

.icon-confirm2 {
    background: #E8F6EE url(../images/ic-checkmark-circle.svg) no-repeat center center;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 36px;
}


.icon-alert {
    background: #fff8eb url(../images/ic-alert.svg) no-repeat center center;
    width: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 56px;
}




.icon-first-map-dark {
    background: url(../images/ic-mini-firstMate-dark.svg) no-repeat center center;
    width: 21px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
}

.icon-chevron-right-dark {
    background: url(../images/ic-chevron-right-dark.svg) no-repeat center center;
    width: 21px;
    height: 20px;
    display: inline-block;
}

.icon-guide {
    background: url(../images/ic-mini-guide.svg) no-repeat center center;
    width: 21px;
    height: 20px;
    display: inline-block;
}

.icon-ques {
    background: url(../images/ic-ques.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 4px;
}

.icon-tips-faq-dark {
    background: url(../images/ic-mini-tipsFAQ-dark.svg) no-repeat center center;
    width: 21px;
    height: 20px;
    display: inline-block;
}

.icon-listen {
    background: url(../images/ic-listen.svg) no-repeat center center;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.icon-watch {
    background: url(../images/ic-watch.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.icon-external {
    background: url(../images/ic-external-link.svg) no-repeat center center;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.icon-add {
    background: url(../images/ic-add.svg) no-repeat center center;
    width: 17px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-add-dark {
    background: url(../images/ic-add-dark.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}




.icon-route {
    background: url(../images/ic-route.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.icon-plus {
    background: url(../images/ic-plus.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}


.icon-cfreq {

    background: url(../images/ic-cfreq.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.icon-nav-prev {
    background: url(../images/ic-prev.svg) no-repeat center center;
    width: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.icon-nav-next {
    background: url(../images/ic-next.svg) no-repeat center center;
    width: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.icon-comms {
    background: url(../images/ic-mini-comms-gray.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.icon-more-option {
    background: url(../images/ic-more-options.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}



.icon-cancel {

    background: url(../images/ic-cancel.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.icon-cancel-red {

    background: url(../images/ic-cancel-red.svg) no-repeat center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}


.icon-back {
    background: url(../images/ic-chevron-back.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.icon-tag {
    background: url(../images/ic-tag.svg) no-repeat center center;
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;

}

.icon-vessels {
    background: url(../images/ic-vessels.svg) no-repeat center center;
    width: 28px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-size: contain;
}



.icon-journey {
    background: url(../images/ic-journeys.svg) no-repeat center center;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-size: contain;
}


.icon-trash {
    background: url(../images/ic-trash.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 20px;
}



.icon-subscription {
    width: 32px;
    height: 33px;
    display: inline-block;
    border-radius: 32px;
    background: #E9F4FF url(../images/ic-subscriptions.svg) no-repeat center;
    background-size: 20px 100%;
}

.icon-quickref-popup {
    background: url(../images/ic-quickref-popup.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}



.icon-update {
    background: url(../images/ic-last-update.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-uparrow {
    background: #EB4800 url(../images/ic-chevron-up.svg) no-repeat center center;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    margin-left: 8px;
}

.icon-help {
    background: url(../images/ic-help-open-modal-popup.svg) no-repeat center center;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.icon-delete {
    background: url(../images/ic-delete.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.icon-forecasts {
    background: url(../images/ic-mini-customForecasts-dark.svg) no-repeat center center;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: contain;
}

.icon-chevrons-up {
    background: url(../images/ic-chevrons-up.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
}

.icon-info {
    background:#E9F4FF url(../images/ic-info-circle.svg) no-repeat center center;
    width: 56px;
    height: 56px;
    display: inline-block;
    background-size: contain;
    border-radius: 56px;
}

.icon-calendar-time
{
    background: url(../images/ic-calendar-time.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-right: 4px;  
}


 

/* END : Icons CSS */


/* START - header CSS */

#mnav-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 460px;
    background: var(--primary-600-s, #083A6E);
    box-shadow: 0px 4px 124px 0px rgba(0, 0, 0, 0.65);
    height: 460px;
    z-index: 102;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s;
    height: 100vh;
}

.has-push-left #mnav-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
}

body.has-push-left #mnav-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.has-push-left #mnav-overlay {
    display: block;
}

#mnav-hdr {
    padding: 16px;
    display: flex;
    justify-content: center;
}

  
.close-btn {
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 20px;
}

ul.mnav,
ul.mnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.mnav li {
    display: block;
    margin: 0;
    border-top: 1px solid #15569a;
}

ul.mnav li:last-child {
    border-bottom: none;
}

ul.mnav li a {
    color: #fff;
    padding: 16px 16px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}



ul.mnav>li>a::after {
    background: url(../images/ic-chevron-right.svg) no-repeat;
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: auto;
}

ul.mnav li a img {
    margin-right: 10px;
}

ul.mnav .dropdown li a {
    font-weight: 400;
    padding: 16px 0;
}

ul.mnav li.open>a {
    color: #fff;
}

ul.mnav .dropdown {
    display: none;
    padding: 0 16px 0 50px;
}

ul.mnav .dropdown li a {
    font-weight: 400;
}

.mnav .dropdown-toggle>a::after {
    display: none;
}

ul.mnav .subm-arr {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    margin-left: auto;
}




#header {
    background: url(../images/img-header-bg.png) no-repeat;
    background-size: cover;

    position: sticky;
    top: 0;
    left: 0; 
    right: 0;
    z-index: 100;    /* keep it on top of the content */
}

.logo {
    padding: 2px 0;
}

.logo a {
    display: inline-block;

}

.logo-img {
    background: url(../images/logo-mwxcClientPanel.svg) no-repeat center center;
    width: 287px;
    height: auto;
    display: block;
    background-size: cover;
    padding-bottom: 15%;
}

.logo-mini-img {
    background: url(../images/logo-logomark-mini.svg) no-repeat center center;
    width: 26px;
    height: 25px;
    display: block;
    background-size: cover;
}


.header-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.header-in.justify-content-center {
    justify-content: center;
}


/* END - header CSS */

/* START - Sub header CSS */

#sub-header {
    background: var(--primary-600-s, #083A6E);

}

.sub-nav-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.sub-nav-menu>ul li {
    display: inline-block;
    margin: 0 12px;
}

.sub-nav-menu>ul li a {
    font-family: 'Archivo', sans-serif;
    font-size: 14.75px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.677px;
    padding: 22px 0;
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.66);
}

.sub-nav-menu>ul li.active a {
    color: #fff;
}


.sub-nav-menu>ul li.active a::after,
.sub-nav-menu>ul li:hover a::after {
    height: 5px;
    width: 100%;
    background-color: var(--secondary-500-b);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
}





/* END - Sub header CSS */


.servc-model-cf {
    background: white;
    padding: 16px;
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
    border-radius: 8px;
}


.servc-model {
    background: white;
    padding: 16px;
    max-width: 740px;
    margin: 40px auto;
    position: relative;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
    border-radius: 8px;
}



.servc-model.p-24 {
    padding: 24px;
}

.servc-model-btn {
    line-height: 0;
}

.mfp-bg {
    background: #F5F5F5 !important;
    opacity: 0.9 !important;
}

.servc-mhead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.servc-mhead h2 {
    font-size: 26px;
    margin: 0;
}

.servc-mhead h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.23;
    letter-spacing: -1px;
    color: var(--grey-800);
    margin: 0;
    display: flex;
    align-items: center;
}

.servc-mhead h3 i {
    margin-right: 9px;
}


.servc-mhead .popup-modal-close {
    line-height: 0;
}

.servc-mbody {
    padding: 25px 0;
    color: var(--grey-700);
    font-size: 16px;
}

.servc-mbody h3 {
    font-size: 22px;
    color: var(--primary-900-s, #02162C);
    margin-bottom: 8px;
}

.has-pad25 {
    padding-left: 25px;
    padding-right: 25px;
}

.servc-mfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 23px;
    text-align: right;
}

.icon-close {
    background: url(../images/ic-actionable-close.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.btn-close {
    padding: 8px 40px;
    border: 1px solid var(--grey-800);
    border-radius: 4px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.52;
    color: var(--grey-700);
}

.wt-list {
    list-style: none;
    padding: 0;
}

.wt-list li {
    border-radius: 8px;
    background: var(--neutral-1, #F4F8FB);
    margin-bottom: 6px;
    padding: 11px 16px;
    position: relative;
    color: #006FE2;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}



.wt-list .wt-count {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    color: #006FE2;
    border: 1px solid #006FE2;
    text-align: center;
    line-height: 22px;
    margin-right: 15px;
}

.wt-head {
    color: var(--primary-900-s, #02162C);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: -0.5px;
    margin: 0 0 15px 0;
}

.wt-sub-head {
    color: #2471C0;
    font-family: Syncopate;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}

.servc-mbody hr {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    margin: 13px 0;
}

.servc-mbody p {
    margin-bottom: 15px;
}

.servc-mbody ul {
    padding: 0 0 0 25px;
}

.servc-mbody ul li {
    margin-bottom: 10px;
}

.servc-btn-row {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;

}

.servc-btn-row .btn {
    width: 100%;
}

.servc-btn-row .servc-col {
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
}

.servc-btn-row .servc-col-1 {
    max-width: 33.33%;
}

.wt-step-1 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.wt-step-row {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
}

.wt-step-col {
    padding-left: 16px;
    padding-right: 16px;
}

.wt-step-col-1 {
    flex: 0 0 55%;
    width: 55%;
}

/* sst */

.sst-img-box {
    position: relative;
}

.sst-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 18px;
    color: #fff;
}

.sst-img {
    line-height: 0;
}

.sst-img img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sst-heading h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 6px;
}

.sst-heading p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
}

.sst-list-box {
    padding: 16px;
    border-radius: 0px 0px 8px 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);

}

.sst-list-box *:last-child {
    margin-bottom: 0;
}

.sst-row {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    flex-wrap: wrap;

}

.sst-col {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    margin-bottom: 24px;
}

.sst-col-1 {
    flex: 0 0 60%;
    width: 60%;
}

.sst-col-2 {
    flex: 0 0 40%;
    width: 40%;
}

.sst-col-3 {
    width: 100%;
    flex: 0 0 100%;
}

.sst-list-item {
    padding: 8px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
}

.sst-list-item h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
    color: #212121;
}

.sst-expend {
    border-radius: 51px;
    background: var(--light-bluegrey, #F0F4F7);
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.sst-expend a {
    display: inline-block;
    line-height: 1;
}

.sst-list-edit {
    margin-bottom: 16px;
}

.sst-list-edit-btn {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 16px;
    text-align: center;
    width: 100%;
    color: var(--grey-800, #424242);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-head {
    border-bottom: 1px solid var(--grey-300, #E0E0E0);
    color: var(--grey-900, #323232);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.subscription-details {
    margin-bottom: 16px;
}

.sd-plan-head {
    display: flex;
    align-items: center;
}

.sd-plan-head .sub-status {
    margin-left: auto;
}

.sd-srv-icon {
    width: 40px;
    height: 40px;
    border-radius: 2.831px;
    border: 0.833px solid var(--grey-300, #E0E0E0);
    background: var(--grey-button-gradient, linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 40px;
}

.sd-plan-head h4 {
    color: var(--grey-950, #212121);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin: 0;
    flex: 1;
}

.sd-plan-action {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 0;
}

.sd-plan-action .btn {
    flex: 1;
    width: 100%;
    text-align: center;
    padding: 14px 16px;
}

.sd-plan-action .btn:first-child {
    margin-right: 4px;
}

.sd-plan-action .btn:last-child {
    margin-left: 4px;
}

.shd2-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);
    padding: 16px;
}

.d-line {
    border-top: 1.201px solid #E2E4E6;
    width: 100%;
    margin: 12px 0;
}

.d-line.m20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sqa-item {
    margin-bottom: 8px;
}

.sqa-item:last-child {
    margin-bottom: 0;

}


.sqa-item a {
    display: flex;
    align-items: center;
    color: var(--grey-800, #424242);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 56px;
    background: var(--fog, #F6F8FA);
    padding: 8px 12px;
    column-gap: 8px;
}

.sqa-item i.icon-chevron-right-dark {
    margin-left: auto;
}


.regions-info-box {
    margin-bottom: 20px;
}


.regions-info-item {
    margin-bottom: 8px;
    position: relative;
}

.regions-info-item input {

    position: absolute;
    left: 16px;
    top: 15px;
}

.regions-info-item label {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);
    padding: 12px 16px 12px 40px;
    border: 1.201px solid #E2E4E6;
    display: block;

}


.regions-info-item input:checked+label {
    border-color: #0563c5;
}

.recipients-info-title {
    color: #4B4962;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;

}

.recipients-info-text {
    padding: 12px 8px 12px 16px;
    border: 1px solid var(--grey-300, #E0E0E0);
    background: var(--grey-50, #FCFCFC);
    box-shadow: 1px 1px 1px 0px rgba(48, 49, 51, 0.10) inset;
    color: #2D2D2D;
    font-size: 15px;
}

.mbody .sst-last-update {
    margin-bottom: 15px;
    font-size: 13px;
    color: var(--grey-600);
}

.sst-rg-content {
    font-family: 'Courier Prime', monospace;
    font-size: 14px;
    color: var(--grey-700);

}

.sst-no-subscription {
    margin: 25px 0;
    padding-top: 75px;
    padding-bottom: 75px;
    color: var(--primary-900-s, #02162C);
}

.sst-no-sub-img {
    margin-bottom: 16px;
}

.sst-no-subscription h2 {

    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    letter-spacing: -1px;
}

.sst-no-sub-text {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;

}

.sst-no-sub-button {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
}

.sst-no-sub-button .btn {
    margin-bottom: 12px;
}


.sst-av {
    margin-left: auto;
}

.sst-av a {
    color: var(--primary-900-s, #02162C);
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    border-radius: 51px;
    padding: 12px 10px;
    background: var(--light-bluegrey, #F0F4F7);
}

.sst-av a+a {
    margin-left: 4px;
}

.sst-av i {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.web-ac-title a {
    color: var(--primary-300-t, #2471C0);
    font-size: 15px;
    font-weight: 600;
    line-height: 135%;
    text-decoration-line: underline;
}

.web-ac-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.web-ac-divider {
    height: 100%;
    width: 1px;
    background: #E0E0E0;
}

.web-ac-code {
    color: var(--grey-700, #616161);
    font-size: 16px;
    line-height: 135%;
    margin-top: 8px;
}

.web-ac-code span {
    border-radius: 32px;
    background: rgba(222, 222, 222, 0.30);
    padding: 5px 8px;
    display: inline-block;
    margin-left: 4px;
    color: var(--black, #171717);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
}

.web-ac-code2 {
    color: var(--grey-700, #616161);
    font-size: 16px;
    line-height: 135%;
}

.web-ac-code2 span {
    border-radius: 32px;
    background: rgba(222, 222, 222, 0.30);
    padding: 5px 8px;
    display: inline-block;
    margin-left: 4px;
    color: var(--black, #171717);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
}


.frod-icon {
    border-radius: 70.933px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0.8px 0.8px 0.8px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

}

.frod-item {
    max-width: 120px;
    text-align: center;
}

.frod-title {
    color: var(--grey-800, #424242);
    font-size: 12px;
    line-height: 120%;
    opacity: 0.8;
    margin: 8px 0;
}

.frod-credit {
    color: var(--grey-500, #9E9E9E);
    font-size: 10px;
    opacity: 0.8;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
}

.frod-row {
    display: flex;
    padding: 8px 0px;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 16px;

}

.frod-row.flickity-enabled {
    display: block;
}

.cf-forecast-box {

    border-radius: 0px 0px 8px 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40), 0px 0px 1px 0px rgba(48, 49, 51, 0.35);
}

.cf-credit-summary {
    padding: 20px 16px;
    background: var(--light-bluegrey, #F0F4F7);
    display: flex;
    flex-wrap: wrap;

}

.cf-credit-info {
    display: flex;
    align-items: center;

}

.cf-credit-info h4 {
    color: var(--grey-900, #323232);
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.5px;
    margin: 0;
}

.cf-credit-info span {
    color: var(--grey-900, #323232);
    font-size: 12px;
    line-height: 135%;
    opacity: 0.8;
}

.cf-credit-count {
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 4px 8px;
    color: var(--grey-800, #424242);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    display: inline-block;
    margin-right: 8px;

}

.cf-credit-add {
    display: inline-block;
    margin-left: auto;
}

.cf-credit-add a {
    border-radius: 4px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: var(--grey-button-gradient, linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%));
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);

    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;

}

.cf-btn-new-request {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 8px;
}

.cf-forecast-panel {
    background: #fff;
    padding: 16px 32px;
    border-radius: 0px 0px 8px 8px;
}

.cf-forecast-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid var(--grey-300, #E0E0E0);

}

.cf-forecast-tabs ul li {
    display: inline-block;
    padding: 12px 0;
    margin-right: 24px;
    color: #171717;
    font-size: 15px;
    font-weight: 500;
    line-height: 21.677px;
    cursor: pointer;
    opacity: 0.8;
    position: relative;
}

.cf-forecast-tabs ul li.active {

    opacity: 1;
}

.cf-forecast-tabs ul li.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-500-b);
}

.cf-forecast-tabs ul li:last-child {
    margin-right: 0;
}

.fc-count {
    padding: 4px;
    border-radius: 40px;
    background: #F1F1F1;
    line-height: 22px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #171717;
    margin-left: 4px;
}

.cf-forecast-no-items {
    margin: 25px 0;
    color: var(--primary-900-s, #02162C);
    padding: 12px 24px;
}

.cf-no-forecast-img {
    margin-bottom: 16px;
}

.cf-no-forecast-text {

    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;

}

.cf-forecast-no-items h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 118%;
    letter-spacing: -1px;
    margin: 0 0 8px 0;
}

.cf-no-forecast-button {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
}

.cf-forecast-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--grey-300, #E0E0E0);
}

.cf-forecast-prev a,.cf-forecast-next a
{
     display: flex;
     height: 40px;
     width: 40px;
     align-items: center;
     justify-content: center;
     opacity: 0.4;
     border: 1px solid transparent;

}

.cf-forecast-prev.active a,.cf-forecast-next.active a
{
  opacity: 1;
  border-radius: 40px;
  border-color: #006FE2;
}

.cf-forecast-showing {
    color: #565656;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.677px;
    opacity: 0.6;
}

.cf-forecast-tab-panels {
    padding: 16px 0;
}


.cp-form-ftradio {
    border-radius: 8px;
    border: 1.201px solid var(--grey-300, #E0E0E0);
    background: var(--white, #FFF);
    padding: 16px;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}

.cp-form-ftradio label {
    display: inline-flex;
    align-items: flex-start;
    column-gap: 8px;
    flex: 1;
    max-width: 600px;
}

.cp-form-ftradio label input {
    margin-top: 6px;
}




.cp-radio-desc {
    flex: 0 0 100%;
    width: 100%;
}

.ft-srate {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    flex: 0 0 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.field-help {
    margin-left: auto;
}

.srate-label {
    color: #8C8C8C;
    font-weight: 400;
    line-height: 19px;
}

.srate-value {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.srate-price {

    font-weight: 700;

}

.srate-or {
    margin: 0 8px;
    color: #8C8C8C;
    font-size: 14px;
}

.srate-value .icon-forecasts {
    margin-right: 2px;
}

.forecasts-summary {
    margin: 20px 0;
}

.forecasts-summary-in {
    border-radius: 8px;
    background: #F2F6F9;
    padding: 16px;
}

.foresum-item {
    display: flex;
    justify-content: space-between;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.foresum-item-value {
    text-align: right;
}

.foresum-item .srate-label {
    color: #424242;
}


.foresum-type {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}


.foresum-item {
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.20);

}

.foresum-item:last-child {
    padding-bottom: 0;
}

#forecasts-summary-box {
    border-top: 1px solid #BDBDBD;
    background: #FFF;
    padding: 15px 0;
    background: #FFF;
}

.forecasts-detail-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.forecasts-summary.open .forecasts-detail-title {
    margin-bottom: 8px;
}

#forecasts-summary-box .forecasts-summary {
    margin: 0;
}

.forecasts-summary.open .forecasts-detail-toggle i {
    transform: rotate(-180deg);
}

.buy-forecast-credits .fcd-box {
    background: linear-gradient(0deg, #F4F8FB 0%, #F4F8FB 100%), #4791FF;
    padding: 8px;
    margin: 16px 0;
}

.buy-forecast-credits h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.buy-forecast-credits p {
    color: #616161;
    margin-bottom: 8px;
}

.cp-line-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    color: var(--grey-800, #424242);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 20px 0;
}


.order-summary {
    margin: 20px 0;
}

.order-summary-in {
    border-radius: 8px;
    background: #F2F6F9;
    padding: 16px;
}

.order-item {
    display: flex;
    justify-content: space-between;
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.order-item-value {
    text-align: right;
}





.order-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


.order-summary .wt-sub-head {
    font-size: 16px;
    margin-bottom: 8px;
}

.add-payment-detail-box,
.confirm-payment-detail-box {
    margin-top: 8px;
}

.cp-editable-field:not(.cp-editable-field:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.edit-field-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 2px;
}

.edit-field-value {
    color: var(--grey-800, #424242);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    flex-wrap: wrap;

}

.edit-field-value .efv-sub-val {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot {
    height: 4px;
    width: 4px;
    background-color: #424242;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.cp-form-action .bfc-btn-prev,
.cp-form-action .bfc-btn-cancel {
    text-decoration: underline;
    border: none;
    background: none;
    box-shadow: none;
    color: var(--grey-500, #9E9E9E);
    font-size: 18px;
    font-weight: 700;
    line-height: 25.717px;
}

#bfc-steps .cp-form-action .btn-blue
{
   flex: 1;
   max-width: 300px;
}



.status-label-pending,
.status-label {
    border-radius: 32px;
    background: #FEEA8F;
    color: #08223D;
    font-size: 11px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 9px;
}

.status-label.pending {
    background: #FEEA8F;
}

.status-label.awaiting {
    background: #C6E7FF;
}

.status-label.input,
.status-label.expired {
    background: #FFC0C0;
}

.status-label.response,
.status-label.sent {
    background: #BCE6CA;
}





.cff-item-title {
    display: flex;
    align-items: center;
    color: var(--grey-950, #212121);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.cff-icon {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 20.8px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--light-bluegrey, #F0F4F7);
    margin-right: 8px;
}

.cff-item-btn {
    display: flex;
    justify-content: space-between;
}

.cff-item-btn a {
    width: calc(50% - 2px);
}



.cff-item-lists {
    margin: 16px 0;
}

.cff-item-lists.mb-0 {
    margin-bottom: 0;
}

.cff-item-head {
    color: var(--grey-600, #757575);
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 6px;
}

.cff-item-value {
    color: var(--black, #171717);
    font-size: 17px;
    line-height: 135%;
}

.cff-item {
    border-bottom: 1px solid var(--grey-300, #E0E0E0);
    padding-bottom: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
}

.cff-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


.cff-detail-box {
    padding: 16px;
    background: #fff;
    margin-bottom: 8px;
}

.cff-preferences-box {
    padding: 16px;
    background: #fff;
    margin-bottom: 8px;
}

.cff-d-title {
    color: var(--primary-400-t, #15569A);
    font-family: Syncopate;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 16px 0;
}


.cff-detail-box .status-label {
    margin-bottom: 8px;
}

.cff-detail-box .cff-item-btn {
    justify-content: left;
    gap: 4px;
    align-items: center;
}

.cff-detail-box .cff-item-btn a {
    max-width: 220px;
}

 

.cff-detail-box .cff-item-title {
    margin-top: 0;
}

#frcd-header {
    background: var(--primary-600-s, #083A6E);
}

.frcd-title,
.sub-head-title {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.sub-head-text {
    color: var(--white-opacity-80, rgba(255, 255, 255, 0.80));
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
}

.frcd-header-in,
.sub-header-in {

    position: relative;
    padding: 20px 0;
}

.frcd-header-in .frcd-back,
.sub-header-in .sub-head-back {
    position: absolute;
    left: -10px;
    top: 0;
}

.sub-header-in .sub-head-menu {
    position: absolute;
    right: -10px;
    top: 0;
}

.sub-head-menu>a {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-head-menu .ctm-dropdown {
    position: absolute;
    padding: 0;
    right: 0;
    display: none;
    z-index: 99;

}

.ctm-dropdown-in {
    border-radius: 0px 0px 8px 8px;
    border-top: 1px solid var(--grey-300, #E0E0E0);
    background: #FFF;
    width: 356px;
    border-radius: 8px;
    filter: drop-shadow(0px -4px 60px rgba(0, 0, 0, 0.55));
    margin-top: 20px;
    position: relative;

}

.ctm-dropdown-in::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #fff;
    display: block;
    position: absolute;
    right: 15px;
    top: -14px;
}

.ctm-head {
    color: var(--grey-800, #424242);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    border-bottom: 1px solid var(--grey-300, #E0E0E0);
    padding: 12px 16px;
}

.ctm-body {
    padding: 12px 16px;
}

.ctm-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.sub-head-menu:hover>a {
    background: #fff;
}

.sub-head-menu:hover .icon-more-option {
    background: url(../images/ic-more-options-d.svg) no-repeat;
}

.sub-head-menu:hover .ctm-dropdown {
    display: block;
}



.frcd-back a,
.sub-head-back a {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container.comms-container {
    padding: 32px 0;
}

.sr-item-list {
    margin: 16px 0;
}

.sr-item {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.sr-item:last-child {
    border-bottom: none;
}

.sr-item .entry-title {
    color: var(--grey-900, #323232);
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    margin: 12px 0;
}

.entry-tag {
    color: var(--grey-700, #616161);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 12px 0;
}

.entry-meta {
    color: #757575;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}



.comm-head {
    color: var(--grey-900, #323232);
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.5px;
    margin: 0 0 6px 0;
}

.comm-sub-head {
    color: var(--grey-700, #616161);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 8px;
}

.comms-template-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}



#chat-thread-header {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 16px;
}

#chat-thread-header .status-label.input {
    background: var(--inactive, #FEEA8F);

}

.chat-thread-title {
    margin: 8px 0;
    color: var(--grey-900, #323232);
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.5px;
}





#chat-thread-footer {
    padding: 24px 0;
    background: #FFF;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
    margin-top: auto;
}

.chat-thread-form .cp-form-submit {
    text-align: right;
}

.chat-thread-form .cp-form-submit .btn {
    padding: 16px 64px;
    display: inline-block;
}

.chat-thread-form textarea {
    border-radius: 8px;
    border: 1px solid var(--grey-400, #BDBDBD);
    background: var(--white, #FFF);
    box-shadow: 1px 1px 1px 0px rgba(48, 49, 51, 0.10) inset;
    padding: 12px 16px;
    height: 100px;
}


#chat-thread-body {
    padding: 25px 0;
}

.chat-thread-text {
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.chat-thread-item {
    margin-bottom: 16px;
}

.chat-thread-item.sent .chat-thread-user {
    text-align: right;
}

.chat-thread-item.received .chat-thread-user {
    text-align: left;
}


.chat-thread-user {
    margin-bottom: 4px;
}

.ct-user {
    font-weight: 700;
    color: var(--grey-900, #323232);
    font-size: 16px;
    line-height: 20.4px;
}

.ct-timestamp {
    color: var(--grey-600, #757575);
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}








.support-req-box {
    flex: 0 0 60%;
    width: 60%;
    padding: 0 16px;
    border-right: 1px solid #E0E0E0;
}

.sr-header {
    display: flex;
    justify-content: space-between;
}

.sr-header .btn {
    padding: 14px 16px;
}


.message-board-box {
    flex: 0 0 40%;
    width: 40%;
    padding: 0 16px;
}


.support-req-box .cf-forecast-no-items {
    min-height: 652px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-board-box .cf-forecast-no-items {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#add-support-request-model {
    max-width: 550px;
}

.cp-form-field:last-child {
    margin-bottom: 0;
}

.cp-date-field {
    display: flex;
    margin: 0 -3px;
}

.cp-dd,
.cp-hh,
.cp-mm {
    padding: 0 3px;
}

.cp-dd {
    flex: 1;
}

.cp-hh,
.cp-mm {
    flex: 0 0 75px;
    width: 75px;
}



.cp-form-spacer {
    margin-bottom: 16px;
}

.cp-sep {
    margin: auto 0;
}

.macc-item {

    border-bottom: 1px solid var(--grey-300, #E0E0E0);

}

.macc-wrap .shd2-box {
    padding: 4px 16px;
}

.macc-item a {
    display: flex;
    padding: 16px 0;
}

.macc-item:last-child {
    border-bottom: none;
}

.macc-icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 70.933px;
    border-radius: 32px;
    background: var(--light-bluegrey, #F0F4F7);
    margin-right: 10px;
}

.macc-item h3 {
    margin: 0 0 8px 0;
    color: var(--grey-800, #424242);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.macc-item p {
    margin: 0;
    color: var(--grey-600, #757575);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.macc-help {
    border-radius: 4px;
    border: 1px solid var(--primary-300-t, #2471C0);
    padding: 12px;
    margin-top: 16px;
    text-align: center;
}

.macc-help h3 {
    color: #484847;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin: 0 0 4px 0;
}

.macc-help p {
    color: rgba(72, 72, 72, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.macc-help a {
    color: var(--primary-300-t, #2471C0);
    text-decoration: underline;
}


.macc-info-box {
    padding: 16px;
    background: #fff;
    margin-bottom: 8px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.macc-info-title {
    color: var(--primary-400-t, #2471c0);
    font-family: Syncopate;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.macc-info-item-head {
    color: var(--grey-600, #757575);
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 6px;
}

.macc-info-item-value {
    color: var(--black, #171717);
    font-size: 17px;
    line-height: 135%;
}

.macc-info-item {
    border-bottom: 1px solid var(--grey-300, #E0E0E0);
    padding-bottom: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
}

.macc-info-item-value .vessels-item-l {
    margin-bottom: 5px;
}

.macc-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.macc-info-edit {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    height: 36px;
    padding: 8px 9px;
}

.not-done {
    background: rgb(255, 255, 210);
}


.macc-info-edit i
{
    margin: 0;
}

.cp-form-row {
    display: flex;
    margin: 0 -7px;
}

.cp-form-col {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 7px;
}

.cp-form-action {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--grey-400, #BDBDBD);
    padding-top: 16px;
    margin-top: 16px;
}

.cp-form-action .btn-cancel {
    text-decoration: underline;
    border: none;
    background: none;
    box-shadow: none;
    color: var(--grey-500, #9E9E9E);
    font-size: 18px;
    font-weight: 700;
    line-height: 25.717px;

}

.cp-form-action .btn-save {
    width: 225px;
    font-size: 18px;
    font-weight: 600;
}

.cp-field-desc {
    color: var(--grey-600, #757575);
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}

.cp-form-head {
    color: var(--grey-900, #323232) !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 32px;
    border-bottom: 1px solid var(--grey-400, #BDBDBD);
    margin-bottom: 16px;
}

.macc-model h2 {
    font-size: 21px;
}

.macc-model .servc-mbody {
    padding: 10px 0 0 0;
}



.cp-no-items {
    margin: 25px 0;
    color: var(--primary-900-s, #02162C);
    padding: 12px 24px;
}

.cp-no-img {
    margin-bottom: 16px;
}

.cp-no-items-text {

    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
    margin-top: 16px;

}

.cp-no-items h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 118%;
    letter-spacing: -1px;
    margin: 0 0 8px 0;
}

.cp-no-item-button {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
}

.my-vessels-add-btn a {
    border-radius: 148px;
    background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    height: 40px;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex;
}

.my-vessels-add-btn i {
    margin: 0;
}


.my-vessels-hdr {
    position: relative;
}

.my-vessels-text {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 18px;
    width: 100%;
}

.my-vessels-head {
    color: #fff;
}

.my-vessels-img {
    line-height: 0;
}

.my-vessels-img img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.my-vessels-head h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 6px;
}

.my-vessels-head p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
}



.my-vessels-box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.my-vessels-box2 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.my-vessels-content {
    background: #fff;
    padding: 16px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}



.journey-from-to{
    padding: 5px 0px 5px 0px;
    font-weight: 700;
    font-size:20px;
}

.journey-details{
    padding: 3px 0px 3px 0px;
    font-weight: 500;
    font-size:17px;
}

#journey_hdr_grid {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 16px;
    gap: 1px; /* This creates the space for lines */
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}

.journey-hdr-l {
    text-align: left;
}

.journey-hdr-r {
    text-align: right;
}





.vessels-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--grey-300, #E0E0E0);
    padding-bottom: 16px;
    margin-bottom: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.vessels-item-l {
    display: flex;
    flex: 1;
}

.vessels-item-r {
    flex: 0 0 300px;
    width: 300px;
    text-align: right;
}

.vessels-item .btn-edit,
.vessels-item .btn-manage {
    padding: 16px 24px;
}

.btn-edit-review {
    color: var(--primary-400-t, #15569A);
    font-size: 15.68px;
    font-weight: 400;
    line-height: 27.945px;
}

.vessels-item-icon {
    border-radius: 5px;
    background: var(--grey-200, #EEE);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    display: flex;
}



.vessels-item-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    color: var(--grey-950, #212121);
}

.vessels-item-title p {
    color: var(--black, #171717);
    font-size: 15px;
    line-height: 133%;
    font-weight: 400;
    margin: 0;
}


.journey-item-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 2px 0px 10px 15px;
    color: var(--grey-950, #212121);
}

.journey-item-title p {
    color: var(--black, #171717);
    font-size: 15px;
    line-height: 133%;
    font-weight: 400;
    margin: 2px 0px 10px 15px;
}


.btn-trash {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 14px;
    color: var(--grey-800, #424242);
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}


#container {

    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

}

#container2 {
    padding: 0px 0px;
}

#reset_notifications{
    padding: 0px 0px 4px 0px;
}

#section-overview {
    display: flex;
    flex-wrap: wrap;
}

#section-services-overview,#section-quick-links
{
    margin-top: 0;
}

#section-quick-links
{
    margin-bottom: 0;
}

#welcome-message-box *:last-child {
    margin-bottom: 0;
}

#welcome-message-box a {
    color: inherit;
    text-decoration: underline;
}

#welcome-message-box h3 {
    margin-bottom: 8px;
}

.shd-box {
    padding: 16px;
    border-left: 2px solid #0563c5;
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.quick-action-items.flickity-enabled {
    display: block;
}

.quick-action-items {
    display: flex;
    justify-content: space-between;
}

.qa-item {
    text-align: center;
    width: 125px;
    flex: 1;

}

.qa-item a {
    display: block;
}

.qa-icon {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 70.933px;
    background: var(--white-opacity-90, rgba(255, 255, 255, 0.90));
    box-shadow: 0.7px 0.7px 0.7px 0px rgba(0, 0, 0, 0.12);
    margin: 0 auto 8px;
}

.qa-title {
    color: var(--grey-800, #424242);
    text-align: center;
    font-family: Archivo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.8;

}

.cp-servc-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

    margin: 0 auto; /* Center it */
    padding: 0; /* Ensure no extra space */
}

.cp-servc-item {
    max-width: 33.33%;
    padding: 0 6px;
    width: 100%;
    flex: 1; /* This allows each item to expand */
}

.cp-servc-item-in {
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px 12px 0px 12px;
}

.servc-img {
    position: relative;
}

.servc-img img:not(.srv-icon img) {
    border-radius: 8px 8px 0 0;
    width: 100%;
}


.srv-icon {
    position: absolute;
    left: 16px;
    bottom: -12px;
    border-radius: 3.397px;
    border: 0.425px solid var(--grey-300, #E0E0E0);
    background: var(--neutral-1, #F4F8FB);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.servc-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    column-gap: 4px;
}

.servc-title h3 {
    color: var(--primary-900-s, #02162C);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
    margin: 0;
    flex: 1;
}

.label-green,
.label-yellow {
    border-radius: 32px;
    background: var(--active-valid-credits, #BCE6CA);
    padding: 6px 12px;
    display: block;
    color: var(--primary-800-s, #08223D);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
}

.label-yellow {
    background-color: #FEEA8F;
}


.mso-text{
    margin: 0;
    font-size: 14px;
    padding: 8px 0;
}

.mso2-text{
    margin: 0;
    font-size: 14px;
    padding: 0px 0px;
}



.servc-p-info {
    margin: 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    column-gap: 8px;

}

.servc-p-info+.servc-p-info {
    border-top: 1px solid var(--grey-300, #E0E0E0);
}


.spi-name {
    flex: 1;
}

.servc-action-btn {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--grey-300, #E0E0E0);
    padding: 16px;
    margin-top: auto;
    column-gap: 8px;

}

.servc-action-btn .btn {
    flex: 1;
    width: 100%;
    text-align: center;
}



.btn-round {
    border-radius: 51px !important;
}


.btn-gray-regions-selected {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 3px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.btn-gray-regions {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 3px;
    color: var(--grey-800, #424242);
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    cursor: pointer;
}


.btn-gray {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 16px;
    color: var(--grey-800, #424242);
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.btn-save2 {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: linear-gradient(180deg, #FA2222 49.48%, #F42222 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 16px;
    color: #aaaaaa;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}


.btn-save2:hover {
    color: var(--hover-color, #ffffff); /* Change text color on hover */
  }


.btn-blue {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-blue2 {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-blue3 {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px 10px;
    display: flex;
    align-items: center; /* Center vertically */
}

.btn-blue4 {
    border-radius: 5px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #fff;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 0px;
    display: flex;
    align-items: center; /* Center vertically */
}


.btn-blue-off {
    border-radius: 3px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: var(--primary-blue-gradient, linear-gradient(180deg, #93c7ff 0%, #93c7ff 100%));
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #888;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px 10px;
    display: flex;
    align-items: center; /* Center vertically */
}

.btn-container {
    background-color: #f0f0f0; /* Light gray background */
    display: flex;             /* Enables flexbox layout */
    justify-content: center;   /* Center aligns items horizontally */
    align-items: center;       /* Center aligns items vertically */
    padding: 10px;             /* Space around the button inside the div */
    height: auto;              /* Adjust height automatically */
}




.btn-border-red {
    border-radius: 4px;
    border: 1px solid var(--error-500-base, #DF1642);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    height: 48px;
    padding: 5px 24px;
    justify-content: center;
    align-items: center;
    color: var(--error-500-base, #DF1642);
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;

}

.btn-bordered {
    border-radius: 3.419px;
    color: #3268C6;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border: 1px solid #3268C6;
    display: inline-block;
    padding: 9px 16px;
    width: 100%;
    text-align: center;
}

.wizard-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


#wizard-progress-bar {
    height: 12px;
    background: #39618b;
    width: 100%;
}

.wizard-progress {
    background: #3B89DA;
    height: 100%;
}


.cp-form-field-radio {
    border-radius: 8px;
    border: 1.201px solid var(--grey-300, #E0E0E0);
    background: var(--white, #FFF);
    padding: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cp-form-field-radio label {
    position: relative;
    padding-left: 25px;
}

.cp-form-field-radio input {
    position: absolute;
    left: 0;
    top: 3px;
}

.cp-form-field-radio label span {
    display: block;
    color: var(--grey-700, #616161);
    font-size: 13px;
    font-weight: 400;
    line-height: 135%;
}

#wizard-steps {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
}

#wizard-steps-footer {
    margin-top: auto;
    position: sticky;
    bottom: 0;
}

#wizard-steps-footer .container {
    max-width: 748px;
}

#wizard-steps-footer #wizard-action-btn
{
    position: static;
}

#wizard-action-btn {
    border-top: 1px solid var(--grey-400, #BDBDBD);
    background: #FFF;
    padding: 24px 48px;
    background: #FFF;
    margin-top: auto;
    position: sticky;
    bottom: 0;
}

#wizard-action-btn-in {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.wizard-btn-row {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
}

.wizard-btn-row .btn {
    width: 100%;
}

.wizard-btn-row .wizard-col {
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
}

.wizard-btn-row .wizard-col-1 {
    max-width: 33.33%;
}

.wizard-info-box {
    padding: 16px;
    background: #fff;
    margin-bottom: 8px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#forecast-credit-detail {
    border-top: 1px solid var(--grey-400, #BDBDBD);
    background: #FFF;
    padding: 15px 0;
    background: #FFF;
}

.fcd-box {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.fcd-count {
    color: var(--primary-900-s, #02162C);
    font-size: 47px;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: -0.5px;
}

.fcd-title {
    margin-top: auto;
    margin-bottom: auto;
}

.fcd-title h4 {
    color: var(--grey-900, #323232);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -1px;
    margin: 0;
}

.fcd-title span {
    color: var(--grey-800, #424242);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    opacity: 0.8;
}

.fcd-add {
    margin-left: auto;
}

.fcd-add i.icon-forecasts {
    width: 24px;
    height: 24px;
}

.fcd-add a {
    border-radius: 4px;
    border: 0.5px solid var(--grey-400, #BDBDBD);
    background: var(--grey-button-gradient, linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%));
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.delivery-option-item {
    margin-top: 24px;
}

.delivery-option-item h3 {
    margin-bottom: 8px;
}



.form-heading {
    font-size: 21px;
    margin-bottom: 16px;
}

.form-sub-heading {
    color: var(--grey-700, #616161);
    font-size: 15px;
    line-height: 145%;
    margin-bottom: 12px;
}

.confirmation-model {
    max-width: 340px;
}

.info-model {
    max-width: 350px;
}

.cp-form-field-checkbox {
    color: var(--primary-900-s, #02162C);
    font-size: 17px;
    font-weight: 300;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    border: 1.201px solid #E2E4E6;
    background: #FFF;
    padding: 10px;
    margin-bottom: 8px;
}


.cp-form-field-checkbox label {
    max-width: 225px;
    display: inline-flex;
    align-items: flex-start;
    column-gap: 8px;
}


.cp-confirm-box {

    text-align: center;
    color: var(--grey-700, #616161);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.cp-confirm-box h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.cp-confirm-icon,.cp-info-icon {
    border-radius: 4px;
    border: 0.605px solid var(--grey-300, #E0E0E0);
    background: var(--white, #FFF);
    padding: 8px;
    display: inline-block;
    margin-bottom: 14px;
    color: #02162C;
    margin: 16px 0;
    line-height: 0;
}

.cp-confirm-btn,.cp-info-btn {
    border-top: 1px solid var(--grey-400, #BDBDBD);
    padding-top: 16px;
}


.cp-confirm-btn a+a,.cp-info-btn a+a {
    margin-top: 8px;
}

.cp-form-assessment h3 {
    color: var(--grey-900, #323232);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    border-bottom: 1px solid var(--grey-400, #BDBDBD);
    padding-bottom: 8px;
    margin-bottom: 16px;
}


.cp-form-assess-item {
    border-radius: 8px;
    background: #F2F6F9;
    padding: 16px;
    margin-bottom: 16px;
}

.cp-form-assess-item ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.cp-form-assess-item ul li {
    color: #484847;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 8px;
}

.cp-form-assess-item ul li:last-child {
    margin-bottom: 0;
}

.payment-method-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.pm-info-title {
    color: var(--primary-300-t, #2471C0);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}


.pm-default {
    color: var(--grey-500, #9E9E9E);
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    border-radius: 32px;
    padding: 3px 8px;
    border: 1px solid var(--grey-500, #9E9E9E);
    margin-left: 8px;
    display: inline-block;
}

.pm-info-text {
    color: var(--grey-700, #616161);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.payment-method-action {
    display: flex;
    align-items: center;
}

.payment-method-action .btn {
    padding: 0;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-left: 8px;
}


.payment-method-box {
    padding: 16px;
    border-radius: 3px;
    border: 1px solid #E5ECF1;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.payment-method-cards {
    text-align: right;
}

.payment-method-model .servc-mbody {
    padding-bottom: 0;
    padding-top: 14px;
}

.cp-alert-icon {
    border-radius: 4px;
    border: 0.605px solid var(--grey-300, #E0E0E0);
    background: var(--white, #FFF);
    padding: 8px;
    display: inline-block;
    margin-bottom: 14px;
    color: #02162C;
    margin: 16px 0;
}

.cp-alert-btn {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--grey-400, #BDBDBD);
    padding-top: 16px;
    margin-top: 16px;
    gap: 8px;
}

.cp-alert-btn .btn
{
    flex: 1;
}

.cp-alert-btn .btn-remove-payment {
    flex: 1;
    margin-left: 8px;
}

.cp-alert-box h3 {
    color: var(--primary-900-s, #02162C);
    font-size: 25px;
    font-weight: 300;
    line-height: 118%;
    letter-spacing: -0.5px;
}


.alert-box-model {
    max-width: 350px;
    text-align: center;
}

.alert-box-model .btn-i-understand {
    flex: 1;
    margin-left: 8px;
}

.ps-item {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    flex-wrap: wrap;
}

.ps-item-l {
    flex: 0 0 65%;
    width: 65%;
    padding: 0 16px;
}

.ps-item-r {
    flex: 0 0 35%;
    width: 35%;
    padding: 0 16px;
    border-left: 1px solid #E0E0E0;
}

.ps-item-r .btn {
    width: 100%;
}

.ps-item-r .btn+.btn {
    margin-top: 8px;
}

.ps-item {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.ps-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


.sdetail-hdr {
    position: relative;
}

.sdetail-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 18px;
    width: 100%;
    color: #fff;
}


.sdetail-img {
    line-height: 0;
}

.sdetail-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sdetail-text h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 6px;
}

.sdetail-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
}



.sdetail-box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.sdetail-content {
    background: #fff;
    padding: 16px;
    margin-bottom: 8px;
}

.sdetail-content .macc-info-title {
    margin-bottom: 4px;
    border-bottom: 1px solid #E2E4E6;
    padding-bottom: 12px;
    margin-top: 8px;
}

.sdetail-content .sd-plan-head {
    border-bottom: 1px solid #E2E4E6;
    padding-bottom: 12px;
}

.sdetail-add-btn {
    margin-top: 5px;
}


.sdetail-add-btn .btn+.btn {
    margin-top: 8px;
}







.quick-link-box {
    display: flex;
    flex-wrap: wrap;
}

.quick-link-box h3 {
    margin: 0 0 8px 0;
    color: var(--grey-800, #424242);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.quick-link-box p {
    margin: 0;
    color: var(--grey-600, #757575);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.quick-link-item {
    background-color: #fff;
    border-bottom: 1px solid var(--grey-300, #E0E0E0);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    width: 50%;

}

.ql-item-in {
    display: flex;
    padding: 16px;
}



.quick-link-item:first-child {
    border-radius: 8px 8px 0px 0px;
}

.quick-link-item:last-child {
    border-radius: 0px 0px 8px 8px;
}


.ql-icon {

    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 70.933px;
    border-radius: 32px;
    background: var(--light-bluegrey, #F0F4F7);
    margin-right: 10px;
}

.ps-item .servc-p-info {
    padding: 0;
}



#popup-notification {
    position: fixed;
    right: 12px;
    top: 32px;
    border-left: 5px solid var(--primary-200-t, #3B89DA);
    background: var(--grey-50, #FCFCFC);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.45);
    z-index: 1;
    padding: 16px 40px 16px 16px;
    color: var(--black, #171717);
    font-size: 16px;
    line-height: 16px;
    min-width: 300px;

}

.notification-close {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

.notification-close i {
    width: 22px;
    height: 22px;
    background-size: contain;
}

/* START : Add A Service CSS */

.wiz-servc-item {
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.srvp-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.srvp-field .checkmark {
    border: 2px solid #E2E4E6;
    border-radius: 8px;
    padding: 16px 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    color: #171717;
    display: block;
    text-align: center;
    cursor: pointer;
}

.srvp-field input:checked~.checkmark {
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-color: #105EFB;
    font-weight: 700;
}


.servc-plan-field {
    display: flex;
    column-gap: 8px;
}

.srvp-field {
    flex: 1;
}

.srvp-total-label {
    font-weight: 700;
    font-size: 18px;
}

.srvp-total {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: var(--grey-800);
}

.srvp-total small {
    font-size: 13px;
    color: var(--grey-700);
    font-weight: 300;
    display: block;
}

.serv-summary {
    padding: 16px 8px 8px;
}

.serv-summary .macc-info-title {
    margin-bottom: 20px;
}


.sd-plan-title span {
    color: var(--grey-600, #757575);
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
}

.sevc-delete {
    margin-left: auto;
}

.sd-plan-line-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}



/* END : Add A Service CSS */

/* START : Quick Reference CSS */


#quick-reference-model {
    max-width: 630px;
}

.qref-header {
    max-width: 422px;
    margin: 24px auto 30px;
    color: var(--grey-700, #616161);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}

.qref-header h2 {
    color: var(--primary-900-s, #02162C);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    letter-spacing: -1px;
}

.qref-item {
    padding: 16px 0;
    border-top: 1px solid #E0E0E0;
}

.qref-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--grey-800, #424242);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;


}

.qref-item a::after {
    content: '';
    background: url(../images/ic-chevron-right-dark.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.qref-dropdown {
    margin-bottom: 16px;
}

.qref-dropdown select {
    border-radius: 24px !important;
    border: 1px solid var(--light-bluegrey, #F0F4F7);
    background: var(--light-bluegrey, #F0F4F7);
}



.qref-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid var(--grey-300, #E0E0E0);

}

.qref-tabs ul li {
    display: inline-block;
    padding: 0 0 12px 0;
    margin-right: 24px;
    color: #171717;
    font-size: 15px;
    font-weight: 500;
    line-height: 21.677px;
    cursor: pointer;
    opacity: 0.8;
    position: relative;
    margin-bottom: 0;
}

.qref-tabs ul li.active {

    opacity: 1;
}

.qref-tabs ul li.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-500-b);
}

.qref-tabs ul li:last-child {
    margin-right: 0;
}


.qref-tab-panel {
    padding-top: 20px;
}

.qref-tab-panel a {
    text-decoration: underline;
    color: #15569A;
}

.qref-sub-pannel {
    padding-top: 10px;
}


/* END : Quick Reference CSS */


#footer {
    color: var(--black, #171717);
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    padding: 24px 16px;
    border-top: 1px solid var(--grey-300, #E0E0E0);
    background: var(--grey-100, #F5F5F5);
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#scroll-top {
    background: url(../images/ic-arrow-upward.svg) no-repeat center center;
    padding: 12px;
    border: 1px solid #BDBDBD;
    width: 40px;
    height: 40px;
    cursor: pointer;
}