body {
    background: url(../images/background-body.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}
.form-area-bg {
    background: #fff;
    border-radius: 20px;
    padding: 20px 35px 30px;
}
.form-title {
    color: #000;
    font-size: 34px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.68px;
    position: relative;
}
.form-sub-title {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.36px;

}

.form-title:after {
    content: '';
    background: #ea0d0d;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin:0px auto;
    bottom: -8px;
}
.login-title:after {
    width: 30px;
}
.reset-password-title:after {
    width: 0;
}
.register-form {
    margin: 45px 0px 0px 0px;
    display: block;
}
.login-form {
    margin: 55px 0px 0px 0px;
    display: block;
}
.login-form.reset-password {
    margin: 35px 0 10px;
    display: block;
}
.reset-password-form, .password-updated-wrap {
    /*min-height: 485px;*/
    height: 100%;
}
.password-updated-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.34px;
    color: #000;
    margin-bottom: 10px;
}
.password-updated-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.18px;
    color: #1f1f1f;
    margin-bottom: 32px;
}
.password-updated-wrap {
    display: block;
    padding: 20px 25px 30px;
}
.password-updated-wrap .login-now-btn {
    max-width: 340px;
    margin: 0 auto;
}
.password-updated-wrap .password-updated {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.password-updated-wrap .check-icon-img {
    margin-bottom: 30px;
}
.register-form .form-row,
.register-form .select-row {
    margin: 0px 0px 20px 0px;
}
.select-box {
    box-shadow: none;
    position: relative;
}
.select-box .btn:hover {
    color: #000;
}
.select-business.dropdown-row.sel:before {
    top: 26px;
}
.register_area .logo {
    margin: 90px 0px 0px 0px;
}
.register_area .footer-area {
    position: absolute;
    bottom: 90px;
    left: 0px;
}
.select-country span.caret,
.select-city span.caret,
.select-state span.caret {
    border: none;
}
.select-country span.caret:before,
.select-city span.caret:before,
.select-state span.caret:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    line-height: 8px;
    font-size: 20px;
    right: 0px;
}
.select-country .show span.caret:before
.select-city .show span.caret:before,
.select-state .show span.caret:before {
    transform: rotateX(-180deg);
}
.select-box .filter-option {
    color: #727272;
    font-size: 16px;
}
.select-box .dropdown-toggle:focus {
    outline:none !important;
}
.select-box .btn-default {
    border:none;
    border-radius: 0px;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0px;
}
.select-box .btn-default:hover {
    background-color: transparent !important;
}
.dropdown-row.sel {
    transition: all 0.3s ease-in-out;
    position: relative;
}
.select-row .select-box .dropdown-toggle {
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid #c6c6c6;
    box-shadow: none;
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 300;
    color: #727272;
    height: auto;
}
.select-row,
.select-row .select-box {
    height: 100%;
}
.dropdown-row .select-input {
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid #c6c6c6;
    box-shadow: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 300;
    color: #727272;
    height: auto;
}
.input-area:focus, .select-input:focus {
    box-shadow: none;
}
.form-row .input-field {
    display: table;
    position: relative;
    width: 100%;
}
.form-row .input-area {
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    height: 45px;
    padding: 0 30px;
    background: transparent;
    box-shadow: none;
    font-weight: 400;
    font-size: 18px;
    color:#1f1f1f;
}
.register-btn {
    padding: 15px 0px;
}
.form-row i.fa {
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 10px;
    color: #929292;
    cursor: pointer;
}
#register-form .form-group,
#login-form .form-group  {
    position: relative;
}
form .form-group  {
    position: relative;
}
.form-row label.input_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #727272;
    position: absolute;
    left: 32px;
    top: 11px;
    margin: 0px;
    transition: all ease-in-out 0.3s;
}
.form-row label.zipcode-input {
    left: 10px;
}
.form-row.has-class .input_text {
    top: -14px;
    color: #000000;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
}
.form-row.has-class .input-field:before {
    color: #ea0d0d;
}
.form-row label sup {
    color: #eb1d1d;
    font-weight: 600;
}
.form-row .input-field.company:before  {
    content: "\f0f7";
}
.form-row .input-field:before {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 100;
    color: #929292;
    z-index: 1;
}
.form-row .input-field:before {
    top: 10px;
}
.form-row .input-field.email:before  {
    content: "\f003";
}
.form-row .input-field.website:before  {
    content: "\f0ac";
}
.form-row .input-field.company:before  {
    content: "\f0f7";
}
.form-row .input-field.phone:before  {
    content: "\f095";
}
.form-row .input-field.address:before  {
    content: "\f041";
}
.form-row .input-field.password:before  {
    content: "\f023";
}
.btn-submit {
    letter-spacing: 2px;
}
.btn-submit:focus,
.btn-submit:active:focus {
    box-shadow: none;
    outline:none;
}
span.error-block {
    display: none !important;
}
.form-row .input-area.error-block {
    border-bottom: 1px solid #ea0d0d;
}
.social-row .social a {
    border: 2px solid #c8c8c8;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    min-height: 48px;
    line-height: 48px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-row .social a:hover {
    border-color: #ea0d0d;
    color: #fff;
}
.social-row .social a span.google-icon {
    background: url(../images/social-icons/google.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: -5px;
}
.social-row .social a span.facebook-icon {
    background: url(../images/social-icons/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: -5px;
}
.paragraph-text p a {
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.paragraph-text p a:hover {
    color: #ea0d0d;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.90);
}
.footer-area span{
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
}
.select-box .dropdown-toggle::after, .select-box .dropup .dropdown-toggle::after {
    display: none;
}
.select-box .dropdown-menu  {
    transform:translate3d(0px, 50px, 0px) !important;
    z-index: 9999999;
}
.select-box ul.dropdown-menu {
    transform:translate3d(0px, 0px, 0px) !important;
}
.forgot-link {
    display: block;
    width: 100%;
}
.forgot-link a {
    font-weight: 300;
    color: #006eb8;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}
.forgot-link a:hover {
    color: #ea0d0d;
    text-decoration: none;
}
.right {
    right: 0px;
}
.login-btn, .reset-password-btn, .login-now-btn {
    padding: 13px 0px;
}
.login-header .logo {
    padding: 90px 0px 40px 0px;
}
.login-form .form-row label.input_text {
    top: 10px;
}
.login-form .form-row.has-class .input_text {
    top: -14px;
}
.login-form .form-row .input-field:before {
    bottom: 9px;
}
/*--- Accounts Page ---*/
.otheraccount_area .otheraccount-box {
    max-width: 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin: 0px 12px;
}
.accounts-box {
    border:2px solid #e9e9e9;
    border-radius: 15px 15px 0px 0px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.accounts-box figure img {
    width: 100%;
}
.accounts-box::after{
    content:"";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ea0d0d;
}
.accounts-box:hover::after {
    width: 100%;
}
.accounts-box:hover .accounts-box a::after{
    height: 100%;
}
.accounts-box::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.2s;
}
.accounts-box::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.accounts-box:hover::after{
    transition-delay: 0s;
}
.last-border:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 160px;
    width: 100%;
    height: 2px;
    background-color: #e9e9e9;
}
.last-border:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 160px;
    width: 100%;
    height: 2px;
    background-color: #e9e9e9;
}
.accounts-box h2.account-title{
    font-weight: 700;
    color: #000000;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    margin: 0px 20px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.accounts-box:hover h2.account-title {
    color: #ea0d0d;
}
.accounts-box:hover {
    -webkit-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    cursor: pointer;
    z-index: 999;
}
.create-event {
    /*height: 100%;*/
    /*width: 100%;*/
    /*display: block;*/
    padding: 0;
    margin: 5px 0;
}
.create-event a {
    z-index: 99;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 9px 9px;
    position: relative;
    /*top: 5px;*/
    display: inline-block;
    border-radius: 5px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.create-event a::before, 
.create-event.active a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #EB2B09;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    border-radius: 5px;
}
.create-event:hover a::before,
.create-event.active a::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.loging-dropdown {
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 5px 0 0 25px;
}
.loging-dropdown a {
    position: relative;
    background-color: rgba(255,255,255,0.25);
    padding: 10px 35px 10px 10px;
    border-radius: 5px;
    /*width: 100%;*/
    display: inline-block;
}
.loging-dropdown a {
    color: #fff;
}
.loging-dropdown a img {
    margin: 0px 5px 0px 0px;
}
.account-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 0px;
    transform: translate3d(0px, 50px, 0px) !important;
    width: 100%;
    min-width: 180px;
    left: auto !important;
    right: 0 !important;
}
.loging-dropdown .dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    border:none;
    vertical-align:-1px;
    position: absolute;
    right: 14px;
}
.loging-dropdown.show .dropdown-toggle::after {
    transform: rotateX(-180deg);
}
.account-dropdown:before {
    content: '';
    position: absolute;
    border-bottom: 12px dashed #f5f5f5;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    top: -12px;
    right: 30px;
}
.account-dropdown ul.submenu {
    padding: 5px 0px 10px 0px;
    margin: 0px;
}
.account-dropdown ul.submenu li {
    line-height: 30px;
}
.account-dropdown ul.submenu li a {
    color: #363636;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    padding: 3px 24px;
    border-radius: 0px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.account-dropdown ul.submenu li a:hover {
    color: #ea0d0d;
    background-color: rgba(50,50,50,0.1);
}
.login-person {
    background-color: #f5f5f5;
    padding: 15px 24px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #d9d9d9;
}
.login-person h6 {
    font-weight: 500;
    color: #363636;
    font-size: 18px;
    margin: 0px;
}
.login-person span {
    color: #505050;
    font-size: 12px;
    font-weight: 300;
}
/*--- Membership Page ---*/
.membership_summary {
    border:2px solid #d6d6d6;
    padding: 30px 20px;
    min-height: 95%;
}
.order-summary_title h6 {
    font-weight: 500;
    color: #393939;
    font-size: 18px;
    border-bottom: 1px solid #b4b4b4;
}
.order-summary_list ul {
    border-bottom: 1px solid #b4b4b4;
}
.order-summary_list ul li {
    font-weight: 300;
    color: #393939;
    font-size: 16px;
    line-height: 36px;
}
.order-summary_list.payment-summary ul li {
    width: 48%;
    display: inline-block;
}

.order-summary_list ul li span {
    font-weight: 600;
    color: #393939;
}
.membership-plan {
    border:2px solid #d6d6d6;
    padding: 26px 24px 10px;
    transition: all ease-in-out 0.4s;
    margin-bottom: 30px;
}
.membership-plan:hover {
    border-color: rgba(0,110,184,1);
}
.membership-plan::before {
    background-color: #006eb8;
    border-radius: 5px;
}
.membership-plan:hover h4,
.membership-plan:hover h6,
.membership-plan:hover p,
.membership-plan:hover .price-divide {
    color: #fff;
    transition: all ease-in-out 0.4s;
}
.membership-plan h4 {
    color: #393939;
    font-size: 18px;
    font-weight: 500;
}
.membership-plan h4 span {
    font-weight: 700;
}
.membership-plan h6 {
    color: #006eb8;
    font-size: 16px;
    font-weight: 500;
}
.membership-plan h6 span {
    font-weight: 700;
    font-size: 33px;
}
.membership-plan .price-divide {
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    color: #393939;
}
.membership-plan p {
    color: #393939;
    font-size: 18px;
    font-weight: 400;
}
.btn-continue {
    display: inline-block;
    padding: 10px 20px;
}

.membership_area .plans.active .membership-plan {
  background-color: #006eb8;
}
.membership_area .plans.active .membership-plan h4 {
  color: #ffffff;
}
.membership_area .plans.active .membership-plan h6 {
  color: #ffffff;
}
.membership_area .plans.active .membership-plan h6 .price-divide {
  color: #ffffff;
}
.membership_area .plans.active .membership-plan p {
  color: #ffffff;
}


/*-- Event page --*/
.events-box {
    position: relative;
    overflow: hidden;
}
.events-img {
    margin: 0px;
}
.events-img img {
    width: 100%;
    transition: all ease-in-out 0.4s;
}
.events-box:hover .events-img img {
    transform: scale(1.2);
}
.events-box:hover .events-content {
    background-color: rgba(234,13,13,0.78);
}
.events-box .events-content {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.78);
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.events-box .events-content h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    margin: 10px 0px 0px 0px;
    width: 100%;
    display: block;
}

/*--Card Page--*/
.event_area .topcontent-sec {
    margin-bottom: 16px;
}
.topcontent-sec {
    background-color: #f7f7f7;
}
.select-category {
    margin: 0px auto;
}
.select-category .select-cate {
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    color: #393939;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
}
.select-category .select-cate:focus {
    box-shadow:none;
}
.select-category.sel:before {
    right: 30px;
}
.cardupload-box {
    background-color: #e9e9e9;
    text-align: center;
    border:1px solid #ededed;
    min-height: 100%;
    position: relative;
}
.cardupload-box label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.cardupload-box h4 {
    color: #878787;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
}
.card-box {
    background-color: #f7f7f7;
    border:1px solid #ededed;
    padding: 15px 25px;
    position: relative;
    overflow: hidden;
    height: 280px;
}
.card-box h6 {
    font-weight: 500;
    font-size: 18px;
    color: #393939;
}
.edit-button {
    position: absolute;
    bottom: -500px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}
.edit-button a.btn-edit {
    background-color: #ea0d0d;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    transition: all ease-in-out 0.4s;
}
.edit-button .btn-edit::before {
    border-radius: 5px;
}
.card-box:hover .edit-button {
    background-color: rgba(0,110,184,0.75);
    -webkit-box-shadow: 0px 10px 9px rgba(0,0,0,.30);
    box-shadow: 0px 6px 12px rgba(0,0,0,.175);
    cursor: pointer;
    bottom: 0px;
}
.loadmore-sec .btn-loadmore {
    background-color: #006eb8;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 34px;
    display: inline-block;
}
.loadmore-sec .btn-loadmore::before {
    border-radius: 5px;
}
.loadmore-sec .btn-loadmore{
    border-radius: 5px;
}
.loadmore-sec .btn-loadmore i.fa {
    font-size: 24px;
    position: relative;
    top: 2px;
}
.loadmore-sec .btn-loadmore::before {
    border-radius: 5px;
}
/*-- Edit Card Page --*/

.steps-col ul.steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto;
}
.steps-col ul {
    width: 100%;
}
.steps-col ul.steps li {
    width: 32%;
    text-align: center;
}
.steps-col ul.steps li .step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.steps-col ul.steps li.active .step-content .step-circle {
    background-color: #ea0d0d;
}
.steps-col ul.steps li .step-content .step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: #fff;
    border: 5px solid #cacaca;
    border-radius: 100%;
    background-color: #4c4c4c;
    font-weight: 700;
    font-size: 20px;
}
.steps-col ul.steps li a:hover .step-circle {
    background-color: #ea0d0d;
}
.steps-col ul.steps li .step-content .step-text {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 14px 0px 0px 0px;
}
.step-line {
    position: relative;
}
.step-line:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 100%;
    height: 4px;
    background-color: #4c4c4c;
}
.btn-change-step {
    padding: 12px 8px;
    display: block;
    box-shadow: -0.2rem 0.3rem 0.6rem rgba(0,0,0,.15);
}
.eventdetail-content-row h6 {
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0px;
}
.eventdetail-content-row p {
    color: #464646;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.eventdetail-form .label-name {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 34px;
    display: block;
    margin: 0px;
}
.eventdetail-form .form-control:focus,
.info-textarea:focus {
    box-shadow:none;
}
.eventdetail-form #datepicker, .eventdetail-form #datepicker-data {
    padding-left: 40px;
}


.eventdetail-form i.fa {
    position: absolute;
    top: 45px;
    left: 28px;
}
.editcard-upload {
    background-color: #f6f6f6;
    border:1px solid #cbcbcb;
    padding: 25px 30px 28px;
}
.upload-box .user-pic {
    display: inline-block;
    margin: 0px 20px 0px 0px;
}

.upload-box label.label-name,
.infor-col label.label-name {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 34px;
    display: block;
    margin: 0px;
}
.info-textarea {
    background-color: #f6f6f6;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.upload-wrap {
    border: 2px dashed #ea0d0d;
    position: relative;
    background-color: #fff;
}
.drag-text h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    padding: 40px 0px;
    margin: 0px;
}
.profile-user-box {
    background-color: #fff;
    border:1px solid #cbcbcb;
}

/*--Add Guest--*/
.btn-bn-step {
    padding: 12px 34px;
    box-shadow: 0 10px 6px -6px #777;
}
/* .productdetail-list {
    border:1px solid #e3e3e3;
} */
.product-img {
    background-color: #f2f2f2;
    border-right: 1px solid #e3e3e3;
    min-height: 100%;
}
.product-img .product-img-inner {
    height: 190px;
    width: 140px;
}
.product-img .product-img-inner img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.productlist-content span {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.productlist-content {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.btn-viewpreview {
    display: inline-block;
    padding: 9px 20px;
}
.btn-viewpreview::before {
    border-radius: 5px;
}
.btn-viewpreview i.view-icon {
    background: url(../images/add-guest/view_preview-icon.png) no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    margin: 0px 5px 0px 0px;
    position: relative;
}
.recipient-icons-row {
    width: 100%;
    display: block;
}
.button-import {
    display: inline-block;
}
.button-import a {
    font-weight: 500;
    color: #282828;
    font-size: 16px;
    line-height: 34px;
    cursor: pointer;
}
.button-import a label {cursor: pointer;}
.button-import a i.icon-contacts {
    background: url(../images/add-guest/contact.png) no-repeat;
    background-position: center;
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0px 6px 0px 0px;
}
.button-import a i.icon-Import {
    background: url(../images/add-guest/import.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0px 6px 0px 0px;
}
.recipientform-row {
    border:1px solid #e1e1e1;
}
.recipientform-title {
    background-color: #f2f2f2;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 20px;
}
.recipientform-title h5 {
    color: #006eb8;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin: 0px;
    display: inline-block;
}
.recipientform-box .form-group label.label-name {
    color: #000000;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
}
.recipientform-box .form-group .input-box {
    background-color: #f2f2f2;
    border-color: #cbcbcb;
}
.recipientform-box .form-group .input-box:focus {
    box-shadow: none;
}
.btn-recipient {
    padding: 8px 18px;
    display: inline-block;
}
.sharing_text a {
    color: #006eb8;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    padding: 0px 10px;
}
.recipienttable-heading {
    background-color: #eeeeee;
    padding: 12px 0px;
    border-radius: 10px 10px 0px 0px;
}

.boxs-title h5 {
    color: #006eb8;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin: 0px;
    display: inline-block;
}
.has-search {
    max-width: 230px;
}
.has-search .input-search {
    padding-left: 35px;
    font-weight: 400;
    color: #818181;
    font-size: 16px;
}
.has-search .input-search:focus {
    box-shadow: none;
}
.recipienttable-box table {
    margin: 0px;
}
.recipienttable-box table thead {
    background-color: #f6f6f6;
}
.recipienttable-box table thead th {
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}
.recipienttable-box table.dataTable tbody td {
    color: #565656;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 15px;
}
.recipienttable-box table tbody td:nth-child(4),
.recipienttable-box table tbody td:nth-child(5) {
    text-align: center;
}
.recipienttable-box table tbody td h6 {
    font-weight: 500;
    margin: 0px;
}
.recipienttable-box table tbody td a.edit,
.recipienttable-box table tbody td a.delete {
    color: #006eb8;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: block;
}
.recipienttable-box table tbody td a:hover {
    color: #EB2B09;
}
.removerecipient-text a {
    color: #006eb8;
    font-size: 16px;
    font-weight: 300;
}
.removerecipient-text a:hover {
    color: #EB2B09;
}
.input-box.error-block {
    border-color: #ea0d0d !important;
}
.form-row .select-edi.valid {
    border-color: #ea0d0d !important;
}
/*--Invitation Page--*/
.invitation-box {
    border:1px solid #e3e3e3;
    min-height: 100%;
}
.invitation-heading {
    background-color: #eeeeee;
}
.invitation-box .carddesign-img {
    width: 95%;
    overflow-x: auto;
    max-width: 374px;
}
.invitation-box .carddesign-img .draggable-labels {
    min-width: 374px;
}
.invitation-title {
    display: inline-block;
}
.invitation-title h5 {
    font-weight: 600;
    color: #006eb8;
    font-size: 20px;
    line-height: 34px;
}

.edit-btn {
    display: inline-block;
    background: #fff;
    border:1px solid #e2e2e2;
}
.edit-btn i.fa {
    color: #006eb8;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.edit-btn a {
    color: #383838;
    font-weight: 600;
    font-size: 14px;
}
.edit-btn a:hover i,
.edit-btn a:hover {
    color: #ea0d0d;
}

.invitation-detail .detail-content h4 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 8px 0px 0px;
    vertical-align: top;
    white-space: nowrap;
}
.invitation-detail .detail-content span {
    color: #000000;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
}
.guests-invite_box .table tbody tr td b {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin: 0px;
}
.guests-invite_box .table tbody tr td span {
    font-weight: 300;
    color: #565656;
    font-size: 14px;
}
.guests-invite_box .table tbody tr td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.guests-invite_box .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}
.invitation-button h3.btn-title {
    font-weight: 600;
    color: #000000;
    font-size: 36px;
    margin: 0px;
}
.btn-invitation {
    font-size: 20px;
    display: inline-block;
    margin: 0px 10px;
    padding: 13px 46px;
}
/*--Sending Process Page--*/
.sending-process_content h5 {
    color: #000000;
    font-size: 34px;
    font-weight: 500;
    display: block;
    margin: 0px;
}
.sending-process_content h5 .browser-icon {
    background: url(../images/sending-process/browese.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0px 0px 0px 0px;
}
.sending-process_content h2 {
    color: #000000;
    font-size: 50px;
    font-weight: 600;
}
.sending-process_content p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
}


/*-- Dashboard Page --*/
.btn-createinvitation {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 40px;
}
.product-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dashboard-content .product-img {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.dashboard-content .dashboard-row {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.dashboard-content .product-box {
    border-width: 1px;
    border-style: solid;
}
.delegate-access-wrp .product-box {
    border-width: 1px;
    border-style: solid;
    background-color: #f2f2f2;
    padding: 20px;
}
.delegate-access-wrp .product-box form {
    width: 100%;
}
.dashboard-row .productlist-text span {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    display: inline-block;
}
.dashboard-row .productlist-text {
    font-weight: 300;
    color: #393939;
    font-size: 14px;
    line-height: 30px;
}
.dashboardelete-button {
    display: inline-block;
}
.dashboardelete-button .delete-btn {
    background-color: #006eb8;
    color: #fff;
    font-size: 18px;
    padding: 7px 12px;
    font-weight: 300;
    position: relative;
    top: 2px;
}
.dashboardelete-button .delete-btn::before {
    border-radius: 5px;
}
.continue-button {
    display: inline-block;
}

.continue-button .btn-continue {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

/*-- Manage invitation --*/

.border-alert-bg {
    border-color: #ea0d0d;
}
span.alert-text {
    color: #ee3126;
    font-weight: 700;
    font-size: 16px;
}
.guestlist-table .table tbody tr td span.check,
.guestlist-table .table tbody tr td span.cancel {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background-color: #38953b;
    border-radius: 15px;
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
}
.guestlist-table .table tbody tr td span.cancel {
    background: #ea0d0d;
}
.cancel-event_button button {
    position: relative;
}
.event-title h4 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}
.cancelevent_button {
    border:1px solid #006eb8;
    border-radius: 5px;
    color: #006eb8;
    font-weight: 700;
    font-size: 14px;
}
.cancelevent_button::before {
    background-color: rgba(0,110,184,0.78);
}

.rsvp-status-col .status-title,
.rsvp-status-col .status-content {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.status-title h6 {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    margin: 0px;
}
.status-content .status-box {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 3px;
}
.rsvp-status-col .status-content {
    position: relative;
    top: 2px;
}
.status-content .success {
    background-color: #38953b;
}
.status-content .cencel {
    background-color: #ea0d0d;
}
.status-content .undecided {
    background-color: #006eb8;
}
.status-content span {
    color: #393939;
    font-weight: 400;
    font-size: 14px;
}
.guests-view .select-view,
.select-edit .select-edi {
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
}
.select-edit.form-row.sel:before {
    color: #006eb8;
}
.guests-view .select-view:focus {
    box-shadow:none;
}
.guests-view {
    display: inline-block;
}
.guests-view span {
    display: inline-block;
}
.guests-view.sel:before {
    right: 25px;
}
.view-content span {
    font-weight: 400;
    font-size: 14px;
    color: #3e3e3e;
    vertical-align: middle;
    line-height: 36px;
}
#editmodal .modal-content, .deletemodal .modal-content, #addtogroupmodal .modal-content, .editmodal .modal-content, #uniqueemail .modal-content {
    background-color: #006eb8;
}
#editmodal .modal-content .modal-header,
.editmodal .modal-content .modal-header,
#addtogroupmodal .modal-content .modal-header {
text-align: center;
    border-bottom-style: dashed;
    border-bottom-color: #338bc6;
}
#editmodal .modal-content .modal-header .modal-title,
.editmodal .modal-content .modal-header .modal-title,
#addtogroupmodal .modal-content .modal-header .modal-title {
font-weight: 600;
    color: #fff;
    font-size: 36px;
}

#editmodal .modal-content .modal-header .close:focus,
.editmodal .modal-content .modal-header .close:focus,
#addtogroupmodal .modal-content .modal-header .close:focus,
.deletemodal .modal-content .modal-header .close:focus {
    outline:none;
}
#editmodal .modal-content .modal-body,
.editmodal .modal-content .modal-body {
    padding: 40px 32px;
}
#addtogroupmodal .modal-content .modal-body {
    padding: 30px 32px;
}
.deletemodal .modal-content .modal-body {
    padding: 35px;
}
.delete-note-text {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1.04px;
}
.delete-note-text-small {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.36px;
    word-break: break-all;
}
.success-send-mail {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.32px;
}
.deleteevent .modal-dialog {
    max-width: 930px;
}
.deletecontact .modal-dialog {
    max-width: 630px;
}
.deleteallcontact .modal-dialog {
    max-width: 550px;
}
.deleteevent .delete-note-text {
    font-size: 24px;
    line-height: 36px;
}
.yesplease label {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.72px;
}
.thankyou-msg-text {
    color: #010101;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.thankyou-msg-text span {
    color:#ea0d0d;
}
.thankyou-msg-text.show {
    display: block;
}
.select-group-wrap label input[type="radio"],
.select-group-wrap label input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    display: unset !important;
    width: 0 !important;
    position: absolute;
}
.select-group-wrap label .checkmark {
    background-color: transparent;
    padding: 11px 12px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    line-height: 14px;
    border: 2px solid #fff;
    border-radius: 3px;
    width: 100%;
}
.select-group-wrap label input:checked ~ .checkmark {
    background-color: #fff;
    color: #353535;
}

.deletemodal .modal-content .modal-header {
    border-bottom: none;
    padding: 0;
}

#editmodal .modal-content .modal-header .close,
.editmodal .modal-content .modal-header .close,
#addtogroupmodal .modal-content .modal-header .close,
.deletemodal .modal-content .modal-header .close {
 position: absolute;
    top: 8px;
    right: 8px;
    padding: 0px;
    background-color: #fff;
    opacity: 1;
    color: #006eb8;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-weight: 500;
    font-size: 24px;
}
.btn-save::before {
    border-radius: 5px;
}
form .label-name,
#form-edit .label-name {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
}

/*-- Preview page --*/
.total-guest-input .button {
    border: 1px solid #cbcbcb;
    padding: 13px 45px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    background-color: #f2f2f2;
}
.total-guest-input input {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    max-width: 150px;
    border: 1px solid #cbcbcb;
}
.preview-guests-wrp h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 34px;
}
.preview-guests-wrp h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 34px;
}
.total-guest-input .button.subtract {
    border-radius: 5px 0 0 5px;
}
.total-guest-input .button.add {
    border-radius: 0 5px 5px 0;
}

.guest-name-wrap .guest-item {
    max-width: 290px;
}
.guest-name-wrap .guest-item input {
    border: 1px solid #cbcbcb;
    border-right: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.30px;
    padding: 10px 18px;
    height: 41px;
}
.guest-name-wrap .guest-item .input-group-prepend .input-group-text {
    margin-left: -1px;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.guest-name-wrap .guest-item .input-group-prepend .input-group-text .fa {
    color: #006eb8;
    cursor: pointer;
}

/*--User Page--*/
.user-table-detail table thead {
    background-color: #f6f6f6;
}
.user-table-detail table thead tr th {
    color: #565656;
    font-weight: 600;
    font-size: 14px;
}
.user-table-detail table tbody tr td {
    color: #565656;
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 5px;
}
.user-table-detail table tbody tr td h6 {
    font-weight: 400;
    color: #000000;
    margin: 0px;
    font-size: 14px;
}
.user-table-detail table tbody tr td a.delete {
    color: #006eb8;
    font-size: 18px;
}
.user-table-detail .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}
.recipientform-box .btn-user {
    padding: 8px 38px;
    display: inline-block;
}
.user-table-detail .table tbody tr:hover td,
.recipienttable-box .table tbody tr:hover td {
    background-color: #f6f6f6;
    cursor: pointer;
}

/*--Account Page--*/
.account-set-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.account-set-title h2 {
    font-weight: 700;
    font-size: 30px;
    color: #111111;
    padding-bottom: 9px;
}
.accountform-title h5 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    margin: 0px;
}
.accountform-row {
    border:1px solid #cccccc;
}

.select-timezone .select-time {
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
}
.select-timezone.sel:before {
    content: "\f0d7";
    color: #7f7f7f;
}
.date-col label.label-name {
    width: 100%;
}
.date-col .day-col {
    width: 70px;
    display: inline-block;
}
.date-col .month-col {
    width: 118px;
    display: inline-block;
    margin: 0px 6px;
}
.date-col .year-col {
    width: 90px;
    display: inline-block;
}
.btn-savenow {
    position: relative;
}
.accountform-row .form-group label.label-name,
.change-password_box .form-group label.label-name {
    color: #010101;
    font-size: 15px;
    font-weight: 600;
}
.change-password_box {
    border: 1px solid #cccccc;
}
.btn-updatepassword {
    width: 184px;
    height: 42px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.changepassword-title h4 {
    font-weight: 500;
    color: #111111;
    font-size: 24px;
}

.membership-text p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.membership-text p i.fa {
    background-color: #1fcba5;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.membership-text p a {
    font-size: 16px;
    color: #006eb8;
}
.membership-text p a:hover {
    color: #ea0d0d;
}
.change-password-row {
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
    margin-top: 20px;
}
/* .dropdown-row .valid {
    border-color: #ea0d0d !important;
} */

/*-- Add Contact Page --*/
.contacts-searchbox .form-group {
    position: relative;
}
.contacts-searchbox .form-group .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    padding: 0px 10px;
    right: 0px;
}
.contacts-searchbox .form-group .input-search {
    padding-right: 35px;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    min-height: 38px;
}
.contact-selebox .contact-sele {
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
}
.contact-selebox.dropdown-row:before {
    content: "\f0d7";
    top: 18px;
}
.addcontact-table-title h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    margin: 0px;
}
.export-button {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    border:1px solid #e1e1e1;
    padding: 6px 15px;
}
.btn-animation::before {
    border-radius: 5px;
}
.export-button i.fa {
    padding-right: 5px;
}

.addcontact-table .table thead {
    background-color: #efefef;
}
.addcontact-table .table thead tr th {
    font-weight: 600;
    color: #565656;
    font-size: 15px;
}
.addcontact-table .table thead tr th:nth-child(2) {
    width: 25%;
    text-align: left;
}
.addcontact-table .table tbody tr td:nth-child(2) {
    text-align: left !important;
}
.addcontact-table .table thead tr th:nth-child(3) {
    width: 10%;
}
.addcontact-table .table thead tr th:nth-child(4) {
    width: 7%;
}
.addcontact-table .table thead tr th:nth-child(5) {
    width: 10%;
}
.addcontact-table .table thead tr th {
    border-bottom-width: 1px;
}
.addcontact-table .table tbody tr td h6 {
    color: #000000;
    font-size: 16px;
    display: block;
    font-weight: 400;
}
.addcontact-table .table tbody tr td span {
    color: #565656;
    font-size: 13px;
    display: block;
    font-weight: 400;
}
.addcontact-table .table tbody tr td span .divider {
    display: inline-block;
    color: #e6e6e6;
}
.addcontact-table .table tbody tr td,
.addcontact-table .table tbody tr td a {
    color: #006eb8;
    font-weight: 400;
    font-size: 14px;
}
.addcontact-table .table tbody tr td a {
    color: #006eb8;
    font-weight: 400;
    font-size: 18px;
}
.addcontact-table .table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

.addcontact-table .table tbody tr:hover td {
    background-color: #f6f6f6;
    cursor: pointer;
}
.delete-contact-row a {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 300;
}
.delete-contact-row a:hover {
    color: #ea0d0d;
}

.addcontactform-row .nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border:1px solid #e1e1e1;
}

.addcontactform-row .tab-content {
    border: 1px solid #e2e2e2;
    border-radius: 0px 0px 5px 5px;
}

.addcontactform-row .recipientform-box .btn-addcontacts {
    padding: 8px 25px;
    display: inline-block;
}
.addcontactform-row .nav-tabs .nav-link {
    color: #8d8d8d;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 9.7px;
    background-color: #f2f2f2;
}

.addcontactform-row .nav-tabs .nav-link.active {
    color: #006eb8;
    background-color: transparent;
}


/*--- Contact Us Page ---*/
.getintouch-content h4 {
    font-weight: 600;
    color: #000000;
    font-size: 26px;
    margin: 0px 0px 32px 0px;
}
.getintouch-col {
    margin: 0px 0px 40px 0px;
}
.getintouch-col .icon {
    display: inline-flex;
    margin: 0px 20px 0px 0px;
}
.getintouch-text {
    display: inline-flex;
}
.getintouch-text span {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 300;
}
.getintouch-text span a {
    color: #5a5a5a;
}

.followus-content h4 {
    font-weight: 600;
    color: #000000;
    font-size: 26px;
    margin: 0px 0px 22px 0px;
}

.followus-content ul {
    display: flex;
    padding: 0px;
}

.followus-content ul li {
    list-style: none;
}

.followus-content ul li:first-child a {
    margin: 0 10px 0px 0px;
}

.followus-content ul li a {
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

.followus-content ul li a .icon {
    position: relative;
    color: #7f7f7f;
    transition: .5s;
    z-index: 3;
}

.followus-content ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.followus-content ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}
.followus-content ul li a:hover:before {
    top: 0;
}
.followus-content ul li:nth-child(1) a:before{
    background: #3b5999;
}
.followus-content ul li:nth-child(2) a:before{
    background: #55acee;
}
.followus-content ul li:nth-child(3) a:before {
    background: #0077b5;
}
.followus-content ul li:nth-child(4) a:before {
    background: #dd4b39;
}

.radius-left {
    border-radius: 20px 0px 0px 20px;
}
.radius-right {
    border-radius: 0px 20px 20px 0px;
}
.contectusform-title h2 {
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    margin: 0px 0px 50px 0px;
}
.form-row .input-field.fname:before {
    content: "\f2c0";
}
.form-row .input-field.massage:before {
    content: "\f0e6";
}

.form-row .input-textarea {
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    padding: 0 30px;
    background: transparent;
    box-shadow: none;
    font-weight: 400;
    font-size: 18px;
    color: #1f1f1f;
}

.contectus-row .input-field:before {
    font-size: 20px
}
.contectus-row label.input_text {
    color: #959595;
    left: 40px;
    top: 10px;
}
.contectus-row .input-area {
    height: 50px;
}
.contectus-row .input-field.phone:before,
.register-form  .input-field.phone:before {
    background:url(../images/contact-us/phone.png) no-repeat;
    width: 22px;
    height: 23px;
    display: inline-block;
    content: '';
}
.contectus-row.has-class .input-field.phone:before,
.register-form .form-row.has-class .input-field.phone:before {
    background:url(../images/contact-us/phone_hover.png) no-repeat;
}
.btn-contactus {
    width: 222px;
    height: 58px;
    display: inline-block;
    letter-spacing: 2px;
}
.contactus-area .row [class*="col-margin"] {
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}
.contactus-header .row [class*="col-"] {
    padding-left:0px;
    padding-right:0px;
}

.eventdetail-form-row .error-block,
.infor-col .info-textarea.error-block,
.infor-col .fileupload-input.error-block
{
    border-color: #ea0d0d;
}

/***** Reset Password *****/
.reset-password-page .footer-area {
    padding-bottom: 95px;
}

.thank-you-msg {
    display: none;
    background-color: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin: 25px 0 0;
    padding: 20px 26px 23px;
    overflow: hidden;
}

.thank-you-msg.show {
    display: block;
}

.thank-you-msg .thank-you-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1f1f1f;
}
.thank-you-msg .thank-you-title span {
    color: #eb0d0c;
}
.thank-you-msg .thank-you-detail {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #1f1f1f;
}
.thank-you-msg a {
    color: #eb0d0c;
    word-break: break-word;
}

.check-icon-img {
    margin-bottom: 22px;
}

.thank-you-sec .thank-you-title {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    color: #0d0d0d;
}

.thank-you-sec .thank-you-title span {
    color: #e90e0c;
}

.thank-you-sec .thank-you-sub-title {
    font-size: 21px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0.42px;
    color: #000;
    max-width: 825px;
    margin: 0 auto 28px;
}

.thank-you-wrap {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding: 70px 15px 90px;
}

.back-to-home {
    max-width: 348px;
    margin: 0 auto;
}
.modal.fade.deletemodal.deletecontact.bg-blue-popup.plannotadded.show button.close {
    position: absolute;
    right: -9px;
    top: -14px;
    background-color: #fffffff0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    opacity: 1;
    z-index: 999;
    color: #006eb8;
}
.modal.fade.deletemodal.deletecontact.bg-blue-popup.plannotadded.show .modal-content {
    position: relative;
}
.successfully-added .modal-dialog {
    max-width: 650px;
}
#successfully-added-recipient.successfully-added .modal-dialog {
    max-width: 770px;
}
.successfully-added .modal-body {
    padding: 50px 30px 60px;
}
.successfully-added .modal-content {
    border-radius: 20px;
}
.successfully-added .modal-body .check-icon-img {
    margin-bottom: 15px;
}
.successfully-added .modal-body .check-icon-img img {
    max-width: 80px;
}
.successfully-added .modal-body .contact-detail-wrp {
    margin-bottom: 7px;
}
.successfully-added .modal-body .successfully-title {
    font-size: 32px;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 46px;
}

.successfully-added .modal-body .contact-detail-text {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}


.vendor-name-txt {
    font-size: 40px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
    position: relative;
}
.vendor-name-txt img {
    margin-left: 15px;
}
.vendor-sub-txt {
    font-size: 14px;
    font-weight: 200;
    line-height: 31px;
    color: #797979;
}

.vender-form .form-group .label-name {
    font-size: 16px;
    font-weight: 300;
    color: #006eb8;
}

.vender-form .form-group input, .vender-form .form-group select {
    font-size: 16px;
    font-weight: 300;
    color: #1f1f1f;
    border: none;
    border-bottom: 1px solid #717171;
    border-radius: 0;
    padding: 12px 30px 12px 0;
    height: 45px;
}
.vender-form .form-group .form-elements-wrap {
    position: relative;
}
.vender-form .form-group .edit-icon-wrap {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}
.vender-form .form-group input[type="checkbox"] {
    height: 0;
    width: 0;
    opacity: 0;
}

.vender-form .form-group .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    user-select: none;
    background-color: #cacaca;
}
.vender-form .form-group .custom-control-label:after {
    left: 0;
}
.vender-form .form-group .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
}
.vender-form .form-group .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
}
.vender-form .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.vender-form .form-group .custom-control-label {
    position: unset;
    font-size: 16px;
    font-weight: 300;
    color: #1f1f1f;
}
.vender-form .form-group .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.vender-form .form-group .custom-control.custom-checkbox {
    margin-right: 30px;
    padding-left: 22px;
    margin-bottom: 10px;
}

.vender-form .save-vendor-btn {
    padding: 11px 65px;
    font-size: 18px;
}

.add-vendor-wrp {
    padding: 50px 0 100px;
}

.avatar-upload {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 260px;
    height: 260px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.vendor-logo-wrap {
    border: 5px solid rgba(228, 228, 228, 0.25);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 30px;
}
.vendor-logo-wrap img {
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.view-vendor-wrp .table-responsive table tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}
.view-vendor-wrp .table td, .view-vendor-wrp .table th {
    border: none;
}

.view-vendor-wrp .table th {
    font-size: 16px;
    font-weight: 300;
    color: #006eb8;
    white-space: nowrap;
    padding: 14px 40px;
}
.view-vendor-wrp .table td {
    font-size: 16px;
    font-weight: 300;
    color: #1f1f1f;
    letter-spacing: 0.32px;
    line-height: 24px;
}

.view-vendor-wrp {
    padding: 30px 0 100px;
}


.package-plan-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
}
.package-plan-sub-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    color: #393939;
    margin-bottom: 40px;
}

.package-plan-table {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    max-width: 368px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.package-plan-name {
    background-image: url(../images/package/package-title-bg.png);
    background-size: cover;
    background-position: center bottom;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.52px;
    color: #fff;
    padding: 27px 0;
}
.package-plan-name img {
    margin-right: 10px;
}
.package-pricing-wrap {
    padding: 35px 0 25px;
}
.package-pricing-wrap .package-pricing {
    font-size: 76px;
    font-weight: 200;
    color: #000;
    letter-spacing: 1.52px;
    line-height: 50px;
    margin-bottom: 10px;
}
.package-pricing-wrap .package-validity {
    font-size: 16px;
    font-weight: 500;
    color: #494949;
    letter-spacing: -0.32px;
}
.package-detail {
    padding: 0 20px;
}
.package-detail li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.32px;
    color: #555;
    position: relative;
    padding: 14px 10px 14px 75px;
    text-align: left;
}

.package-detail li:nth-of-type(2n+1) {
    background-color: #f2f2f2;
}

.package-detail li.package-check:before {
    content: "";
    background-image: url(../images/package/check-icon.png);
    width: 24px;
    height: 19px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.package-detail li.package-close:before {
    content: "";
    background-image: url(../images/package/close-icon.png);
    width: 20px;
    height: 19px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.package-plan-wrap {
    padding: 50px 0 145px;
}

.package-btn-wrap {
    padding: 0 20px;
    margin-bottom: 35px;
}

.package-btn-wrap .package-btn {
    background-color: #006eb8;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 14px;
    border-radius: 5px;
}

#age-popup-wrap .modal-dialog {
    max-width: 690px;
}
#age-popup-wrap .modal-dialog .modal-content {
    background-color: #006eb8;
}
#age-popup-wrap .modal-dialog .modal-content .modal-body {
    padding: 50px 15px;
}
#age-popup-wrap .modal-dialog .age-popup-title img {
    margin-right: 10px;
}
#age-popup-wrap .modal-dialog .age-popup-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1.44px;
    margin-bottom: 25px;
}
#age-popup-wrap .modal-dialog .popup-btn-wrap a {
    background-color: #ea0d0d;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 5px;
}
#age-popup-wrap .modal-dialog .popup-btn-wrap a:hover {
    background-color: #c60a0a;
}


/*New Added CSS*/
.form-row .input-field:before {
    top: 10px;
}

.profile-user-name {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}
.profile-detail-txt {
    font-size: 14px;
    font-weight: 200;
    line-height: 31px;
    color: #404040;
}

.profile-detail table tr th {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    padding: 0 50px 10px 0;
}
.profile-detail table tr td {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #404040;
}

.recipienttable-box .profile-items table tr td {
    vertical-align: middle;
    padding: 10px 40px;
    font-size: 16px;
    color: #000;
}
.recipienttable-box .profile-items table tr td.email-txt {
    color: #565656;
    font-weight: 300;
}
.recipienttable-box .profile-items table img {
    border-radius: 50px;
}
.recipienttable-box .profile-items table tr td a {
    font-size: 14px;
    font-weight: 400;
    color: #006eb8;
    border: 1px solid #006eb8;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
.recipienttable-box .profile-items table tr td a:hover {
    background-color: #006eb8;
    color: #fff;
}
.profile-image-wrap {
    /* height: 400px; */
    max-height: 400px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.profile-image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.profile-image-wrap .like-wrap {
    background-color: rgba(0,0,0,0.50);
    height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-image-wrap .like-count {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding-left: 35px;
    margin-right: 30px;
}
.profile-image-wrap .like-count:last-child {
    margin-right: 0;
}
.profile-image-wrap .like-count:before {
    content: "";
    background-image: url(../images/profile/like-icon.png);
    height: 28px;
    width: 28px;
    background-size: cover;
    position: absolute;
    left: 0;
}

#profileupdate .modal-dialog .modal-content {
    background-color: #006eb8;
}
#profileupdate .modal-dialog {
    max-width: 650px;
}
#profileupdate .profile-popup-img {
    width: 240px;
    height: 240px;
    border: 9px solid rgba(188,188,188,0.38);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
#profileupdate .profile-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#profileupdate .profile-title-popup {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.6px;
    color: #fff;
    text-align: left;
}
#profileupdate .contact-detail-text span {
    font-weight: 400;
}
#profileupdate .contact-detail-text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
}

#profileupdate .profile-popup-wrp {
    position: relative;
    padding-left: 300px;
    min-height: 300px;
}
#profileupdate .contact-detail-wrp {
    padding: 35px 0
}

#profileupdate .like-btn-wrp {
    margin-top: 15px;
    text-align: left;
}
#profileupdate .like-btn-wrp a {
    margin-right: 10px;
}

label.error {
    font-size: 16px;
    font-weight:400;
}


/*----- rsvvip/invitations/edit/design/12 -----*/
.design-card {
    background-color: #ffffff;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
}
.design-card-top {
    background-color: #e2e2e2;
    padding: 20px 20px 12px 20px;
    margin-bottom: 10px;
}

/*Fonts*/
.design-card .design-card-top .firstslide {
    margin-bottom: 5px;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .item input {
    height: 30px;
    font-size: 13px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background: #f7f7f7;
    width: 100%;
}
.design-card .design-card-top .slidefontfamily .owl-carousel {
    position: relative;
    max-width: 88%;
    margin: auto;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .owl-nav {
    position: absolute;
    margin: 0;
    top: 21%;
    width: 100%;
    margin-top: 0;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .owl-nav .owl-prev {
    left: -42px;
    position: absolute;
    cursor: pointer;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .owl-nav .owl-next {
    right: -42px;
    position: absolute;
    cursor: pointer;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .owl-nav button {
    margin: 0;
    background: #b3b3b3 !important;
    height: 34px;
    width: 34px;
    border-radius: 50% !important;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .nav-btn.prev-slide:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 12px;
    color: #fff;
    font-size: 20px;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .nav-btn.next-slide:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 14px;
    color: #fff;
    font-size: 20px;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .owl-dots {
    margin-top: 0 !important;
}
.design-card .design-card-top .slidefontfamily .owl-carousel .owl-nav.disabled {
    display: block !important;
}

/*Text*/
.design-card .design-card-top .pagefontalign .innerfontalign span {
    display: inline-block;
}
.design-card .design-card-top .pagefontalign .innerfontalign .contentleft input {
    background: #f7f7f7 url(../images/left.png) no-repeat center;
}
.design-card .design-card-top .pagefontalign .innerfontalign .contentright input {
    background: #f7f7f7 url(../images/right.png) no-repeat center;
}
.design-card .design-card-top .pagefontalign .innerfontalign input {
    font-size: 0;
    padding: 4px;
    border: 1px solid #d2d2d2;
    height: 28px;
    width: 36px;
    background: #f7f7f7 url(../images/center.png) no-repeat center;
}
.design-card .design-card-top .pagefontalign .contentfontsize label {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.design-card .design-card-top .pagefontalign .contentfontsize select.input {
    font-size: 14px;
    font-weight: 400;
    color: #0e0e0e;
    /*width: 81px;*/
    width: 103px;
    height: 30px;
    padding: 3px 8px;
    border: 1px solid #d2d2d2;
    background: #f7f7f7 url(../images/select-blue-down-arrow.png) no-repeat center right 15px;
}
.design-card .design-card-top .pagefontalign .contentfontsize select.input {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.design-card .design-card-top .pagefontalign .contentfontsize select.input::-ms-expand {
  display: none;
}
.design-card .design-card-top .fontline {
    border-top: 1px solid #b9b9b9;
    margin-bottom: 13px;
    margin-top: 14px;
}

/*Colors*/
.design-card .design-card-top .contentcolorsfont label {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}
.design-card .design-card-top .contentcolorsfont .colorsfields {
    line-height: 1;
}
.design-card .design-card-top .contentcolorsfont .colorsfields .dot {
    height: 21px;
    width: 21px;
}
.design-card .design-card-top .colorline {
    border-top: 1px solid #b9b9b9;
    margin-bottom: 12px;
    margin-top: 14px;
}

/*reset btn*/
.design-card .designresetrow {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.design-card .designresetrow .reset {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e2e2e2;
    border: 1px solid #d2d2d2;
    height: 32px;
    width: 82px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.design-card .designresetrow i.fa {
    position: unset !important;
    padding-right: 5px;
}
/*Start Drag Drop Element*/
.dragdrop p {
    position: relative;
    left: 0;
    top: 0; /* set these so Chrome doesn't return 'auto' from getComputedStyle */
    /*background: rgba(255, 255, 255, 0.66);
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;*/
    padding-left: 30px;
    padding-right: 20px;
    font-size: 20px;
    max-width: 375px;
    color: #000000;
    overflow: hidden;
}
/*End Drag Drop Element*/


.addcontacts_area .error {
    border-color: red !important;
}
.addcontacts_area label.error {
    display: none !important;
}
.addcontacts_area .familygroup1{
    margin-right:5px;
}
 #datatable {
    /*table-layout: fixed !important;*/
    position: relative !important;
   /* width: 100% !important;*/
}
.addcontacts_area .page-item.active .page-link{
    background-color:#006eb8 !important;
    border-color: #006eb8 !important;
}

.addcontacts_area #datatable_wrapper .dt-buttons {
    display: none;
}
.dataTables_filter {
    display: none;
}
.addcontact-table .table tbody tr td {
    text-align: center;
}
.addcontact-table .table tbody tr td:first-child {
    text-align: left;
}

.select-group-wrap label.familygroup1 {
    margin-right: 4px;
}
#import-contacts #grouplist label {
    margin-right: 4px !important;
}
#import-contacts .form-group.form-row.has-class {
    align-items: baseline;
}
#import-contacts #group ,#import-contacts #userContacts,#import-contacts #contacts{
    margin-right: 5px;
}




#import-contacts #group, #import-contacts #userContacts, #import-contacts #contacts {
    margin-left: 5px;
}
#import-contacts .form-group.form-row.has-class label {
    font-size: 15px;
}
#import-contacts .card-body {
    padding-left: 0;
}

#import-contacts .card-body .form-control {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    color: #fff;
}

.no-scroll #datatable_wrapper .pagination { margin-top: 20px; }
.no-scroll #datatable_wrapper .row:last-child [class*="col-"]:first-child { display: none; }
.no-scroll #datatable_wrapper .row:last-child { margin-right: 0; margin-left: 0; }
.no-scroll #datatable_wrapper .page-item.active .page-link {background-color: #006eb8 !important; border-color: #006eb8 !important; color: #fff !important;}
.no-scroll #datatable_wrapper .page-item .page-link {color: #6c757d; }
.no-scroll .recipienttable-box table tbody td h6 { font-size: 14px; }
@media only screen and (min-width: 1200px) {
    .no-scroll .table-responsive { overflow-x: unset; }
    .no-scroll #datatable {width: 100% !important; max-width: 100% !important}
}
#import-contacts #group, #import-contacts #userContacts, #import-contacts #contacts {
margin-left: 5px;
}
#import-contacts .form-group.form-row.has-class label {
font-size: 15px;
}
#import-contacts .card-body {
padding-left: 0;
padding-top: 0;
}

#import-contacts .card-body .form-control {
background-color: transparent;
border: 0;
padding-left: 0;
color: #fff;
}


/*Event Management Final Step*/

.guest-name-wrap .guest-item {max-width: 100%; }
.guest-name-wrap .guest-item input {border: 1px solid #cbcbcb !important; border-radius: .25rem !important; }
.input-group-prepend .label-wrap.radioyes {background: #e1f1c7; color: #50712c; }
.input-group-prepend .label-wrap.radiono {background: #f8dcd4; color: #c6351b }
.input-group-prepend .label-wrap {display: inline-block; position: relative; border-radius: .25rem !important; padding-left: 35px; margin: 0; cursor: pointer; font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 0 0px 0 10px; padding: 9px 10px 10px 35px; }
.input-group-prepend .label-wrap input {position: absolute; opacity: 0; cursor: pointer; top: 0;}
.input-group-prepend .checkmark {position: absolute; top: 10px; left: 10px; border-radius: 50%; }
.input-group-prepend .label-wrap input:checked ~ .checkmark i:before {content: "\f046"; }
.input-group select {margin-left: 10px; border: 1px solid #cbcbcb !important; border-radius: .25rem !important; padding: 5px 6px; }





/*--- 07/01/2022 Start ---*/
.recipient-popup .modal-dialog {max-width: 980px; }
.recipient-popup .single-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 0;
}
.recipient-popup .scrolled-table {
    height: 300px;
    overflow-y: scroll;
    display: block;
}
.recipient-popup form .form-group {
    margin-bottom: 0.4rem;
}
.recipient-popup .form-group label.label-name {
    font-size: 14px;
    margin: 0;
}
.recipient-popup .dataTables_length label {
    margin: 0;
    padding: 0 15px;
}
.recipient-popup th.sorting.sorting_asc {
    width: auto !important;
}
.recipient-popup .btn-invitation {
    padding: 0.375rem 1.75rem;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize !important;
}
.recipient-popup .scrolled-table thead th {
    width: 100% !important;
}
.login-person span {
    width: 130px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    cursor: pointer;
}
#demoModal .recipienttable-box table.dataTable tbody td {
    width: 24%;
}
/*--- 07/01/2022 End ---*/

.alert-danger ul {padding: 0; margin: 0;}

.border-danger {
    border-color: #dc3545 !important;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .col-lg-3 {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
    .header-area .col-lg-9 {-ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%;}
    .loging-dropdown {margin: 5px 0 0 10px;}
    .create-event a {padding: 9px 9px;}
    body.background-none .header-area {min-height: 90px;}
}


/*--------------------------------------
        11-1-2023 
--------------------------------------*/

/*--- News Feeds ---*/
.account-settings-col .news-feeds-wrap {display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; padding: 45px 0 10px; margin: 0 -1%; }
.account-settings-col .news-feeds-wrap .news-feeds-btn {width: 23%; margin: 1%; }
.account-settings-col .news-feeds-wrap .news-feeds-btn .btn {width: 100%; margin: 0; }
/*--- Change Password ---*/
.account-settings-col .change-password-row { padding-top: 15px; }
.account-settings-col .changepassword-title {margin-bottom: 0 !important; }
.account-settings-col .changepassword-title .cp-btn {align-items: center; justify-content: space-between; margin: 0; }
.account-settings-col .changepassword-title .cp-btn .btn {margin: 0 !important; min-width: 150px; }

.btn-change-step { letter-spacing: 0; }

@media only screen and (max-width: 1199px){
    /*--- News Feeds ---*/
    .account-settings-col .news-feeds-wrap .news-feeds-btn .btn {padding: 12px 12px; }
    /*--- Event Details ---*/
    .editcards-texts .contentfontsize label { display: none !important; }
}
@media only screen and (max-width: 991px){
    /*--- News Feeds ---*/
    .account-settings-col .news-feeds-wrap {padding: 0; }
    /*--- Event Details ---*/
    .editcards-texts .innerfontalign input { width: 28px !important; }
    /*--- Events Btns ===*/
    .events-btns .btn {max-width: 400px; margin: 5px auto; }
    .profile-image-wrap { height: auto !important;  }
    .order-summary_list.payment-summary ul li {width: 100%; display: inline-block;}
}
@media only screen and (max-width: 767px){
    /*--- News Feeds ---*/
    .account-settings-col .news-feeds-wrap .news-feeds-btn { width: 48%; }
    /*--- Change Password ---*/
    .account-settings-col .changepassword-title .cp-btn {font-size: 20px; }
    .account-settings-col .changepassword-title .cp-btn .btn { min-width: 130px; }

    .secondcontent-sec { padding-top: 0 !important; }
    .profile-user-name { text-align: center; }
    .profile-detail-txt { text-align: center; }
}
@media only screen and (max-width: 575px){
    /*--- Change Password ---*/
    .account-settings-col .changepassword-title .cp-btn {flex-wrap: wrap; justify-content: center; text-align: center; }
    .account-settings-col .changepassword-title .cp-btn .btn {width: 100%; max-width: 200px; margin-top: 15px !important; }
}
@media only screen and (max-width: 480px){
    .editcards-texts [class*="col-"]:first-child { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }
    .editcards-texts [class*="col-"] { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; text-align: center; }
    .editcards-texts .innerfontalign input { width: 45px !important; }
    .editcards-texts .contentfontsize select { width: 100% !important; }
}
@media only screen and (max-width: 360px){
    /*--- News Feeds ---*/
    .account-settings-col .news-feeds-wrap .news-feeds-btn {width: 100%; margin: 0 0 5px; }
    .profile-box .follow-btn .view-profile-btn {font-size: 12px !important; padding: 5px !important; }
    .profile-box .profile-detail-wrap { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%;  padding: 0 10px;}
    .profile-box .button-link-wrap { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%;  padding: 0 10px;}
}