﻿svg{
	
}
.edit-delete-action{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    height: 50px;
	}
.action-eye{
	color: #0f1c28;
    width: 14px;
    height: 14px;
}
.feather-edit{
	color: #3577f1;
    width: 14px;
    height: 14px;
}

.feather-trash-2{
	color: #FF0000;
    width: 14px;
    height: 14px;
}
.p-2 {
    padding: .5rem !important;
}
.me-2 {
    margin-right: .5rem !important;
}
.edit-delete-action a{
	border: 1px solid rgba(145, 158, 171, 0.3);
    background-color: #ffffff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    padding: 8px;
}
.ddvZdT{
	font-weight: bold;
}

.modal .modal-footer {
    border: 0;
    justify-content: flex-end;
}
.modal .modal-footer .btn {
    min-width: 80px;
    padding: 8px;
}

/* page title and Background */
.pgmargin{
	margin-right:775px;
}

.table-top{
	padding-bottom:10px !important;	
	
}
.btn-searchset{
	top: 5px;
}
.form-control-sm{
	padding: 10px 0.8rem;
}
.search-input{
	width: 300px;
}

.GroupStyles {
    display: 'flex';
    align-items: 'center';
    justify-content: 'space-between';
}
.GroupBadgeStyles {
    background-color: '#EBECF0';
    border-radius: '2em';
    color: '#172B4D';
    display: 'inline-block';
    font-size: 12;
    font-weight: 'normal';
    line-height: '1';
    min-width: 1;
    padding: '0.16666666666667em 0.5em';
    text-align: 'center';
}
.FavoritesStar{
    color: #1261A0;
    margin-left: 116px;
}
.sweetalert{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 39%;
}

/* grid css*/

.titlename{
    font-weight: 600;
    font-family: sans-serif;
    font-size: 14px;
}

/* delete modal  */

 .custom-alert-icon svg{
	 width:50px;
	 height:50px;
 }

 .modalheader-width{
	text-align: center;
    display: list-item;
	padding:0px;
 }
 
 .modalfooter-width{
	text-align: center;
    display: list-item;
	padding:0px;
 }
 
 .ddbtnicon{
	width: 86px;
    height: 38px;
    border: 0px solid var(--Stroke, rgba(145, 158, 171, 0.3));
    background: #1261a0;
    border-radius: 8px;
    font-size: 15px;
	color: #ffffff;
 }

 .react-datepicker-wrapper{
    display: inline-block;
    padding: 0;
    border: 0;
    width: 100%;
 }

 .rdt_TableHead > div > div > div > span{
    position: absolute;
    right:0;
    opacity: 1;
 }

 .css-1nmdiq5-menu{
    z-index: 101 !important;
 }

 .task-client-investment-grid {
    border-top: none !important;
 }

 .task-client-investment-grid-body {
    padding: 0 !important;
 }

 .datatable-grid-input{
    height: calc(100% - 15px) !important;
    width: 100%;
 }

 .task-modal .modal-body{
    overflow: auto;
    height: 629px;
 }
 .tasking-comment-history{
    padding: 7px !important;
 }
 .tasking-comment-history ul li{
    width: 14%;
    padding: 0px;
 }
 .pd-15{
	 padding:10px;
 }
 .mg-em{
	 margin-bottom:0.5em;
 }
 .tl-r{
	 text-align:right;
 }
 .noti-title {
    color: #343a40;
    font-weight: 500;
  }
  .noti-details {
    color: #adb5bd;
    margin: 0;
    font-size: 0.8000rem;
  }
  .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #67748E;
    cursor: pointer;
  }
