.profile_cols {
    padding: 4em 0;
    background-color: #f7f7fa;
}

.lefthead {
    background-color: #2a2e43;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px 10px 0px 0px;
}

.leftcol .nav-tabs li {
    display: block;
    width: 100%;
}

.leftcol .nav-tabs>li>a {
    border: 0 !important;
    padding: 14px 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.leftcol .nav-tabs>li.active>a:before {content: "";width: 3px;height: 100%;position: absolute;left: 0;background-color: #693bbd;top: 0;}

.no-padding-top {
    padding-top: 0 !important;
}
#browse_s2 button.owl-dot.active {
    background-color: #693bbd;
}
ul.heart-rating li {
    display: inline-block;
    margin-right: 7px;
}

ul.heart-rating li i {
    color: #ff7f00;
    font-size: 20px;
}

ul.heart-rating {
    margin-left: 4em;
    margin-bottom: 30px;
}
.panel-subs {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.panel-subs strong {
    float: right;
    margin-top: 20px;
    font-size: 24px;
    color: #693bbd;
    font-weight: 700;
    margin-bottom: 20px;
}

.panel-subs li:before {content: "";background-image: url('../images/tick-mark.png');background-repeat: no-repeat;width: 20px;height: 20px;position: absolute;left: 0;background-size: 100%;top: 3px;}

.panel-subs li {
    padding-left: 40px;
    margin: 12px 0;
    position: relative;
}

.panel-subs ul {
    margin: 20px 0;
}

.panel-subs a.btn-filled {
    background-color: #78849e;
    padding: 15px 30px;
    display: table;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
a.topbtn img {
    box-shadow: 0 15px 20px #ebebeb;
    border-radius: 50px;
    height: 75px;
}

a.topbtn {
    float: right;
}

.blog-content {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 3px 4px #c5c5c51f;
    border-radius: 0px 0px 5px 5px;
    transition: 0.5s all 0s;
}

.blog-content h4 {
    margin-bottom: 10px;
}

span.posted-date {
    margin-bottom: 10px;
    display: block;
    opacity: .6;
}

.blog-content p {
    opacity: 0.8;
}

.blog-content p .link {
    color: #693bbd;
    font-weight: 600;
}
.blog-media {
    margin-top: 20px;
}

.blog-content:hover {
    box-shadow: 0px 3px 14px #9292921f;
}
div#accordionExample .collapse {
    display: none !important;
}

div#accordionExample .collapse.in {
    display: block !important;
}

div#accordionExample .card-header {
    background-color: #fff;
    padding: 5px 20px;
    display: block;
    margin-bottom: 10px;
}

div#accordionExample .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    outline: none !important;
    position: relative;
}

div#accordionExample .card-header button:after {content: "\f107";font-size: 30px !important;position: absolute;right: 20px;z-index: 9999;color: #000;font-family: 'FontAwesome';top: -10px;}

.card-body {
    padding: 20px 32px;
}

.card-body p {
    opacity: 0.9;
}
div#accordionExample .card-header button[data-target="#collapseOne"]:after {content: "\f106";}
.panel-blocked .small-avatar {
    display: inline-block;
    max-width: 90px;
}

.panel-blocked h4 {
    display: inline-block;
    margin-left: 20px;
}

.panel-blocked .btn-blank {margin-left: auto;display: table;margin-top: 20px;border: 2px solid #ff0707;color: #ff0707;padding: 12px 40px;border-radius: 5px;font-size: 17px;}

.panel-blocked {
    background-color: #fff;
    padding: 30px 30px 10px;
    margin: 20px 0;
}
.panel-blocked > .row {
    margin-bottom: 20px;
}

.panel-blocked .btn-blank:hover {
    background-color: #ff0707;
    color: #fff;
    text-decoration: none;
}
.panel-blocked form h5 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
}

.panel-blocked form label {
    width: 100%;
    margin: 5px 0;
    font-weight: 300;
    color: #696363;
}

.panel-blocked form label input {
    margin-right: 7px;
}
ul.inline li {
    display: inline-block;
    margin-right: 20px;
}

.panel-blocked form .inline input {
    opacity: 0;
    position: absolute;
}
.panel-blocked form .inline input:checked ~ span {
    background-color: #693bbd;
    color: #fff;
}

.panel-blocked form .inline input span {
    padding: 10px 10px;
    display: block;
}

.panel-blocked form .inline input ~ span {
    padding: 10px 30px;
    display: block;
    border: 2px solid #693bbd;
    border-radius: 4px;
    cursor: pointer;
}

.panel-blocked .btn-bg {
    background-color: #693bbd;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 70px;
    border-radius: 5px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 10px;
}


/**/

/* Mark input boxes that gets an error on validation: */
#regForm input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
#regForm .tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
#regForm .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#regForm .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
#regForm .step.finish {
  background-color: #04AA6D;
}
.panel-blocked.nobg {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
}
.panel-blocked form label input[type="text"] {
    width: 100%;
    max-width: 450px;
    padding: 17px;
    background-color: #ecedf2;
    border: 0;
}

.panel-blocked form label input[type="text"] {
    outline-color: #693bbd;
    outline-width: 1px;
}
.ucht_mirr .btns-inline {
    display: flex;
    margin-left: 78px;
}

.umir_left.fullwidth {
    display: block;
}

.umir_left.fullwidth .umir_icon , .umir_left.fullwidth .umir_msg {
    display: inline-block;
}

.umir_left.fullwidth .umir_msg h4 {
    margin-top: 10px;
    display: block;
}

.umir_left.fullwidth .umir_msg {
    position: relative;
    top: 10px;
}

.ucht_mirr .btns-inline a {
    background-color: #693bbd;
    padding: 7px 38px;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}

.ucht_mirr .btns-inline li {
    margin-right: 10px;
}

.ucht_mirr .btns-inline a.light {
    background-color: #adb6c9;
}

.web_notify ul.nav.nav-tabs , .web_notify .tab-content {
    margin: 0 15px;
    border: 0;
}

.web_notify ul.nav.nav-tabs a {
    border: 0;
    font-weight: 600;
    color: #78849e;
}

.web_notify ul.nav.nav-tabs li.active a {
    color: #693bbd;
}
a.callnow {
    background-color: #5ad622;
    width: 50px;
    height: 50px;
    display: table;
    text-align: center !important;
    border-radius: 50px;
}

a.callnow i.fa {
    text-align: center;
    float: none;
    line-height: 2.2;
    font-size: 24px;
    color: #fff;
    display: block !important;
    text-decoration: none;
}

.umir_item {
    border-bottom: 1px solid #e4e6ec;
    border-radius: 0 !important;
    margin-top: 2px;
}

a.callnow {text-decoration: none !important;}

.web_notify ul.nav.nav-tabs {
    margin-bottom: 10px;
}
form#regForm input[type='radio']:after {content: "";width: 20px;height: 20px;border-radius: 15px;top: -2px;left: -1px;position: relative;content: '';display: inline-block;visibility: visible;border: 2px solid #693bbd;position: absolute;top: 0;z-index: 3;opacity: 1;background-color: #fff;}

form#regForm  input[type='radio']:checked:before {content: "";width: 15px;height: 15px;border-radius: 15px;top: -2px;left: 1px;position: relative;background-color: #693bbd;content: '';display: inline-block;visibility: visible;border: 2px solid white;position: absolute;top: 3px;z-index: 99;opacity: 1;}

form#regForm input[type='radio'] {
    position: relative;
    /* opacity: 0; */
}
div#accordionExample .card-header button[aria-expanded="true"] {
    color: #6c3bbd;
    font-weight: bold;
}
.logo-right ul li a {
    text-transform: uppercase;
}
.videoframe {
    display: block;
    width: 100%;
    border: 2px solid #cccccc2e;
    height: 512px;
    background-color: #f1f1f1;
}
.account-header-tab>ul>li {
    background: #693BBD;
    padding: 1rem 1.5rem;
    border-radius: 10px;
}
.account-header-tab>ul>li>a {
    color: white;
    text-decoration: none;
}
.account-header-tab>ul>li>a:hover {
    cursor: pointer;
}
.account-header-tab>ul>li>a img{
    box-shadow: none !important; 
    border-radius: 0 !important;
    height: 16px !important;
    margin-right: 10px;
}
.tab-account-first {
    background: white !important;
}
.tab-account-first>a {
    color: #693bbd !important;
}
.account-gallary-bg {
    background: #F7F7FA !important;
}
.account-header-img > img:hover {
    background: rgba(0, 0, 0,0.8);
}
.account-header-img:hover .account-header-img-overlay {
    opacity: 1;
}
.account-header-img-overlay {
    position: absolute; 
    bottom: 0; 
    background: rgba(0, 0, 0, 0.5); /* Black see-through */    
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity:0;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
.account-header-img {
    position: relative;
}
.account-header-img-overlay > a {
    padding: 1rem 2.5rem;
    background: white;
    position: absolute;
    color: #FF7F00;
    border-radius: 10px;
    left: 27%;
    top: 43%;
    text-decoration: none;
}
.top-back-btn {
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.26;
    color: #2a2e43;
}
.top-back-btn:hover {
    text-decoration: none;
}
.top-back-btn>img {
    width: 14.6px;
    height: 23.6px;
    margin-right: 6px;

}
.blog-detail-img > img {
    width: 100%;
    object-fit: contain;
    margin-top: 20px;
    border-radius: 15px;
}
.blog-content-bg {
    background: #F7F7FA;
    box-shadow: none;
}
.blog-content-bg:hover {
    box-shadow: none;
}
.discussion-detail-heading {
    font-family: Montserrat;
    font-size: 59px;
    font-weight: 600;
    color: #2a2e43;
    margin-top: 43px;
    margin-bottom: 15px;
}
.discussion-detail-subheading {
    font-family: Gibson;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: left;
    color: #2a2e43;
    margin-top: 34px;
}
.discussion-detail-comments {
    background-color: #ffffff;
}
.discussion-detail-comments>h1 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #454f63;
    margin-left: 60px;
    margin-top: 40px;
}
.discussion-detail-comment{
    margin-left: 60px;
    margin-top: 40px;
}
.discussion-detail-comment > img {
    width: 62.2px;
    height: 62.2px;
    margin: 0 16.8px 24.8px 0;
    border-radius: 31px;
    float: left;
}
.ddc-typography>h1 {
    font-size: 18px;
    font-weight: 600;
    color: #454f63;
    margin: 3px 0 10.9px 0;
}
.ddc-typography>p{
    font-size: 16px;
    line-height: 1.38;
    color: #78849e;
    margin: 10px 0 11px 0;
}
.ddc-typography>a{
    font-size: 16px;
    color: #693bbd;
    margin: 10px 0 20px 0;
}
.ddc-typography>a:hover{
    text-decoration: none;
}
.ddc-time>span {
    opacity: 0.44;
    font-size: 16px;
    color: #454f63;
}
.ddc-d-flex{
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
}
.discussion-detail-comments>a {
    font-size: 20px;
    color: #693bbd;
    margin: 26px 0 46px 60px;    
}
.discussion-detail-comments>a:hover {
    text-decoration: none;    
}
.ddc-divider{
    height: 1.2px;
    margin: 20.7px 0 0;
    opacity: 0.03;
    border-radius: 1px;
    background-color: #000000;
    margin-bottom: 20px;
}

.add-comment-input {
    display: flex;
    align-items: center;
    background-color: #f0f0fb;
    border-radius: 7px;
    margin: 50px 60px;
    font-size: 20px;
}
.add-comment-input>input{
    width: 95%;
    height: 73px;
    border-radius: 7px;
    padding: 23px 33px 23px 25px;
    border: none;
    background-color: #f0f0fb;
    color: #78849e;
}
.add-comment-input>img{
    width: 30px;
    height: 30px;
}
.add-comment-input>input:focus-visible{
    outline: none;
}
.personal-detail-upload{
    margin-top: 60px;
}
.personal-detail-upload>img{
        border-radius: 100%;
}
.personal-detail-upload>input{
        border-radius: 15px;
        border: 1px #000 solid;
}

.personal-detail-upload .file-upload {
    width: 202px;
    height: 202px;
    padding: 61px 32px 60.9px 32px;
    border-radius: 125px;
    background-color: #f0f1f4;
    margin: auto;
    position: relative;
  }
.personal-detail-upload .file-upload .file-upload-content {
    display: none;
    text-align: center;
  }
  .personal-detail-upload .file-upload .file-upload-btn {
    width: fit-content;
    margin: 0;
    color: #fff;
    background: #703ABD;
    border: none;
    padding: 1rem 3.5rem;
    border-radius: 4px;
    border-bottom: 4px solid #703ABD;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: -60px;
    left: 10px;
    display: none;
  }
  
  .personal-detail-upload .file-upload .file-upload-btn:hover {
    background: #703ABD;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
.personal-detail-upload .file-upload .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
.personal-detail-upload .file-upload .image-upload-wrap .file-upload-input {
    position: absolute;
    outline: none;
    opacity: 0;
    cursor: pointer;
    width: 202px;
    height: 202px;
    padding: 61px 32px 60.9px 32px;
    border-radius: 125px;
    top: 0px;
    left: 0px;
  } 

.personal-detail-upload .file-upload .file-upload-content .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }

.personal-detail-upload .file-upload .image-upload-wrap>img
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
.personal-detail-upload .file-upload .image-upload-wrap .drag-text {
    text-align: center;
  }
  
.personal-detail-upload .file-upload .image-upload-wrap .drag-text h3 {
    margin: 16.7px 0 0;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #454f63;
  }
  
.personal-detail-upload .file-upload .file-upload-content .file-upload-image {
    width: 202px;
    height: 202px;
    border-radius: 100%;
    max-width: none!important;
    position: absolute;
    top: 0px;
    left: 0px;

  }


.personal-detail-upload .file-upload .file-upload-content .image-title-wrap .remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #703ABD;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #703ABD;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 110%;
  }  

.personal-detail-upload .file-upload .file-upload-content .image-title-wrap .remove-image:hover {
    background: #703ABD;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }  

.personal-detail-upload .file-upload .file-upload-content .image-title-wrap .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }
.data-input-section>h2{
    margin: 76px 0 77px 0;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #2a2e43;
}
.data-input-input{
    padding-left: 30px !important;
    font-size: 24px;
    color: #2a2e43;
    margin-bottom: 23px!important;
}
.data-input-labels{
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}
.data-input-textarea{
    height: auto !important;
    resize: none;
}
.QA-Preference-h1{
    margin: 100px 0 25px 0;
    font-size: 34px;
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
    color: #2a2e43;
}
.QA-Preference-p{
    width: 729px;
    margin: 11px auto 62px auto;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #686e83;
}

.data-input-radio{
    width: 10% !important;
    height: 23px !important;
    margin: 25px 0 0px 4px !important;
    display: inline;
    vertical-align: bottom;
}
.Preference-h3 {
    margin: 0px;
    font-size: 21px;
    font-weight: 600 !important;
    line-height: 1.33;
    text-align: left;
    color: #2a2e43 !important;
} 
.preference-input-label{
    margin: 28px 27px 0 20.2px;
    font-size: 15px;
    line-height: 1.33;
    text-align: left;
    font-weight: 100;
    color: #454f63 !important;
}

.selected-interests-list > ul>li{
    display: inline-block;
    background: #693bbd;
    padding: 12px 14.9px 10px 26px;
    color: white;
    font-size: 24px;
    line-height: 1.13;
    margin: 74px 17px 0 0;
    border-radius: 10px;
}
.selected-interests-list > ul>li>img{
    margin: 3.9px 0 3.9px 17px;
    object-fit: contain;
}
.save-option-tab{
    margin: 129px 0 54px 0;
    padding: 95px 100px;
    border-radius: 38px;
    background-color: #ffffff;
}
.cancel-btn{
    margin: 0 23px 0 0;
    padding: 29px 187px 28px;
    border-radius: 20px;
    background-color: #78849e;
    box-shadow: none;
    border: none;
}
.save-btn{
    margin: 0 0 0 23px;
    padding: 29px 156px 28px;
    border-radius: 20px;
    background-color: #693bbd;
    color: white;
    box-shadow: none;
    border: none;
}
.custom-modal-registration {
    height: 100vh !important;
    width: 70vw !important;
}
.register-container{
    width: 90% !important;
}
.select2{
	width:100% !important;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
