

.owl-nav{
	margin-top: 15px;
	
}
.owl-prev span{
	width: 25px;
	height: 25px;
	background: #4d3eef;
	color: #fff;
	padding: 7px 3px 8px 3px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.owl-next span{
	width: 25px;
	height: 25px;
	background: #4d3eef;
	color: #fff;
	padding: 7px 3px 8px 3px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	
}
.owl-next span svg, .owl-prev span svg{
	width: 18px;
	height: 25px;
	
	
}
.goal_title{
	
	
}
.goal_icons{
	
	display: flex;
}
.goalicon{margin-left: 10px;}
.object_foot{width: 100%;}

.box {
    display:none;
    
}


#loadMore {
    
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    
}
[contenteditable] {
  border-bottom: #D5D2D2 1px;
	outline: 0px solid transparent;
	padding: 8px 8px 8px 0px;
}

[contenteditable]:focus {
  border-bottom: #D5D2D2 1px;
	outline: 1px #4459D0 solid;
	padding: 8px;
	margin-left: -8px;
}
.card-goal {
    border: 1px solid #EBE9F1;
	border-radius: 0.428rem;}
.objective{
	
}
.okricon{
	width: 15px;
	height: 15px;
}
.status_box{
	text-align: center;
	background: #eeecff;
	position: relative;
    top: -21px;
	height: 112px;
	
}
.status_box span{
	font-family: 'Bebas Neue', cursive;
	color: #7367f1;
	font-size: 40px;
	
}
.status_box .black{
	color: #000;
	font-size: 16px;
	font-family: 'Bebas Neue', cursive;
	padding: 0 5px;
}
.status_box span small{font-size: 20px;}
.status_box_top{
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
.status_box_top.red{ background: #ea5455;}
.status_box_top.green{background: #28c76f;}

.objectcolor{
	background: #eeeced;
	border-radius: 0px !important;
}
.objectcolor:not(.collapsed) {
	background: #eeeced;
	border-radius: 0px !important;
}
.adduser{
	
	margin-top: 60px;
	width: 250px;
}
.aduserdeatil{ width: 300px; font-size:12px; margin-top: 10px; }
.aduserdeatil span{ color: #070707}
.form-checks:not(.form-switch) .form-check-input[type='checkbox']:checked {
  background-size: 65%; }
.goallist_item{
	list-style:none;
}
.objective h2 button{
	font-weight: bold;
	font-size: 18px;
	
}
.obj_icon{margin-right: 10px;}
.obj_rgticont_set{
	/*height: 100%;*/
	background: rgb(238, 236, 237);
	/*padding: 15px 0;*/
}
.slide{width: 65%;}
.subtitle{
	font-size: 13px;
	font-weight: bold;
	color: #79797b;
		
}
.goalicon .dropdown-toggle::after{
	background-image: none;
	
}
.right_side_button{
	
}
.right_side_button button{
	min-width: 200px;
	margin-bottom: 10px;
	
}
.adduser .dropdown-menu-media {
  width: 30rem; }

.objectivebody{

}
.adduserinner{
	width: 100%;
}
.addusertask{
	float: right;
}
.adduserinner .aduserdeatil{
	width: 100%;
	margin: 10px 0;
}
 .indrop .dropdown-menu-media {
  width: 30rem; }
.lasticon{
	width: 185px;
	height: 100%;
	text-align: right;
}
.vertical-center {
 	position: relative;
	top: 30%;
}
.strategy{
	
}
.strategy_rgticont_set{
	background: #fedecc;
}
.strategycolor{
	background: #fedecc;
	border-radius: 0px !important;
}
.strategycolor:not(.collapsed) {
	background: #fedecc;
	border-radius: 0px !important;
}
.tactics_rgticont_set{
	background: #eeeeee;
}
.tacticscolor{
	background: #eeeeee;
	border-radius: 0px !important;
}
.tacticscolor:not(.collapsed) {
	background: #eeeeee;
	border-radius: 0px !important;
}

.task_rgticont_set{
	background: #edeeff;
}
.taskcolor{
	background: #edeeff;
	border-radius: 0px !important;
}
.taskcolor:not(.collapsed) {
	background: #edeeff;
	border-radius: 0px !important;
}
.rec{
	position: relative;
	right: 0px;
}
.recico{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.pointer {cursor: pointer;}
#collapseadditem[contenteditable]:focus {
  	border-bottom: #D5D2D2 1px;
	outline:none !important;
	padding: 8px;
	margin-left: -8px;
}
.borderintask{
	border: 1px solid #ebe9f1;
}

.audio_box{
	border: 1px solid #d8d6de;
	border-radius: 0.357rem;
}
.audio_head{
	border-bottom: 1px solid #d8d6de;
	padding: 15px;
	width: 100%;
}
.audio_box .user-chats {
  background-color: #f2f0f7;
  padding: 1rem;
  position: relative;
  height: calc(100% - 65px - 65px); }

.audio_box .user-chats .avatar img {
  border: 2px solid #fff; }

.audio_box .active-chat {
  height: inherit; }

.audio_box .active-chat .chat-header {
  display: flex;
  justify-content: space-between;
  height: 65px;
  background-color: #fff;
  padding: 0 1rem;
  border-bottom: 1px solid #d8d6de; }

.audio_box .chats .chat-avatar {
  float: right; }

.audio_box .chats .chat-body {
  display: block;
  margin: 10px 30px 0 0;
  overflow: hidden; }

.audio_box .chats .chat-body .chat-content {
  float: right;
  padding: 0.7rem 1rem;
  margin: 0 1rem 10px 0;
  clear: both;
  color: #fff;
  background-image: linear-gradient(80deg, #7367f0, #9e95f5);
  border-radius: 0.357rem;
  box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12);
  max-width: 75%; }

.audio_box .chats .chat-body .chat-content p {
  margin: 0; }

.audio_box .chats .chat-left .chat-avatar {
  float: left; }

.audio_box .chats .chat-left .chat-body .chat-content {
  float: left;
  margin: 0 0 10px 1rem;
  color: #6e6b7b;
  background: none;
  background-color: white; }

.audio_box .chat-app-form {
  height: 65px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #d8d6de;

}

.audio_box .card-header {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }

.audio_box .user-chats {
  background-color: #f8f8f8;
  height: 390px; }


.audio_box .chat-app-form .input-group-text,
.audio_box .chat-app-form .message {
  border: 0;
  padding-left: 0; }

.audio_box .chat-app-form .input-group:not(.bootstrap-touchspin):focus-within {
  box-shadow: none; }

.goalin{
	margin-left: 2px;
}
.commentandnote_box{
	width: 100%;
	position: absolute;
	
}
.commentbox{ width: 70% !important}
.commentbox-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 6px rgba(34, 41, 47, 0.04);
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 0.5rem 2rem;
  background-color: #fff;
  height: 5rem; }

.commentbox-header-left .email-subject {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.commentbox-header-right .dropdown-toggle,
.commentbox-header-right .action-icon {
  color: #6e6b7b; }
.commentcont{}
.commentcont-scroll-area {
  padding: 0 2rem;
  position: relative;
  height: calc(100% - 5rem); 
	background: #ededed
}

.user-commentcont {
  padding: 1.5rem; }
.user-note {
  padding: 1.5rem; }


.user-commentcont .commentcont-left {
  display: flex;
  flex-direction: column; }

.user-commentcont .commentcont-body {
  overflow: hidden;
  width: 100%; }

.commentcont-user-list .commentcont-media-list .avatar {
  margin-bottom: 0.65rem; }

.commentcont-left .avatar,
.commentcont-left .avatar img {
  height: 40px;
  width: 40px; }

.commentcont-read {
  background-color: #f8f8f8; }

.selected-row-bg {
  background-color: rgba(115, 103, 240, 0.06); }

.selected-row-bg:not(:first-child) {
  border-color: #e4e1e8; }

.commentcont-media-list li:not(:first-child) {
  border-top: 1px solid #ebe9f1; }

.commentcont-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.55rem; }

.commentcont-date {
  color: #b9b9c3;
  font-size: 0.857rem; }

.commentcont-message p {
  color: #b9b9c3; }

.commentcont-media-list .user-action {
  display: flex; }

.commentcont-favorite i,
.commentcont-favorite svg {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
  vertical-align: text-top;
  color: #b9b9c3; }

.commentfot{margin: 10px 0}
.recicon{
	position: absolute;
	bottom: 10px;
	right: 10px ;
	background: #4d3eef;
	padding: 10px 11px;
	border-radius: 50%;
}
a.recicon { color: #fff !important;}
.notebox, .addnote{
	margin: 20px 0 0 0;
	width: 95%;
	margin: 0 auto;
}
.lefticon{padding-right: 10px; padding-left: 5px;}
.rcontent{width: 100%;}
.popbox{ width: 350px}
.smallcard_title{font-size: 13px; font-weight: bold}
.checklist{word-break: break-all; }
.checkdeatil_box{
	padding:10px 5px 10px 5px;
	border-bottom: solid 1px #F1F1F1;
	word-break: break-all; 
}
.checkdeatil_box:hover{background: #EFEFEF}
.submitin{width: 110px;
margin-left: 10px;}









.task_list, .task_list-area, .title-wrapper, .task_list-action, .midsection {
  display: flex;
  justify-content: space-between; }
.task_list-area{
	
}
.task_list-application .content-area-wrapper .content-right .task_list-title   {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
.miscion{
	margin-top: 20px;
}
.topicon {position: relative;}
.icond{position: absolute;right: 0px; top: -20px;}

/*@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	
	.dotitle-wrapper .col-xl-de{
		width: 100% !important;
	}
	.dotitle-wrapper .col-xl-fd{
		width: 60% !important;
	}
	
	.dotitle-wrapper .col-xl-sd{
		width: 40% !important;
	}
}*/
.tags{margin-top: 20px; float: left ; margin-left: 20px}
@media (min-width: 992px) {
  .sidebar-left {
    width: 100%; }
	.todo-application .content-area-wrapper .sidebar .todo-sidebar {
		width: 100% !important;}
	.add-task{width: 200px; float: left;}
	.menuintask a{width: auto;}
	.list-group { float: left}
	.add-task{padding:.8rem !important}
	.list-tags {
    display: flex;
		flex-direction: column;}
	.tags{margin-top: 20px; float: right !important;}
	.tags .dropdown-menu{ padding: 0px!important;}
	.top_menu{ border-bottom: 1px solid #EBE9F1;
    width: 100%;
    float: left;}
	.pd{padding: 10px 0}
	.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item{
   		border-right: 2px solid transparent ;}
	
	.roll{flex-direction: row !important; }
	.droproll{position: absolute;}
	.list-group .collapse{
		position: absolute;
		background: #fff;
		border: solid 1px #eee;
		box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
		
	}
	.list-group .collapse .show{
		display: table-row;
		
	}
	
	
   }
.dropdown-tag .list-tags .list-group-item{border:none!important;}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-tag {
  display: none;
	right: 0px;
	width: 220px;
}

.dropdowna.open .dropdown-tag {
  display: block;
	margin-top: 10px;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;}



@media screen and (max-width: 991px) {
  /* Display the dropdown menu vertically */
  .dropdown-content {
    position: static;
    display: none;
    background-color: transparent;
    box-shadow: none;
  }

  /* Style the dropdown button for small screens */
  .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  /* Show the dropdown menu on click (for small screens) */
  .dropdown-content {
    display: block;
  }
}

/*developer codes start*/
.badge_box {
    height: 33px;
}
.text_error{
	color: #ea5455;
	display: block;
	font-size: 0.857rem;
}
.org_badge{
	color:#000 !important; margin:3px;
}
.instant_updation_btn_holder{
	display: none;
	margin:10px 0;
}
.instant-btn{
	padding: 0px 15px;
    border-radius: 5px;
    border: 0;
}
.txt-white{
	color: #fff !important;
}
.no-padding{
	padding: 0;
}
.mt-10{
	margin-top: 10px;
}
.dropdown-menu{
	z-index: 1000 !important;
}
.align-center {
    align-items: center;
}




.content-area-wrapper{
    height:auto !important;
}
@media (min-width: 992px) {

.list-group { 
    float: none !important;
    }
    .menuintask .list-group { 
    float: left !important;
    }
    .goallist .list-group .collapse{
            position: static !important;
    }
}
.todo-application .content-area-wrapper{
    border:0 !important;
}
.todo-application .content-area-wrapper .content-right{
    border-left:0!important;
}
.box {
    display:block;
    
}
.add{
	float: right;
    margin-right: 30px;
    color: #7367f0;
    border: 1px solid #7367f0;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 10px
}
.f-right{
	float: right;
}
.toast.show {
    z-index: 10000 !important;
}
#deleteModal{
	z-index: 10000;
	
}
#deleteModal .modal-content{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.no-border{
	border: 0;
}
.highlight{
	box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}
.mt-20{
	margin-top: 20px;
}
.ml-20{
	margin-left: 20px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before{
	width: 7px;
    height: 16px;
}
div.dataTables_wrapper div.dataTables_length select {
    background-position: calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after{
	right: 1.5em;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after{
	    width: 1px;
}
.big-col {
  min-width: 210px !important;
}
.no-right-border{
	border-right: none !important;
}
.multi_drop{
	margin-top: 10px;
	padding: 15px;
	border: solid 1px #eee;
		box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
}
.multi_drop .position-relative{
	min-width: 200px;
	max-width: 420px;
}
#todo-task-list{
	min-height: 80vh;
}
.select2-selection__choice{
	padding: 0 8px !important;
}
.no-border{
	border: 0;
}
.vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu{
	top: 60px !important;
}
#task_filter_holder{
	 position: static;margin-left: 0;margin-top: 0;width: 100%;
}
.static_pos{
	position: static !important;
}
.vission-save-btn{
        display: none;
    }
    #tasklist-holder{
    	    min-height: 45vh;
    }
.remove_uploaded_file{
	/*border:1px solid #ccc;border-radius: 5px;*/
	padding: 5px;margin: 5px;
}
.bg-yellow{
	background-color: yellow !important;
}
.breadcrumb-item >a{
	color: #6e6b7b !important;
}
.breadcrumb-item.active{
	color: #6d62e4 !important;
}
.capital_first{
	text-transform: capitalize;
}
#user_filter a{
	color: #6e6b7b !important;
}
.pt5-pr10{
	padding: 5px 10px;
}
.f-r{
	float: right;
}
.mrg-t-50{
	    margin-top: 50px;
}
.mrg-t-20{
	    margin-top: 20px;
}
.w-80{
	width: 80%;
}
#confirm_modal{
	z-index: 1111;
}
.p-5{
	padding: 5px !important;
}
.auto-appearance{
	appearance:auto !important;
}
/*developer codes start*/