.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('logo.png') 50% 50% no-repeat;
    background-size: 250px auto;
  }

/*.sidebar.active .sidebar-logo .light-logo {
    width: 60%;
}*/

.modal-title {
    font-weight: 600
}
.loginselect{
	 padding: 0.9rem 0.9rem 0.9rem 2.5rem;
}   
 .w-60{   
 	width: 60%;
 }
.w-80{
	width: 80%!important;
}
.card .card-body {
    padding: 1.5rem;
}
.custSidebarStatus{
	padding: 0.6rem;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	margin-top: 1rem;
}

.custSidebarStatus .custSidebarStatusHr {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;	
}

.custSidebarStatus .custSidebarStatusupgd {
    font-size: 0.9rem;
    color: #54a0db !important;
    position: relative;
}
.custSidebarStatus .custSidebarStatusupgd:hover {
	color: #1867a3!important;
}

.automodaltopSec{
    background: linear-gradient(124deg, #EAEAFF 25.26%, rgba(255, 255, 255, 0) 70.14%), linear-gradient(233deg, #D6F9FC 22.17%, rgba(255, 255, 255, 0) 73.23%);
	height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
}
.automodaltopSec img{
	width: 80%;
}
.user-modalonboarding-body {
    padding: 2rem;
}
.user-modalonboarding-body .bgdHeading{
	font-weight: 600;
    color: #1e1e1f;
    line-height: 1.32;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.user-modalonboarding-body .paragraph-lg {
    font-size: 0.9rem !important;
    color: #5c5c5c;
    margin-bottom: 0.6rem;
    text-align: justify;
}

.user-modalonboarding-body .list-unstyled li{
    font-size: 0.9rem !important;
}

/*********mobile css start********/
.phone {
  background: #000;
  border-radius: 28px 28px 0px 0px;
  padding: 12px 12px 0px 12px;
  width: 100%;
  min-height: 270px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto;
  zoom: 1.1;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.phone .screen .screen-top {
  position: relative;
  z-index: 99;
}
.phone .screen .screen-menu {
  left: 1rem;
  min-height: 40px;
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 1rem;
  display: flex;
}
.phone .screen .screen-menu .icon-wrap {
  flex: 1;
}
.phone .screen .screen-menu .icon-wrap .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.phone.ios .screen {
  background: #fff;
  min-height: 270px;
  border-radius: 18px 18px 0px 0px;
  background: url('../images/phone-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.phone.ios .screen .screen-top {
  padding: 5px 20px;
  position: relative;
}
.phone.ios .screen .screen-top .time {
  font-size: 12px;
  font-weight: 700;
  width: 50px;
  text-align: center;
  color: #044a75;
}
.phone.ios .screen .screen-top .phone-status {
  width: 50px;
  position: absolute;
  right: 12px;
  top: 9px;
  background: url(../images/phone-status.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
}
.phone.ios .phone-top {
  background: #000;
  position: absolute;
  width: 130px;
  top: 0.15rem;
  height: 30px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  left: 50%;
  margin-left: -64px;
  z-index: 2;
}
.phone.ios .phone-top .camera {
  content: "";
  position: absolute;
  left: 105px;
  background: #131313;
  box-shadow: none;
  z-index: 999;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.phone.ios .phone-top .camera:before {
  content: "";
  position: absolute;
  left: 2px;
  background: #303861;
  box-shadow: none;
  z-index: 999;
  top: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.phone.ios .phone-top .camera:after {
  content: "";
  position: absolute;
  left: 2px;
  background: #68a1b3;
  box-shadow: none;
  z-index: 999;
  top: 2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  opacity: 0.5;
}
.phone.ios .phone-top:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #131313;
  box-shadow: none;
  z-index: 999;
  top: 15px;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  border-radius: 10px;
}

.mail-section{
  padding: 10px;
    background: #ffffffc7;
    margin: 8px;
    border-radius: 8px;
}


.mail-section .inboxtxt{
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.6rem;
    font-size: 0.89rem;
    color: #1472a3;
}

.mail-section .mail-hr{
  margin: 6px 0px 6px 0px;
}
.mail-section .name-fast{
  width: 30px;
}

.mail-section .mail-time{
  float: right;
  font-weight: 600;
  font-size: 0.8rem;
}

.mail-section .mail-head{
  font-weight: 600;
  font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mail-section .mail-sub{
  font-weight: 600;
  width: 100%;
  font-size: 0.7rem;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mail-section .mail-text{
  font-size: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.prvtxt{
  font-size: 12px;
    line-height: 14px;
    color: #5b6572;
    margin: 0 auto 9px;
    text-align: center;
}
.recipent{
  font-size: 1.2rem;
  font-weight: 600;
}



/********mobile css end****/






.nmundrTxt {
	font-size: 0.8rem;
    margin-top: 3px;
}

.getStartSection {
    background-image: url(../images/welcome-bg-lg-65d504b5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 2rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 231);
    border-image: initial;
    border-radius: 0.5rem;
}

.getStartSection .getStartHeading {
	font-size: 1.25rem;
	font-weight: 600;
    color: #1e1e1f;
    margin-bottom: 0.5rem;
}

.getStartSection .getStartDescription {
	font-size: .75rem !important;
    color: #5c5c5c;
    margin-bottom: 1.5rem;
}

.block-steps__right{
    margin-left: 2rem;
    margin-top: 0.7rem;
}


.block-steps__right-item:first-child {
    margin-top: 0;
}


.block-steps__right-item {
    position: relative;
    padding-left: 40px;
    margin-top: 16px;
    max-width: 100%;
    padding-bottom: 24px;
}


.block-steps__right-item::before {
    content: "";
    position: absolute;
    left: 12px;
    width: 2px;
    background-color: #A3A5B0;
    top: 32px;
    bottom: -9px;
}


.block-steps__right-item .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 1px 6px 0 rgb(0 0 0 / 29%);
     box-shadow: 0px 1px 6px 0 rgb(0 0 0 / 29%);
    background-color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
}

.block-steps__right-item .h3 {
    color: #1e1e1f;
    display: block;
    margin-bottom: 8px;
    font-size: .975rem!important;
    line-height: 1.25;
    font-weight: 600;
}
.block-steps__right-item .blocstepdesc {
    font-size: .8rem!important;
    color: #5c5c5c;
    margin-bottom: 0px;
}

.block-steps__right-item .blocstepdesc .vewVideoTut {
    color: #2d93c8;
    font-weight: 500;
    cursor: pointer;
}

.block-steps__right-item .blocstepdesc .vewVideoTut:hover {
    color: #58baec;
}

.block-steps__right-item.active .number {
    background-color: #319ed7;
    color: #fff
}

.block-steps__right-item.active::before {
    background-color: #319ed7;
}

.block-steps__right-item.activeSuccess .number{
    background-color: #13ce66;
    color: #fff
}
.block-steps__right-item.activeSuccess::before {
    background-color: #13ce66;
}


/*.block-steps__right-item.activeSuccess .stepOnehDng, 
.block-steps__right-item.activeSuccess .stepTwohDng, 
.block-steps__right-item.activeSuccess .stepThreehDng, 
.block-steps__right-item.activeSuccess .stepFourhDng, 
.block-steps__right-item.activeSuccess .stepFivehDng{
	cursor: pointer;
}
*/

.ddjgdd{
	padding-bottom: 0px;	
}



.ddjgdd::before {
    display: none!important;
}
.fw-500{
	font-weight: 500!important;
}
.block-steps-Fm-area{
	margin-top: 1rem;
}
.block-steps-Fm-area .getstartfmfild .form-label{
	font-weight: 500;
}

.block-steps-Fm-area .getstartfmfild .form-label i{
	color: #a5a5a5;
}
.block-steps-Fm-area .getstartfmfild input[type=text].form-control,
.block-steps-Fm-area .getstartfmfild .form-select{
    height: 30px;
    padding: 0.2rem 0.5rem;
    font-size: 0.86rem;
    color: #626262 !important;
}
.block-steps-Fm-area .getstartfmfild textarea.form-control {
    padding: 0.2rem 0.5rem;
    font-size: 0.86rem;
    color: #626262 !important;
}



.block-steps-Fm-area .getstartfmfild .btn.btn-sm {
    padding: 0.25rem 0.875rem;
}


.block-steps-Fm-area .getstartfmfild .groupListarea .frMgn{
        font-size: 0.9rem;
}

.posRelative{
	position: relative;
}
#lettercounter{
  padding-right: 55px;
}
.numbCountLtr{
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 0.9rem;
}

.ifyoudnthavegp{
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #7b7b7b;
}
.ifyoudnthavegp .aClick{
    font-weight: 600;
    color: #1a8ecc;
    cursor: pointer;
}
.ifyoudnthavegp .aClick:hover{
    color: #045987;
}

.seltgp-area {
    position: relative;
    margin-bottom: 7px;
}
.seltgp-area i {
    position: absolute;
    right: 5px;
    top: 6px;
    color: #bbb;
}
.seltgp-area .form-control {
    padding: 4px 4px !important;
    font-size: 0.8rem;
    height: 29px;
}

.sel-group {
    padding: 0px 10px;
    border-left: 1px solid #ddd;
    height: 130px;
    overflow: auto;
}

.acrodian-fm2 label {
    margin-bottom: 4px;
    color: #565656;
    font-size: 0.86rem;
}

.acrodian-fm2 .form-check .form-check-input {
	margin-right: 10px;
}

.custttabs .nav-tabs .nav-link.active {
    color: #005c93;
}
.custttabs .nav-tabs .nav-link {
    color: #505050;
}

.custDatsg .form-control, .custDatsg .form-select {
    height: 35px;
    padding: 0.5625rem 0.5rem;
    font-size: 0.86rem;
    color: #626262 !important;
}

.samplefiledown{
	color: #0d6efd;
}
.samplefiledown:hover{
	color: #023d94;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d5db!important;
}
.block-steps-Fm-area .getstartfmfild .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 0.86rem!important;
    color: #626262 !important;
}


.template-area {
    background: #f9fbff;
    border: 1px solid #bdbaba;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

 .template-area .temt-overaly{
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #58a9e8e3;
  transition: 0.5s;
  z-index: 1;
 }

 .template-area:hover .temt-overaly{
  opacity: 5;
 }
 .template-area .temt-overaly .btn-sec{
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%,-50%);
}

.template-area .temt-overaly .btn-sec .btn{
    color: #fff;
    border: 1px solid #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.8rem;
    margin-bottom: 10px !important;
}
.template-area .temt-overaly .btn-sec .btn:hover{
  background: #ffffff30;
}



.template-area .temt-overaly2{
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #58a9e8e3;
  transition: 0.5s;
  z-index: 1;
  display: flex;
 }

 .template-area .temt-overaly2.active{
  opacity: 10!important;
 }

 .template-area .temt-overaly2 .btn-sec{
  margin: auto;
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
 }



.template-area .template-name{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    font-weight: 600;
    font-size: 0.9rem;
}

.template-area .custhimgarea2 {
    height: 195px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.template-area .custhimgarea2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sendreqarea{
  padding: 57px 15px 57px 15px;
  border-radius: 8px;
  border: 2px solid #044a75;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 94%;
}
.sendreqarea .sendreqarea-inner{
    vertical-align: middle;
    align-items: center;
    width: 100%
}
.sendreqarea .sendreqarea-inner img{
  width: 90px;
  margin-bottom: 10px;
}
.sendreqarea .sendreqarea-inner p{
    font-size: 0.9rem;
    color: #505050;
}
.position-relt{
  position: relative;
}
.w-80 {
    width: 80%;
}

.tempViewArea{
	margin-top: 10px;
}

.animatArea{
	width: 100%;
	text-align: center;
}
.animatArea img{
	width: 80%;
}

.sectionDevider{
	padding: 7px;
}



.check-cond-box{
  padding-bottom: 1.5rem;
  padding-top: 1.2rem;
  border-bottom: 1px solid #d9d9d9;
  border-radius:8px 8px 0 0;
}
.check-cond-box:hover{
  background:#ecfff5;
}

.check-cond-box .check-icon{
    color: #fff;
    font-size: 1.4rem;
    background: #939393;
    padding: 12px;
    border-radius: 50px;
}



.check-cond-box .check-icon.active-check{
  background: #13ce66;
}



.check-cond-box .check-cond-box-heading{
  color: #1f2d3d;
    font-weight: 600;
    font-size: 1rem;
}


.check-cond-box .check-cond-box-text{
  margin-bottom: 0px;
  font-size: 0.96rem;
}

.openers{
  color: #0092ff;
  font-weight: 600;
  font-size: 1rem;
}
.recipients{
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}
.clickers{
  color:#17a810;
  font-weight: 600;
  font-size: 1rem;
}
.unsubscribed{
  color: #e07400;
  font-weight: 600;
  font-size: 1rem;
}

.otp {
	display: inline-block;
    width: 24%;
    height: 50px;
    text-align: center;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    font-size: 1.5rem;
    color: #487fff;
    font-weight: 600;
}

.otpresendText span {
    color: #0b3793;
    cursor: pointer;
    font-weight: 600;
}

.otpresendText span:hover {
    color:#104bc6;
}

.fnt9rem{
	font-size: 0.9rem !important;
}
.sucessMsglgnArea {
    text-align: center;
    font-weight: 400;
}

.sucessMsglgnArea i {
    padding: 10px;
    background: #52dda0;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;
}

.sucessMsglgnArea .sucessMsglgn .regemilCopy {
    color: #2d64e4;
}


.campaiganformaccrodation .accordion-item .accordion-header .accordion-button .accroheading{
  color: #044a75;
    font-weight: 600;
    font-size: 1rem;
    padding-left: 10px;
}
.campaiganformaccrodation .accordion-item .accordion-header .accordion-button .smltexts{
    font-size: 0.96rem;
    font-weight: 500;
    color: #000;
}
.campaiganformaccrodation .accordion-item .accordion-header .accordion-button .check-icon{
  color: #fff;
    font-size: 1.4rem;
    background: #939393;
    padding: 12px;
    border-radius: 50px;
}
.campaiganformaccrodation .accordion-item .accordion-header .accordion-button .check-icon.activecheck-icon{
  background: #13ce66;
}

.acrodian-fm label{
    font-weight: 600;
    margin-bottom: 4px;
    color: #565656;
}

.acrodian-fm2 label{
    font-weight: 600;
    margin-bottom: 4px;
    color: #565656;
    font-size: 0.8rem;
}

.pricingTbl .pricingTblHdng {
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    color: #000;
}

.pricingTbl .pricingTblDesc {
    text-align: center;
    font-size: 0.9rem;
    color: #767575;
}



.price-box{
    padding: 32px 16px 20px 16px;
    box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 6%);
    border-radius: 8px;
    text-align: center;
    background-color: #f7faff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.price-box .price-box-heading{
    color: #1775af;
    font-family: "Times New Roman", serif, "system-ui", "-apple-system";
    font-size: 1.7rem;
    line-height: 2rem;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}
.price-box .per-price{
    font-weight: 600;
    color: #7a7878;
    font-size: 0.8rem;
}
.price-box .total-price sup, .price-box .total-price sub{
    font-weight: 300;
    bottom: 0;
    font-size: 1.1rem;
    color: #9b9b9b;
}
.price-box .total-price {
  font-family: "Times New Roman", serif, "system-ui", "-apple-system";
  font-size: 2rem;
  font-weight: 600;
}

.price-box .un-contact{
  color: #646464;
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.price-box .btn{
  background: #4d82fd;
  color: #fff;
  width: 100%;
}

.price-box .btn:hover{
  background: #315dc5;
}

.price-box .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
  text-align: left;
}

.price-box .features li{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #848484;
  font-weight: 400;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.price-box .features li i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #8dceff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-top: -8px;
}


.price-box .features li a{
  color: #848484;
}

.price-box .features li:last-child{
  border-bottom: 0;
}


.createTmplteBox{
    padding: 25px 15px;
    border-radius: 8px;
    text-align: center;
    background-color: #f7faff;
    margin-bottom: 10px;
}

.createTmplteBox img {
    width: 60%;
    margin-bottom: 15px;
}

.createTmplteBox .createTmplteBoxDcs {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

 /* Custom Gradient for the Progress Bar */
        .progress-bar-gradient {
            background: linear-gradient(to right, green, yellow, red);
        }

/* Arrow pointer */
.arrow-pointer {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    transform: translateX(-50%); /* Center the arrow horizontally */
}

.cftTempSlc{
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

.curr-selcode {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  color: #044a75;
}

.democurdorpointy{
  cursor: pointer;
}
.tempCustRefBTn{
  font-weight: 400;
  color: #2a92db;
  cursor: pointer;
  font-size: 0.9rem;
}

.notCreditSection {
    padding: 0.6rem;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.notCreditSection .notCreditSectionImg{
    width: 30%;
}

.notCreditSection .notCreditSectionHdng {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.notCreditSection .notCreditSectionDesc {
    font-size: 0.7rem;
    color: #a2a2a2;
    margin-bottom: 0.5rem;
}

.notCreditSection .notCreditSectionBtn {
    font-size: 0.8rem;
    background: #487fff;
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
}
.notCreditSection .notCreditSectionBtn:hover {
    background: #1649bf;
}

.custbihhbck{
    color: #4494d3;
    padding: 0;
}
.iti{
    width: 100%;
}
.cursorPointer{
  cursor: pointer;
}
.viewCntg{
  color: #2d93c8;
  cursor: pointer;
  font-size: 0.8rem;
}
.viewCntg:hover{
  color:#00467c;
}