/*create-trigger-modal-r Style starts*/

.trigger-modal{
	width:514px;
	height:auto;
	max-height:calc(100% - 20px);
	overflow-x: auto;
}
.trigger-modal .program-created-popup{
	border-color:#E2E6F4 !important;
	padding:22px 32px 0 32px;
	overflow: hidden;
	height:100%;
}
.trigger-modal .popup-footer .btn{
	min-width: auto !important;
}
.trigger-form-group > label,
.trigger-form-group > label.lg-label{
	color:#0E003E;
	margin-bottom: 8px;
}
.trigger-form-group > label.lg-label{
	font-size: 16px;
	font-weight: 600;
}
.trigger-form-group input.lg-input{
	border:1px solid #C3C3C3;
	height:48px;
	line-height: 48px;
}
.trigger-form-group input::placeholder{
	color:rgba(34, 22, 79, .5);
}
.trigger-form-group input:hover,
.trigger-form-group input:active,
.trigger-form-group input:focus{
	box-shadow: 0px 0px 3px rgba(111, 91, 167, 1);
	border: 1px solid rgba(111, 91, 167, 1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.scheduled-program{
	background-color: #F3F5F8;
	padding:24px;
	margin-top:24px;
	overflow: auto;
}
.scheduling-card-wrap{
	padding:16px 0 0 0;
	overflow: auto;
	height:auto;
    max-height: calc(100vh - 410px);
}
.scheduling-card-item{
	border:1px solid #E2E2E2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color:#fff;
	padding:12px;
	width:calc(50% - 8px);
	margin-bottom:21px;
}
.scheduling-card-title{
	color:#0E003E;
	font-size: 16px;
	line-height: 19px;
	word-break: break-all;
}
.scheduling-progress-bar{
	margin-top:15px;
}
.scheduling-progress-bar .progress-bar-text{
	padding:0 0 5px 0;
}
.scheduling-progress-bar .survey_progress{
	width: 100%;;
}
.trigger-form-group input.search{
	background: #fff url(../images/search.png) no-repeat 96% center;
    padding-right: 40px;
}


/*
".scheduling-card-title" needs to be add in ".breadcrumb li:not(:first-child)" in survey creation-style.css
*/

/*DTV-2267-r delete popup*/
.trigger-delete .program-created-popup p{
	color:#000;
	font-size: 14px;
}
.font-strong{
	font-weight: 600;
	word-wrap: break-word;
}

.alerts{
    position: fixed;
}

/*trigger-action-panel-r Style starts*/
.trigger-actionconditions-wrap.questions-wrap{
	width:100%;
}
.trigger-action-panel{
	box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	width:480px;
	height:100vh;
	position: fixed;
	top:0;
	right:0;
	z-index:10;
}
.trigger-action-header{
	background-color: #2D3252;
	width:100%;
	padding:0 28px;
	height:70px;
}
.trigger-back{
	width: auto;
	height:38px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	padding-right:24px;
	margin-right:24px;
}
.trigger-action-panel-title{
	font-size: 20px;
	color:#fff;
	font-weight: 600;
	margin:0;
}
.trigger-action-panel .close-icon{
	background: url(../images/white-close.svg) no-repeat center;
	background-size: cover;
	width:18px;
	height:18px;
}
.trigger-action-body{
	padding:30px 24px;
	height:calc(100vh - 150px);
	overflow: auto;
}
.trigger-action-card{
	border:1px solid #D7DAE2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding:13px 16px;
	background-color: #fff;
	margin-top:16px;
	transition:background, .5s;
	-webkit-transition:background, .5s;
	-moz-transition:background, .5s;
	-ms-transition:background, .5s;
	-o-transition:background, .5s;
	cursor: pointer;
}
.trigger-action-card:hover{
	background: #F9F8FF;
}
.trigger-action-card-content{
	margin-left:12px;
}
.trigger-action-card-content p{
	font-size: 16px;
	line-height: 20px;
	color:#060105;
}
.notifi-small-text{
	font-size: 13px !important;
}
.trigger-action-card-content p strong{
	font-weight: 600;
}
.alaram{
	background: url(../images/alaram.svg) no-repeat center left !important;
	background-size: cover;
}
.contact{
	background: url(../images/contact-icon.svg) no-repeat center left !important;
	background-size: cover;
}
.reply{
	background: url(../images/sending-reply.svg) no-repeat center left !important;
	background-size: cover;
}
/* .cards-detail-content-wrap{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	background:transparent;
	right:0;
} */
.card-details-footer{
	width:100%;
	height:80px;
	background-color: #F3F5F8;
	position: absolute;
	bottom:0;
	padding:0 32px;
}
.card-details-content{
	height: calc(100vh - 150px);
    background: #fff;
	overflow: auto;
	padding:20px 20px;
}
.new-form-group label{
	font-size: 16px;
	color: #000000;
	margin-bottom:6px;
	margin-right: 6px;
}
.new-form-group input{
	border:1px solid #DCDFE2;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding:12px;
	font-size: 16px;
}
.new-form-group input::placeholder{
	color:rgba(0, 0, 0, .5);
}
.new-form-group input.drop-down{
	padding-right: 45px;
	background: #fff url(../images/down-arrow.svg) no-repeat 96% center;
	background-size: 12px;
}
.asterisk{
	position: relative;
}
.asterisk::after{
	position: absolute;
	content: '*';
	top:0;
	right:-10px;
	color:#000;
	font-size: 18px;
	font-weight: 600;
}
.notification-dropper{
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border:1px solid #E2E2E2;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
	position: absolute;
	top:100%;
	left:0;
	width:90%;
	z-index: 1;
	display: block;
}
.notification-dropper > li{
	line-height: 20px !important;
}
.notification--header{
	padding:8px 16px;
	background-color: #F7F8FA;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
}
.notification--header > label{
	margin:0;
	cursor: pointer;
}
.notification--header > label span{
	padding-left:24px;
}
.notification--header .check-btn span:after{
	top:2px
}
.notification--header > a{
	color:rgba(76, 55, 148, .5);
	font-size: 14px;
	font-weight: 600;
}
.notification-dropper li:not(:first-child){
	padding:10px 16px;
	border-bottom: 1px solid #e2e2e2;
}
.notification-dropper li:last-child{
	border-bottom:0;
}
.notification-dropper > li > label{
	margin-right:8px;
	cursor: pointer;
}
.search-by-name-indicates{
	width:32px;
	height:32px;
	background-color: #F0F1F4;
	min-width: 32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	color:rgba(105, 87, 28, .3);
	display: block;
}
.mailer-details-textwrap{
	max-width:98%;
	overflow: hidden;
	white-space: nowrap;
}
.mailer-details-text > h4{
	color:#232334;
	font-size:16px;
	margin-top:2px;
}
.mailer-id{
	font-size: 13px;
	color:#7F7F7F;
}
.notification-messgae-wrap .new-form-group{
	width: 100%;
}
.notification-messgae-wrap .hash-tag a{
	background-color: #333;
	width:20px;
	height:20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.hash-tag a:hover{
	background-color: #333;
}
.notification-messgae-wrap .hash-tag{
	font-size: 15px;
}
.notification-messgae-wrap .asterisk, .asterisk-bold{
	margin-bottom:0;
}
.action-notify-wrap h4.asterisk,
.asterisk.h2-weight{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.custom-padd h4.asterisk,
.asterisk-bold{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.custom-active{
	padding:40px 20px;
}
.custom-active .sendto{
	margin:0 12px;
}
.custom-active .custom-save-wrap{
	background-color:rgba(243, 242, 255, .5);
	margin-top:30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display:flex;
}
.custom-save-header{
	padding:12px;
	background-color: #F3F2FF;
	border-bottom: 1px solid #E8E7F5;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	display: none;
}
.custom-dropper-wrap{
	position: absolute;
	top:100%;
	left:0;
	border:1px solid #DEDEDE;
	background-color: #fff;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
	z-index:2;
	width:80%;
}
.custom-dropper-title{
	font-size: 15px;
	color:#060105;
	padding:16px;
	border-bottom: 1px solid #DEDEDE;
	line-height: 18px;
	margin-bottom: 0;
}
.custom.templates > ul > li{
	padding:12px 16px;
	line-height: 0;
}
.custom.templates > ul > li > a{
	font-size: 15px;
	color:#060105;
}
.deactive-text{
	color:#A0A2AD !important;
}
.custom-active .custom-padd{
	padding:0 12px;
	margin:10px 0;
}
.custom-active .custom-save-header{
	display:inherit;
}
.custom-padd:not(:last-child){
	margin-bottom:21px;
}
.action-notify-wrap{
	margin-top:70px;
}
.notify-conditions{
	margin-top:21px;
}
.notify-conditions label{
	margin-bottom:0;
}
.notify-conditions li{
	margin-bottom:21px;
}
.deactive-btn,
.new-cancel-btn{
	background-color:#C3C3C3 !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
}
.new-cancel-btn{
	background-color:#fff !important;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	color:#4C3794 !important;
}
.card-details-footer .new-cancel-btn{
	margin-left:24px
}
.notify-conditions .tooltip sup{
	top:-15px;
	right:-5px;
	cursor: pointer;
}
.notify-conditions .tooltip sup:hover + .right{
	visibility: visible;
	opacity: 1;
}
.notify-conditions .tooltip sup + .right{
	right:auto;
	left:10px;
	top:0;
}
.condition-met .upto-after-edit input,
.condition-met .upto-after-edit select{
	width:80px;
	min-width: 80px;
	margin:0;
}
.upto-after-edit.one-arrow::before{
	display:none;
}
.upto-after-edit.one-arrow::after{
	top: 50%;
    bottom: 0;
}
.trigger-action-filter-wrap .filters-wrap > ul.filters-textarea .filter-subdrop, .scaler-droper{
	z-index: 2;
}
.trigger-action-panel-para{
	font-size: 12px;
	color:rgba(255, 255, 255, .8);
	margin-top: 3px;
}

/*".trigger-action-body > h4"  this has to be added in " .trigger-action-filter-wrap > label"

".filter-data.email-notifi - in this css 
  height:32px;
  width:32px;
  min-width: 32px; this property has to be change
"
*/

/*The same has to be change in RTL css too*/

.show-users{
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #EBEBEB;
    width: 100% !important;
    min-width: 260px;
    padding: 0;
    top: 140%;
    left: auto;
	right: 0;
	z-index: 1;
}

.show-user-dropdown > ul{
	margin:3px 0;
}
.show-user-dropdown > ul > li{
	width: 100%;
	padding: 10px 14px !important;
    border-bottom: 1px solid #ececec;
}
.webhookico{
	background: url(../images/webhooks.svg) no-repeat center left !important;
	background-size: cover;
}
