.page-headig-box::before {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 138px;
    background-image: linear-gradient(120deg, #742053, #742053);
    opacity: .8;
}

.page-headig-box .page-title {
    z-index: 1;
    position: relative;
}

.page-headig-box .page-title h4{
       font-size: 2rem;
	margin: 0;
    padding: 0;
        font-family: Arial;
        font-weight: bold;
}


.cky-btn {
      flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 26px;
    font-weight: 500;
    border-radius: 16px 1px 16px 1px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    overflow-wrap: break-word;
    text-shadow: none;
    box-shadow: none;
}

.btn-primary.cky-btn{    color: #FFFFFF;
    border-color: #ed2f8a;
    background-color: #d74090;}

.log-con label{
	font-size: 16px;
}

.log-con .btn-primary.cky-btn {
	float: right;
}

.log-con .form-control{
	border-radius: 8px;
    //border-color: rgb(125 47 96 / 80%);
    
}

.log-con textarea.form-control{
    height : 60px;
}

.card-logo{
	border-radius: 16px;
}


.orgheader h2       {font-size: 2rem !important; color:#7d2f60;
}
.orgtab .btn-primary{
	    padding: 8px 4px;
            background: #C54A95;
}

.orgtab .btn-primary.active{
	background:#742053;
	border-color: #420a2e;
}



.profile-card .btn-primary.cky-btn-round,
.profile-pic-card .btn-primary.cky-btn-round,
.event-container .btn-primary.cky-btn-round{
	    padding: 4px 8px;
    font-weight: 500;
    background: #742053;
    border-radius: 25px;
	    float: inherit;
		border-color: #420a2e;
}
.btn-footer .btn{
		font-size: 16px;
	padding: 4px 24px !important;
}
.btn-footer .btn.btn-secondary{
	background: #a7a9ac !important;
	border-color: #a7a9ac !important;
}
.profile-card{
	font-size: 16px;
}

.profile-pic-card a{
	color: var(--pel-card-color);
	font-size: 16px;
}

.img-circle {
    border-radius: 50%;
}

.document-card .text-bg-light{
    background: #eaeceb !important;
    color: #58595b !important;
}
.document-card .text-bg-light i{
	    color: #bbbcbb;
}

.doc-drop .dropdown-toggle::after,
.doc-drop .dropdown-toggle::after{
	display: none;
}
.doc-drop .dropdown-item,
.doc-drop .dropdown-item{
	font-size: 16px;
	color: #58595b;
}

.doc-drop .dropdown-item {
	font-size: 14px;}

.doc-drop .dropdown-item.active, 
.doc-drop .dropdown-item:active {
	color: #fff;
}

 .notice-smiley 
	.text-bg-light {
    background: #eaeceb !important;
    color: #58595b !important;

}

.text-secondary-dark{color:#58595b !important;}
.primary-text-light{
	color:#d74090 !important;
}

.btn-primary-dark{background:#742053 !important;}

.search-bar .form-control{
	    margin-right: 10px;
    border-radius: 8px !important;
	    height: 40px;
	border-color:#a7a9ac;
	
}.search-bar .btn {
	  border-radius: 0px !important;
}
.search-bar svg{
fill: #fff;
    height: 16px;
    width: 16px;
}

.notice-smiley .badge{
	font-size: 14px;
	font-weight: normal;
	
}
.event-container .form-control {
    border-radius: 8px;
    border-color:#d1d3d4;
	
}
.event-container .btn-outline-secondary{
    border-color: #d1d3d4;
    border-left: none;
}
.event-container .btn-outline-secondary .bi-calendar-event-fill{
    color: #C54A95;
}


.selectarrow {
/*	  display: inline-block;
  content: "";
  vertical-align: -.125em;
background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%d74090' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>") right .75rem center/8px 10px no-repeat!important;
	*/
	

}

.font14{
	font-size: 14px !important;
}


.public-badge{
	    background-color: #eaeceb !important;
    color: #58595b !important;
	font-size: 14px;
	font-weight: normal;
}

option:hover {
  background-color: yellow;
}
.public-badge option,
.public-badge option:hover,
.public-badge option:focus{
	    background-color: #eaeceb !important;
}
select.public-badge option:checked ,
.public-badge option:hover {
    background-color: #d74090!important;
	color: #fff;
}



@media (max-width: 576px) {

.orgheader h2 {
	font-size: 1.3rem !important;}
}