@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Inter', sans-serif;*/
* {
	padding: 0;
	margin: 0;
    outline: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #374151;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
button {
    cursor: pointer;
}
button:focus {
    outline: 0;
}
main#dashboardOuter {
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
    min-height: 100vh;
}
#dashboardOuter .landingFooter .container {
    max-width: 100%;
}
main#dashboardOuter .leftSidebar {
    width: 355px;
    background: #FFFFF6;
    padding: 25px 0 50px;
    position: relative;
}
.logoOuter {
    padding: 0 15px 25px;
    text-align: center;
}
.logoOuter h1,.logoOuter h1 a {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1E1E2D;
}
.logoOuter h1 a img {
    border: 5px solid #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}
.sideNavOuter {
    padding-bottom: 24px;
}
.sideNavOuter ul {
    list-style: none;
    margin: 0;
}
.sideNavOuter ul li a {
    padding: 20px 20px 20px 66px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #7a808c;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.sideNavOuter ul li a:hover {
    background: #FFF6E1;
    box-shadow: inset 3px 0px 0px #FCB821;
    color: #333333;
    text-decoration: none;
}
.sideNavOuter ul li a:before {
    position: absolute;
    content: "";
    left: 32px;
    top: 28%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background-image: url(../images/dummy-img.png);
}
.sideNavOuter ul li a:hover:before {
    background-position: bottom center;
}
.sideNavOuter ul li a.dashboard:before {
    background-image: url('../images/dashboard-icon.png');
}
.sideNavOuter ul li a.settings:before {
    background-image: url('../images/setting-icon.png');
}
.sideNavOuter ul li a.billing:before {
    background-image: url('../images/credit-card.png');
}
.sideNavOuter ul li a.help:before {
    background-image: url('../images/help-icon.png');
}
.sideNavOuter ul li a.legal_disclaimer:before {
    background-image: url('../images/legal_disclaimer-icon.png');
}
.sideNavOuter ul li a.privacyP:before {
    background-image: url('../images/privacy-icon.png');
}
.sideNavOuter ul li a.termsUse:before {
    background-image: url('../images/termsUse-icon.png');
}
.mainCntnt {
    background: #FEFEFE;
    padding: 0 62px 45px 55px;
    width: 100%;
    position: relative;
}
.upgradeBox {
    padding: 42px 24px;
    border-top: 1px solid #FFEEC8;
    border-bottom: 1px solid #FFEEC8;
}
.upgradeBoxInr {
    padding: 20px;
    background: #FFF6E1;
    border-radius: 20px;
}
.upgradeBox h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1E1E2D;
    margin: 0 0 14px;
}
.upgradeBox h3 span {
    display: block;
    vertical-align: top;
    margin-top: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.upgradeBox a.button {
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background: #FFB800;
    border-radius: 6px;
}
.upgradeBox a.button:focus, .upgradeBox a.button:hover {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    background-color: #dd2529;
    border-color: #dd2529;
    color: #fff;
}
.logoutBtn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fffff6;
}
.logoutBtn a {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FF2E2E;
    display: inline-block;
    opacity: 0.9;
    vertical-align: top;
    padding: 10px 32px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.logoutBtn a:hover {
    background: #FFF6E1;
    text-decoration: none;
}
.logoutBtn a img {
    margin-right: 10px;
    height: 24px;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    left: 0;
}
.logoutBtn a:hover img {
    left: -6px;
    transition: all 0.3s ease-in-out 0s;
}
.mainHeader {
    text-align: right;
    padding: 30px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.headCart {
    height: 60px;
    width: 60px;
    background: #FFF6E1;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    position: relative;
    margin-right: 20px;
}
.headCart span.cartNoti {
    position: absolute;
    top: -6px;
    right: -6px;
    background: rgba(253, 13, 0, 0.6);
    box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.03);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.headDropdown.dropdown button {
    background: #FFF6E1;
    border-radius: 50px;
    padding: 8px 26px 8px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border: none;
    color: #333;
}
.headDropdown.dropdown button:hover {
    background: #ffb800 !important;
}
.headDropdown.dropdown button:after {
    margin-left: 23px;
    border: none;
    background: url('../images/down-arrow.svg');
    width: 11px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: 0.1em;
}
.headDropdown.dropdown button:hover:after {
    filter: brightness(0) invert(1);
}
.headDropdown.dropdown button img {
    width: 45px;
    height: auto;
    margin-right: 5px;
}
.headDropdown.dropdown.show>.btn-primary.dropdown-toggle,
.headDropdown.dropdown .btn-primary.dropdown-toggle:active,
.headDropdown.dropdown button:focus,
.headDropdown.dropdown button:active {
    background: #FFF6E1;
    color: #1E1E2D;
    box-shadow: none;
}
.headDropdown .dropdown-item:focus,
.headDropdown .dropdown-item:hover {
    background: #ffb800;
    color: #fff;
}
.headDropdown.dropdown.show button {
    border-radius: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;    
}
.headDropdown.dropdown.show .dropdown-menu {
    width: 100%;
    border: none;
    background: #fff6e1;
    margin-top: -2px;
}
.cardHead {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
}
.cardHead h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #1E1E2D;
}
.cardHeadRight {
    margin-left: auto;
}
.cardHeadRight button {
    background: #FFB800;
    border: 1px solid #FFB800;
    border-radius: 6px;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.cardHeadRight button:hover {
    background-color: #dd2529;
    border-color: #dd2529;
    color: #fff;
}
button, .button {
    transition: all 0.2s ease-in-out 0s !important;
    -webkit-transition: all 0.2s ease-in-out 0s !important;
}
.cardHeadRight button img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.cardInr {
    background: #FFFFFF;
    padding: 22px 16px;
    display: flex;
    flex-direction: row;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
}
.cardCntnt {
    padding-left: 16px;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.cardOptions {
    margin-left: auto;
}
.cardOptions .dropdown-menu {
    left: auto !important;
    right: 0;
    transform: translate3d(0px, 17px, 0px) !important;
}
.cardOptions .dropdown button.dropdown-toggle, .cardOptions .dropdown button.dropdown-toggle:focus, .cardOptions .dropdown button.dropdown-toggle:active {
    background: #fff;
    border: #fff;
    padding: 0;
    line-height: normal;
    color: #374151;
    font-weight: bolder;
    box-shadow: none !important;
    letter-spacing: 1px;
    vertical-align: top;
}
.cardOptions .dropdown .dropdown-toggle::after {
    display: none;
}
.cardInfo h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #131736;
    margin-bottom: 0;
}
.cardInfo ul {
    margin-bottom: 0;
    list-style: none;
}
/*.cardOptions.cancelOption .dropdown-menu {
    background: red;
    border-color: transparent;
}*/
.cardOptions.cancelOption .dropdown-menu a {
    color: red;
}
.cardOptions.cancelOption .dropdown-menu a:hover {
    background: transparent;
}
.cardInfo span.cardStatus {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #22C55E;
}
.cardIcon img {
    height: 45px;
    width: auto;
}
.multiCards .row {
    margin-left: -7px;
    margin-right: -7px;
}
.multiCards .row > div.cardOuter {
    padding: 0 7px;
    width: 100%;
}
.tableOuter .dataTables_wrapper .dataTables_filter {
    margin-bottom: 27px;
    float: none;
    text-align: left;
}
.tableOuter .dataTables_wrapper .dataTables_filter input {
    display: inline-block;
    vertical-align: top;
    background-image: url('../images/megnifire.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 20px 20px 20px 55px;
    border-radius: 31px;
    background-color: #F9F9F9;
    border: 1px solid #F8F8F8;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}
.tableOuter .dataTables_wrapper .dataTables_filter :focus {
    border: 1px solid #ffb800;
    background-color: #fff6e1;
}
.tableOuter .dataTables_wrapper .dataTables_filter ::placeholder {
    color: #A1A2AF;
    opacity: 1; /* Firefox */
}
.tableOuter .dataTables_wrapper .dataTables_filter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A1A2AF;
}
.tableOuter .dataTables_wrapper .dataTables_filter ::-ms-input-placeholder { /* Microsoft Edge */
    color: #A1A2AF;
}
.tableOuter table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.tableOuter th {
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #222222;
    background: #FFF6E1;
    padding: 22px !important;
    border-bottom: 1px solid #FFB800 !important;
}
.tableOuter td {
    padding: 12px 22px !important;
    background: #fff;
    border-top: 1px solid #FFF6E1;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6B7280;
}
.tableOuter td .tableStatusActive,
.tableOuter td .tableStatusPause {
    padding: 7px 12px;
    background: #D4F8D3;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    color: #16A34A;
    line-height: 15px;
    width: 65px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.tableOuter td .tableStatusPause {
    background: #FEE2E2;
    color: #DC2626;
}
.tableActionBtns a {
    margin-left: 38px;
}
.tableActionBtns a:first-child {
    margin-left: 0px;
}
.tableFooter {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #FFF6E1;
    border-bottom: 1px solid #FFF6E1;
}
.showingPage p,
.dataTables_wrapper .dataTables_info {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin: 0;
}
.tableFooter .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.tableFooter  a.page-link {
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: none;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    line-height: 140%;
    color: #374151;
    vertical-align: top;
    align-items: center;
    justify-content: center;
}
.tableFooter .page-item:first-child a, .tableFooter .page-item:last-child a {
    width: auto;
    height: auto;
    background: #FFB800;
    border: 1px solid #FFB800;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.tableFooter .page-item:first-child a {
    margin-right: 27px;
}
.tableFooter .page-item:last-child a {
    margin-left: 27px;
}
.tableFooter .page-item a img {
    filter: brightness(0) invert(1);
}
.tableFooter .page-item:first-child a img {
    transform: rotate(90deg);
    margin-right: 14px;
}
.tableFooter .page-item:last-child a img {
    transform: rotate(270deg);
    margin-left: 14px;
}
.mainFooter {
    padding: 10px 0px 10px 55px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 62px);
    left: 0;
    background: #fefefe;
}
.footerInr p {
    margin-bottom: 0;
    color: #9CA3AF;
    font-size: 12px;
    line-height: 20px;
}
.footerInr, .footerInr a {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #9CA3AF;
}
.footerInr a {
    margin-left: 24px;
    text-decoration: underline;
}
.footerInr a:first-child {
    margin-left: 0;
}
.modal .modal-content,
.modally .modal-content {
    padding: 32px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}
.modal .modal-content .modal-body,
.modally .modal-content .modal-body {
    padding: 0;
}
.modal .modal-content .modal-body .close,
.modally .modal-content .modal-body .close {
    position: absolute;
    right: -20px;
    top: -20px;
}
div#addAccount {
    text-align: center;
}
.emailUserImg img {
    width: 58px;
    height: auto;
    margin-bottom: 20px;
}
.emailUserInfo {
    margin-bottom: 32px;
}
.emailUserInfo h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #111827;
}
.emailUserInfo p {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.0041em;
    color: #A6B1BB;
    margin-bottom: 0;
}
.espBlkInr {
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    padding: 35px 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0;
    height: 100%;
}
.espBlkInr .espImg img {
    width: auto;
    height: 15px;
    margin-bottom: 15px;
}
.espBlkInr .espImg.emailIcon img {
    width: auto;
    height: 11px;
    margin-bottom: 15px;
}
.espBlkInr .espName h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #131736;
    margin: 0 0 2px;
}
.modal .modal-content .modal-body button.close {
    position: absolute;
    right: -20px;
    top: -20px;
}
.monthlyPlan {
    margin-top: 35px;
}
.monthlyPlan input {
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.monthlyPlan input::placeholder {
    color: #374151;
    opacity: 1; /* Firefox */
}
.monthlyPlan input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #374151;
}
.monthlyPlan input::-ms-input-placeholder { /* Microsoft Edge */
    color: #374151;
}
.monthlyPlan button {
    background: #F3F4F6;
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 8px 15px;
    height: auto;
    margin-left: 10px;
}
.monthlyPlan button.selected {
    background: #FFF6E1;
    border-color: #ffb800;
}
.proPlan {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pPlanPrice {
    margin-left: auto;
    width: 125px;
    text-align: right;
}
.pPlanPrice p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #9CA3AF;
    margin: 0;
}
.pPlanPrice span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #131736;
    margin-right: 7px;
}
.radioOuter {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #131736;
    margin-bottom: 0;
}
.radioOuter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radioMark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #D1D5DB;
    border-radius: 50%;
}
.radioOuter .radioMark:after {
  content: "";
  position: absolute;
  display: none;
}
.radioOuter input:checked ~ .radioMark:after {
    display: block;
    background-color: #9CA3AF;
}
.radioOuter .radioMark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}
.radioOuter samp {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #9CA3AF;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
    display: block;
    vertical-align: top;
}
.upgradePopFooter {
    margin-top: 32px;
    text-align: center;
}
.upgradePopFooter .button {
    background: #FFB800;
    border-radius: 6px;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    border: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.upgradePopFooter .button:hover {
    outline: 0;
    box-shadow: none;
    background-color: #dd2529;
    border-color: #dd2529;
    color: #fff;
    text-decoration: none;
}
.modal-content {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}
.paymentMethod {
    margin-left: 24px;
    margin-bottom: 20px;
}
.paymentMethodsList {
    text-align: left;
    margin-bottom: 52px;
}
.paymentMethodsList h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
}
.paymentMethod .radioOuter {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
 }
.paymentMethod .radioOuter span {
    font-weight: 400;
    line-height: 150%;
    color: #9A9DAA;
 }
.paymentReview {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 20px;
}
.paymentReview ul,
.paymentInvoice ul {
    list-style: none;
    margin: 0;
}
.paymentReview ul li {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
}
.paymentReview ul li span {
    margin-left: auto;
}
.paymentReview ul li.finalPayment {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid #D1D5DB;
    padding-top: 12px;
}
.paymentForm {
    margin-top: 32px;
}
.fieldOuter {
    margin-bottom: 12px;
}
.fieldOuter label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
}
.fieldOuter input {
    padding: 10px 12px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.multiFields {
    display: flex;
    flex-direction: row;
}
.multiFields .fieldOuter {
    width: 50%;
}
.multiFields .fieldOuter:first-child {
    padding-right: 16px;
}
.multiFields .fieldOuter:last-child {
    padding-left: 16px;
}
.fieldOuter > p {
    margin-top: 32px;
    color: #A6B1BB;
}
.paymentInvoice ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
    text-align: left;
    margin-bottom: 20px;
}
.paymentInvoice ul li span,
.paymentInvoice ul li a {
    display: block;
    vertical-align: top;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9CA3AF;
}
.paymentInvoice ul li a {
    text-decoration: underline;
}
.modally-wrap.open {
    display: none !important;
}
.modally-wrap.open.last {
    display: block !important;
}
.pageCntntOuter h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #1E1E2D;
    margin-bottom: 32px;
}
.pageCntntOuter .textBlk {
    margin-bottom: 35px;
}
.textBlk p, .textBlk li {
    color: #6B7280;
}
.pageCntntOuter .textBlk h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #1E1E2D;
    margin-bottom: 5px;
}
.pageCntntOuter .textBlk ul {
    padding-left: 17px;
}
.pageCntntOuter .textBlk ul li {
    margin-bottom: 5px;
}
.espBlk {
    padding: 0 5px;
}
.InrHeading,
.popupEmail {
    text-align: left;
}
.InrHeading h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #333333;
}
.InrHeading h3 span {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.0041em;
    color: #9CA3AF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.popupEmailBlk {
    margin-bottom: 32px;
}
.popupInputFld input {
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    width: 100%;
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 8px;
}
.addedEmail span {
    display: inline-block;
    vertical-align: top;
    background: #FEE2E2;
    border-radius: 6px;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #B91C1C;
    margin: 0;
}
.addedEmail span img {
    margin-left: 13px;
    display: inline-block;
    vertical-align: top;
}
.actionRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.actionRadio .arSelect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
}
.actionRadio input:checked ~ .arSelect {
    background: #FFFAEF;
    border: 1px solid #FCB821;
}
.espBlkInr .espImg, .espBlkInr .espName {
    z-index: 999;
    position: relative;
}
.actionRadio samp {
    display: none;
}
.actionRadio input:checked ~ .arSelect samp {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #22C55E;
    font-family: 'Inter', sans-serif;
    vertical-align: top;
    background-image: url('assets/images/green-check.svg');
    background-repeat: no-repeat;
    background-position: left center;
    left: 0;
    right: 0;
}
.alertMessage,
.errorMessageFxd {
    position: fixed;
    bottom: 55px;
    left: 40px;
    display: none;
}
.alertMessageInr, .errorMessageFxdInr {
    background-color: #22C55E;
    border: 1px solid #22C55E;
    border-radius: 6px;
    padding: 12px 22px 12px 48px;
    background-image: url('../images/email-icon.png');
    background-repeat: no-repeat;
    background-position: 22px 16px;
    display: flex;
    flex-direction: row;
}
.errorMessageFxdInr {
    background-color: #df242a;
    border: 1px solid #df242a;
}
.alertMessageInr .amMsg, .errorMessageFxdInr .amMsg {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    width: 258px;
}
.amClose {
    cursor: pointer;
}
#blockedEmailListings_wrapper div#blockedEmailListings_length {
    display: none;
}
.tableOuter .dataTables_wrapper .dataTables_filter label {
    margin: 0;
}
.tableOuter table.dataTable.no-footer {
    border-bottom: 1px solid #FFF6E1;
}
.tableOuter .dataTables_wrapper .dataTables_info {
    padding-top: 25px !important;
}
.tableOuter .dataTables_paginate {
    padding-top: 10px !important;
}
.tableOuter .dataTables_wrapper .dataTables_paginate > .paginate_button {
    width: auto;
    height: auto;
    background: #FFB800 !important;
    border: 1px solid #FFB800 !important;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff !important;
}
.tableOuter .dataTables_wrapper .dataTables_paginate span .paginate_button {
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #374151 !important;
    vertical-align: middle;
}
.tableOuter .dataTables_wrapper .dataTables_paginate span .paginate_button:hover, .tableOuter .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    background: #ffb800;
    color: #fff !important;
}
.tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #ffb8005c !important;
    border-color: #ffb8005c !important;
    color: #fff !important;
}
.tableOuter .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
    border: none;
    background: #dd9f00;
}

/*
.errorMsg input {
    border-color: #FCA5A5 !important;
}
*/

.errorTxt {
    display:none;
    font-weight: 400; 
    font-size: 14px;
    line-height: 20px;
    color: red !important;
}
label.espBlkInr.buttonBlock {
    background: #FFFAEF;
    border: 1px solid #FCB821;
    border-radius: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 35px 20px;
    text-align: center;
}
.espBlkInr.buttonBlock button {
    z-index: 9;
    position: relative;
    opacity: 1;
    background: #FFB800;
    border: 1px solid #FFB800;
    border-radius: 6px;
    padding: 6px 17px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    margin: 18px 0 0;
}
.espBlkInr.buttonBlock button:hover {
    background-color: #dd2529;
    border-color: #dd2529;
}
.espOptions {
    text-align: left;
}
.checkboxOptions {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.checkboxOptions input {
    margin-right: 6px;
}
.checkboxOptions label {
    margin: 0;
}
.loaderOuter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 99999;
}
.loaderInr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.loaderOuter img {
    width: 50px;
    height: auto;
}
.loaderOuter p {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #fcad15;
}
.subCntntOuter .row > div {
    width: 50%;
    padding: 0 15px;
}
.subPlansOuter {
    margin-top: 50px;
}
.subPlanCntnt {
    text-align: center;
}
.subPlanCntntInr * {
    color: #7a808c;
}
.subPlanCntntInr {
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 35px 25px;
    color: #7a808c;
}
.subPlanCntnt ul {
    margin: 0;
    list-style: none;
    text-align: left;
}
.subPlanCntnt ul li {
    margin: 0 0 8px;
    position: relative;
    padding-left: 26px;
}
.subPlanCntnt ul li:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../images/check-mark.png');
    background-size: cover;
    opacity: 0.6;
}
.subPlanCntntInr {
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 35px 25px 90px;
    color: #7a808c;
    height: 100%;
    position: relative;
}
.subPlanCntntInr h2 {
    color: #1E1E2D;
    font-weight: bold;
}
.priceRange {
    margin: 35px 0;
}
.descText p {
    font-size: 17px;
    color: #7a808c;
}
.priceRange span {
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    vertical-align: baseline;
}
.getStartBtn {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 25px 25px;
}
.getStartBtn a {
    background: #FFB800;
    border: 1px solid #FFB800;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.getStartBtn a:hover {
    background-color: #dd2529;
    border-color: #dd2529;
    color: #fff;
    text-decoration: none;
}
.landingMainOtr * {
    font-family: 'Poppins', sans-serif;
}
.landingMainOtr {
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
    min-height: 100vh;
 }
.leftMenubar {
    width: 355px;
    background: #ffffff;
    padding: 8px 32px 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
}
.leftMenubar ul {
    list-style: none;
    margin: 0;
}
.leftMenubar ul li {
    list-style: none;
    margin-bottom: 12px;
}
.leftMenubar ul li  a {
    color: #878889;
    display: block;
    vertical-align: top;
    font-size: 16px;
}
.landingCntnt {
    background: #FEFEFE;
    width: 100%;
    position: relative;
    padding-left: 355px;
}
 .mainBtn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
}
 .mainBtn:hover {
    text-decoration: none;
    color: #fff;
}
.mainBtn.blackBtn {
    background: #000;
}
.mainBtn.blueBtn {
    background: #2977c9;
}
 .logoOuter img {
    width: 112px;
    height: auto;
    margin-bottom: 18px;
}
.signupBanner,
.emailBlkingOuter {
    padding: 95px 0;
    background-image: url('../images/yellow-bg.jpg');
    background-size: cover;
    background-position: top center;
}
.signupBanner .imgOuter img {
    width: 412px;
    height: auto;
}
.signupBanner h2 {
    color: #e42610;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.signupBanner p {
    font-size: 24px;
    color: #878889;
    font-weight: 300;
    margin-bottom: 35px;
}
.signupBanner .imgOuter {
    text-align: center;
}
.infoText {
    padding: 142px 25% 95px;
    color: #6b9bce;
    text-align: center;
}
.infoText h2 {
    color: #2977c9;
    line-height: 48px;
}
.infoText p {
    font-size: 20px;
    font-weight: 300;
    color: #6b9bce
}
.lRCntnt {
    padding: 95px 0;
}
.lRtxt p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px;
    color: #878889;
}
.lRimg {
    text-align: center;
}
.lRimg img {
    border: 2px solid #000;
}
.landingHeading {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 25px;
}
.emailBlkingOuter h4 {
    color: #2977c9;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
.ebfeatures {
    padding-top: 65px;
}
.ebImgOuter {
    margin-bottom: 25px;
}
.ebImgOuter img {
    width: auto;
    height: 192px;
}
.ebfeatures h3 {
    color: #e42610;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.ebfeatures p {
    color: #878889;
    font-size: 18px;
    font-weight: 300;
}
.peopleSayOuter {
    background-color: #eade0b;
    padding: 95px 0;
}
.peopleSayOuter h2.landingHeading {
    color: #000;
}
.peopleSayOuter p {
    font-size: 20px;
    font-weight: 300;
    color: #878889;
}
.testimonialOuter {
    margin-top: 85px;
}
.testiImgOuter {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto auto 30px;
}
.testimonialOuter * {
    color: #878889;
}
.testimonialOuter p {
    font-size: 16px;
    margin-bottom: 20px;
}
.testimonialOuter h3.userName {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.testimonialOuter span.desiganation {
    font-size: 14px;
    font-weight: 400;
}
.landingMainOtr .subPlansOuter {
    padding: 95px 0;
    text-align: center;
}
.subPlanRow {
    justify-content: center;
}
.subPlansOuter .landingHeading {
    margin-bottom: 65px;
}
.landingMainOtr .subPlanCntntInr {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.landingMainOtr .subPlanCntntInr h2 {
    font-size: 24px;
    color: #878889;
    margin-bottom: 16px;
}
.landingMainOtr .descText p {
    color: #878889;
    font-size: 16px;
}
.landingMainOtr .priceRange span {
    color: #878889;
    font-weight: 500;
    font-size: 36px;
 }
.landingMainOtr .subPlanCntnt ul li {
    font-weight: 300;
}
.swithBtnOuter {
    margin-bottom: 35px;
}
.switchBtn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0 12px;
}
.switchBtn input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.switchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #000;
}
.switchSlider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 4px;
    bottom: 2px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}
input:focus + .switchSlider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .switchSlider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.switchSlider.round {
  border-radius: 34px;
}
.switchSlider.round:before {
  border-radius: 50%;
}
.landingFooter {
    padding: 65px 0;
}
.logoLinks {
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.logoLinks img {
    height: 96px;
    width: auto;
}
.logoLinks ul {
    list-style: none;
    margin: 0;
}
.logoLinks ul li {
    margin: 0 16px;
    display: inline-block;
    vertical-align: top;
}
.logoLinks ul li a {
    text-decoration: none;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
}
.logoLinks ul li a:hover {
    text-decoration: underline;
}
.copyrightSocial p {
    font-size: 16px;
    font-weight: 300;
    color: #878889;
}
.copyrightSocial a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.copyrightSocial a img {
    height: 16px;
    width: auto;
    opacity: 0.6;
}
