.toast {
    position:fixed !important;
}
.proLinkWrap .profileImg span{
    background-color:transparent !important;
}
.proLinkWrap .profileImg span:first-child{
    background-color:#2273991c !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: #052838;
}
.dropdown-header{
    font-size:14px;
}
#back-to-top{
      background: #227399;
    border: #227399;
}
.iti__selected-flag .iti__flag {
  display:none ;
}
.codCuntry{
    width: 50px;
    border: unset;
    background: transparent;
    padding: 0 !important;
}
.codCuntry:focus{
    border: unset;
    outline: none;
}
.iti__arrow{
    position: relative;
    left: 27px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: transparent;
}


.toast-danger {
    background-color: #af233a !important;
    color: #ffffff !important;
    border-color: #af233a !important;
}
.toast-success {
   background-color: #0d6831 !important;
    color: #ffffff !important;
    border-color: #0d6831 !important;

}
.toast-header{
  background-color: transparent;
  color: #fff;
  border: unset;
}
.toast-header .btn-close{
background-color: #fff;
opacity: 1;
}
.socialAddedLink span{
  display: inline-block;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
span.theme{
      position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    padding: 3px 5px;
    opacity: 0;
    transition: 500ms ease-in;
}
label.error {
    border: unset;
    color: red;
    /* position: absolute; */
    font-size: 12px;
    margin-bottom: 0 !important;
width:100%;
}
 .favourite-btn.active{
 	background-color: #fff;
 }
.logo-lg img{
	height: 38px;
}
.dashboardBox .avatar-sm{
	width: 60px;
	height: 60px;
}
.dashboardLatestList .button{
	    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboardLatestList .button i{
	font-size: 25px;
}
.tableAvtTitle{
	width: 32px;
	height: 32px;
}
.cardDetWrap{
	padding: 30px 15px;
	text-align: center;
}
.carddetItem{
	    margin-bottom: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    border-bottom: 1px solid #2273991f;
    padding-bottom: 5px;
}
.carddetItem:last-child{
	margin-bottom: 0;
}
.carddetItem span:first-child{
	    font-size: 25px;
    color: #227399;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    top: 3px;

}
.cardBgImgWrap{

    width: 100%;
    height: 160px;
    position: relative;

}
.cardBgImgWrap::before{
	    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(#221a52),to(#4b38b3));
    background: linear-gradient(to top,#221a52,#4b38b3);
    opacity: .6;
    left: 0;
    top: 0;
    z-index:1;
}
.cardBgImg{

    position: absolute;
     left: 0;
    top: 0;
     width: 100%;
    height: 160px;
        background-size: cover;
    background-position: center;
}
.profileImgWrap{
	    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    z-index: 1;
}
.profileName{
	margin-top: 60px;
}
.cardSocialLink img{
	width: 35px;
}
.fltrFlxBtn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fltrFlxBtn a{
	margin-right: 10px;
	width: 150px !important;
}
.fltrFlxBtn.roleBtnWrap a{
	margin-right: 10px;
	width: 100% !important;
}
.fltrFlxBtn a i{
	font-size: 17px;
    position: relative;
    top: 2px;
}
.updateWaiting{
	    width: 100%;
	    margin-top: 50px;
    text-align: center;
    background: #22739924;
    padding: 50px 15px;
    border-radius: 11px;
    min-height: 422px;
}
.updateWaitingWrap img{
	width: 400px;
}
.updateWaitingWrap span{
	display: block;
    font-size: 15px;
    font-weight: bold;
}


.updateSuccess{
	    width: 100%;
	    margin-top: 50px;
    text-align: center;
    background: #22739924;
    padding: 50px 15px;
    border-radius: 11px;
    min-height: 422px;
}
.updateSuccessWrap img{
	width: 100px;
	margin-bottom: 15px;
}
.updateSuccessWrap {
    margin-top: 85px;
}
.updatedCardList{
	margin-top: 50px;
}
.updateSuccessWrap span{
	display: block;
    font-size: 15px;
    font-weight: bold;
}
.updatedCardList table{
	position: relative;
}
.updatedCardList table::after{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
.updatedCardList.updatedCardListactive table::after{
	height: 0%;
	transition: 3s ease-in-out;
}
.qrCodeTable{
	width: 50px;
}
.cardListBox.dashboardBox .avatar-sm{
	width: 50px;
	height: 50px;
}
.cardListBox.dashboardBox h4{
	font-size: 16px !important;
	font-weight: bold;
}
.cardListBox.dashboardBox p{
	margin-bottom: 10px !important;
}
.cardListBox.dashboardBox .card.card-animate{
	margin-bottom: 0px !important;
}
.dashBtnValSize {
	padding: 3px 15px;
	width: 62px;
}
.themeWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.themeItem{
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;

	margin: auto;

}
.themeItem img{
width: 100%;
}
@media(min-width: 1450px){
.themeItem{
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
	width: 300px;
	margin: auto;

}
.themeItem img{
height: 450px;
}
}
.themeItemContent{
    /*border: 1px solid #ccc;*/
	 overflow: hidden;
	 background: #fff;
    padding: 15px;
       margin-bottom: 15px;
        border-radius: 10px;
        text-align: center;
        position: relative;
        box-shadow: 0 1px 6px 0
  rgba(32, 33, 36, .28);

}
.themeItemContent::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.2;
}
.thameStatuBtn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0px;
}
.thameStatuBtn a{
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	/*background-color: red;*/
	border-radius: 7px;

}
.ThemeStatusBtn{
	background-color: red;
}
.thameStatuBtn a.Themeactive{
	background: green;
}
.thameStatuBtn a.themeDefaultBtn{
	background-color: #868686;
}
.themeName{
	position: absolute;
    top: 0;
    color: #000;
    z-index: 10;
    left: 0;
    top: 0px;
    background: #ffffffd4;
    padding: 5px 15px;
    font-weight: bold;
    right: 0;
    margin: auto;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.themeStatuslbl{
	padding: 4px 15px;
}
/*.themeItem:hover:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;

}*/

.userTblList .avatar-xxs{
	width: 40px;
	height: 40px;
}
.userRoleAccordion .accordion-item {
    width: 100%;
    display: flex;
    border-color: #ced4da;
    }
.userRoleAccordion .accordion-item .accordion-header{
	width: 25%;
}
.userRoleAccordion .accordion-item .accordion-button{
	background-color: rgba(53, 119, 241, .1)!important;
}
.userRoleAccordion .accordion-item .accordion-button::after{
content: unset;
}
.userRoleAccordion .accordion-item .accordion-button .form-check label{
position: relative;
top: 3px;
}
.roleOptionItemWrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.roleOptionItem{
	margin-right: 15px;
}
.share_count span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #299cdb;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}




.section-authentication-login a[type="submit"]{
  width: 200px;
}
.section-authentication-login  .d-grid{
justify-content: center;
}
@media(min-width: 1360px){
.section-authentication-login .card-body{
      width: 500px;
    margin: auto;
}
}
.bg-login-color {
    background-color:#673ab724 !important;
    /* border: 2px solid #673ab7; */
    border-radius: 0 15px 15px 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    overflow: visible;
}
/*******************************/
.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
       margin-bottom: 40px;
    margin-top: 20px;
}

.file-upload {
    display: none;
}






.cover-file-upload {
    display: none;
}

.profile-pic-wrapper .cover-pic{
  width: 100%;
  height: 200px;
  border-radius: 11px;
  margin-bottom: 20px;
}




/*******************************/


.forgetNotifi img{
     width: 95px;
    color: green;
    margin-top: 16px;
}
.forgetNotifi h4{
  font-size: 17px;
}
.loginImg{
 height: 100%;
    object-fit: cover;
    width: 100%;
}
.form-label{
	font-weight: bold;
}
.proLinkWrap{
	    min-height: 195px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.proLinkWrap .profileImg{
	justify-content: center;
}
.proLinkWrap .profileImg span{
	    display: inline-block;
    padding: 15px;
    background: #f0ebf8;
    border-radius: 11px;
}
.proLinkWrap .profileImg span i{
	margin-right: 10px;
	font-size:18px;
}
.cardPading{
	padding: 30px;
}
.profileImg{
	margin-bottom: 20px !important;
}
.profileImg img{
  object-fit: cover;
}
.profileImageUploadWrap{
	margin-bottom: 0 !important;
}
.twoButtonFlx{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin-top: 20px;
}
.twoButtonFlx-st{
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	    margin-top: 28px;
    margin-left: 20px;

}
.twoButtonFlx-st button{
	margin-right: 20px;
}
.cardTitle{

    margin-bottom: 20px;
}
.cardTitle h5{
	 font-weight: bold;
    font-size: 18px;

}
.cardMinHeight{
	min-height: 369px;
  justify-content: center;
}
.btnIconFlx{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnIcon i {
	display: inline;
	margin-right: 10px;
}
.btnIconFlx:hover .icon-color-14{
	color: #fff;
}
.btnIconFlx{
	min-width: 128px;
	height: 38px;
}
.profileTab{
	background:#f3f3f9;
    padding: 15px;

}
.profileTab.nav-pills .nav-link.active, .profileTab.nav-pills .show>.nav-link{
       background-color: #5595c5;
    color: #ffffff;
    font-weight: bold;
}
.profileTab .nav-link:focus, .nav-link:hover{
	color: #000;
}
.profileTab .nav-link{
	color: #000;
	font-weight: bold;
	letter-spacing: 0.2px;
}
.profileImageUploadWrap .profile-pic{
	    width: 130px;
    height: 130px;
    background: #eaeafb;
    border-radius: 100%;
    border: 1px solid transparent;
}


/*Profile Pic Upload*/
.profile-pic-wrapper {
  /*height: 100vh;*/
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pic-holder {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 20px;*/
}

.pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: rgb(234 234 251);*/
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
  opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
  display: none;
}

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

/* Snackbar css */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}

.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}


.profileBgImg .pic-holder{
    width: 100%;
    border-radius: 11px;
    display: block;
}
.profileBgImg .pic-holder img{
	border-radius: 0 !important;
}

.bgImgWrap{
	width: 100%;
	height: 150px;
	border-radius: 11px;
	background-color: #eaeafb;
	overflow: hidden;
}
.bgImgWrap img{
	width: 100%;
}
/*Profile Pic Upload*/

.profileBackImg{
	width: 100%;
	height: 200px;

	overflow: hidden;
}
.profileBackImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 11px;
}
.upBgImgWrap{
	text-align: center;
}
.upBgImgWrap span{
	    display: inline-block;
    background: #673ab7;
    color: #fff;
    padding: 8px 27px;
    border-radius: 6px;
    cursor: pointer;
}
.vcardThemeItem{
	    /*width: 150px;*/
    height: 490px;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 11px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    position: relative;
    cursor: pointer;
    overflow: hidden;

}
.vcardBtn{

        display: inline-block;
    background: #673ab7;
    width: 100px;
    padding: 9px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    text-align: center;

}
.themeActive i{
	color: green;
	font-size: 50px;
	 box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	 border-radius: 100%;
	 background: #fff;
}
.themeActive{
	position: absolute;
    top: 50%;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;


    padding: 3px 5px;



    opacity: 0;
    transition: 500ms ease-in;
}
input[type="radio"]:checked + label .vcardThemeItem .themeActive{

  opacity: 1;
    transition: 500ms ease-in;

}
input[type="radio"]:checked + label .vcardThemeItem img{

  opacity:1;
 transition: 500ms ease-in;
}

.vcardThemeItem img{
	height: 100%;
  width: 100%;
	    /*border: 1px solid #673ab7;*/
	    position: relative;
	     transition: 500ms ease-in;
}
.vcardThemeItem img::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.2;
}
.vcardThemeItem{
	margin-bottom: 20px;
}

.proTitleCount{
	    display: inline-block;
    background: #d8d8ef;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 9px;
    color: #000;
    transition: 0.2s ease-in;
}
.profileTab.nav-pills .nav-link.active .proTitleCount, .profileTab.nav-pills .show>.nav-link .proTitleCount{
background: #ffffff;
    color: #5595c5;
transition: 0.2s ease-in;

}
.socialLink a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.socialLink a img{
	width: 50px;
}
.socialAddedSec ul{
list-style: none;
padding: 0;
margin: 0;
}
.socialAddedSec ul li {
	margin-bottom: 20px;
}
.socialAddedWrap {
	    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eaeafb;
    padding: 15px;
    border-radius: 11px;
}
.socialAddedLogo img{
	width: 35px;
}
.socialAddedLink{
	width: 70%;
  display: flex;
}
.socialAddedAction a {
	margin-right: 15px;
}
.profileViewWrap{
	text-align: center;
    width: 100%;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0ebf8;
}
.profileViewWrap img{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.modalImgDet{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.modalImgDet img{
	width: 50px;
	margin-right: 15px;
}
.modalImgDet span{
	font-size: 16px;
	font-weight: bold;
}
.modBtn{
	    width: 145px;
    margin: 20px auto;
}
.modal-header {

     border-bottom: none;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background: #eaeafb;

}
/*.RegLogImg{
  height: 500px;
}*/
.section-authentication-register{
  margin-top: 100px;
}
@media(min-width: 768px) and (max-width: 991px){
  .vcardThemeItem{
/*height: 200px;*/
  }
}
@media(min-width: 576px) and (max-width: 767px){
   .nav.profileTab.proSettingTab {
    background: #eaeafb;
    padding: 5px 0;
    overflow-y: auto;
    flex-wrap: nowrap;
}
  .nav.profileTab.proSettingTab li{
        white-space: nowrap;
  }
  .nav.profileTab.proSettingTab  .nav-link{
        font-size: 13px;
  }
  .vcardThemeItem {
    /*height: 260px;*/
  }
}

@media(max-width: 576px){
    :root{
    --vz-box-shadow : 0 3px 3px
	rgb(242 242 247)
    }
     [data-layout=horizontal] .page-content{
    padding: calc(45px + 1.5rem) calc(40px / 2) 60px calc(40px / 2);
  }
  .page-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .proLinkWrap .profileImg span{
    text-align: center;
  }
  .twoButtonFlx{
    flex-direction: column;
  }
  .twoButtonFlx .btn{
    margin-bottom: 15px;
  }
  .proLinkWrap{
    min-height: auto;
  }
  .cardMinHeight{
    min-height: auto;
  }
  .p-tab-name{
    display: block !important;
  }
  .nav.profileTab.proSettingTab {
    background: #eaeafb;
    padding: 5px 0;
    overflow-y: auto;
    flex-wrap: nowrap;
}
  .nav.profileTab.proSettingTab li{
        white-space: nowrap;
  }
  .nav.profileTab.proSettingTab  .nav-link{
        font-size: 13px;
  }
  .vcardThemeItem{
    /*height: 200px;*/
  }
  .socialAddedWrap{
    padding: 5px 5px;
  }
  .socialAddedLogo img{
    margin-right: 5px;
  }
  .socialAddedAction{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .socialLink a img{
    width: 35px;
  }
}
.skipTheme input{
     width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    right: 7px;
}
.skipTheme {
     background: #f3f3f9;
    padding: 5px 36px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 11px;
}
.skipTheme label{
  font-weight: bold;
}
.auth-one-bg{
  background-position-y: 37%;
}
.footer{
  position: fixed;
}
.select2-selection__rendered{
      display: block;
    width: 100%;
    padding: 0.5rem 0.9rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--vz-input-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 20px;
}
.themePopupBgDark{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.themePopup{
  position: absolute;
  width: 450px;
  height: 200px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 11px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
  overflow: hidden;
  z-index: 2;

}
@media(max-width: 449px){
.themePopup{
  width: 95% !important;
}
}
.manualPopHeader{
  background-color: #f3f3f9;
  padding: 5px 15px;
}
.manualPopHeader h4{
  margin-bottom: 0;
}
.themePopup h4{
  margin-bottom: 0;
  text-align: center;
  line-height: 37px;
}
.themePopupContent p{
         text-align: center;
    margin-top: 30px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
  width: 100%;
}

.iti__selected-flag{
  width: 65px;
  text-align: center;
}
@media(min-width: 1200px){
  .pswdEnableForm{
    width: 50%;
    margin: auto;
  }
}
.userBoxPro{
  text-align: center;
}


.hamburger-icon.open{
  transform: rotate(0deg);
}
.nav.profileTab.proSettingTab{
  overflow-x: auto;
      flex-wrap: nowrap;
      white-space: nowrap;
}
.tacSecTitle{
      font-size: 20px !important;
    font-weight: bold;
    line-height: 27px;
}
.tacSec h2{
  font-size: 18px;
}
@media(max-width: 575px){
.userBoxPro {
    text-align: center;
    display: flex;

    justify-content: start;
    width: 100%;
}
.profileImg img{
  width: 70px;
  height: 70px;
  /*margin-right: 20px;*/
}
.userBoxProTxt{
     width: 100%;
  text-align: left;
  margin-top: 10px;
}
.twoButtonFlx{
  flex-direction: row;
}
.cardPading{
  padding: 15px;
}
.twoButtonFlx .btn{
  margin-bottom: 0;
}
.profileImg{
  margin-bottom: 10px !important;
}
.dashboardBox .profileImg{
  margin-right: 15px;
}
.profileSettingsSec .profileBody{
  padding-right: 0;
  padding-left: 0;
}
.profileSettingsSec .profileBody .card.shadow-none.border.mb-0.radius-15{
  border-color: transparent !important;
}
.profileSettingsSec .proTitleCount{
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.profileSettingsSec .nav.profileTab.proSettingTab .nav-link {
    font-size: 12px;
    padding: 10px 6px;
}
.profileSettingsSec .nav.profileTab.proSettingTab li {
    margin-right: 5px;
}
.profileSettingsSec .profile-pic-wrapper{
  flex-direction: row;
  justify-content: space-around;
}
.profileSettingsSec .profileImg{
  width: 100%;
}
.profileSettingsSec .profileImageUploadWrap .profile-pic{
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}
.profileSettingsSec .profile-pic-wrapper .cover-pic {
    width: 150px;
    height: 100px;
    border-radius: 11px;
    margin-bottom: 20px;
    object-fit: cover;
}
.profileSettingsSec .socialIconWrap{
  display: flex;
  overflow-x: auto;
}
.profileSettingsSec .cardTitle.d-flex{
  flex-direction: column;
}
.profileSettingsSec .cardTitle h5{
  margin-bottom: 10px !important;
  font-size: 16px;
}
.profileSettingsSec .themeActive i{
  font-size: 35px;
}
.profileSettingsSec .themeActive{
  top: 43%;
}
.auth-logo img{
  width: 160px;
}
.proSettingBtns{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.proBtnRel{
  position: relative;
  left: 0px;
}
.crtyThemeWrapper{
  flex-wrap: nowrap;
  overflow-x: auto;
}
.crtyThemeWrapper .col-6{
width: 60%;
}
.vcardThemeItem img{
  object-fit: cover;
}
.vcardThemeItem{
  /*height: 320px;*/
}
.proSettingBtns button:first-child{
  margin-left: 15px;
}
.profileSettingsSec .cardTitle  .crtyThemeTitile h5{
  margin-bottom: 15px !important;
}
.navbar-brand-box{
  display: block;
}
.topLogoSec{
  direction: rtl;
}
.topLogoSec .logo img{
  width: 100px;
}
.themeHead{
    flex-direction: column !important;
}
.themeHead h5{
  margin-bottom: 10px !important;

}
.socialIconWrap{
  white-space: nowrap;
  overflow-x: auto;
}
.container-fluid{
  padding: 0;
}
}

/*Wallet*/
.hamburger-icon.open{
  transform: rotate(0deg);
}
.nav.profileTab.proSettingTab{
  overflow-x: auto;
      flex-wrap: nowrap;
      white-space: nowrap;
}
.tacSecTitle{
      font-size: 20px !important;
    font-weight: bold;
    line-height: 27px;
}
.tacSec h2{
  font-size: 18px;
}

.aw-btnblk {


  padding: 0 !important;
}

.aw-btnblk .aw-icn img {

  height: 38px;
  object-fit: contain;
  border-radius: 4px;
}
.aw-txt {

  color: #fff;
  text-align: start;
  margin-bottom: 0;
  margin-left: 8px;
}

.aw-txt .aw-spntxt1 {

  display: inline;
}
.aw-txt .aw-spntxt2 {

  display: block;
  font-weight: 500;
}



.walletpop-box {
    position: fixed;
    width: 600px;

    background-color: #fff;
    top: 0;

    left: 0;
    right: 0;
    margin: auto;
    border-radius: 7px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    overflow: hidden;
    padding: 30px 25px 25px;
    z-index:9999;
    margin-top:50px;
}
.walletpop-title {

  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.walletpop-desc {

  font-size: 18px;
  color: #868686;
  margin: 25px 0 20px;
}
.walletpop-boxBgDark {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
        z-index:9999;
}

.popqr-sec {

  display: flex;
  padding: 15px 10px;
  border-radius: 4px;
  background: #e9e9ed;
}
.popqr-img {
width:115px;
height:115px;
  display: inline-block;
  padding: 10px;
  background: #fff;
}
.popqr-img img {

  width:100%;
  object-fit: contain;
}
.qrtxt-sec {

  width: 76%;
  margin-left: 15px;
      display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.qrtxt-sec-wrap{
    width: 100%;
}
.qrsn-title {

  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.qrsn-link {

  display: inline-block;
  color: #666;
  font-size: 15px;
  margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qrsn-copylink {

     font-size: 14px;
    font-weight: 500;
    display: inline-block;
    opacity: 0.8;
    width: 115px;
      background: #2196F3;
    color: #fff !important;
    padding: 10px 10px;
    border-radius: 22px;
}
.qrsn-copylink i {
    margin-right:10px;
}
.qror-txt {

  margin: 20px 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: #868686;
  text-align: center;
}
.qremail-sec {

  width: 100%;
}
.qremail-sec .qrbox-label {

      font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.qremail-sec .form-control {

  height: 48px;
  background:#e9e9ed;
  color: #000;
  font-size: 17px;
}
.qrscanbtn-sec {

  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrscanbtn-link {

  display: inline-block;
   position:absolute;
   top:15px;
   right:15px;
   width:35px;
   height:35px;
   border-radius:100%;

    color: #fff;
    font-size: 30px;
  background-color:#fff;
    margin-right: 20px;
}
.qrscanbtn-link i{
    color:#ff461f;
}
.qrscanbtn-sec .qrscanbtn-link:last-child {

  margin-right: 0;
}

.qrscanbtn-link.qrscanbtn-link-primary{

  background: #2385ba;
}
.qrscanbtn-link.qrscanbtn-link-danger{

  background: #f06548;
}
.qrscanbtn-link:hover {

  color: #fff;
  opacity: 0.8;
}


@media(max-width:620px){

   .walletpop-box{
       width:90%;
   }
   .popqr-sec{
       width:100%;
       flex-direction: column;
    align-items: center;
   }
   .popqr-img{
       margin-bottom:20px;
   }
   .qrtxt-sec{
     flex-direction: column;
    align-items: center;
   }
   .qrtxt-sec-wrap{
       width:100%;
   }
   .walletpop-desc{
    font-size: 15px;
    margin: 25px 0 20px;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
   }
   .walletpop-title{
           font-size: 18px;
    font-weight: bold;
    text-align: center;
   }
}
.branchSlider .slick-slide {
    margin-right: 20px; /* Adjust spacing as needed */
}
.branchSlider .themeBtn {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.articleSliderPopup  .select2.select2-container{
    max-height: 122px;
    overflow: hidden;
    overflow-y: auto;

}