.tasks-group-list {
    overflow: visible !important;
}

#agencyModal .modal-dialog {
    width: 100% !important;
    top: 0px;
    margin: 0px;
    left: 0px;
    right: 0px;
}

#TaskModal .InTask .MplanInAppTaskManagerTaskGroupTopUserImg {
    width: 30px !important;
    height: 30px !important;
}

.mplan-scrollbar::-webkit-scrollbar-track {
	border-radius: calc(10 * var(--rpx));
	background-color: #ffffff00;
	width: calc(8 * var(--rpx)) !important;
}

.mplan-scrollbar::-webkit-scrollbar {
	width: calc(8 * var(--rpx)) !important;
	border-radius: calc(32 * var(--rpx));
}

.mplan-scrollbar::-webkit-scrollbar-thumb {
	background-clip: border-box;
	border-radius: calc(10 * var(--rpx));
	background-color: #ffffff00 !important;
	width: calc(8 * var(--rpx)) !important;
}

.mplan-scrollbar:hover::-webkit-scrollbar-thumb {
	background: var(--grey-400, #f3f3f4) !important;
}

/*Start Global Styles*/
.global-mpdropdown {
  padding: 0;
  color: #596778;
  font-size: 12px;
  border: 1px solid #e1e1e1 !important;
  border-bottom: 0 !important;
  line-height: 2.5;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
          box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.global-mpdropdown a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e1e1 !important;
  font-size: 12px;
  border-radius: 0px;
  color: #596778 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.global-mpdropdown a:hover {
  background-color: #5a8dee !important;
  color: #ffffff !important;
}

.global-mpdropdown > li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.global-mpdropdown > li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.global-mpdropdown > div > div:first-child {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.global-mpdropdown > div > div:last-child {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.global-select-mpdropdown .btn {
  font-size: 12px;
  padding: 10px 15px;
  color: #596778;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.global-select-mpdropdown .btn:hover, .global-select-mpdropdown .btn:active {
  color: #596778;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #ffffff!important;
}

.global-select-mptextfield {
  font-size: 12px;
  padding: 10px 15px;
  color: #596778;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #ffffff;
  outline: none;
}

.ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

/*End Global Styles*/

.groups-expand-menu {
	cursor: pointer;
}

.btn-plan-settings {
	display: none;
}

.notification-subtext .mention-to {
    color: inherit !important;
    font-weight: normal !important;
}

.btn-create-plan {
	 margin: 0px !important;
}
#importModal td {
	padding: 5px !important;
}

.list-project:hover, .btn-newproject:hover {
    background-color: #5a8dee !important;
    color: white !important;
}

.list-project:hover div {
        color: white !important;
}

.projects-new-header {
    width: 1080px !important;
    max-width: 1080px !important;
    min-width: 1080px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 50px 0 45px!important;
    -webkit-transform: translateX(-3px) !important;
            transform: translateX(-3px) !important;
}

.agency-preview-box .tmpgrad {
    height: 70px !important;
}

.agency-preview-box .logo-open {
    left: 0px !important;
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
   /* IE10+ specific style */
   input:not([type="select"]),
   input:not([type="submit"]) {
     -webkit-box-sizing: content-box;
             box-sizing: content-box;
     line-height: normal;
     width: 100%;
     height: 15px;
     display: inline-block;
   }





body {
	height:100vh;
	overflow-x: hidden;
	padding: 0 !important;
	margin: 0 !important;
 }


.projects-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
    width: calc(100vw - 70px);
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: overflow;
    margin-top: -35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    /*padding-top: 50px !important;*/
}


.projects-wrapper:first-child {
    margin-top: 5px !important;
}

.projects-menu {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 273px;
    background: white;
    z-index: 99;
    height: calc(100vh - 70px) !important;
    -webkit-box-shadow: -3px 0px 10px 1px #cacaca;
            box-shadow: -3px 0px 10px 1px #cacaca;
    visibility: hidden;
}

.new-project {
    font-size: 14px;
    color: #5a8dee;
    text-align: center;
    background-color: #f6faff;
    padding: 14px;
}


.projects-menu::-webkit-scrollbar {
    display: none;
}

.projects-menu, .projects-plans {
	overflow: auto;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.projects-plans {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    overflow: visible !important;
    padding-bottom: 70px;
}


.groups-plans {
    overflow: visible;
    width: 1137px;
    display: block;
    min-height: 80px;
}



.btn-manageteam:hover {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

/*Errors needed to be brighter*/
.has-error .help-block {
	color: #ffb5b3 !important;
	text-align: left !important;
}

.has-error .control-label {
  color: #ffb5b3 !important;
}

body {
  background-color: #4a63b4;
}

.checkbox .form-group {
	float: left;
	width: 6px;
}

.projects-plans {
    padding: 0px 0px 70px !important;
    margin-top: 0px !important;
    overflow: visible !important;
    max-width: 1080px !important;
    min-width: 1080px !important;
    width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: calc(100vh - 221px);
}

.headerfix {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:absolute;
	left:0px;
	top:0px;
	height: 70px;
	width: 100%;
    z-index:103;
}

.projects-wrapper[data-percmode="1"] .project-item[data-percmode="2"] .plan-percent {
	display: table-cell !important;
}


.projects-wrapper[data-percmode="1"] .project-item[data-percmode="2"] .btn-view-plan {
    right: 73px !important;
}

.project-item[data-percmode="1"] .plan-percent {
	display: table-cell !important;
}

.project-item[data-percmode="1"] .btn-view-plan {
    right: 74px !important;
}

.project-item[data-percmode="0"] .plan-percent {
	display: none !important;
}


.projects-wrapper[data-statsmode="0"] .project-item[data-statsmode="2"] .plan-box-stats {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.project-item[data-statsmode="0"] .plan-box-stats {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}


.projects-menu .list-project .active .show-on-hover {
	display:none;
	float:right;
    right: 15px;
    position: absolute;
	line-height: 31px;
}

.projects-menu .list-project .inactive .show-on-hover {
	line-height:42px;
	display:none;
	float:right;
    right: 15px;
    position: absolute;
}

.projects-menu .list-project .active:hover .show-on-hover, .projects-menu .list-project .inactive:hover .show-on-hover {
	display:inline;
}

#navbar-brand {
	width: 100%;
}

#brand-icon {
    max-height: 100px;
    max-width: 100px;
}

.headerfix .leftfix {
	width: 290px;
}

.headerfix .rightfix {
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerfix .rightfix .navbar-nav {
}

.headerfix .rightfix .user-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.headerfix .rightfix .plan-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.headerfix .rightfix .plan-menu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin-right: 25px;
    margin-top: 5px;
}
.headerfix .rightfix .plan-menu a {
	font-size: 25px;
	color: #dfdfdf;
	text-decoration: none !important;
}

.plan-menu .dropdown {
	position: absolute;
  right: 151px;
  top: 22px;
}

.plan-menu .dropdown-toggle {
			border: none !important;
	    background: transparent !important;
	    color: #596778 !important;
	    padding: 0 !important;
	    font-size: 18px;
}

.notifys {
    position: absolute;
    display: block;
    right: 8px;
    top: 19px;
    width: 13px;
    font-size: 8px;
    text-align: center;
    line-height: 12px;
    height: 13px;
    border-radius: 50%;
    background-color: #ff5a5b !important;
    color: white !important;
}

.plan-menu .dropdown-menu {
	padding: 0px;
	width: 330px;
	margin-left: -272px;
	font-size: 12px;
	margin-top: 10px;
	border-radius: 3px;
	background: #3e4041;
	border: none;
	color: #dfdfdf;
}

.plan-menu .no-notifications {
	padding: 10px;
}

.plan-menu .back-to-dashboard {
	cursor: pointer;
	background: #343637;
	border-bottom-left-radius: 3px;
	padding:10px;
	text-align:center;
	border-top: 1px solid #616363;
}

.headerfix .rightfix #userphoto {
	background: transparent !important;
	padding:0px;
}
body {
	font-family: Open Sans, sans-serif !important;
}

/*Login page*/
.row.loginrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.col.logincontainer {
    max-width: 500px;
    width: 500px;
}

body.login .panel {
    margin-top: -15%;
    border: none;
    color: white;
}

body.login .panel .panel-heading {
    color: white;
    background-color: #2e4179;
    font-size: 30px;
    text-align: center;
    border: none;
    padding: 20px 15px;
}
body.login .panel .panel-body {
    padding: 20px 40px;
    background-color: #3e59b1;
    border-radius: 0 0 4px 4px;
}

body.login .btn-primary, body.login .btn-primary:active {
    width: 100%;
    padding: 10px 4px;
    font-size: 20px;
    background-color: #7193e2;
}

body.login .form-control {
    padding: 12px 17px 13px;
    margin-top: 10px;
}

.checkbox.logincheckbox {
    margin: 10px 0px;
}

.forgotpasswordtextbox {
    margin: 10px 0px 0px;
}

.createaccountlinktextbox {
    margin-top: 0px;
}

.createaccountlinktextbox.register {
    margin-top: 5px;
}

.checkbox.logincheckbox.register label .form-group {
    width: 20px;
}

.passwordresetemailbtn {
    margin: 10px 0px;
}

.resetpageinput{
    margin-top: -5px;
}

.resetpagebtn {
    margin: 25px 0px 15px;
}

.form-group.resetpageform-group{
    margin-top: 10px;
}

body.login .panel .panel-body a,
body.login .panel .panel-body a:hover,
body.login .panel .panel-body a:focus{
    color: white;
}
body.login .panel .panel-body input:-webkit-autofill{
    background-color: white !important;
}
.header {
    background: #ffffff;
    padding: 15px 0px 15px 15px;
    border-radius: 0px !important;
    min-height: 70px !important;
}

.header .navbar-nav {
    float: right;
	margin-right: 0.9%
}
.header .navbar-nav>li>a {
    height: 70px;
    line-height: 50px;
    font-size: 35px;
}
.header .navbar-nav .nav-item {
    margin-left: 10px;
}

.nav-item .dropdown-menu {
	margin-left: -140px;
}
.header .navbar-nav>li>a, .header .navbar-nav>li>a:visited {
    color: #fff;
    background-color: transparent;
}
.header .navbar-nav>li>a:hover, .header .navbar-nav>li>a:active, .header .navbar-nav>li>a:link {
    color: #fff;
    background-color: transparent;
}

/*Account Setting*/
.account-settings {
    position: fixed;
    right: 0px;
    background: #ffffff;
    z-index: 1000;
    width: 350px;
    top: calc(50% - 299px);
    padding: 20px 70px;
    border-radius: 4px 0 0 4px;
    text-align: center;
    display: none;
    font-size: 12px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.075), 0 6px 20px 0 rgba(0,0,0,.075);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.075), 0 6px 20px 0 rgba(0,0,0,.075);
}

.account-settings h3{
    color: #596778;
    margin-bottom: 20px;
}

.account-settings a{
    color: #596778;
}

.account-settings a:hover {
    color: #596778;
}

.account-settings .img-profile {
    height: 60px;
    width: 60px;
    margin-top: 5px;
    margin-bottom: -5px;
}
#img_userprofile_overlay {
    position: absolute;
    left: 0%;
}
#img_userprofile {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.account-settings .img-profile-wrap {
    position: relative;
}
.account-settings .img-profile-wrap span {
    position: absolute;
    top: 29px;
    left: 50%;
    margin-left: -16px;
    color: #ffffff;
    font-size: 6.5pt;
    z-index: 1;
}
.account-settings .btn {
    color: #ffffff;
    background-color: #39da8a;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 0;
    width: 100%;
}

#img_userprofile_header {
  margin: 0 !important;
	height: 40px !important;
  width: 40px !important;
}

.user-menu {
    margin-right: 40px !important;
}

.notification-wrapper {
    height: 52px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    background:var(--bs-white);
    color: var(--bs-gray-dark);
    border-bottom: 1px solid #e1e1e1;
}

.notification-wrapper:last-child {
	border-bottom: 0px !important;
}

.notification-text {
    float: left;
    padding-right: 5px;
    padding-top: 8px;
    margin-left: 43px;
    color: #596778;
    width: 100%;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notification-text i {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    font-size: 14px;
    top: 19px;
    left: 0px;
}

#notification-chat-blue {
    width: 20px;
    margin: 0 12px;
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
}

.notification-subtext {
    color: #bac0c7;
    font-weight: 400;
    font-size: 11px;
    margin-top: 1px;
    padding-bottom: 8px;
    padding-right: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notification-right {
    float: right;
    padding: 5px 10px;
    width: 25%;
    text-align: center;
}

.notification-ago {
    font-size: 7pt;
    color: #bac0c7;
    margin-bottom: 5px;
}

.notification-view {
    width: 52px;
    margin-left: auto;
    margin-top: -1px;
    margin-bottom: 1px;
    background: var(--bs-primary);
    color: white;
    text-align: center;
    border-radius: 3px;
    font-size: 10px;
    cursor: pointer;
    padding: 3px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.175);
            box-shadow: 0 3px 6px rgba(0,0,0,0.175);
}


.notification-scroller {
    max-height: 496px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom-left-radius: 4px;
}

.delete-notification {
    left: 2px;
    position: absolute;
    top: -3px;
    font-size: 12px;
    padding: 3px;
    color: var(--bs-secondary);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: none;
}

.delete-notification:hover {
    color: var(--bs-danger);
}

.notification-wrapper:hover > .delete-notification {
    opacity: 1;
}


.account-settings a:hover{
    color: #bac0c7;
}
.account-settings .setting-title {
    color: #596778;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}
.account-settings .btn:hover{
    color: #f5f5f5;
}

.account-settings .btn:focus {
    outline: 0! important;
    color: #ffffff !important;
}

.account-settings .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}

.account-settings .form-control {
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    color: #596778;
    font-size: 12px;
    padding: 5px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 3px;
}

.account-settings .form-control:focus {
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.account-settings .btn-update-setting {
    margin-top: 20px;
    margin-bottom: 10px;
}
.account-settings .setting-close {
    position: absolute;
    display: block;
    top: 47%;
    left: 0px;
    padding: 10px 5px;
    background-color: #5a8dee;
    font-size: 30px;
    border-radius: 0 4px 4px 0;
    color: #596778;
}
.account-settings .setting-close .wrench {
    /*background-image: url(../img/sidebar-toggler.png);*/
    width: 16px;
    height: 11px;
}

.account-settings-close-icon {
    font-size: 12px;
    color: white;
    -webkit-transform: rotate(90deg) translatex(-22px);
            transform: rotate(90deg) translatex(-22px);
}

.account-settings form .form-group {
    text-align: left;
}
.account-settings form .form-group label {
    color: #ffffff;
}
.form__ajax-loading {
    display: none;
    text-align: center;
}

input#acsettings-username {
    background-color: #f6faff;
}

/*Global*/
.container {
	/* was: 80% */
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.header .nav>li.dropdown>a {
    padding: 5px;
}
.header .nav>li>a {
    padding: 10px;
}
.navbar-header a {
    color: #fff;
    font-size: 35px;
}
.navbar-header a:hover {
    color: #f5f5f5;
}
.navbar-brand {
    font-weight:inherit;
}
.wide {
    width: 100%;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.password-reset .container {
    margin-top: 7em;
}
.password-reset .form-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    color: #6d6d6d;
    font-size: 20px;
}
.password-reset .form-content .form-group {
    float: inherit;
}
.password-reset .form-content .form-control {
    height: 50px;
}
.password-reset .form-content .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ccc;
}
.password-reset .form-content .btn {
    width:100%;
    color: #fff;
    background-color: #7193e2;
    border: none;
    height: 50px;
    font-size: 18px;
}
.password-reset .intro-text {
    color: #555;
    font-weight: bold;
}
.header-nav {
    padding: 1.5em 1.75em 0;
}
.header-nav .btn {
    padding: 12px 24px;
}
.header-nav-right {
    float: right;
}
.header-nav-right .btn-default {
    color: #6d6d6d;
}
.header-nav-right .header-nav-link-signup {
    margin-left: 10px;
}
/*Modal*/
#modal-add-plan .modal-dialog {
    width: 450px !important;
}

#modal-rename-plan .modal-dialog {
    width: 450px !important;
}

.modal-header, .modal-footer {
    border: none !important;
}
.modal-footer .btn {
    padding: 7px 12px;
    font-size: 14px;
}
.modal-add-object .modal-title {
    color: #596778;
    font-size: 22px;
    font-weight: 600;
    padding: 40px 15px 15px;
}
.modal-add-object .modal-content {
    top: 100px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.075), 0 6px 20px 0 rgba(0,0,0,.075);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.075), 0 6px 20px 0 rgba(0,0,0,.075);
}
.modal-add-object .modal-body {
    padding: 0px 120px 90px;
}
.modal-triangle {
    position: relative;
    left: 50%;
    top: -15px;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 0 20px 15px;
}
.modal-add-object .modal-footer .btn {
    width: 100%;
    float: left;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 0 4px 4px;
    border: none;
    background-color: #5a8dee;
}
.modal-add-object .modal-header, .modal-add-object .modal-footer {
    border:none;
}
.modal-add-object .modal-footer{
    padding: 0;
}
.modal-add-object input[type='text']{
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    padding: 18px 20px;
    color: #596778;
}

.modal-add-object .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #e1e1e1;
}
/*.modal-open .btn-add-object, .modal-open .btn-add-member {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.fb-fade {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}

.fb-fade.in {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.fb-popup {
    width: 100%;
    padding-right: 0 !important;
    /*background: #ffffff5f;*/
}

.fb-fade {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}

.modal-set-plan .modal-header {
    padding-top: 30px;
    color: #7a95d3;
}
.modal-set-plan .modal-content {
    border-radius: 4px 4px 5px 5px;
    border: none;
    margin-top: 200px;
}
.modal-set-plan .modal-body {
    padding-bottom: 30px;
    color: #c3c8d3;
    font-size: 18px;
}
.modal-set-plan .modal-body p {
    padding: 0 0 10px;
}
.modal-set-plan .modal-footer .btn {
    width: 50%;
    float: left;
    height: 60px;
    color: #fff;
    font-size: 25px;
    border-radius: 0px;
    border: none;
    margin: 0 !important;
}
.modal-set-plan .modal-footer {
    padding: 0;
}
.modal-set-plan .modal-footer .btn-cancel,
.modal-set-plan .modal-footer .btn-cancel:focus,
.modal-set-plan .modal-footer .btn-cancel:active:focus{
    background-color: #de9898 !important;
    color: #FFF;
    border: none;
    outline: 0;
    border-radius: 0 0 0 4px;
}
.modal-set-plan .modal-footer .btn.btn-verify,
.modal-set-plan .modal-footer .btn.btn-verify:active:focus{
    background-color: #5277c9 !important;
    color: #FFF;
    outline:0;
    border-radius: 0 0 4px 0;
}

/*Project*/
.navbar {
    padding-top: 0px !Important;
    padding-bottom: 0px !Important;
	margin-bottom: 0px !important;
    max-height: 70px !important;
    min-height: 70px !important;
}
.projects-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.projects-infoheader-title .dropdown-menu {
	margin-top: 0px;
  padding: 0;
  min-width: 145px;
}

.projects-infoheader-title .dropdown-menu > li > a {
  /**/
}

.projects-infoheader-title .dropdown-menu > li > a:hover, .projects-infoheader-title .dropdown-menu > li > a:focus {
  color: #ffffff !important;
  background-color: #5a8dee;
}

.projects-infoheader-title, .projects-infoheader-title a {
	color: #596778 !important;
}

.projects-infoheader-title .btn-group.open .dropdown-toggle, .projects-infoheader-title a:active, .projects-infoheader-title a:hover {
    color: #596778 !important;
}


.projects-infoheader-title  i {
    font-size: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border: 1px solid #e1e1e1;
    padding: 8px;
    margin-top: 0px;
    border-radius: 4px;
    vertical-align: middle;
}

.projects-menuheader {
    height: 96px;
    width: 290px;
    min-width: 290px;
    padding: 24px;
    text-align: center;
}



.projects-menu .list-project {
	border-bottom: 1px solid #e1e1e1;
	height: 42px;
	line-height: 42px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	cursor: pointer;
    text-align: center;
}

.projects-menu .list-project div {
	width: 100%;
    font-size:14px !important;
	white-space: nowrap;
}

.projects-menu .active {
	width: 6px;
	height: 46px;
	margin-top: 6px;
	margin-bottom: 6px;
	/*padding-left: 31px;*/
	line-height: 30px;
	display:inline-block;
	color: #fff !important;
}

.projects-menu .inactive {
/*	padding-left: 37px;*/
color: #596778c4;
}

.projects-plans {
	background: #f6faff;
}

.btn-group.open .dropdown-toggle {
 -webkit-box-shadow: none !important;
         box-shadow: none !important;
}

.btn-newproject {
    font-size: 14px;
    color: #5a8dee;
    text-align: center;
    background-color: #f6faff;
    padding: 14px;
    cursor: pointer;
}

.btn-manageteam {
	background: #5c6567;
	font-size: 14pt !important;
	padding: 7px 20px !important;
	color:white;
	margin-top:17px;
	border-radius: 2px !important;
}

.btn-manageteam:hover, .btn-manageteam:focus {
	color:white !important;
	outline:none !important;
}


.projects-infoheader {
	width: calc(100vw - 100px);
	background: #f6faff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-left:100px;
}

.btn-group-project {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	padding: 0 0 0 10px;
  margin-right: 1px;
}


.projects-infoheader .avatar-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
	    height: 40px;
		min-width: 50px;
		margin-top: 28px;
		cursor: pointer;
}

.projects-infoheader .avatar-group-inner {
	position: relative;
}


.projects-infoheader .avatar-group .group-member-avatar {
	position: absolute;
}

.projects-infoheader-title {
    /*line-height: 44px;*/
    /*padding-left: 46px;*/
    font-weight: 600;
    font-size: 21px;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    /*transform: translateY(10px);*/
}

.projects-infoheader-title-text {
    vertical-align: middle;
}

.projects-infoheader-title-text::-webkit-input-placeholder {
  color: #596778c9;
}

.projects-infoheader-title-text::-moz-placeholder {
  color: #596778c9;
}

.projects-infoheader-title-text:-ms-input-placeholder {
  color: #596778c9;
}

.projects-infoheader-title-text::-ms-input-placeholder {
  color: #596778c9;
}

.projects-infoheader-title-text::placeholder {
  color: #596778c9;
}


main.project, main.plan {
    /*margin-top: 100px;*/
    padding: 0;
}

.project-item {
    border-radius: 4px;
    display: inline-block;
    width: 322px;
    max-height: 223px;
    margin-bottom: 50px;
    margin-right: 57px;
    margin-top: 10px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.075), 0 6px 20px 0 rgba(0,0,0,.075);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.075), 0 6px 20px 0 rgba(0,0,0,.075);
    position: relative;
}



.project-item.invited {
    background-color: #7995d4;
}
.project-box {
    background-image: url("../img/project_back.png");
    padding: 20% 0px;
    text-align: center;
    background-size: cover;
    position: relative;
}
.plan-box {
    background: url(/img/loader.gif) center center no-repeat;
    text-align: center;
    background-size: cover;
    position: relative;
    background-color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 322px;
    height: 172px;
    overflow: hidden;
    background-color: #fff;
    margin: 0px !important;
    background-size: 50px 50px;
}


.new-plan {
    /*background: 1px solid #7097dc;*/
}
.team-add {
    /*background: 1px solid #7097dc;*/
}
.new-plan .plan-box  {
	background: white !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.new-plan .plan-box p {
display: none !important;
}

.new-plan-text {
color: #7097dc;
padding-bottom: 30px;
cursor: pointer;
text-align: center;
width: 100%;
font-size: 18pt;
}

.new-plan-text i {
font-size: 42pt;
margin-bottom: 10px;
}

.project-box p, .plan-box p {
color: #999;
padding: 5%;
margin: 0;
font-size: 14pt;
font-weight: 600;
top: -75px;
position: absolute;
white-space: nowrap;

}

.project-item .dropdown-menu a {
 /**/
}

.project-item .dropdown-menu a:hover, .project-item .dropdown-menu a:focus{
    color: #ffffff !important;
    background-color: #5a8dee;
    text-decoration: none;
}

.project-box .btn-project-delete {
position: absolute;
top: -14px;
right: -13px;
background-color: white;
border-radius: 50%;
font-size: 16px;
padding: 0px 5px;
color: #486dca;
border: 1px solid #486dca;
}
.project-box .btn-project-delete:focus,
.project-box .btn-project-delete:active:focus {
outline: 0;
}
.btn-add-object:focus {outline: 0;}
.btn-add-object, .btn-add-object:visited {
color: #fff;
position: absolute;
top: 93px;
left: 50%;
margin-left: -24px;
background-image: url(../img/btn_add_project_small.png);
background-size: cover;
height: 38px;
width: 38px;
display: inline-block;
z-index: 1060;
}
main.plan .member-section {
position: absolute;
bottom: 10px;
left: 10px;
}
main.plan .member-section .btn {
background-color: #5277c9;
color: #FFF;
border-radius: 2px;
}
main.plan .member-section .btn-add-member {
width: 34px;
cursor: pointer;
}

main.plan .member-section .img-member {
width: 34px;
margin-left: 5px;
}

main.plan #modal-list-member .modal-dialog {
min-width: 900px;
}

main.plan #modal-list-member .modal-header {
background-color: #7193e2;
border-radius: 4px 4px 0 0;
}
main.plan #modal-list-member .modal-header h3 {
color: #FFF;
}
main.plan #modal-list-member .modal-body {
padding: 0 20px 15px 15px;
max-height: 255px !important;
}
main.plan #modal-list-member .modal-body .fa-spin{
margin: 20% 50%;
}
main.plan #modal-list-member .modal-body .row {
padding: 15px 0;
}
main.plan #modal-list-member .modal-body .row:not(:first-child) {
border-top: 1px solid #ccc;
}
main.plan #modal-list-member .modal-body .row .user-fullname {
font-size: larger;
color: #989b9d;
}
main.plan #modal-list-member .modal-body .row .user-email {
padding: 5px 0px;
color: #989b9d;
}
main.plan #modal-list-member .modal-body .row .user-admin {
padding: 6px 15px;
color: #7a95d3;
}
main.plan #modal-list-member .modal-body .row .user-remove,
main.plan #modal-list-member .modal-body .row .user-leave {
padding: 6px 15px;
}
main.plan #modal-list-member .modal-body .row img {
width: 48px;
margin-top: 3px;
}
main.plan #modal-list-member .modal-body .row .toggle {
height: 32px !important;
min-width: 64px;
}
main.plan #modal-list-member .modal-body .row .user-admin .btn {
border-radius: 20px;
}
main.plan #modal-list-member .modal-body .row .user-admin .btn-primary {
background-color: #7a95d3;
border-color: #7a95d3;
}
main.plan #modal-list-member .modal-body .row .user-admin .btn-default {
color: #989b9d;
}
main.plan #modal-list-member .modal-body .row .user-leave .btn,
main.plan #modal-list-member .modal-body .row .user-remove .btn {
border-radius: 20px;
width: 100%;
background-color: #e39999;
border: none;
}
main.plan #modal-list-member .modal-body .row .user-leave .btn:focus,
main.plan #modal-list-member .modal-body .row .user-remove .btn:focus {
outline: 0;
}
main.plan #modal-list-member .modal-footer {
padding-bottom: 25px;
color: #989b9d;
}
main.plan #modal-list-member .modal-footer img {
width: 36px;
}
.user-bill .btn-add-object {
display: none;
}


.btn-affiliate-dialog {
margin: 0px !important;
}
.popover .popover-title{
font-size: 11px;
white-space: nowrap;
background-color: #4E525A;
color: white;
padding: 12px 8px;
border: none;
}
.popover .arrow:after {
border-bottom-color: #4E525A !important;
}
.popover {
padding: 0px !important;
border: none !important;
}
.popover .popover-content {
padding: inherit;
text-align: center;
color: white;
cursor: pointer;
}
.popover .popover-content .row {
margin: inherit;
}
.popover .popover-content .col-md-6 {
padding: 8px 1px;
}
.popover .popover-content .trash-box {
padding: 0;
}
.popover .popover-content .btn-danger,
.popover .popover-content .btn-danger:hover,
.popover .popover-content .btn-danger:active{
background-color:  #7A95D3;
border-radius: 0 0 0 4px;
border: none;
padding: 8px;
}
.popover .popover-content .trash-no {
background-color: #DE9898;
border-radius: 0 0 4px 0;
}

/*Billing&Plan panel*/
.user-bill h1{
    margin: 35px 0;
    color: #596778;
    font-size: 24px;
    font-weight: 600;
}
.user-bill .panel {
    border:none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 20px;
}
.user-bill .panel .panel-heading {
    border-radius: 4px 4px 0 0;
    background-color: #5a8dee;
    color: white;
    font-size: 16px;
    border: none;
}
.user-bill .panel .panel-body {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0 0 4px 4px;
}
main .user-bill .row {
    margin: 0;
}
.user-bill .invoice-card {
    margin: 50px 0;
}
.user-bill .panel-invoice {
    padding: 0;
}
.user-bill .panel-plan .panel-footer {
    width: 80%;
    margin-left: 10%;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
    color: white;
}
.user-bill .panel-plan .panel-footer.active {
    background-color: #5277c9;
}
.user-bill .panel-plan .panel-footer.inactive {
    background-color: #7a95d3;
    cursor: pointer;
}
.user-bill .panel-bill .panel-body {
    border-radius: 0;
}
.user-bill .panel-bill .form-group {
    padding: 5px 10px;
}
.user-bill .panel-bill .error,
.user-bill .panel-bill .alert {
    margin: 0;
}
.user-bill .panel-bill .form-control {
    border-radius: 0;
    padding: 18px 12px;
}
.user-bill .panel-bill .form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.user-bill .panel-bill .card-credit {
    margin: 0;
}
.user-bill .panel-bill .panel-footer {
    padding: 0;
    border-radius: 0 0 3px 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: #5277c9;
    color: white;
    cursor: pointer;
}
.user-bill .panel-bill .panel-footer .btn {
    padding: 12px;
}
.user-bill .panel-bill .panel-footer .btn:hover,
.user-bill .panel-bill .panel-footer .btn:focus,
.user-bill .panel-bill .panel-footer .btn:active {
    color: #fff;
}
.user-bill .panel-bill .panel-footer .btn-delete-account {
    background-color: #de9898;
    border-radius: 0 0 2px 0;
}
.user-bill .panel-bill .panel-footer .btn-update-card {
    border-radius: 0 0 0 2px;
    background-color: #5077c9;
}
.user-bill .invoice-card .row {
    margin-top: 3px;
}
.user-bill .invoice-title {
    text-align: left;
    padding: 10px;
}
.user-bill .invoice-view {
    padding: 10px;
    background-color: #7a95d3;
    color: #fff;
        margin-bottom: 2px;
}
.user-bill .invoice-item:last-child .invoice-view {
    border-radius: 0 0 2px 0;
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-header {
        display: block;
    }


.MplanInAppTaskManagerSegmentName {
        font-size: 21px;
        margin-top: 1px;
    }

}

::-webkit-scrollbar-track {
	border-radius: calc(10 * var(--rpx));
	background-color: #ffffff00;
	width: calc(8 * var(--rpx)) !important;
}

::-webkit-scrollbar {
	width: calc(8 * var(--rpx)) !important;
	border-radius: calc(32 * var(--rpx));
}

::-webkit-scrollbar-thumb {
	background-clip: border-box;
	border-radius: calc(10 * var(--rpx));
	background-color: #ffffff00 !important;
	width: calc(8 * var(--rpx)) !important;
}

:hover::-webkit-scrollbar-thumb {
	background: var(--grey-400, #f3f3f4) !important;
}

.hidden {
  display: none;
}


.mpchat-wrapper  {
    width: 360px;
    height: calc(100vh - 150px);
    position: absolute;
    background-color: white;
    border-radius: 4px;
    top: 120px;
    right: -370px;
    z-index: 1000000001;/**/
    -webkit-box-shadow: 0 0 15px #e8eef8;
            box-shadow: 0 0 15px #e8eef8;
    margin-left: 10px;
    /* transform: translateX(10px);
        removed this because it was breaking the placement of the chat media modal */
}



.mpchat-subwrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 10px 20px 2px;
    z-index: 1200;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
}

.mpchat-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-10px) translateY(-50%);
          transform: translateX(-10px) translateY(-50%);
  width: 38px;
  height: 37px;
  left: -38px;
  background: #5a8dee;
  font-size: 10pt;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}

#teamchat-side2 {
    margin-right: 2px;
}

#teamchat-modal {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  width: -webkit-fill-available;
}

/*.socialplan-mpchat-handle {
  right: -14px !important;
}*/

.mpchat-new-conversation {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 200px;
  width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #6e94de;
	color: white;
	font-size: 12pt;
	padding: 10px 15px;
	cursor: pointer;
}

.mpchat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    width: 360px;
    margin-left: -20px;
    width: 360px;
    left: 0px;
}



.mpchat-messages {
    background: white url(/img/teamchat.svg?v=3) repeat;
    height: 100%;
    background-size: cover;
    overflow-y: auto;
    width: 360px;
    margin-left: -20px;
    width: 360px;
    left: 0px;
    display: none;
}



.mpchat-list-conversations {
	/*flex: 1 1 auto;*/
}

.mpchat-new-conversation i {
	float: right;
  line-height: 23px;
}

.mpchat-new, .mpchat-view, .mpchat-manage {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height:100%;
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
}


.mpchat-new-header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #535a62;
	color: white;
	width: 100%;
	font-size: 18pt;
	padding: 27px;
	max-height: 80px;
	min-height: 80px;
}

.mpchat-messages {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	overflow-y: auto;
  padding: 20px 40px 55px;
  display:none;
}

.mpchat-send-message {
	 -webkit-box-flex: 0;
	     -ms-flex: 0 1 auto;
	         flex: 0 1 auto;
   background: #e1e1e1;
	 padding: 10px;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
}

.mpchat-goback {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	cursor: pointer;
}

.mpchat-name-wrapper {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.mpchat-name-wrapper span {
		margin-left: 20px;
    width: 350px;
    display: block;
    outline: none !important;
}

.mpchat-name {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #737373;
    width: 100%;
    display: block;
}

.mpchat-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
  color: #596778;
  border-bottom: 1px solid #e1e1e1;
}

.mpchat-contact-photo img {
	 border-radius: 50%;
}

.mpchat-contact-name {
	 margin-left: 15px;
     font-weight: 600;
    color: #5a8dee;
}

.mpchat-contacts {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	overflow-y: auto;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.mpchat-contact-select {
	float:right;
}
.mpchat-contact-select input[type="checkbox"] {
    display: none;

}
.mpchat-contact-select input[type="checkbox"] + label {
    font-family: Arial, sans-serif;
    font-size: 16px;
}
.mpchat-contact-select input[type="checkbox"] + label span {
    -webkit-box-shadow: 0 0 0 2px #5a8dee;
            box-shadow: 0 0 0 2px #5a8dee;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px -3px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
}

.mpchat-contact-select input[type="checkbox"] + label span {
  border: 4px solid #fff;
  background-color: #fff;
}

.mpchat-contact-select input[type="checkbox"]:checked + label span{
  background-color: #5a8dee;
}

.mpchat-contact-name {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}


.mpchat-start {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin-left: auto;
	margin-right: auto;
	background: #6e94de;
	color: white;
	font-size: 12pt;
	padding: 10px 15px;
	cursor: pointer;
  width:100%;
}

.mpchat-message-btn {
	color: #5a8dee;
	font-size: 20px;
	display: inline-block;
	right: 30px;
	top: 20px;
	position: absolute;
	cursor: pointer;
}

.mpchat-message-input {
	width: 99%;
  outline: none !important;
  padding: 0 45px 0 0;
  font-size: 12px;
  max-height: 18px;
}

.mpchat-send-message input, .mpchat-send-message [contenteditable=true] {
    pointer-events: auto !important;
}

.expanded .mpchat-topbar .mpchat-expand {
    display: none !important;
}

.mpchat-expand, .newmenu-chat { /* chat disable 2020 */
    display: none !important;
}

.expanded .mpchat-topbar .mpchat-close {
    display: none !important;
}

.mpchat-topbar-expanded .mpchat-expand, .mpchat-topbar-expanded .mpchat-close {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}

.mpchat-send-message {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1300;
    pointer-events: auto !important;
    -ms-touch-action: auto !important;
        touch-action: auto !important;
    display: none;
}


.message-sender {
font-size: smaller;
margin-left: 20px;
    display: none;
}


.message-photo {
    position: absolute;
    left: -40px;
    top: 0px;
}

.message {
	margin-bottom:20px;
    position: relative;
    width: 100%;
}
.message-photo img {
	border-radius: 50%;
}


.message-from-me .message-bubble {
    background: #5a8dee !important;
    color: white !important;
    border: 1px solid #5a8dee !important;
    margin-left: auto !important;
}

.message-image {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: auto !important;
}


.message-from-me {
    text-align: right !important;
    /*width: calc(100% - 20px) !important;    */
    margin-left: -20px !important;
}

.message-from-me .message-triangle {
	border-right: none !important;
	border-left: 20px solid #6e95de !important;
	left: auto !important;
	right: -18px !important;
}

.message-from-me .message-photo {
    left: auto !important;
    right: -40px !important;
}

.message-bubble {
    background: #ffffff;
    border-radius: 4px;
    color: #596778;
    border: 1px solid #e1e1e1;
    padding: 8px 10px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 6px 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 6px 10px 0 rgba(0, 0, 0, 0.05);
    max-width: 243px;
}

.message-triangle {
    display: none !important;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-right: 20px solid #535962;
position: absolute;
top: 50%;
left: -18px;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

.mpchat-conversation {
	padding: 25px;
  height: 60px;
  max-height: 60px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	color: #596778;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.mpchat-conversation:last-child {
    border-bottom: 0px !important;
}


.mpchat-conversation i.fa-chevron-right {
  color: #e6e6e6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 24px;
}

.mpchat-list-conversations .mpchat-conversation::before {
		content: '';
	    width: 20px;
        min-width: 20px;
        max-width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    background-color: #b9b9b9;
	    margin-right: 10px;
        display: none !important;
}

.mpchat-handle.unread::before {
  content: '';
  text-align: center;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ff5a5b;
    position: absolute;
    top: 3px;
    left: 20px;
  color: white;
  font-size: 8px;
}


.mpchat-list-conversations .unread::before {
    background-color: #6e94de !important;
}

.mpchat-list-conversations .mentioned::before {
    background-color: #ff5b5c !important;
}


.mpchat-manage-users {
	display: none;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	cursor: pointer;
}

.mpchat-save {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin-left: auto;
	margin-right: auto;
	background: #6e94de;
	color: white;
	font-size: 12pt;
	padding: 10px 15px;
  width:100%;
	cursor: pointer;
}

.mpchat-conversation > div > span {
    font-weight: lighter;
    font-size: 12px;
    display: block;
    max-width: 235px;
}

.mpchat-conversation > div > span.fromme {
    font-style: italic;
}

.mpchat-conversation > div > span.unread {
    font-weight: bold !important;
}

.navbar {
	    max-height: 80px;
	}

.mpchat-delete, .mpchat-leave {
  position: absolute;
  font-size: 14px;
  top: 0;
  color: var(--bs-primary);
  right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
}

.mpchat-delete:hover, .mpchat-leave:hover {
    color: var(--bs-danger);
}

.mpchat-conversation:hover .mpchat-leave, .mpchat-conversation:hover .mpchat-delete {
    display:block !important;
}

.message-from-me .message-content a {
  color: #fff !important;
  text-decoration: underline !important;
}

.message-content a {
    text-decoration: underline !important;
}

.mpchat-message-input {
	background: transparent;
	display: inline-block;
}

.mpchat-send-message .comment-input-content {
  padding-left: 0 !important;
  background: transparent !important;
  max-height: auto ;/*!Important*/
  border-radius: 4px;
}

.comment-input-content .dropdown {
  top: -5px !important;
  position: absolute !important;

}

.comment-input-content .suggest>.dropdown-menu {
    margin-top: 0px !important;
    top: 0px !important;
    -webkit-transform: translateY(-100%) !important;
            transform: translateY(-100%) !important;
}


.message-content p {
      margin: 0 !important;
}

.mce-tinymce {
      z-index: 1 !important;
}

.mpchat-message-input, .mpchat-send-message .comment-input-content {
  max-height: 40px;
}

.mpchat-send-message .comment-input-content {
  padding: 8px 10px !important;
}

.mpchat-manage[data-mode="1"] .mpchat-contact-select {
  display: none;
}

.mpchat-manage[data-mode="1"] .mpchat-save {
  display: none;
}

.mpchat-manage[data-mode="1"] .mpcat-name {
  content: 'List of Chat Members' !important;
}

.mpchat-new .mpchat-name.optional::after {
  content: ' (optional)';
  font-size: x-small;
}

.party {
    position: absolute;
    top: 50%;
    left: 45px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.party img, .party .placeholder-image {
  border-radius: 50% !important;
  margin-left: -30px !important;
  position: relative;
}

.mpchat-info .placeholder-image {
    margin-left: 0px !important;
}

.mpchat-info {
    position: relative !important;
}

.mpchat-info .status {
    right: auto !important;
    left: 20px !important;
}

.party img:nth-child(1) {
  z-index:1510;
}
.party img:nth-child(2) {
  z-index:1509;
}
.party img:nth-child(3) {
  z-index:1508;
}
.party img:nth-child(4) {
  z-index:1507;
}
.party img:nth-child(5) {
  z-index:1506;
}
.party img:nth-child(6) {
  z-index:1504;
}
.party img:nth-child(7) {
  z-index:1503;
}
.party img:nth-child(8) {
  z-index:1502;
}
.party img:nth-child(9) {
  z-index:1501;
}

.conversation-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 275px;
    text-align:left;
    font-weight: 600;
    color: #5a8dee;
}

.user-table-header {
    width: 100%;
}

.alternating {
    width:100%;
}

.user-table-header tr {
    background:#6f97dc !important;
    font-size: larger;
}

.alternating td, .user-table-header th {
    padding: 5px;
}

.alternating .shown:nth-child(even) {
    background: #efefef;
}

.alternating tr td:first-child img {
    border-radius: 50%;
}

.customer-row {
    cursor: pointer;
}

.customer-modal table td {
    padding: 4px;
}

.customer-modal input, .customer-modal select {
  width: 300px;
  padding: 5px;
      margin-left: 5px;
}

.customer-photo {
  text-align: center;
}

.customer-photo img {
  border-radius: 50%;
}

.customer-modal {
  display: none;
  position: fixed;
background: white;
padding: 5px;
border: 2px solid #6f97dc;
border-radius: 10px;
border-top-right-radius: 0px;
top: 50%;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
left: 50%;
}

.customer-save {
  width: 100%;
    padding: 10px;
    background-color: #6f97dc;
    color: white;
    border: none;
    border-radius: 5px;
  }

.customer-plans {
  position: absolute;
right: -300px;
width: 300px;
border: 2px solid #6f97dc;
background: white;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
top: -2px;
padding: 10px;
max-height: 50vh;
overflow-y: auto;
}

.customer-modal tr td:first-child {
  font-weight: bold;
}

.project-team-warning {
    width: calc(100vw - 70px);
    position: absolute;
    top: 70px;
    text-align: center;
    padding: 5px 10px;
    background: #ff5a5b;
    color: #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.kaopen.mpchat-handle[data-open=false] {
    -webkit-transform: translateX(calc(-25vw + 19px)) translateY(calc(-50%))  !important;
            transform: translateX(calc(-25vw + 19px)) translateY(calc(-50%))  !important;
}


.sidebar-toggle.stopen {
    -webkit-transform: translateX(calc(-16.667vw + 4px)) translateY(-50%) !important;
            transform: translateX(calc(-16.667vw + 4px)) translateY(-50%) !important;
}

.stopen.clopen.mpchat-handle:not(.kaopen)[data-open=false] {
    -webkit-transform: translateX(calc(-33.334vw + 8px)) translateY(-50%) !important;
            transform: translateX(calc(-33.334vw + 8px)) translateY(-50%) !important;
}

.moopen {
  /*transform: translateX(-14px);
  right: 1px !important;*/
}

.clopen {
  right: 1px !important;
}

#modal-kanban .mpchat-handle {
    opacity: 1 !important;
    top: calc(50vh - 25px);
}

.mpchat-wrapper .moopen {
    display: none !important;
}

.clopen.mpchat-handle:not(.kaopen)[data-open=false] {
    -webkit-transform: translateX(calc(-16.667vw + 5px)) translateY(-50%) !important;
            transform: translateX(calc(-16.667vw + 5px)) translateY(-50%) !important;
}


.user-cc-info {
	text-align: center;
	font-weight: bold;
}

.modal-body .row-centered .col-centered {
  position: relative;
  margin-bottom: 10px;
}

.old-card-spinner {
   background: url(/img/loadingframe.gif) no-repeat center center;
   background-color: white !important;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999999;
   height: 100%;
   display: none;
 }
.card-spinner {
  /*  background-color: white !important;
    background: url(/img/loadingframe.gif) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    height: 100%;
    display: none;*/
        position: absolute;
        top: 0;
        left: -5px;
        background: #5a8dee;
        width: 460px;
        text-align: center;
  }

.panel-bill .form-row {
  padding: 20px;
  position: relative;
}

.card-updated {
  display: none;
  text-align: center;
  font-weight: bold;
}

.btn-update-card.busy {
  opacity: 0.25;
}


.subscription-reminder {
  text-align: center;
  padding: 10px;
  color: white;
  margin-top: 20px;
  font-weight: bold;
}

.blue {
  background: #7096dd;
}

.red {
  background: #de9898;
}

.green {
  background: #9ee6af;
}

.invoice-view  {
  cursor: pointer;
}

.analytics-row {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
          box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  border: 1px solid #ccc;
  margin: 40px 10px 10px !important;
}

.analytics-row .row-heading {
  padding: 10px;
  background: #5177c9;
  font-size: 1.5em;
  color: white;
}

.analytics-flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
}

.analytics-label {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.analytics-active, .analytics-inactive {
  padding: 10px;
  cursor: pointer;
}

.analytics-toggle {
  background: #7a95d4;
  font-weight: bold;
  color: white;
}

.analytics-status {
  padding: 10px;
  font-weight: bold;
}

.error {
  text-align: center;
  color: red;
  font-weight:bold;
}

.panel-invoice {
  height: 300px;
  overflow: auto;
}

.lifetime-unlimited, .lifetime-analytics {
  margin-left: 5px !important;
      width: 25px !important;
}

.panel-option {
  background: #7a95d4;
  border: none;
  color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
}

.panel-option.active {
  background-color: #5277c9 !important;
}

.user-bill .panel-bill .panel-footer {
  background: white !important;
}

.col-centered {
      text-align: center;
    }

.customerly-container {
z-index: 100000 !important;
}

.customerly-launcher {
  margin-left:30px !important;
}

.panel-option.active {
  pointer-events:none;
  -ms-touch-action:none;
      touch-action:none;
}

.panel-option.active.pending {
  pointer-events: all !important;
  -ms-touch-action: all !important;
      touch-action: auto !important;
}

.inactive.pending {
    background-color: #31497b !important;
    pointer-events: none !important;
    -ms-touch-action: none !important;
        touch-action: none !important;
}



.billing-img {
  float: none;
  margin-top: -50px;
  margin-bottom: 25px;
  width: 60px;
  height: 60px;
}

.user-bill {
  text-align: center;
}

.comment-input-content {
    position: relative;
}

.user-bill h3 {
  color: #596778;
  margin-top: 10px;
  font-size: 14px;
}

.user-bill h1 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.panel-heading {
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
}

.panel, .panel-body {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

main .user-bill .row {
  padding-left: 40px;
padding-right: 40px;
}

.user-bill .panel-heading {
  font-size:18pt;
}

.user-bill .panel-body {
  padding: 0px !important;
}

.user-bill .panel-heading div {
  font-size:26pt;
}

.user-bill .panel-heading div span {
  font-size:20px;
}

.user-bill .panel-body > div {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.panel {
    background: transparent !important;
}

.user-bill .panel-body {
  background: white !important;
}

.user-bill .box {
  background-color: #5a8dee !important;
  background-image: url(/img/billingbg.png);
  background-size: 105% auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body.user-bill {
  background: #5a8dee;
  height: 100%;
  overflow-y: visible;
}


.white-top {
  display:none;
  position:absolute;
  top:0;
  z-index: -1;
  width:100%;
  height:800px;
  background-color: white;
}

.box {

}

.btn-update-plan {
  outline: none !important;
background-color: #a6e26d;
color: white;
border-radius: 25px;
border: none;
padding: 10px 30px;
font-size: 16pt;
margin-top: 10px;
margin-bottom: 20px;
}

.btn-select-plan {
  outline: none !important;
background-color: #5a8dee;
color: white;
border-radius: 25px;
border: none;
padding: 10px 30px;
font-size: 16pt;
margin-top: 10px;
margin-bottom: 20px;
}

.user-bill .box {
  position: relative;
}

.user-bill .update-card {
  color: white;
}

.btn-update-card, .btn-update-card-save, .btn-cancel-card {
margin-left: auto;
margin-right: auto;
background: transparent;
outline: none !important;
border: 2px solid white;
border-radius: 25px;
padding: 5px 15px;
font-weight: bold;
margin-top: 10px;
}


html, body, .box { height: 100%; }

.update-card-form {
  display: block;
margin-right: auto;
padding-top: 10px;
margin-left: auto;
width: 450px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 52px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

.current-plan {
  background-color: #39da8a;
  color: white;
  font-size: 12px;
  opacity: 0;
  width: 200px;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

.current-plan.active {
    opacity: 1;
}
.btn-view-invoices {
  outline: none !important;
background-color: #596778;
color: white;
border-radius: 4px;
border: none;
padding: 10px 30px;
font-size: 16px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 20px;
}

.duration-toggle {
  color: #c4c9d4;
  font-size: 16pt;
  margin-top: 20px;
}

.panel-body .duration-toggle-switch {
  margin-top: 2px !important;
}

.duration-toggle-switch {
  display: inline-block;
  width: 50px;
  border: 2px solid #ccc;
  height: 24px;
  border-radius: 15px;
  vertical-align: top;
  margin-top: 3px !important;
  margin-bottom: 0px !important;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1px 3px;
}

.duration-circle {
  height: 100%;
  width: 18px;
  background: #5a8dee;
  border-radius: 50%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.duration-circle.active {
  margin-left:auto;
  margin-right: unset !important;
}

.duration-circle.inactive {
  margin-right:auto;
}


.panel-body .duration-toggle span {
  color: #333 !important;
}

.copyright {
color: white;
text-align: center;
width: 100%;
margin-top: 70px;
margin-bottom: 20px;
}

.duration-toggle-switch, .duration-toggle {
  cursor: pointer;
}
.duration-circle {
  cursor: default;
}

.card-updated {
    margin: 20px;
    color: white;
}

.user-bill .plan-menu {
  display: none;
}

#modal-invoices .modal-body {
  height: 500px;
overflow-y: auto;
}

.panel .duration-circle.active { margin-right: auto; }

.col-centered table { text-align: left; }

.col-centered p {
    font-size: 18pt;
    font-weight: bold;
}

body.user-bill {
  overflow-y:scroll;
}

.alternating { text-align: left; }

.customer-modal input {
  border: 1px solid #ccc !important;
  outline: none !important;
}


#pdf-viewer {
  width: auto;
position: fixed;
z-index: 1060;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
left: 50%;
top: 100px;
width: 922px;
display:none;
}

.pdf-viewer-header {
  background: #393e3f;
 color: white;
 padding: 10px;
 font-weight: bold;
}
.invoice-close-btn {
  position: absolute;
right: 12px;
top: 12px;
cursor: pointer;
}


#the-canvas {
  border: 2px solid #393e3f;
  width: 922px;
  height: 1188px;

}

.trans-center {
  float: none !important;
      margin-left: auto;
      margin-right: auto;
}

#pdf-viewer {
  width: 922px;
  height: 1188px;
height: 700px;
overflow-y: hidden;
border-bottom: 2px solid #393e3f;
background: url(/img/loadingframe.gif) no-repeat center center;
background-color: white;
}

.btn-new-user {
  border: none;
background: #6f96dd;
color: white;
padding: 6px 12px;
border-radius: 6px;
float: right;
margin-top: 5px;
}

.ua-duration span {
  font-size:smaller;
}

.ua-duration {
  margin-left: 130px;
}

.first-member {
  border-top: 2px solid #989b9d !important;
}




.list-mem-sep {
  font-size: 18px;
  font-weight: bold;
  color: #989b9c;
}

.btn-member-invite {
  border-radius: 20px !important;
    width: 100%;
    background-color: #99e3af !important;
    border: none !important;
    outline: none !important;
  }


#agencyModal .modal-title, #affiliateModal .modal-title, #upgradeModal .modal-title {
	font-weight:bold;
}

#upgradeModal {
    z-index: 1100;
}

#affiliateModal .modal-header, #agencyModal .modal-header, #upgradeModal .modal-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #5a8dee;
  color: white;
  text-align: center;
  padding: 14px;
}

#agencyModal .agency-tabs {
    background: white;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 8vw;
    background: white;
    top: 8vh;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 35, .27);
            box-shadow: 0 1px 6px 0 rgba(32, 33, 35, .27);
}

#agencyModal .agency-tabs .agency-active {
    background-color: #5a8dee;
    font-size: 14px;
    cursor: default !important;
    color: white !important;
    border-radius: 0px !important;
    z-index: 4100;
}

#agencyModal .agency-tabs div {
    padding: 8px 20px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    color: #596778;
    margin: 0;
    width: 88px;
}

#agencyModal  .agency-settings {
	border-bottom-left-radius:4px !important;
}

#agencyModal .agency-domain {
    border-bottom-right-radius: 4px !important;
}

#agencyModal .agency-settings-page > div {
  margin:10px;
}

#agencyModal .agency-settings-page strong {
  font-size: 14px;
  font-weight: 600;
}


#agencyModal .agency-settings-page .agency-header-img {

  margin:7px;
}

#agencyModal .btn-save-settings {
    background: #39da8a;
    color: white;
    padding: 8px 30px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: larger;
    margin-top: 12px;
    margin-left: 10px;
}

#agencyModal .agency-settings-page .agency-name {
    margin: 10px 0px;
    width: calc(100% - 20px);
    max-width: 300px;
    padding: 8px 20px 8px 10px;
    outline: none !important;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

#agencyModal .sp-replacer {
    border: none !important;
    background: transparent !important;
    margin: 2px -12px -2px -4px;
}

#agencyModal .sp-preview {
  width: 40px !important;
  height: 40px !important;
  border-radius: 4px;
}

#agencyModal .sp-dd {
  display: none !important;
}

#agencyModal .agency-saved {
  display: block;
  background: #6be5ae;
  padding: 10px;
  margin-bottom: 10px;
  color: white;
}

.agency-icon-img, .agency-color, .agency-logo-img, .agency-header-img, .agency-logo-ext-img, .agency-logo-img-white {
  height: 100%;
  width: 100%;
 }

.agency-icon-img {
    width: 70px;
    height: 70px;
    margin-top: 7px;
    margin-right: 20px !important;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: inline-block;
}

 .logo-padding {
    width:75px;
    height:75px;
    margin: 10px 0px;
    margin-right: 20px !important;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: inline-block;
 }

 .agency_emulation input {
    -webkit-transform: translateX(-2px) translateY(2px);
            transform: translateX(-2px) translateY(2px);
 }

 .agency_emulation-apply-all {
    /*for text next to checkbox*/
 }

#agencyform {
  padding: 0px;
  text-align: left;
  color: #596778;
  font-size: 12px;
}

.agency-domain-page {
  display: none;
  padding:20px;
}

.ag-hasnt-domain img {
  max-width:75%;
}

.ag-hasnt-domain {
  text-align:center;
}

.ag-has-domain {
  display:none;
  text-align:center;
}

.ag-setup-domain {
  display:none;
  text-align:center;
}

.ag-setup-domain h3 {
  font-size: 16pt;
color: #596778;
text-align: center;
margin: 20px;
}

.enter-agency-domain {
  padding: 10px;
  width: 100%;
}
/*.btn-setup-domain,.btn-verify-domain {
  background: #6b91e5;
  color: white;
  padding: 7px 30px;
  border: none;
  outline: none;
  border-radius: 15px;
  font-size: larger;
  margin-top:10px;
}

.btn-remove-domain {
  background: #ff5b5c !important;
  color: white;
  padding: 7px 30px;
  border: none;
  outline: none;
  border-radius: 15px;
  font-size: larger;
  margin-top:10px;
  margin-bottom:10px;
}

.btn-verify-domain {
  margin-top: 20px;
}
*/
.btn-remove-domain {
  background: #ff5b5c !important;
}

.ag-has-domain img {
  width:200px;
}

.ag-title {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 20px 5px;
  color: #596778;
}

.ag-status-yes {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 20px 5px;
  color: #39da8a;
}


.ag-link a {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 20px 5px;
  display:block;
  text-decoration:none !important;
  color: #596778;
}

.ag-status img {
  width: 50px !important;
  height: 50px !important;
  margin: 20px !important;
}

.container-fluid > .row {
    height: 100%;
    background-image: url(/img/bg.png);
    background-size: cover;
    background-position: center center;
}

.ag-link {
  display:none;
}



.coupon-code {
  margin-bottom:5px;
}


#affiliateModal .btn-apply-coupons {
      margin: 0px !important;
}

.btn-enter-coupons, .btn-apply-coupons, .btn-more-clients, .btn-affiliate-dialog {
  background-color: #5a8dee !important;
color: white !important;
padding: 10px 15px !important;
border-radius: 4px !important;
margin: 10px 10px 20px !important;
outline: none !important;
}

.div-enter-coupons {
  display: block;
}

.div-enter-coupons .coupon-code {
  width: 75%;
margin-left: auto;
margin-right: auto;
padding: 20px;
}

.mpchat-send-message .comment-input-content {
    background: white !important;
}

.mpchat-message-input {
  white-space: nowrap !important;
overflow-y: hidden !important;
overflow-x: hidden !important;
margin-left: 10px !important;
width: 245px;
-webkit-transform: translateY(2px);
        transform: translateY(2px);
}

 .mpchat-message-input p {
    padding: 0 !important;
}


.expanded .mpchat-message-input {
    width: calc(100% - 130px) !important;
}

.mpchat-send-message {
    width: 360px;
}

.mpchat-message-btn, .mpchat-attach-btn {
    z-index: 501;
    /*transform: translateY(-2px);*/
}

.mpchat-conversation div span {
  white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}

.update-card-form {
  margin-bottom: 20px;
}

#affiliateModal {
      top: 25%;
}


#affiliateModal .modal-content {
      background: transparent;
}
.affiliate-modal-body {
  padding: 20px;
  background: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.affiliate-monthly-plans {
  color: #ccc;
  font-size: smaller;
  padding: 20px;
}
.affiliate-plan {
  text-align: left;
border: 2px solid #6a8dd4;
  border-radius: 10px;
  color: #6a8dd4;
  padding: 10px 20px;
  cursor: pointer;
      margin-bottom: 10px;
}

.subactive {
  background-color: #6a8dd4;
  color: white;
}


.ui-sortable-placeholder {
   display:inline-block;
   height: 1px;
  }

.ui-state-hover {
  background-color: #5a8dee !important;
  color: white !important;
}

.ui-state-hover div {
  color: white !important;
}


.ui-helper-out {
  opacity: 0;
}

.stripe-popup-bg {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: black;
opacity: 0.5;
display: none;
}

.stripe-popup {

    width: 550px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: #5a8dee;
    padding: 25px;
    color: white;
    font-size: x-large;
    border-radius: 20px;
    display:none;
}

.stripe-card {
  margin-top: 25px;
  background: white;
  padding:10px;

}

.btn-create-your-account {
  margin-top: 20px;
border-radius: 10px;
font-weight: bold;
border: none;
background-color: #222222;
padding: 5px 50px;
display: block;
margin-left: auto;
margin-right: auto;
}

.modal-upgrade {
    padding: 25px 20px !important;
    text-align: center;
    font-size: larger;
}

.modal-upgrade-buttons {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
}

.btn-upgrade {
    background-color: #5a8dee;
    color: #fff!important;
    padding: 10px 25px!important;
    font-size: 14pt!important;
}

.live-notification {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 100000;
  top: 20px;
  background-color: #5b6567;
  padding: 20px;
  border-radius: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
}

.MPlanInAppTopNavBar {
    min-height: 70px;
    height: 70px;
    background: #ffffff;
    position: static;
    top: 0px;
    left: 70px;
    width: calc(100vw - 70px);
    min-width: calc(100vw - 70px);
    text-align: center;
    //box-shadow: -7px -3px 7px 1px #e1e1e1;
    //-webkit-box-shadow: -7px -3px 7px 1px #e1e1e1;
    z-index: 1000;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MPlanInAppTopNavBarCol1 {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    min-height: 70px;
    margin-left: -70px;
    background-color: #fff;
}

.MPlanInAppTopNavBarCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MPlanInAppTopNavBarCol3 {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.MPlanInAppTopNavBarCornerLogo {
    max-height: 100;
    height: 95px;
    padding: 15px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.newleftbar {
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    text-align: center;
    padding-top: 15px;
    height: 100vh;
    z-index: 100;
    -webkit-box-shadow: -3px 0px 10px 0.1px #e1e1e1;
            box-shadow: -3px 0px 10px 0.1px #e1e1e1;
}

.LeftNavBar {
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    max-width: 70px;
    text-align: center;
    min-height: 100vh;
    padding-top: 15px;
    height: 100vh;
    z-index: 100;
    -webkit-box-shadow: -3px 0px 10px 0.1px #e1e1e1;
            box-shadow: -3px 0px 10px 0.1px #e1e1e1;

}.TopNavBar {
    min-height: 70px;
    height: 70px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    min-width: 100vw;
    text-align: center;
    box-shadow: -7px -3px 7px 1px #e1e1e1;
    -webkit-box-shadow: -7px -3px 7px 1px #e1e1e1;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

main {
    position: absolute;
    top: 70px;
    left: 70px;
    width: calc(100vw - 70px);
    height: auto;
    min-height: calc(100vh - 70px);
}

.profilemenucaret {
    display: inline-block;
    -webkit-transform: translateY(3px) translateX(0px);
            transform: translateY(3px) translateX(0px);
    color: #596778;
    font-size: 14px;
}

.newmenu {
    margin-top: 87px !important;
}

.newmenu > div {
    color: #596778;
    padding: 9px 9px 8px;
    margin: 0px 6px 21px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.newmenu > div.newactive {
    background: #5a8dee !important;
    -webkit-box-shadow: 0 4px 8px 0 #b1b4b9 !important;
            box-shadow: 0 4px 8px 0 #b1b4b9 !important;
    color: white !important;
}

#icon-projects-mainsidebar {
   padding: 2px 0 3px;
   width: 20px;
}

.newmenu > div div i {
    font-size: 21px;
    padding-top: 2px;
}

/* Auto-hide Gist Launcher Bubble */
.gist-messenger-bubble-iframe {
    display: none !important;
}

.newmenu-help .fa-question-circle {
    font-size: 18pt;
}

.newmenu > div div:nth-child(2) {
    font-size: 10px;
    padding-top: 0px;
}

.projects-menuheader {
    margin-left: 100px !important;
}


.projects-ghost-hover {
    position: absolute;
    top: -20px;
    left: -15px;
    width: 100px;
    height: 120px;
    background: white;
    opacity: 0;
}
.projects-wrapper {
 position: relative;
 margin-left: auto !important;
 margin-right: auto !important;
}
.project-loader {
    background-color: #f6faff;
    background: #f6faff url(/img/loadingframe.gif) no-repeat center center;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: none;
}
.plans-loader {
    background-color: #f6faff;
    background: #f6faff url(/img/loadingframe.gif) no-repeat center center;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -80px;
}
.plan-loader {
    background-color: #f6faff;
    background: #f6faff url(/img/loadingframe.gif) no-repeat center center;
    position: absolute;
    z-index: 4000;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: block;
}

.project-plans {
    z-index: 9;
}

.project-item:not(.nofade), .groups-header, .groups-new-group { /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
    -webkit-animation: fadein 0.5s;
            animation: fadein 0.5s;
}




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




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

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

header.agencygradient,nav.agencygradient {
    z-index: 11;
}

.logo-closed {
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #ffffff5e;
    background: #5a8dee;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 104 !important;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;

    margin-top: 0px;
    cursor:pointer;
}

.logo-closed img, .logo-open img {
    width: 100%;
    height: 100%;
}


header .plan-menu .fa-bell {
    font-size: 16px;
    color: #596778;
}

#icon-notification-bell-header {
    width: 14px;
}

#icon-dropdown-arrow-header {
    /* */
}

#icon-search-glass-header {
    width: 14px;
}

#icon-search-glass-blue-header {
    width: 15px;
    height: 15px;
    margin-left: 2px;
}

.logo-open {
    border-bottom: 1px solid #ffffff5e;
    visibility: hidden;
    background: white;
    width: auto;
    height: 70px;
    position: absolute;
    top: 0px;
    font-size: 24px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 0px;
    z-index: 103;
    cursor:pointer;
}

.projects-menuheader {
    display: none !important;
}

.logo-open span {
    margin-right: 20px;
}


.list-project-active {
    background-color: #5a8dee !important;
}


.project-item .plan-title {
    background: #fff;
    color: #677787;
    font-size: 12px;
    font-weight: 600;
    outline: none !important;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.plan-box-divider {
    position: absolute;
    left: 0px;
    height: 1px;
    background-color: transparent;
    width: 322px;
}

.plan-box-stats {
height: 172px;
    top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(0,0,0,.67);
    padding: 25px;
    display: none;
    z-index: 1;
    position: absolute;
    width: 322px;
}

.plan-link {
    z-index: 10;
 }

.project-item:hover > .plan-box-stats {
    display: block !important;
}

.project-item .plan-link:hover > .plan-box-stats {
    display: block !important;
}

.plan-link {
    text-decoration: none !important;
}

.plan-box-info {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.plan-box-info div span {
    display: block;
}



.plan-box-info .plan-visitors {
    font-weight: bold;
}

#icon-visitors {
    height: 18px;
    width: 18px;
    margin-right: 6px;
    margin-left: -1px;
}

.plan-box-info .plan-leads {
    font-weight: bold;
}

#icon-leads {
  height: 18px;
  width: 18px;
  margin-right: 7px;
  margin-left: 0px;
}

.plan-box-info div span {
    font-weight: bold;
    display: block;
}

#icon-sales,#icon-expenses,#icon-revenue  {
    height: 18px;
    width: 18px;
    margin-right: 7px;
    margin-left: 0px;
}


#plan-icon-settings {
    height: 22px;
    width: 22px;
}

.projects-infoheader-title {
	padding-left: 0px !important;
}


.projects-plans {
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    */
}

.projects-menu div {
    text-align: left !important;
}

.list-project {
    padding-left: 20px !important;
}

.project-item .dropdown-toggle {
    color: white !important;
    font-size: x-large;
}

#icon-gear-white {
    margin-top: 4px;
    width: 17px;
    height: 17px;
}

.project-item .btn-group {
    position: absolute;
    top: 189px;
    right: 15px;
}

.project-item .dropdown-menu {
    cursor: pointer!important;
    min-width: 145px;
    margin-left: -127px!important;
    margin-top: 7px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.project-item .plan-percent {
    display: none;
    /* border-radius: 50%; */
    position: absolute;
    background: #ffffff00;
    width: 28px;
    height: 21px;
    text-align: center;
    vertical-align: middle;
    /* border: 2px solid #fff; */
    background: #dae1e9;
    color: #607182;
    line-height: 21px;
    font-size: 8px;
    top: 193px;
    right: 38px;
    border-radius: 3px;
    z-index: 12;
}


.percent-100 {
    background: #00df82 !important;
    color: white !important;
}

.ghost-project-item {
    height: 223px!important;
    display: inline-block;
    width: 322px;
    margin-bottom: 50px;
    pointer-events: none;
    margin-top: 10px;
}

.new-plan {
    height: 422px !important;
}

.btn-view-plan {
    display: block;
    position: absolute;
    top: 193px;
    right: 44px;
    z-index: 12;
    background: #4e8cf6;
    color: #fff;
    border-radius: 3px;
    padding: 6px;
    font-size: 7.5pt;
    line-height: .9;
    font-weight: 100;
}

.project-item .plan-link:hover > .btn-view-plan {
    display: block !important;
}


.btn-group-project > div {
    background: transparent;
    color: #596778;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding: 7px 16px;
    text-align: center;
    margin: 0px;
}

.btn-group-project > div i {
    margin-right: 4px;
    font-size: 13px;
}

.btn-group-project > div:first-child i {
    font-size: 11px;
}

.btn-group-project > div:last-child i {
    margin-right:0px !important;
    font-size: 16px;
    vertical-align: -1px;
}

.projects-infoheader-title .btn-group {
    margin-right: 7px;
}

.btn-project-active {
    background: #5a8dee !important;
    color: white !important;
    border: 1px solid #5a8dee !important;
}

.btn-group-project > div:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-project > div:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-project-plans.btn-project-bordered {
    border: 1px solid #e1e1e1;
}

.btn-project-settings.btn-project-bordered {
    border: 1px solid #e1e1e1;
}

.btn-project-settings {
    height: 36px !important;
    /*display: inline-flex !important;
    align-items: center;*/
}

#icon-flow-tree {
    margin-right: 4px;
    margin-top: -2px;
    width: 12px
}

#icon-triple-user {
    margin-right: 3px;
    width: 19px
}

#icon-gear {
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

.btn-project-team {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.btn-project-team.btn-project-active {
    border: 1px solid transparent !important;
}

.btn-project-plans,.btn-project-team {
    padding-right: 42px!important;
    padding-left: 42px !important;
}

.btn-project-plans.btn-project-bordered2 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.btn-project-settings.btn-project-bordered2 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}


.project-team, .project-settings {
    display: none;
    width: calc(100% - 70px);
    background: #f6faff;
    margin-left: 70px;
}

.img-member {
    width: 40px;
    height: 40px;
}

.project-team-inner {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
    margin-top: 15px;
}

.project-team-inner .row {
    background: white;
    padding: 20px 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.btn-add-member {
    color: #5a8dee;
    font-size: 18pt;
    cursor: pointer;
    font-weight: bold;
}


.btn-add-member .col-md-1 {
    font-size: 22px;
    -webkit-transform: translate(1px,-1px);
            transform: translate(1px,-1px);
}

.btn-add-member .col-md-11 {
    font-weight: 500 !important;
}


.project-team .pre-scrollable {
    width: 1140px;
    max-height: calc(100vh - 220px);
    min-height: 350px;
    padding: 0 20px;
}

.project-item .glyphicon {
    line-height: 1.8 !important;
}

.project-item .navbar-avatar {
    font-size: large !important;
}


.add-member {
    /*width: calc(100% - 40px);*/
}

.project-team .row {
    margin: 20px 20px 20px 2px !important;
    -webkit-box-shadow: 0 2px 7px 1px #e8eef8;
            box-shadow: 0 2px 7px 1px #e8eef8;
    -webkit-animation: fadein .3s;
            animation: fadein .3s;
}

.list-members {
    width: 1100px!important;
    margin: auto;
    z-index: 1;
    /*
    max-height: calc(100vh - 400px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    */
}

.list-members .row {
    width: calc(100% - 20px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.user-email {
    color: #a0a5a7 !important;
    font-size: 12px;
    margin-top: -1px;
}

.user-fullname {
    color: #5a8dee !important;
    font-size: 14px !important;
    margin-bottom: -2px;
    font-weight: 600;
}

.btn-member-leave, .btn-member-remove {
    font-size: 12px !important;
    background-color: #ff5a5b !important;
    border-color: #ff5a5b !important;
    color: white !important;
    width: 87px !important;
    margin-right: 11px;
}

.btn-member-leave i, .btn-member-remove i {
    font-size: 12px !important;
    margin-right: 7px;
}

.btn-say-hi {
    margin-left: 10px;
    font-size: 7pt !important;
    background-color: #5a8dee !important;
    border-color: #5a8dee !important;
    color: white !important;
    width: 77.8px !important;
}

.btn-say-hi i {
    font-size: 12pt !important;
}

.user-remove {
    text-align: right;
    padding-right: 50px;
}


/* .list-members::-webkit-scrollbar {
    width: 12px;
}

.list-members::-webkit-scrollbar-track {
    border: 1px solid #5a8dee3b;
    border-radius: 10px;
    background: #f6faff;
}

.list-members::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow:  0 0 6px #9fc8ff;
    background: #5a8dee;
} */


.user-menu .dropdown-menu>li>a {
    padding: 5px 10px;
    color: #596778;
    font-size: 12px;
    border-bottom: 1px solid #e1e1e1;
}

#logout-list {
    border-bottom: none !important;
}

.user-menu .dropdown-menu>li>a:hover, .user-menu .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: white;
    background-color: #5a8dee;
}

.user-menu .dropdown-menu {
    border-radius: 4px !important;
    margin-left: -107px !important;
    margin-top: 5px !important;
    padding: 0;
    border-color: #e1e1e1;
}

.dropdown-menu .fa-caret-up {
    position: absolute;
    color: white;
    font-size: 14pt;
    top: -11px;
    right: 15px;
}

.header-menu-dropdown-icon {
    margin-right: 5px;
}

.dropdown-menu .divider {
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    background-color: #e1e1e1 !important;
}

body {     background-color: #ffffff !important; }


.btn-group-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 158px;
    /* min-width: 200px; */
    /* position: absolute; */
    /* top: 0; */
    margin-right: 20px;
    /* right: 0vw; */
    background: #fff;
    height: 44px;
    font-size: 12pt;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    border-radius: 6px;
    border: 1px solid #596778;
}
.plan-sort-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: inline-block;
}

.team-add-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: inline-block;
}


.team-add-wrap .team-add {
    padding-left: 15px;
    padding-right: 14px;
}

.btn-group-search .fa-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    color: #5a8dee;
    padding: 5px 10px 5px 5px;
    margin-left: 6px !important;
}





.team-search {
    border: 0;
    font-size: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    color: #596778;
    outline: 0!important;
    width: 105px;
    padding-right: 15px;
    padding-left: 2px;
    margin-left: 11px;
}
.btn-group-search-team {
    display: none;
    width: 220px !important;
}
.plan-search::-webkit-input-placeholder, .team-search::-webkit-input-placeholder {
    color: #596778;
}
.plan-search::-moz-placeholder, .team-search::-moz-placeholder {
    color: #596778;
}
.plan-search:-ms-input-placeholder, .team-search:-ms-input-placeholder {
    color: #596778;
}
.plan-search::-ms-input-placeholder, .team-search::-ms-input-placeholder {
    color: #596778;
}
.plan-search::placeholder, .team-search::placeholder {
    color: #596778;
}

.plan-search-placeholder {
    color: #a0a5a7;
    position: absolute;
    left: 50px;
    pointer-events: none;
}

.plan-search-wrapper {
    display: none;
    z-index: 1;
    position: absolute;
    left: 70px;
    height: 70px;
    background: white;
    width: calc(100vw - 70px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.plan-search-wrapper, .fa-search {
    color: #5a8dee;
}

.btn-links-search .fa-search {
    color: #ffffff;
}

.plan-search-toggle, .plan-search-close {
    cursor: pointer;
}


.plan-search-toggle {
    color: #596778;
    position: absolute;
    right: 184px;
    font-size: 12px;
}

.team-sort {
    border-left: 1px solid #596778;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    padding-right: 8px;
    color: #596778;
    cursor: pointer;
}


.rightfix .plan-menu .dropdown-menu {
    background: #f6faff;
    width: 400px;
    position: fixed;
    right: 97px;
    top: 45px;
    left: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: none;
    margin-left: auto;
    overflow: hidden;
}


.notification-type-1 {
    color: #f9595a !important;
}

.notification-type-1 .notification-subtext:empty {
    margin-top: 0px;
    display: block !important;
    opacity: 0;
}

.notification-type-2 .notification-subtext:empty {
    margin-top: 0px;
    display: block !important;
    opacity: 0;
}

.notification-type-3 {
    color: #5a8dee !important;
}

.notifications-header {
    background: #5a8dee;
    color: #fff;
    font-size: 16pt;
    padding: 10px 80px 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    text-overflow: ellipsis;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.notifications-header-new {
    float: right;
    font-size: 14pt;
}

.productstash-launcher-icon {
    position: absolute;
    top: 14px;
    right: 57px;
    width: 17px;
    height: auto;
    cursor: pointer;
}

.ccontainer {
    color: #596778;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 24px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* Hide the browser's default checkbox */
.ccontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .checkmark {
    background-color: #5a8dee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ccontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ccontainer .checkmark:after {
    left: 8px;
    top: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) scale(1.5);
            transform: rotate(45deg) scale(1.5);
}


.project-settings {
    background: #ffffff;
    padding: 50px;
    -webkit-box-shadow: 0 2px 7px 1px #e8eef8;
            box-shadow: 0 2px 7px 1px #e8eef8;
    border-radius: 8px !important;
    display: block;
    padding-bottom: 80px !important;
    height: 572px;
    max-height: calc(100vh - 250px) !important;
    width: 1080px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
    -webkit-animation: fadein .5s;
            animation: fadein .5s;
}

.project-settings-header {
    color: #596778 !important;
    font-size: 16px;
    font-weight: bold;
    /* padding-top: 10px; */
    padding-bottom: 15px;
}

.project-settings-name {
    border: 1px solid #a0a5a7;
    padding: 10px;
    border-radius: 10px;
    color: #a0a5a7;
    font-size: 12pt;
    margin-bottom: 20px;
}
.add-member {
    display: none;
    z-index: 10;
}
.add-member-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn-add-member .add-member-2 .fa-user-plus {
  font-size: 18px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.add-member-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.add-member-email {
    font-weight: normal;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    width: 705px;
    padding: 7px 10px 7px 20px;
    margin-left: 15px;
    color: #596778;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}

.add-member-email:focus {
    outline-width: inherit;
}

.add-member-email::-webkit-input-placeholder {
    color: #596778c9;
}

.add-member-email::-moz-placeholder {
    color: #596778c9;
}

.add-member-email:-ms-input-placeholder {
    color: #596778c9;
}

.add-member-email::-ms-input-placeholder {
    color: #596778c9;
}

.add-member-email::placeholder {
    color: #596778c9;
}

.add-member-2 .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.btn-normal-admin {
    font-size: 12px!important;
    font-weight: 400;
    background-color: #f3f3f3;
    color: #a0a5a7!important;
    width: 80px!important;
    padding: 6px;
    border: 1px dashed #a0a5a7!important;
    margin-right: -4px;
    margin-left: 40px;
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
}

.list-members .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}

.list-members .row .col-md-7, .other-contacts .row .col-md-7 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}

.btn-normal-admin .fa-caret-down {
    font-size: 14pt;
    padding-left: 5px;
}


.add-member-2 .btn-normal-admin {
    right: 127px;
    margin-top: 0px;
}


.add-member-2 .btn-invite, .other-contacts .btn-invite {
    font-size: 12px !important;
    font-weight: normal;
    background-color: #5a8dee !important;
    color: white !important;
    width: 87px !important;
    height: 32px;
    margin-right: 9px;
    border-radius: 4px;
    border: none;
}

.btn-invite .fa-paper-plane {
    margin-right: 5px;
}

.project-team button {
    outline: none !important;
}

.menu-normal-admin {
    font-size: 12px!important;
    color: #596778;
    width: 80px!important;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    display: none;
    -webkit-transform: translateX(0px) translateY(15px);
            transform: translateX(0px) translateY(15px);
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.menu-normal-admin div {
    background-color: #ffffff;
    cursor: pointer;
}

.menu-normal-admin div:hover {
    background-color: #5a8dee !important;
    color: #ffffff;
}

.menu-btn-normal {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px 10px;
    border-bottom: 1px solid #e1e1e1 !important;
}

.menu-btn-admin {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px 10px;
}

.btn-normal-admin.isadmin {
    font-size: 12px !important;
    font-weight: normal;
    background-color: #39da8a !important;
    color: white !important;
    margin-top: 3px;
    width: 80px !important;
    border-radius: 4px;
    border: 1px solid #39da8a !important;
}

.make-default-permissions {
    background: #5a8dee;
    color: white !important;
    font-size: 10pt !important;
    border: none;
    border-radius: 10px;
    padding: 10px 15px !important;
    float: right;
}


.mpchat-quickchat {
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 0px;
    margin: 0 0 0 -5px;
}

.mpchat-quickcontact {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.mpchat-quickcontact img {
    border-radius: 50%;
    cursor:pointer;
}

.mpchat-quickcontact div.online {
    background-color: #39da8a;
}

.mpchat-quickcontact div.idle {
    background-color: #ffa500;
}

.mpchat-quickcontact div.offline {
    background-color: #b4b4b4;
}

.mpchat-quickcontact div.status {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 23px;
    right: -2px;
    border: 2px solid white;
}

.mpchat-info div.online {
    background-color: #39da8a;
}

.mpchat-info div.idle {
    background-color: #ffa500;
}

.mpchat-info div.offline {
    background-color: #b4b4b4;
}

.mpchat-info div.status {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 0px;
    border: 2px solid white;
}

.message div.online {
    background-color: #39da8a;
}

.message div.idle {
    background-color: #ffa500;
}

.message div.offline {
    background-color: #b4b4b4;
}

.message-from-me div.status {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: -42px;
    border: 2px solid white;
}

.message:not(.message-from-me) div.status {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22px;
    left: -20px;
    border: 2px solid white;
}


.mpchat-list-contact div.online {
    background-color: #39da8a;
}

.mpchat-list-contact div.idle {
    background-color: #ffa500;
}

.mpchat-list-contact div.offline {
    background-color: #b4b4b4;
}

.mpchat-list-contact div.status {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 39px;
    left: 44px;
    border: 2px solid white;
}

.mpchat-conversation div.online {
    background-color: #39da8a;
}

.mpchat-conversation div.idle {
    background-color: #ffa500;
}

.mpchat-conversation div.offline {
    background-color: #b4b4b4;
}

.mpchat-conversation div.status {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 39px;
    left: 44px;
    border: 2px solid white;
}

.mpchat-myphoto {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.mpchat-goback {
    position: relative;
    width: 32px;
    height: 32px;
    color: #5a8dee;
    font-size: 14pt;
    text-align: center;
    line-height: 32px;
    display: none;
    z-index: 3;
}

.mpchat-myphoto div.online {
    background-color: #39da8a;
}

.mpchat-myphoto div.idle {
    background-color: #ffa500;
}

.mpchat-myphoto div.offline {
    background-color: #b4b4b4;
}

.mpchat-myphoto div.status {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 0px;
    border: 2px solid white;
}

.mpchat-close, .mpchat-expand, .mpchat-pencil, .mpchat-save-group {
    background-color: #5a8dee;
    color: white;
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 3;
}

.mpchat-pencil {
    font-size: 11px;
}


.mpchat-sep {
    min-height: 5px;
    height: 5px;
    width: 360px;
    margin-left: -20px;
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
    /*background: linear-gradient(to bottom, rgba(179, 179, 179, 0.65) 0%,rgba(0,0,0,0) 100%);*/
}

.mpchat-quickchat-label, .mpchat-groupcontacts-label {
    font-size: 11px;
    margin: 5px 0px 5px -5px;
    color: #596778;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.mpchat-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.mpchat-myphoto {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.mpchat-myphoto img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.mpchat-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 32px;
    margin-left: 11px;
    z-index: 3;
}

.mpchat-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    margin-left: 10px;
    display: none;
}

.mpchat-search i {
    font-size: larger;
    color: #5a8dee;
    margin-left: 10px;
    margin-top: 7.5px;
}

.mpchat-search-input {
    font-size: smaller;
    border: none;
    background: transparent;
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
    outline: none !important;
    width: 83% !important;
}


.mpchat-topbar {
    height: 32px;
    margin: 10px -5px;
}


.mpchat-conversation div:nth-child(2) {
    margin-left: 45px;
    width: 300px;
}

.mpchat-conversion .fa-chevron-right {
    display: none;
}


.mpchat-list-label {
    background-color: #5a8dee;
    color: white;
    padding-left: 20px;
    margin-left: -5px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mpchat-list-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 62px;
    max-height: 62px;
    border-bottom: 1px solid #dedede;
    position: relative;
    cursor: pointer;
}

.mpchat-list-contact:last-child {
    border-bottom: 0px !important;
}


.mpchat-list-contact img {
    border-radius: 50%;
    margin-left: 15px;
}

.mpchat-new-conversation {
    display: none !important;
}

.mpchat-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 auto;
	        flex: 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.mpchat-list, .mpchat-manage, .mpchat-messages, .mpchat-new, .mpchat-view {
	position: absolute;
	top: 0px;
}

.expanded .mpchat-list {
    top: -4px !important;
}

.mpchat-goback {
    cursor: pointer;
}

.expanded .mpchat-messages {
    left: 360px !important;
    width: calc(100vw - 520px) !important;
    min-width: calc(100vw - 520px) !important;
    height: calc(100% - 39px)!important;
    min-height: calc(100% - 39px)!important;
    border-bottom-left-radius: 4px !important;
    display: block;
}

.expanded .mpchat-new {
    left: 360px !important;
    width: calc(100vw - 520px) !important;
    min-width: calc(100vw - 520px) !important;
    height: calc(100% - 39px)!important;
    min-height: calc(100% - 39px)!important;
    border-bottom-left-radius: 4px !important;
    display: block;
}

.expanded .mpchat-subwrap {
    overflow: visible !important;
}

.expanded .mpchat-quickchat {
    display: none !important;
}

.expanded .mpchat-quickchat-sep {
    display: none !important;
}

.expanded .mpchat-groupcontacts {
    display: none !important;
}

.expanded .mpchat-groupcontacts-label {
    display: none !important;
}

.expanded .mpchat-sep {
    width: calc(100vw - 520px) !important;
    z-index: 1201 !important;
    /* position: absolute; */
    margin-left: 340px;
    /* margin-top: 1px; */
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}


.mpchat-wrapper:not(.expanded) .mpchat-body {
    margin-top: 8px;
}


.mpchat-wrapper:not(.expanded)  .mpchat-sep-chats {
    display: none !important;
}



.mpchat-topbar-expanded {
    display: none;
    position: absolute;
    top: 0px;
    left: 360px;
    width: calc(100vw - 520px);
    height: 73px;
    background: white;
    border-top-right-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mpchat-topbar-expanded-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
}

.expanded .mpchat-topbar-expanded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


.mpchat-wrapper.expanded {
    right: auto !important;
    left: 115px !important;
    top: 110px !important;
    height: calc(100vh - 150px) !important;
    width: calc(100vw - 160px) !important;
    overflow: hidden;
}

.expanded .mpchat-topbar {
    width: 320px !important;
}

.expanded .mpchat-send-message {
    width: calc(100vw - 520px) !important;
    left: 360px !important;
    border-bottom-left-radius: 0px !important;
}

.expanded .mpchat-search {
    display: block !important;
}

.expanded .mpchat-topbar .mpchat-info {
    display: none !important;
}

.mpchat-info {
    width: 188px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #596778;
}

.mpchat-info img {
    border-radius: 50%;
}

.mpchat-info span {
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.ps-wrapper {
    height: calc(100vh - 250px);
    width: calc(100% - 70px);
    margin-left: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: none;
}

.ps-scroller {
    overflow-x: visible;
    overflow-y: auto;
    height: 100%;
        margin-bottom: 15px;
}

.mpchat-view {
    display: none !important;
}

.mpchat-overlay {
    background: white url(/img/teamchat.svg?v=3) repeat;
    height: 100%;
    background-size: cover;
    overflow-y: auto;
    width: 360px;
    margin-left: -20px;
    position: absolute;
    width: 360px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    z-index: 1201;
}


.mpchat-icon .fa-comment-alt {
    margin-left: auto;
    margin-right: auto;
}
.expanded .mpchat-overlay {
    position: absolute;
    left: 360px !important;
    width: calc(100vw - 520px) !important;
    min-width: calc(100vw - 520px) !important;
    height: 100% !important;
    min-height: 100% !important;
    margin-left: -20px;
    z-index: 1201;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.mpchat-icon-wrap {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.mpchat-icon {
    font-size: 8vw;
    color: #5a8dee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border-radius: 50%;
    width: 14vw;
    height: 14vw;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.175), 0 6px 20px 0 rgba(0, 0, 0, 0.175);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.175), 0 6px 20px 0 rgba(0, 0, 0, 0.175);
}

.mpchat-icon-text {
    font-size: 16pt;
    text-align: center;
    color: #5a8dee;
    padding: 15px;
    margin-top: 20px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.175), 0 6px 20px 0 rgba(0, 0, 0, 0.175);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.175), 0 6px 20px 0 rgba(0, 0, 0, 0.175)
}

.expanded .mpchat-info {
    width: auto !important;
    max-width: calc(100vw - 620px);
}


.mpchat-conversation .unreadnum:empty {
    display: none !important;
}

.mpchat-conversation .unreadnum {
    position: absolute;
    top: 19px;
    right: 20px;
    font-size: 10px !important;
    line-height: 22px;
    width: 22px;
    height: 22px;
    background: var(--bs-danger);
    color: var(--bs-white);
    text-align: center;
    border-radius: 50%;
}

.mpchat-conversation .fa-camera {
    display: none;
    position: absolute;
    top: 38px;
    left: 38px;
    background: white;
    border-radius: 50%;
}

.mygroup:hover .fa-camera {
    display: inline-block !important;
}

.expanded .mpchat-quickchat-label {
    display: none !important;
}

.tooltip {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.tooltip-inner {
    max-width: 700px !important;
}

.mpchat-groupcontacts-label, .mpchat-groupcontacts, .mpchat-group-name, .mpchat-save-group {
    display: none;
}

.mpchat-groupcontacts {
    min-height:41.25px;
    max-height:41.25px;
    overflow: hidden;
    white-space: nowrap;
}

.mpchat-new {
    width: 370px;
}

.mpchat-group-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    z-index: 3;
}

.mpchat-save-group {
    font-size: 10px;
    font-weight: bold;
}


.mpchat-new {
    background: white !important;
    overflow-y: scroll;
}

.mpchat-name {
    padding: 8px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    color: #596778;
    font-size: 12px;
    width: 185px;
    margin-left: 15px;
    display: block;
}

.mpchat-name:focus {
    outline: none;
}

.expanded .mpchat-name {
    width: calc(100% - 50px);
}

.expanded .mpchat-save-group {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}

.expanded .mpchat-topbar .mpchat-group-name {
    display: none !important;
}

.expanded .mpchat-topbar .mpchat-save-group {
    display: none !important;
}

.groupcontact {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.groupcontact img {
    border-radius: 50%;
    cursor:pointer;
}

.groupcontact .fa-times-circle {
    color: red;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 22px;
    cursor: pointer;
}

.mpchat-attach-btn {
    color: #5a8dee;
    font-size: 18px;
    display: inline-block;
    right: 60px;
    top: 21px;
    position: absolute;
    cursor: pointer;
}

.mpchat-topbar-expanded .mpchat-pencil {
    display: none;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}

.mpchat-conversation.active {
    background: #e5edff !important;
}

.mpchat-conversation.active .conversation-title {
    color: #596778 !important;
}



.message-content {
    text-align: left;
}

.notification-ago {
    text-align: right;
    white-space: nowrap;
    overflow: visible;
}

.plan-search {
     border: 0;
    font-size: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    color: #596778;
    outline: 0!important;
    width: 105px;
    padding-right: 15px;
    padding-left: 2px;
    margin-left: 11px;
}

.plan-sort {
    height: 36px;
    line-height: 36px;
    padding-left: 13px;
    padding-right: 14px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    background: #39da8a;
    border-radius: 4px;
    color: white;
    display:none;
}

.plan-sort i {
    padding-right: 5px;
}
/* boo */
.team-add {
    height: 36px;
    line-height: 36px;
    padding-left: 13px;
    padding-right: 14px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    background: #39da8a;
    border-radius: 4px;
    color: white;
    display:none;
}
.team-add i {
    padding-right: 5px;
}

.project-team .projects-new-header {
    margin-left: 200px !important;
    width: calc(100vw - 500px) !important;
}

.project-team .btn-group-search-team {
    width: 270px !important;
}

.add-member-2 {
	position: relative;
	z-index: 1;
  padding-left: 14px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.other-contacts .row .col-md-4 {
    text-align: right !important;
}

.other-contacts .btn-normal-admin {
    position: relative !important;
    right: auto !important;
    margin-top: auto !important;
    margin-right: 10px !important;
}


.other-contacts {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1080px !important;
    padding: 0 0 180px !important;
    -webkit-transform: translateX(-10px) !important;
            transform: translateX(-10px) !important;
}

.other-contacts .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* padding-top: 15px !important; */
    /* padding-bottom: 15px !important; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px !important;
}

.list-mem-sep {
	display: none;
}

.add-member {
	max-height: 75px;
  width: 1080px !important;
  margin: auto !important;
}

.list-other-contacts {
    left: 25px;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    top: 37px;
    position: absolute;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 6px 20px 0 rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 6px 20px 0 rgba(0, 0, 0, 0.075) !important;
}

.list-other-contacts .user-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
}

.list-other-contacts .user-email div {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-weight: 400;
}

.list-other-contacts .row {
    padding: 7px 0 !important;
    margin: 0px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list-other-contacts > :first-child {
    border-radius: 3px 3px 0 0 !important;
}

.list-other-contacts > :last-child {
    border-bottom: none;
    border-radius: 0 0 3px 3px !important;
}

.list-other-contacts .row:hover {
    background-color: #5a8dee;
}

.list-other-contacts .row:hover > .user-email .user-fullname {
    color: #ffffff !important;
}

.list-other-contacts .row:hover > .user-email {
    color: #eaeaea!important;
}

.list-other-contacts .row:hover > .user-checked {
  color: #ffffff;
}

.list-other-contacts .img-member {
	width: 40px !important;
    height: 40px !important;
}

.list-other-contacts .user-fullname {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.add-member-2 .col-md-7 {
    padding: 0 0 0 10px !important;
    width: 100%;
}

.user-checked {
    float: right !important;
    width: 50px !important;
    line-height: 40px !important;
    display: none !important;
}

.row[data-checked='true'] .user-checked {
    display: block !important;
}

.inmplayer-launcher {
    right: 15% !important;
    left: auto !important;
}

.list-members .row .col-md-1, .other-contacts .row .col-md-1 {
    min-width: 90px !important;
}

#agencyModal {
    z-index: 4099 !important;
}

#agencyModal .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    margin: 0px !important;
    border-radius: 0% !important;
}


#agencyModal .modal-content {
    height: 100% !important;
    border-radius: 0px !important;
    padding: 8vh 8vw !important;
}

#agencyModal .modal-header {
    border-radius: 0px !important;
    background: white !important;
    color: #596778 !important;
    text-align: left !important;
}

#agencyModal .modal-header .close {
    border: 1px solid #000000 !important;
    border-radius: 50% !important;
    width: 23px !important;
    color: #000000 !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    text-align: center !important;
}

.input-clear {
    display: inline-block;
    margin-left: -30px;
    color: #e1e1e1;
    font-size: 16px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}

.agright {
    width: auto;
    white-space: nowrap;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    display: inline-block;
}

#agencyModal button {
    outline: none !important;
    background: #39da8a;
    color: white;
    font-size: 12px;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,128,0.175);
            box-shadow: 0 3px 6px rgba(0,0,128,0.175);
    //margin-top: 10px;
    margin-left: 10px;
}

#agencyModal .btn-cancel {
    background: transparent !important;
    color: #aab0bd !important;
    padding: 7px 30px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    font-size: larger !important;
    margin-top: 10px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

#agencyModal .btn-cancel-domain {
    background: transparent !important;
    color: #596778 !important;
    padding: 8px 30px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

#agencyModal .agency-tabs .agency-settings {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.agency-preview-box {
    width: 100%;
    height: 300px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-top: 10px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 35, 0.1);
            box-shadow: 0 1px 6px 0 rgba(32, 33, 35, 0.1);
}

#agencyModal .modal-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-top: -10px !important;
}

.agency-switch-logotext-wrap {
    position: absolute;
    top: 4px;
    left: 100px;
}

.agency-header-wrap {
    padding: 0px;
    width: calc(50% - 25px);
    margin-top: 10px;
    margin-left: 0px;
    max-height: 150px !important;
    overflow: hidden !important;
    display: inline-block !important;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.agency-header-img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border: none !important;
}

.agright-header {
    -webkit-transform: translate(20px,-65px) !important;
            transform: translate(20px,-65px) !important;
}

#agencyModal .modal-title i {
    margin-right: 5px;
}

#agencyModal [type="radio"]:checked,
#agencyModal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#agencyModal [type="radio"]:checked + label,
#agencyModal [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #596778;
    font-weight: 400;
    margin-right: 10px;
}
#agencyModal [type="radio"]:checked + label:before,
#agencyModal [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    background: #fff;
}
#agencyModal [type="radio"]:checked + label:after,
#agencyModal [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background:#5a8dee;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#agencyModal [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}
#agencyModal [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.agency-logo-text-text {
    height: 89px;
    padding-top: 10px;
}

.agency-logo-ext-text {
    margin: 7px 0px;
    width: calc(100% - 20px);
    max-width: 300px;
    padding: 8px 20px 8px 10px;
    outline: none !important;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.input-clear {
    cursor: pointer;
}

.input-clear:hover {
    color: #596778 !important;
}


.brand-icon-container {
    width: 70px;
    height: 70px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 13px;
}

.agency-domain-page img {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.agency-domain-page button {

}

.custom-domain-video-wrapper {
    padding: 10px 20px 0 0;
}

.ip-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ag-setup-domain {
  color: #596778 !important;
}

.ag-status-label {
  color: #596778;
}

.ag-loader img {
    margin-left: auto !important;
    margin-right: auto !important;
}

.agpad {
	margin-top: 15px;
}

.agpad-logo-padding-fav {
  margin-top: 23px;
}

.agpad-logo-text {
  margin-top: 24px;
}

.agpad-preview {
  margin-top: 22px;
}

#agencyModal *:before, #agencyModal *:after {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

#agencyModal input[type=range] {
    -webkit-appearance: none;
    width: calc(100% - 3vw);
    margin: 40px 0 8.8px;
  }
  #agencyModal input[type=range]:focus {
    outline: none;
  }
  #agencyModal input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4.2px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 7.7px #aaaabb, 0px 0px 0px #b8b8c6;
            box-shadow: 0px 0px 7.7px #aaaabb, 0px 0px 0px #b8b8c6;
    background: #596778;
    border-radius: 1.3px;
    border: 0.2px solid #596778;
  }
  #agencyModal input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 1px 1px 1px #e1e1e1, 0px 0px 1px #b8bdc8;
            box-shadow: 1px 1px 1px #e1e1e1, 0px 0px 1px #b8bdc8;
    border: 0.2px solid #e1e1e1;
    height: 26px;
    width: 16px;
    border-radius: 3px;
    background: #5a8dee;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  #agencyModal input[type=range]:focus::-webkit-slider-runnable-track {
    background: #596778;
    border-radius: 1.3px;
    border: 0.2px solid #596778;
  }
  #agencyModal input[type=range]::-moz-range-track {
    width: 100%;
    height: 4.2px;
    cursor: pointer;
    box-shadow: 0px 0px 7.7px #aaaabb, 0px 0px 0px #b8b8c6;
    background: #596778;
    border-radius: 1.3px;
    border: 0.2px solid #596778;
  }
  #agencyModal input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #e1e1e1, 0px 0px 1px #b8bdc8;
    border: 0.2px solid #e1e1e1;
    height: 26px;
    width: 16px;
    border-radius: 3px;
    background: #5a8dee;
    cursor: pointer;

  }
  #agencyModal input[type=range]::-ms-track {
    width: 100%;
    height: 4.2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  #agencyModal input[type=range]::-ms-fill-lower {
    background: #596778;
    border: 0.2px solid #596778;
    border-radius: 2.6px;
    box-shadow: 0px 0px 7.7px #aaaabb, 0px 0px 0px #b8b8c6;
  }
  #agencyModal input[type=range]::-ms-fill-upper {
    background: #596778;
    border: 0.2px solid #596778;
    border-radius: 2.6px;
    box-shadow: 0px 0px 7.7px #aaaabb, 0px 0px 0px #b8b8c6;
  }
  #agencyModal input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #e1e1e1, 0px 0px 1px #b8bdc8;
    border: 0.2px solid #e1e1e1;
    height: 26px;
    width: 16px;
    border-radius: 3px;
    background: #5a8dee;
    cursor: pointer;
    height: 8.4px;
  }
  #agencyModal input[type=range]:focus::-ms-fill-lower {
    background: #596778;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #596778;
  }
  .projects-padding {
    padding: 14px 16px 16px 17px;
    width: 70px;
    height: 70px;
  }

  .logo-open img:nth-child(2) {
    margin-left: -10px;
    max-width: 273px;
    max-height: 100px;
}

#agencyModal .modal-content {
    overflow-y: auto;
}

.agency-logo-ext-img {
    max-height: 100px;
    max-width: 273px;
    margin: 7px 20px 7px 7px;
    background: url(/img/TransparentGrid.png);
}

.agency-icon-img {
    background: url(/img/TransparentGrid.png);
}


.preview-elements .round {
    width: 70px;
    height: 70px;
    margin-top: 5px;
}

.preview-elements .square {
    width: 100px;
    height: 132px;
    margin: 25px;
}

.agency-preview-box {
    position: relative;
    overflow: hidden !important;
    background: #f8f8f8 !important;
}

.tmpgrad .logo-open {
	visibility: visible !important;
}

.tmpgrad {
	overflow: hidden !important;
}

.preview-elements {
    margin-top: 23px;
}

.preview-elements img {
    margin-right: 15px;
    margin-left: 15px;
}

.preview-logo-ext-text {
 color: black;
}

.modal-content {
 border-radius: 4px !important;
}

.project-team .list-members {
 border-radius: 4px !important;
}

.lighter-placeholder {
    color: #bac0c7 !important;
    font-size: 14px;
    font-weight: 400;
}


.list-project-moving {
    opacity: 0 !important;
    z-index: 9999 !important;
    width: 1px !important;
    height: 1px !important;
    max-height: 1px !important;
    max-width: 1px !important;
}

.dummy-sortable-helper {
    background: #aab0bd !important;
    color: white !important;
    padding: 5px !important;
    border-radius: 4px !important;
    position: absolute !important;
    z-index: 999999 !important;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    cursor: crosshair !important;
    display: none;
}
[id^=cbox] .cb-box__type-slide_in.cb-box__position-rb {
    bottom: calc(8 * var(--rpx)) !important;
    right: calc(16 * var(--rpx)) !important;
}


.newhelpbtn {
    background: #ffffff !important;
    font-size: 24px;
    /* border: 1px solid #9fb8ff !important; */
    z-index: 500;
    position: absolute;
    bottom: calc(16 * var(--rpx));
    right: calc(16 * var(--rpx));
    width: 55px;
    color: #5a8dee !important;
    height: 55px;
    text-align: center;
    line-height: 54px !important;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 7px 1px #8da1c738;
    box-shadow: 0 2px 7px 1px #8da1c738;
}

.newhelpbtn i {
    line-height: 54px !important;
    color: #5a8dee !important;
}


.projects-outside {
    position: absolute;
    margin-left: 35px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 200px);
    width: calc(100vw - 35px);
}

.projects-new-header-wrapper {
    margin-left: 70px;
    width: calc(100vw - 70px);
    position: relative;
    z-index: 10;
}

.customer-modal input[type=checkbox] {
    display: none !important;
  }
  .customer-modal input[type=checkbox]:checked + label {
    background: #5a8dee !important;
    border: 1px solid #5a8dee !important;
    color: white !important;
  }
  .customer-modal label {
    color: #aab0bd;
    background: white;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 49%;
    margin-right: 1%;
    cursor: pointer;
  }
  .customer-modal .customer-photo {
        position: absolute;
        right: 10px;
  }
  .customer-modal {
    width: 750px !important;
  }


.notification-subtext:empty {
    display: none !important;
}

.btn-confirm-newproject {
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    color: #39da8a;
    font-size: 20px;
    width: 20px;
    margin-right: 12px;
    cursor: pointer;
}

.btn-cancel-newproject {
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    color: #df6f6f;
    font-size: 20px;
    width: 20px;
    cursor: pointer;
}

.input-newproject {
    height: 48px;
    background: white;
    font-size: 14px;
    padding-left: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    color: #596778c4;
    outline: none !important;
    border: none !important;
}

.adding-project {
    padding: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #596778c4;

}

.project-team.pre-scrollable {
    max-height: calc(100vh - 200px) !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: calc(100vh - 200px) !important;
}

.project-team .row.add-member  {
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}



.rename-plan-name-placeholder {
    color: #a0a5a7;
    position: absolute;
    top: 51px;
    font-weight: 400;
    font-size: 12px;
    left: 36px;
    pointer-events: none;
}


.rename-project-name-placeholder {
    color: #a0a5a7;
    position: absolute;
    top: 50px;
    font-weight: 400;
    font-size: 12px;
    left: 36px;
    pointer-events: none;
}
.add-plan-name-placeholder {
    color: #a0a5a7;
    position: absolute;
    top: 9px;
    font-weight: 400;
    font-size: 12px;
    left: 36px;
    pointer-events: none;
}


.project-settings-caption {
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #596778;
}

.plan-settings-caption {
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #596778;
}

#modal-project-settings select {
    font-size: 12px !important;
    color: #313131 !important;
    border: 1px solid #e1e1e1 !important;
}

#modal-plan-settings select {
    font-size: 12px !important;
    color: #313131 !important;
    border: 1px solid #e1e1e1 !important;
}


.project-thumburl {
    font-size: 12px;
    color: #596778;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 39px;
    line-height: 19px;
    padding: 6px 15px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
    outline: none !important;
    width: 74%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.plan-thumburl {
  font-size: 12px;
  color: #596778;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  height: 39px;
  line-height: 19px;
  padding: 6px 15px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  outline: none !important;
  width: 74%;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}


#modal-project-settings .modal-dialog {
    width: 1080px !important;
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
}

#modal-plan-settings .modal-dialog {
    width: 1080px !important;
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
}


.btn-upload-project-thumb {
  width: 26%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 39px;
  background: #5a8dee;
  font-size: 12px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-upload-plan-thumb {
  width: 26%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 39px;
  background: #5a8dee;
  font-size: 12px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal-project-settings .dropdown-toggle,
#modal-project-settings ul.dropdown-menu {
    font-size: 12px !important;
}

#modal-plan-settings .dropdown-toggle,
#modal-plan-settings ul.dropdown-menu {
    font-size: 12px !important;
}

#modal-project-settings .dropdown-toggle:focus,
#modal-project-settings ul.dropdown-menu:focus {
    outline: 0 !important;
}

#modal-plan-settings .dropdown-toggle:focus,
#modal-plan-settings ul.dropdown-menu:focus {
    outline: 0 !important;
    border: 1px solid #e1e1e1;
}


.plan-stats-off, .plan-stats-onhover, .done-percent-off, .done-percent-on {
    display: inline-block;
    border: 1px solid #aab0bd;
    padding: 8px 12px;
    width: 100px;
    text-align: center;
    color: #aab0bd;
    font-size: 12px;
    cursor: pointer;
}

.plan-stats-off.toggled, .plan-stats-onhover.toggled, .done-percent-off.toggled, .done-percent-on.toggled {
    background: #5a8dee;
    border: 1px solid #5a8dee;
    color: white;
}

.plan-stats-off, .done-percent-off {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.plan-stats-onhover, .done-percent-on {
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
}

#modal-project-settings .dropdown-menu>.active>a, #modal-project-settings .dropdown-menu>.active>a:hover, #modal-project-settings .dropdown-menu>.active>a:focus {
    background: #5a8dee !important;
}


#modal-plan-settings .dropdown-menu>.active>a, #modal-project-settings .dropdown-menu>.active>a:hover, #modal-plan-settings .dropdown-menu>.active>a:focus {
    background: #5a8dee !important;
}


.uploading-in-progress {
    width: 100%;
    height: 65px;
    position: absolute;
    top: 15px;
    padding-bottom: 11px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: none;
}

.upload-error {
    color: #f9595a;
}

.uploading-in-progress img {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 25px;
}

.upload-complete {
    color: #39da8a;
}

/* Animation */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes moveUp {
    from {
        -webkit-transform: translate3d(0,40px,0);
                transform: translate3d(0,40px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }
}

@keyframes moveUp {
    from {
        -webkit-transform: translate3d(0,40px,0);
                transform: translate3d(0,40px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }
}

.animated {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-fill-mode: both
}

.animatedFadeIn {
    opacity: 0;
}

.animatedMoveUp {
    -webkit-transform: translate3d(0,40px,0);
            transform: translate3d(0,40px,0);
}

.fadeIn {
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

.moveUp {
    -webkit-transform: translate3d(0,40px,0);
            transform: translate3d(0,40px,0);
    animation-name: moveUp;
    -webkit-animation-name: moveUp;
}

.maxed {
    width: 100% !important;
}

#modal-project-settings .btn-create, #modal-plan-settings .btn-create {
    outline: none !important;
    border: none !important;
    color: white !important;
}

#modal-project-settings .btn-create:active, #modal-project-settings .btn-create:focus,
#modal-plan-settings .btn-create:active, #modal-plan-settings .btn-create:focus, #modal-add-plan .btn-create:active, #modal-add-plan .btn-create:focus {
    background-color: #5a8dee !important;
}


.groups-group[data-collapsed="1"] .groups-plans {
	min-height: 0px !important;

	overflow: hidden !important;
}
.groups-header {
    padding: 0!important;
    margin-top: 0!important;
    overflow: visible!important;
    max-width: 1080px!important;
    position: relative;
    min-width: 1080px!important;
    width: 1080px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dbe0e7;
    margin-bottom: 25px;
}

.groups-dd-menu a {
	color: #c4cace;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.groups-dd-menu a:hover, .groups-dd-menu a:active {
  color: #a2a6af;
}

.groups-dd-menu .dropdown-menu {
    margin-left: -115px !important;
    padding: 0;
    min-width: 130px;
    border-color: #e1e1e1;
    margin-top: 1px;
}

.groups-group[data-group-id="0"] .groups-dd-menu,
.groups-group[data-group-id="0"] .groups-move-group
{
    display: none !important;
}

.move-group-up i {
	float: right;
	margin-top: 9px;
	margin-right: 4px;
  font-size: 10px;
}

.move-group-down i {
	float: right;
	margin-top: 9px;
  margin-right: 4px;
  font-size: 10px;
}


.groups-move-group {
    color: #c4cace;
    margin-left: -17px;
    cursor: pointer;
    padding-right: 15px;
}

.groups-expand-menu {
    font-size: 18px;
    margin-right: 10px;
    font-weight: 100;
    color: #596778;
}

#icon-group-arrow {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#icon-group-arrow-right {
  -webkit-transform: translateY(-2px) rotate(270deg);
          transform: translateY(-2px) rotate(270deg);
}

.groups-group-name {
    color: #596778;
    font-size: 14px;
    margin: 0 10px 2px 0;
    font-weight: 500;
    outline: none !important;
}

.groups-group-fake-name {
	color: #596778;
    position: absolute;
    left: 30px;
    top: 0px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    outline: none !important;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}


.projects-infoheader-title-text {
	background: transparent;
    border: 0px;
    outline: none !important;
	width: auto;
}

.groups-dd-menu {
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
}

.groups-new-plan, .groups-new-group {
    color: #aab2bc;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.groups-new-group-dashes {
  color: #d7dce5;
  display: inline-block;
}

.groups-new-plan {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.groups-new-plan i, .groups-new-group i {
    margin-right: 5px;
}

#new-group .groups-header {
    border-bottom: 0px !important;
}

.groups-new-group {
    opacity: 0;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    margin-top: 0px;
}

.groups-new-group:hover {
    opacity: 1;
}



.single-line {
    white-space: nowrap;
    overflow: hidden;
        display: inline-block;
}
.single-line br {
    display:none;

}
.single-line * {
    display:inline;
    white-space:nowrap;
}


.groups-move-group {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.groups-header:hover > .groups-move-group {
    opacity: 1;
}

.groups-group[data-collapsed="1"] {
    padding-bottom: 20px;

}

.mpchat-list-conversations:empty:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    font-size: 10pt;
    content: "You have no conversations yet.";
    color: #567997;
}

.mpchat-list-contacts:empty:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    font-size: 10pt;
    content: "You have no contacts yet.";
    color: #567997;
}

.mpchat-name, .mpchat-search {
    background: white;
}



#modal-plan-settings .modal-footer {
  /* */
}

#modal-plan-settings .bootstrap-select, #modal-plan-settings .bootstrap-select {
    background: white !important;
}

.plan-title-wrap {
    border-top: 1px solid #aab0bd40;
    padding: 22px 119px 22px 20px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 4px 4px;
}

.projects-infoheader-title .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.projects-infoheader-title .dropdown-menu > li:last-child > a:hover {
    background: #ff5b5c !important;
}

a.delete-group:hover {
    background: #ff5b5c !important;
}

#logout-list:hover {
    background: #ff5b5c !important;
}

a.btn-delete-plan:hover {
    background: #ff5b5c !important;
}

.projects-infoheader-title .dropdown-menu {
    border-radius: 4px;
}

.team-invited {
    margin-top: 0!important;
    overflow: visible!important;
    max-width: 1080px!important;
    position: relative;
    min-width: 1080px!important;
    width: 1080px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dbe0e7;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    color: #596778;
    font-size: 14px;
    font-weight: 600;
}

.team-notinvited {
  margin-top: 60px !important;
}

.team-invited-add-member {
    color: #aab2bc;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
}

.logo-open .brand-icon-container {
	background: #5a8dee;
}

.agency-plan-thumb {
	border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-right: 20px;
    margin-top: 9px;
}

.agency-plan-thumb img {
    width: 158px;
    height: 84px;
}

.plan-thumburl::-webkit-input-placeholder,.project-thumburl::-webkit-input-placeholder {
    overflow: visible;
}

.plan-thumburl::-moz-placeholder,.project-thumburl::-moz-placeholder {
    overflow: visible;
}

.plan-thumburl:-ms-input-placeholder,.project-thumburl:-ms-input-placeholder {
    overflow: visible;
}

.plan-thumburl::-ms-input-placeholder,.project-thumburl::-ms-input-placeholder {
    overflow: visible;
}

.plan-thumburl::-webkit-input-placeholder, .project-thumburl::-webkit-input-placeholder {
    overflow: visible;
}

.plan-thumburl::-moz-placeholder, .project-thumburl::-moz-placeholder {
    overflow: visible;
}

.plan-thumburl:-ms-input-placeholder, .project-thumburl:-ms-input-placeholder {
    overflow: visible;
}

.plan-thumburl::-ms-input-placeholder, .project-thumburl::-ms-input-placeholder {
    overflow: visible;
}

.plan-thumburl::placeholder,.project-thumburl::placeholder {
    overflow: visible;
}

.message-media-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    overflow-y: scroll;
    max-height: calc(100vh - 170px);
}

.message-media-wrap::-webkit-scrollbar {
    width: 4px !important;
}

.message-media-modal {
    display: none;
    position: fixed;
    top: 55px;
    right: calc(50vw);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: calc(100vh - 110px)!important;
    width: 95vw;
    border-radius: 10px;
    background: white;
    z-index: 6000;
}

.message-media-backdrop {
    position: fixed;
    display: block;
    content: ' ';
    top: 0px;
    right: 0px;
    width: 100vw;
    z-index: 5999;
    display: none;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}

.message-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    overflow: hidden;
}

.message-media img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.bubble-container > img {
    width: 39px;
    position: absolute;
    left: 40px;
    top: -20px;
    border-radius: 50%;
    z-index: 1;
    display: none;
}

.message-comments {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: calc(100vh - 110px);
    width: 400px;
    border-radius: 0 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #5a8dee;
    overflow: hidden;
}

.message-comments-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.drag-to-comment {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #5a8dee;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    margin-left: 20px;
    padding-left: 1px;
}

.drag-to-comment-label {
    color: #ffffff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
}

.drag-to-comment-arrow {
    font-size: 16px;
    margin-right: 6px;
}

.message-comments-list {
    height: 100%;
    background: #f6faff;
    border-left: 1px solid #e1e1e1;
    padding-top: 0px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.message-media-close {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.bubble-wrap {
    position: absolute;
    overflow: visible;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.bubble-container {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.speech-bubble {
    position: relative;
    background: #f6faff;
    border-radius: 7px;
    display: none;
    border: 1px solid #5a8dee99;
    min-width: 92px;
    min-height: 60px;
    padding: 20px 25px;
    outline: none !important;
    max-width: 320px;
    max-height: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #596778;
}

.speech-bubble br {
    display: none;
}

.speech-bubble p {
    margin: 0px !important;
}
/*
.speech-bubble:after {
    content: '';
    position: fixed;
    left: 0;
    top: 50%;
    width: 22.5px;
    display: block;
    height: 25px;
    background-image: url(/img/bubble_point.png);
    background-size: 22.5px 25px;
    margin-top: -13px;
    margin-left: 39px;
}
*/
.speech-bubble:after {
    content: '';
    position: fixed;
    left: 0;
    top: 50%;
    width: 20px;
    display: block;
    height: 20px;
    margin: -10px 50px;
    background: #f6faff;
    border: 1px solid #5a8dee;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    -webkit-transform: rotate(45deg) skew(-12deg, -12deg);
            transform: rotate(45deg) skew(-12deg, -12deg);
}

.bubble-wrap .comment-circle {
    background: #5a8dee;
}

.list-bubble .comment-circle {
    background: #5a8dee;
    opacity: 38%;
}

.comment-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5a8dee;
    border: 1px solid #f6faff;
    color: white;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    padding-left: 1px;
    margin-right: 30px;
}

.bubble-target p {
    margin: 0px !important;
}


.bubble-wrap .img-circle {
    position: absolute !important;
    top: -15px !important;
    border-radius: 50% !important;
    left: 43px !important;
    z-index: 1 !important;
}

.force-wrap {
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

.chat-thumbnail {
    max-width: 243px !important;
    height: auto !important;
    cursor: pointer;
}




.list-bubble-content {
    max-width: 300px;
}

.list-bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #596778;
    padding: 10px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.list-bubble-count.comment-circle {
    margin-right: 10px !important;
    width: 25px;
    height: 25px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.list-bubble-left img {
    width: 25px;
    height: 25px;
    border-radius: 50%;

}

.delete-bubble {
    position: absolute;
    top: 3px;
    right: 8px;
    color: #596778c9;
}

.delete-bubble:hover {
    color: #595959 !important;
}

.mpchat-drag-handle-top {
position: absolute;
top: 0px;
height: 72px;
width: 100%;
z-index: 2;
}
.mpchat-drag-handle-left {
   position: absolute;
   top: 0px;
   left:0px;
   width: 17px;
   height: 100%;
}

.mpchat-drag-handle-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 8px;
    height: 100%;
 }

 .mpchat-drag-handle-bottom {
    position: absolute;
    bottom: 0px;
    height: 10px;
    width: 100%;
}

.open-resolved-wrap {
    overflow: visible;
    position: relative;
}

.open-resolved-button {
    padding: 12px;
    background: #5a8dee;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.open-resolved-button i {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}

.open-resolved-popup {
    position: absolute;
    top: -47px;
    padding: 12px;
    width: 100%;
    display: none;
    cursor: pointer;
    color: #5a8dee;
    background: white;
    font-weight: 600;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px 0px #5a8dee33;
            box-shadow: 0 0 10px 0px #5a8dee33;
    border-bottom: 1px solid #e1e1e1;
}

.list-bubble:hover > .btn-bubble-resolveopen {
    display: block !important;
}

[data-resolved="1"] > .btn-bubble-resolveopen {
    background: #a6c3f9 !important;
}

.btn-bubble-resolveopen {
    background: #5a8dee;
    color: white !important;
    text-align: center;
    border-radius: 3px;
    font-size: 10pt;
    font-weight: 600;
    cursor: pointer;
    padding: 3px 6px !important;
    display: none !important;
    position: absolute;
    top: 9px;
    right: 33px;
    -webkit-box-shadow: 0 0 3px 0px #5a8dee22;
            box-shadow: 0 0 3px 0px #5a8dee22;
}

.bubble-reply-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    background: white;
    border-radius: 14px;
    padding: 4px 10px;
    max-width: 321px;
    min-height: 14px;
    outline: none !important;
    background: #ffffff;
    border: 1px solid #bcd3ff;
}

.bubble-comments-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.bubble-comments-reply .img-circle {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 2px;
}


.message-media-titlebar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding-left: 20px;
    font-size: 14pt;
    color: #596778;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
}

.message-media-title {
	-webkit-box-flex: 1;
	    -ms-flex: 1 auto;
	        flex: 1 auto;
}

.btn-media-left {
    float: right;
    font-size: 16px;
    background: #5a8dee;
    border-radius: 50%;
    color: white;
    height: 26px;
    width: 26px;
    padding: 2px 1px 0 0;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}

.btn-media-right {
    float: right;
    font-size: 16px;
    background: #5a8dee;
    border-radius: 50%;
    color: white;
    height: 26px;
    width: 26px;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
    padding: 2px 0 0 2px;
}

.message-media-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: calc(95vw - 400px);
    max-width: calc(95vw - 400px);
}

.message-comments-viewer {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f6faff;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-height: 100%;
}

.message-comments-viewer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e4e9ef;
}

.btn-close-media-comments-viewer {
    float: right;
    font-size: 16px;
    background: #5a8dee;
    border-radius: 50%;
    color: white;
    height: 26px;
    width: 26px;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}

.btn-resolve-this-comment {
    background-color: #5a8dee;
    cursor: pointer;
    color: white !important;
    margin-right: 5px;
    border-radius: 3px !important;
    font-size: 12px !important;
    padding: 5px 11px !important;
}

.message-comments-viewer[data-resolved="1"] .btn-resolve-this-comment {
    background-color: #8eb5ff !important;
}

.btn-delete-this-comment {
    background-color: #f35657;
    cursor: pointer;
    color: white !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    padding: 5px 11px !important;
}

.message-comments-viewer-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    height: calc(100vh - 331px);
    overflow-y: auto;
}
.flex-seperator {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
}

.message-comments-viewer-footer {
    padding: 0px 15px 15px;
    position: relative;
    height: 96px;
}

.message-comments-viewer-input {
    background: white;
    -webkit-box-shadow: 0 2px 7px 1px #8da1c738;
            box-shadow: 0 2px 7px 1px #8da1c738;
    border-radius:5px;
    height: 80px;
    padding: 15px;
    outline: none !important;
    overflow-y: auto;
    font-size: 10pt;
    color: #596778c9;
}

.message-comments-viewer-input p {
    display: inline;
    margin: auto;
}

.message-comments-viewer-input br {
    display: none;
}

.message-comments-viewer-reply {
    background-color: #5a8dee;
    cursor: pointer;
    color: white !important;
    border-radius: 3px;
    position: absolute;
    padding: 4px 8px;
    bottom: 22px;
    right: 21px;
    font-size: 12px;
}

.message-comments-viewer-reply > i {
    font-size: 10px;
    padding-right: 2px;
}

.list-bubble-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px 15px;
}

.list-bubble-content-photo {
    padding-left: 0px;
    padding-right: 15px;
}

.list-bubble-content-photo img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
}

.list-bubble-content-name {
    font-size: 16px;
    color: #5a8dee;
    font-weight: 600;
    margin-top: -1px;
}

.list-bubble-right > span {
    display: block;
    margin-top: 5px;
    font-size: 9pt;
    width: 275px;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 33px;
    overflow: hidden;
}

.bubble-viewer-content {
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bubble-viewer-content-photo {
    padding-left: 0px;
    padding-right: 15px;
}

.bubble-viewer-content-photo img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.bubble-viewer-content-name {
    font-size: 16px;
    color: #5a8dee;
    font-weight: 600;
}

.bubble-viewer-content-right .bubble-viewer-content-input {
    font-size: 9pt;
    margin-top: 5px;
    display: block;
    color: #596778;
    width: 274px;
    min-width: 274px;
    max-width: 274px;
    min-height: 17px;
    outline: none !important;
}

.btn-reopen-list-bubble {
    width: 21px;
    height: 21px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #5a8deec9;
    cursor: pointer;
    font-size: 8pt;
    color: white;
    position: absolute;
    top: 40px;
    right: 22px;
}

.btn-resolve-list-bubble {
    width: 21px;
    height: 21px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #39da8a;
    cursor: pointer;
    font-size: 8pt;
    color: white;
    position: absolute;
    top: 40px;
    right: 22px;
}

.btn-delete-list-bubble {
    width: 21px;
    height: 21px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #f35657;
    cursor: pointer;
    font-size: 12px;
    color: white;
    position: absolute;
    top: 67px;
    right: 22px;
}


.list-bubble:hover .btn-delete-list-bubble,
.list-bubble:hover .btn-resolve-list-bubble,
.list-bubble:hover .btn-reopen-list-bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list-bubble[data-resolved="0"] .btn-reopen-list-bubble {
    display: none !important;
}

.list-bubble[data-resolved="1"] .btn-resolve-list-bubble {
    display: none !important;
}

/*
<div class="message-comments-viewer">
  <div class="message-comments-viewer-header">
  <div class="btn-close-media-comments-viewer"><i class="fas fa-angle-left"></i></div>
  <div class="flex-seperator"></div>
  <div data-resolve="1" class="btn btn-resolve-this-comment">Resolve</div>
  <div class="btn btn-resolve-this-comment">Delete</div>
  </div>
  <div class="message-comments-viewer-body"></div>
  <div class="message-comments-viewer-footer">
    <div class="message-comments-viewer-input"></div>
    <div class="message-comments-viewer-reply"><i class="fas fa-reply"></i> Reply</div>
  </div>
</div>
*/


.bubble-wrap.opened .bubble-target, .bubble-wrap.opened .bubble-container img {
    display: block !important;
}

.bubble-wrap.opened .bubble-footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bubble-reply {
    border-top: 1px solid #e4e9ef;
}

.bubble-footer {
    position: absolute;
    right: 4px;
    bottom: 2px;
    color: #596778;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 8.5pt;
}

.list-bubble .bubble-replies {
    position: absolute;
    top: -4px;
    left: 13px;
    color: white;
    background: #475f7b;
    height: 14px;
    width: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 7pt;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
}

.bubble-wrap .bubble-replies {
    margin-left: 2px;
}

.list-bubble-comments {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #5a8dee;
    color: white;
    border-radius: 50%;
    position: absolute;
    font-size: 8pt;
    top: 50px;
    left: 25px;
}


.bubble-reply-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #ccd4dd;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 8pt;
}

.list-bubble.unread .bubble-replies {
    background: #f35657 !important;
}

.bubble-wrap.unread .bubble-replies {
    color: #f35657 !important;
}

.bubble-target.speech-bubble:focus {
    overflow: visible;
    white-space: normal;
    max-height: 100%;
}

.message-notifys {
    width: 15px;
    height: 15px;
    background: #ff5a5b;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 6px;
    color: white;
    text-align: center;
    line-height: 15px;
    font-size: 8pt;
}

.swapped-bubble .bubble-footer {
    -webkit-transform: translateX(-91px);
            transform: translateX(-91px);

}

.swapped-bubble .comment-circle-left {
    display: none !important;
}

.swapped-bubble .comment-circle-right {
    display: block !important;
    margin-left: 30px;
    line-height: 30px;
}

.comment-circle.comment-circle-right {
    display: none;
}

.swapped-bubble .bubble-container > img {
    left: -10px !important;
}

.swapped-bubble .speech-bubble:after {
    -webkit-transform: rotate(225deg) skew(-12deg, -12deg);
            transform: rotate(225deg) skew(-12deg, -12deg);
    left: auto !important;
    right: 31px !important;
}


.jconfirm {
    z-index: 10000000000 !important;
}

.message-comments-viewer-footer .dropdown {
    -webkit-transform: translateY(-100%) !important;
            transform: translateY(-100%) !important;
    margin-top: -40px !important;
}

.message-comments-viewer-footer .dropdown-menu {
    height: auto !important;
    position: relative !important;
    float: none !important;
    width: 100% !important;
}

.bubble-wrap .dropdown {
    position: absolute !important;
}

.bubble-wrap .dropdown-menu {
    height: auto !important;
    position: relative !important;
    float: none !important;
    width: auto !important;

}

.img-circle-2 {
    width: 30px !important;
    display: inline !important;
    border-radius: 50% !important;
}

.chat-thumbnail-caption, .chat-thumbnail-filename {
    font-size: 8pt;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 0;
}


.chat-upload-progressbar {
    margin-bottom: 25px;
}

.chat-thumbnail-delete {
    display: none;
    position: absolute;
    bottom: 15px;
    right: -11px;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    font-size: 10pt;
    color: #596778;
    border: 1px solid #e1e1e1;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.chat-thumbnail-view {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #555d66d6;
    color: white;
    pointer-events: none;
    font-size: 13px;
}

.chat-thumbnail-view:hover {
    background-color: #596778 !important;
}

.message-is-captioned .chat-thumbnail-view {
        -webkit-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important;
}

.message:hover .chat-thumbnail-view {
    display: block !important;
}

iframe#userpilot-checklist {
    z-index: 1001 !important;
}

userpilot-checklist-controller {
    background: white;
}

.message-media > .plyr {
    width: calc(177.7vh - 302.2px);
    max-width: 100%;
    margin: auto;
}

.plyr__control--overlaid {
    background: #5a8dee !important;
}

.plyr--full-ui input[type=range] {
    color: #5a8dee !important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #5a8dee !important;
}

.bubble-time {
    display: inline;
    font-size: 10pt;
    color: #bcc9d8;
    margin-left: 5px;
}

.plyr__video-embed iframe {
    top: -50% !important;
    height: 200% !important;
}

.jconfirm-content .modal-upgrade-buttons {
	padding-top: 25px;
}

.jconfirm-content .confirmExportLoading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: confirmExportLoadingEllipsis steps(4,end) 900ms infinite;
    animation: confirmExportLoadingEllipsis steps(4,end) 900ms infinite;
    content: "\2026";
    width: 0px;
}
@keyframes confirmExportLoadingEllipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes confirmExportLoadingEllipsis {
    to {
        width: 1.25em;
    }
}

.MPlanInAppTaskManagerTestAreaTitle {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*
.container.MPlanInappTaskManagerMain {
    min-width: calc(100vw - 70px);
    margin-left: 70px;
}
*/

main.container.user-tasks {
    max-width: calc(100vw - 70px);
    max-height: calc(100vh - 70px);
    margin-left: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.MplanInAppTaskManagerTopRow {
    width: 80%;
    //background-color: #f6faff;
    /*z-index: 500;*/
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.MplanInAppTaskManagerTopCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppTaskManagerTopCol2 {
}

.MplanInAppTaskManagerTopSegmentsBtn {
    width: 37px;
    height: 36px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -4px;
    margin-right: 10px;

}

.MplanInAppTaskManagerTopSegmentsBtn:after { content: none }

.MplanInAppTaskManagerTopSegmentsBtnInner {
    height: 36px;
    color: var(--bs-gray-middle);
    margin-top: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
}

.MplanInAppTaskManagerTopSegmentsBtnInner.projects {
    margin-top: -1px;
}

.MplanInAppTaskManagerTopSegmentsBtnInner:hover {
    color: var(--bs-gray);

}

.MplanInAppTaskManagerMainRowTabs {
    width: 100%;
    max-height: calc(100vh - 184px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px;
    padding-left: 10%;
    padding-bottom: 100px;
}

.MplanInAppTaskManagerTabBtnFirst {
    /*height: 37px;*/
}

.MplanInAppTaskManagerTabBtnMiddle {
    /*height: 37px;*/
}

.MplanInAppTaskManagerTabBtnLast {
    /*height: 37px;*/
}

.MplanInAppTaskManagerTopRightTabs {
    position: fixed;
    right: 10%;
    width: 260px;
    /*z-index: 500;*/
    margin-top: -70px;
    margin-right: 0px;
}

.MplanInAppTaskManagerRightTabsContent {
    height: calc(100vh - 284px);
    padding-left: 0px;
    padding-right: 0px;

}

.MplanInAppTaskManagerRightTabsContent.TaskModalRight {
    height: calc(100vh - 297.5px);
}

.MplanInAppTaskManagerTabBtn1 {
    height: 37px;
    font-size: 14px !important;
    border: 1px solid var(--bs-gray-light) !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: 91px;
    padding-top: 10px;
}

.MplanInAppTaskManagerTabBtn2 {
    height: 37px;
    font-size: 14px !important;
    border-radius: 0px !important;
    width: 100px;
    border: 1px solid var(--bs-gray-light) !important;
    border-left: none !important;
    padding-top: 10px;
}

.MplanInAppTaskManagerTabBtn3 {
    height: 37px;
    width: 33px;
    padding-top: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid var(--bs-gray-light) !important;
    border-left: none !important;
}

.MplanInAppTaskManagerTabBtn1.nav-link.active {
    border-color: var(--bs-primary)!important;
}

.MplanInAppTaskManagerTabBtn2.nav-link.active {
    margin-right: -1px;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    width: 101px;
    padding-left: 17px;
    border-color: var(--bs-primary)!important;
}

.MplanInAppTaskManagerTabBtn3.nav-link.active {
    margin-right: -1px;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    width: 34px;
    padding-left: 11px !important;
    border-color: var(--bs-primary)!important;
}

.MplanInAppTaskManagerTabTasks {
    margin-top: -3px;
    margin-right: 5px;
}

.MplanInAppTaskManagerTabGroups {
    margin-right: 4px;
}

.MplanInAppTaskManagerTasksMainRow {
    cursor: pointer;
    background-color: var(--bs-white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
            margin-bottom: 16px;
            margin-left: 0px;
            margin-right: 0px;

}

.tasks-task-item.hasSubtask {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tasks-task-item.hasSubtask::before {
    content: "";
    width: 100%;
    margin-bottom: -50px;
    height: 50px;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}

.MplanInAppTaskManagerTasksMainRow.tasks-task-item {
    background-color: transparent;
}

.tasks-task-item .MplanInAppTaskManagerTasksMainCol1 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tasks-task-item .MplanInAppTaskManagerTasksMainCol2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tasks-subtask-item .MplanInAppTaskManagerTasksMainCol2 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.MplanInAppTaskManagerTaskItemAddTaskContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: rgba(94,106,122,0.5);
    opacity: 0%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -60px;
    padding-left: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, opacity;
    transition-property: color, opacity;
}

.MplanInAppTaskManagerTasksMainRow.tasks-task-item:hover > div .MplanInAppTaskManagerTaskItemAddTaskContainer {
    opacity: 100%;
}

.MplanInAppTaskManagerTaskItemAddTaskContainer:hover {
    color: var(--bs-primary);
}

.bi-plus-circle-fill{
    pointer-events: none;
}
.tasks-task-item .MplanInAppTaskManagerTasksMainCol1, .tasks-task-item .MplanInAppTaskManagerTasksMainCol2 {
    background: var(--bs-white);
}

.MplanInAppTaskManagerTasksMainRow.SubTask:last-child {
    margin-bottom: 6px;
}

.MplanInAppTaskManagerTasksMainRow.SubTask:nth-child(3) {
    margin-top: 16px;
}

.MplanInAppTaskManagerTaskListTopper {
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    border-color: #e1e1e1;
    border-bottom: 1px solid #dbe0e7;
}

.MplanInAppTaskManagerTaskListTopperCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom-color: #e1e1e1;
    border-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            height: 35px;
            margin-left: -26px;
            margin-right: 26px;
}

.MplanInAppTaskManagerTaskListTopperCol1 a .MplanInAppTaskManagerTaskTopperArrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.MplanInAppTaskManagerTaskListTopperCol1 a.collapsed .MplanInAppTaskManagerTaskTopperArrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.MplanInAppTaskManagerTasksMainCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskManagerTaskListTopperCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskManagerTasksMainCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
            font-size: 17px;
}

.MplanInAppTaskManagerTaskMover {
    font-style: italic;
    color: #e1e1e1;
    margin-left: -14px;
}

.MplanInAppTaskManagerTasksTopTitle {
    color: #596778;
    font-size: 14px;
    font-weight: 500;
    outline: none ;
    height: 20px;
    margin-top: 2px;
    margin-bottom: 0px;

}

.MplanInAppTaskManagerTaskTopperArrow {
    margin-top: -4px;
    margin-left: 15px;
    margin-right: 10px;
}

.MplanInAppProjectsGroupCol .MplanInAppTaskManagerTaskTopperArrow {
    margin-top: 0px;
}

.MplanInAppTaskManagerTaskListTopperCol3 {
    height: 1px;
    background-color: #e1e1e1;
}

.MplanInAppTaskManagerTaskTopNewTaskLink {
    font-size: 14px;
    color: #aab2bc;
    text-decoration: none;
    height: 20px;
    margin-top: -4px;
    margin-left: 10px;
}

.MplanInAppTaskManagerTaskGroupUserButton:first {
    margin-left: 0px !important;
}

.MplanInAppTaskManagerTaskGroupUserButton  .MplanInAppTaskManagerTaskGroupTopUserImg.placeholder-image {
    text-align: center;
    font-size: 8pt !important;    
}
.MplanInAppTaskManagerTaskGroupUserButton  .MplanInAppTaskManagerTaskGroupTopUserImg {
    width: 23px !important;
    height: 23px !important;    
    line-height: 23px !important;
    min-height: 23px !important;
    min-width: 23px !important;
}

.MplanInAppTaskManagerTaskGroupTopUserImg {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    /* margin-top: -14px; */
    margin-left: -11px;
}

.MplanInAppTaskManagerTaskGroupUserButton.Selected {
    background-color: #5a8dee;
}

.MplanInAppTaskManagerTaskGroupUserButton {
    width: 27px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 27px;
    background-color: transparent;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    /* margin-top: -1px; */
    margin-bottom: 2px;
    margin-left: 11px;
    font-size: 16px;
}

.MplanInAppTaskManagerTaskGroupRightDropdown {
    width: 20px;
    background-color: #f6faff ;
    font-size: 0px;
    border: none ;
    margin-top: -5px;
    margin-bottom: 3px;
    margin-right: -11px;
    padding: 0px;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.MplanInAppTaskManagerTaskTopNewTaskLink:hover {
    color: var(--bs-primary) !important;
    -webkit-transition-duration: .4s !important;
            transition-duration: .4s !important;
}

.MplanInAppTaskManagerTaskTitle {
    font-size: 13px;
    color: var(--bs-dark) ;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
    width: 100%;
}

.MplanInAppTaskSeperator {
    width: 1px;
    height: 50px;
    background-color: var(--bs-gray-light);
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppTaskManagerSingleTaskMover {
}

.MplanInAppTaskManagerTopTeamCaretRight {
    color: var(--bs-gray);
    margin-top: -5px;
    margin-left: 8px;
}

.MplanInAppTaskManagerTopTeamCaretLeft {
    color: var(--bs-gray);
    margin-top: -5px;
    margin-right: -2px;
}

.MplanInAppTaskManagerTaskMenuIcon {
    font-size: 16px;
    margin-left: 4px;
}

.MplanInAppTaskManagerTaskGroupRightDropdown.TaskMenu {
    width: 50px;
    height: 50px;
    background-color: var(--bs-white) ;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -9px;
}

.MplanTaskManagerViewSwitch {
    right: calc(10% + 250px);
    position: absolute;
    margin-top: -69px;
}

.MplanTaskManagerViewSwitchTabContent {
    margin-top: 0px;
}

.MplanInAppTaskManagerTasksTimelineContainer::before {
    content: "Timeline (Gantt) Task Management Coming Soon";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 460px;
    background: var(--bs-primary);
    text-align: center;
    color: var(--bs-white);
    padding: 12px 0px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, calc(0px - 50%));
            transform: translate(-50%, calc(0px - 50%));
    z-index: 1;
}

.MplanInAppTaskManagerTimelineTabContainer {
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.MplanTaskManagerTabBtnTimeline {
    height: 36px;
    width: 36px;
    padding-top: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.MplanInAppTaskManagerListTabIcon {
}

.MplanInAppTaskManagerTimelineTabBtn {
    border: 0px #e1e1e1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: var(--bs-primary);
    text-indent: 0px;
    background-color: #ecedee;
    cursor: pointer;
}

.MplanInAppTaskManagerTaskStatusDropDown {
    height: 50px;
    background-color: #5A8DEE ;
    border: 0px ;
    border-radius: 0px ;
    width: 100px;
    font-size: 13px ;
    color: var(--bs-white);
    padding-left: 8px;
    padding-right: 8px;
}

.MplanInAppTaskManagerTaskDueDate {
    height: 50px;
    background-color: var(--bs-white) !important;
    color: #596778 !important;
    width: 110px !important;
    font-size: 13px !important;
    border-width: 0px 0px 0px 1px !important;
    border-radius: 0px !important;
    border-left-color: var(--bs-gray-light) !important;
    text-align: left !important;
    padding-left:  18px !important;
}

.MplanInAppTaskManagerTaskPercentBackground {
    width: 50px;
    background-color: var(--bs-gray-light);
    height: 4px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: 15px ;
    margin-right: 15px ;
}

.MplanInAppTaskManagerTaskPercentBar {
    background-color: var(--bs-primary);
    width: 12px;
    height: 4px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.MplanInAppTaskManagerTaskGroupUserButton.InTask {
    width: 80px ;
    height: 50px;
    background-color: #fff !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #e1e1e1;
    border-style: none solid solid;
    border-width: 0px 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 22px;
    padding-left: 39px;
}

.MplanInAppTaskManagerSegmentTitle {
    font-size: 21px;
    font-weight: 400;
    margin-top: 1px;
    margin-left: 4px;
    max-width: 420px;
    min-width: 100px;
    text-overflow: ellipsis;
}

.MplanInAppTaskManagerTopTaskTitleDueDateArrow {
    top: 46% ;
    position: absolute ;
    left: 86px ;
}

.MplanInAppTaskManagerTaskStatusArrow {
    position: absolute;
    right: 8px;
    top: 46%;
    color: #fff;
}

.MplanInAppTaskManagerTaskPriorityDropDownBtn {
    background-color: #fff !important;
    width: 70px !important;
    height: 50px !important;
    font-size: 12px !important;
    color: var(--bs-primary) !important;
    padding: 0px 7px;
    border-width: 0px 0px 0px 1px;
    border-color: #e1e1e1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

 .MplanInAppTsdkManagerStatusBtnArrow {
    position: absolute;
    top: 24px;
    left: 80px ;
}



 .MplanInAppTaskManagerTasksMoreBtn {
    height: 36px;
    background-color: #E2ECFF ;
    color: var(--bs-primary) ;
    font-size: 12px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-right: 6px;
}

 .MplanInAppTaskManagerTasksMoreBtnNumberCircle {
    height: 18px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 12px;
    position: relative;
    top: -37px;
    right: -64px;
    margin-top: 19px;
    padding-top: 0px;
    padding-left: 11px;
    padding-right: 10px;
}

 .MplanInAppTaskMoreBtnNumber {
    left: 75px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: var(--bs-primary);
    color: #fff ;
    top: -20px;
    font-size: 11px;
    margin-top: -6px;
    padding: 3px 8px 4px;
}

 .MplanInAppTaskManagerTaskDropdownItemsBase {
    height: 45px;
    font-size: 12px ;
    line-height: 3;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    color: var(--bs-gray-dark) ;
    border-bottom: 1px ;
    border-style: solid ;
    border-color: #e1e1e1 ;
}

.dropdown-item:hover {
    cursor: pointer;
}

.dropdown-item:last-child:hover {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

a.dropdown-item.MplanInAppTaskManagerTaskDropdownItemsBase.active {
    color: var(--bs-gray);
    background-color: var(--bs-white);
}

.MplanInAppTaskManagerTaskDropdownItemsBase:hover {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Delete:hover {
    color: var(--bs-white) !important;
    background-color: var(--bs-danger) !important;
}

.MplanInAppTaskManagerDropdown {
    padding-top: 0px ;
    padding-bottom: 0px ;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%) ;
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%) ;
            border-width: 0px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneDefault {
    color: var(--bs-white) ;
    background-color: #475f7b;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneDefault:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}


.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneGray {
    color: var(--bs-white) ;
    background-color: #b3c0ce;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneGray:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneOrange {
    color: var(--bs-white) ;
    background-color: #fdac41;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneOrange:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneYellow {
    color: var(--bs-white) ;
    background-color: #ffd324;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneYellow:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneRed {
    color: var(--bs-white) ;
    background-color: #ff5b5c;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneRed:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneAqua {
    color: var(--bs-white) ;
    background-color: #00cfdd;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneAqua:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneBlue {
    color: var(--bs-white) ;
    background-color: #5a8dee;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneBlue:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLanePurple {
    color: var(--bs-white) ;
    background-color: #9b81ef;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLanePurple:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLanePink {
    color: var(--bs-white) ;
    background-color: #ff86f7;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLanePink:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneGreen {
    color: var(--bs-white) ;
    background-color: #39da8a;
}
.MplanInAppTaskManagerTaskDropdownItemsBase.KanbanLaneGreen:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

.MplanInAppTaskManagerDropdown.TaskAssign {
    margin-top: 1px !important;
    width: 300px;
    border-width: 0px;
}

.MplanInAppTaskManagerTaskAssignRadioControl {
    width: 20px;
    margin-top: 7px;
    margin-left: -5px;
    margin-right: 2px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.TeamAssign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px;
    border-style: solid;
    border-color: #e1e1e1;
}

.MplanInAppTaskManagerTaskGroupUserButton.InTaskDropdown {
    background-color: var(--bs-white) ;
    margin-top: 4px;
    margin-left: -4px;
    margin-right: 12px;
}

.MplanInAppTaskManagerTaskGroupTopUserImg.InTeamAssignDropdown {
    width: 30px;
    height: 30px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Delete {
}

.MplanInAppTaskManagerDropdown.Priority {
    margin-top: 8px;
    margin-left: 16px;
}

.MplanInAppTaskManagerTaskPriorityFlag {
    margin-right: 8px;
}

.MplanInAppTaskManagerDropdown.Segments {
    width: 500px;
}

.MplanInAppTaskManagerSegmentDropdownSearchInput {
    height: 50px;
    font-size: 14px ;
    color: var(--bs-gray-dark);
    border: 0px #e1e1e1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 1px;
}

.MplanInAppTaskManagerSegmentDropdownSearchInput:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.MplanInAppTaskManagerTaskGroupRightDropdown.InSegmentDropdown {
    width: 50px;
    background-color: #fff ;
}

.MplanInAppTaskManagerSegmentDropdownIcon {
    font-size: 16px ;
color: var(--bs-white);
    padding-top: 9px;
    position: absolute;
    left: 442px;
}

.MplanInAppTaskManagerSegmentDropdownIcon.Trash {
    position: absolute;
    color: var(--bs-white);
    left: 466px;
    font-size: 14px;
    margin-top: 2px;
}

.MplanInAppTaskManagerTaskLabelRow {
    padding-right: 0%;
}

.MplanInAppTaskManagerTaskLabelCol1 {
}

.MplanInAppTaskManagerTaskLabelCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.MplanInAppTaskManagerTaskLabelName {
    font-size: 12px;
    margin-bottom: 4px;
    margin-left: 38px;
}

.MplanInAppTaskManagerTaskLabelStatus {
    font-size: 10px;
    margin-bottom: 4px;
    margin-right: 79px;
}

.MplanInAppTaskManagerTaskLabelIcon {
    margin-top: -0.5px;
    margin-left: 4px;
}

.MplanInAppTaskManagerTaskLabelStatus.Title {
    margin-bottom: 7px;
    margin-left: 46px;
    margin-right: 0px;
}

.MplanInAppTaskManagerTaskLabelStatus.DueDate {
    margin-right: 55px;
}

.MplanInAppTaskManagerTaskLabelStatus.Progress {
    margin-right: 36px;
}

.MplanInAppTaskManagerTaskLabelStatus.Assignee {
    margin-right: 25px;
}

.MplanInAppTaskManagerTaskLabelStatus.Priority {
    margin-right: 26px;
}

.MplanInAppTaskManagerTaskStatusDropDown:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.MplanInAppTaskManagerTaskStatusDropDown:focus {
    background-color: var(--bs-primary);
}

.MplanInAppTaskManagerTabBtn2.nav-link {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.projects .MplanInAppTaskManagerTabBtn2.nav-link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.team-view .MplanInAppTaskManagerTabBtn2.nav-link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.MplanInAppTaskManagerTaskGroupRightDropdown.TeamMenu {
    margin-left: 10px;
    height: 20px;
}

.MplanInAppTaskManagerTaskGroupRightDropdown.TeamMenu:focus, .MplanInAppTaskManagerTaskGroupRightDropdown.TeamMenu:active, .MplanInAppTaskManagerTaskGroupRightDropdown.TeamMenu:hover{
    background: none;
}

.MplanInAppTaskManagerTasksTopTitle.Groups {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: -3px;
    margin-left: 14px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.MplanInAppTaskManagerTasksMainRow.Groups {
    margin: 15px 0px 0px;
}

.MplanInAppTaskManagerTasksMainRow .MplanInAppTaskManagerDropdown {
    position: fixed !important;
    overflow: hidden;
}

.MplanInAppTaskManagerTasksTopTitle.Groups.InvisibleG, .MplanInAppTaskManagerTasksTopTitle.Groups.Invisible {
    color: var(--bs-gray-dark);
    background-color: #E7EDF3;
}



.MplanInAppTaskManagerTasksMoreBtn:hover {
    color: var(--bs-primary);
}

.MplanInAppTaskManagerTasksMainRow.Settings {
    height: 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppTaskManagerTaskListTopper.TaskManagerSettings {
    border-width: 0px;
    margin-top: -36px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerTaskListTopper.TaskGroups {
    margin-right: 0px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerSettingsTabRadioBtn {
    margin-top: 3px;
}

.MplanInAppTaskManagerTaskListTopper.SettingsTab2 {
    margin-top: 40px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerNewSegmentBtn {
    top: 8px;
    right: 10px;
    font-size: 11px;
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    width: 109px;
}

.MplanInAppTaskManagerNewSegmentBtn:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

.MplanInAppModalBody {
    padding: 40px 60px 60px;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.MplanInAppFieldLabel {
    font-size: 11px;
    margin-bottom: 5px;
}

.MplanInAppTaskManagerSpaceDeleteBtn {
    background-color: var(--bs-danger);
    border-width: 1px;
    border-color: #ff5a5b;
}

.MplanInAppConfirmBoxModalHeader {
    display: none;
}

.MplanInAppTaskManagerSpaceDeleteBtn:hover {
    background-color: #f05354;
    border-color: #ff5a5b;
}

.MplanInAppTaskManagerSpaceDeleteBtn:active {
    background-color: var(--bs-danger);
    border-color: #ff5a5b;
}

.MplanInAppTaskManagerSpaceDeleteBtn:visited {
    background-color: var(--bs-danger);
    color: var(--bs-white);
    border-color: #ff5a5b;
}

.MplanInAppFieldLabel.Confirmation {
    margin-bottom: -20px;
}

.MplanInAppTaskManagerSpaceDeleteBtn:focus {
    background-color: var(--bs-danger);
    border-color: #ff5a5b;
}

.MplanInAppTaskManagerSpaceDeleteIconBtn {
    right: 6px;
    color: var(--bs-white);
    width: 25px;
    margin-right: 8px;
}

.MplanInAppTaskManagerPermissionsTab {
}

.MplanInAppNavTabButton.Permisions {
    width: auto;
    padding-right: 10px;
}

.MplanTaskManagerTabBtnTimeline.Permissions {
    width: auto;
    font-size: 14px;
    padding-bottom: 3px;
}

.MplanInAppTaskManagerPermissionsActiveTab {
    font-size: 12px;
}

.MplanInAppTaskManagerTasksMainRow.Settings.Permissions {
    margin-left: 0px;
}

.MplanInAppTaskManagerPermissionsSwitch {
    margin-top: 2px;
}

.MplanInAppTaskManagerPermissionsTabAdmin {
    font-size: 12px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.MplanInAppTaskManagerPermissionsTabUser {
    clear: left;
    font-size: 12px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.MplanInAppTaskManagerPermissionsTabClient {
    font-size: 12px;
}

.MplanInAppTaskManagerNewTaskBtn {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-style: none;
    height: 36px;
    /*z-index: 800;*/
    position: absolute;
    right: calc(10% + 350px);
    margin-top: -89px;
    margin-right: -6px;
}

.MplanInAppTaskManagerTasksListContainer {
    padding-right: 20px;
    margin-right: -25px;
    margin-left: -50px;
    padding-left: 50px;
    max-height: 330px;
    overflow-y: scroll !important;
    overflow-x: visible !important;
}

.MplanInAppTaskManagerMainRowTabsCol {
    padding-left: 0px;
    padding-right: calc((100vw - 70px) * .1);
}

.MplanInAppTaskManagerGroupsContainter {
    /*padding-bottom: 100px;*/
}

.MplanInAppTaskManagerTasksTimelineContainer {
    /*margin-right: 0%;*/
}

.MplanInAppTaskManagerPermissionsTableContainer {
    /*padding-right: 0%;*/
}

.MplanInAppTaskManagerTaskGroupContainer {
    margin-bottom: 35px;
}

.MplanInAppTaskManagerTaskGroupsTabContainer div:first-child {
    margin-top: 0px;
}

.MplanInAppTaskManagerTaskMover {
    cursor: inherit;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.MplanInAppTaskManagerTaskListTopperCol1:hover > .MplanInAppTaskManagerTaskMover {
    opacity: 1;
    cursor: move;
}

.tm-st-list.showHidden .hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

input.tm-list-datepicker {
    margin-top: -6px;
}

.ThreeDotsMoveContainer {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: move;
    border-width: 0px;
    border-right: 1px solid var(--bs-gray-light);
}

.ThreeDotsMoveContainer.mainTask {
    margin-left: 2px;
}

.ThreeDotsMoveContainerNoDrag {
    width: 33px;
    margin-left: -10px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: no-drop;
    border-width: 0px;
    border-right: 1px solid var(--bs-gray-light);
}

.ThreeDotsMoveContainerAlt {
    width: 44px;
    margin-left: -10px;
    height: 50px;
    opacity: 0;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* cursor: move; */
    border-width: 0px;
    border-right: 1px solid var(--bs-gray-light);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups {
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Normal:hover {
    background-color: var(--bs-blue)!important;
    color: var(--bs-primary) !important;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Client:hover {
    background-color: var(--bs-warning)!important;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Delete.Groups {
}

.CpagesInAppTaskManagerDropDownToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 23px;
    margin-right: -9px;
}

.MplanInAppTaskManagerTasksMainRow.SubTask {
    margin-left: 46px;
    max-width: calc(100% - 46px);
    padding: 0px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%), 0 4px 10px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%), 0 4px 10px 0 rgb(0 0 0 / 3%);
    /* border: solid 1px #e1e1e1; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tasks-subtask-item .MplanInAppTaskManagerTasksMainCol1 {
    border-radius: 4px;
}

.MplanInAppTaskManagerTaskGroupUserButton.InTask.SubTask {
    border-style: none;
    height: 40px;
    margin-right: 190px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 39px;
}


.tasks-subtask-item .MplanInAppTaskManagerTaskGroupUserButton.InTask.SubTask {
    padding-top: 14px !important;
    border-left: 1px solid var(--bs-gray-light);
    border-right: 1px solid var(--bs-gray-light);
}

.MplanInAppTaskManagerSubtaskCheckbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskManagerTaskStatusDropDown.Subtask {
    height: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppTaskManagerTaskGroupRightDropdown.TaskMenu.Subtask {
    height: 40px;
}

.ThreeDotsMoveContainer.Subtask {
    height: 40px;
}

.MplanInAppTsdkManagerStatusBtnArrow.Subtask {
    margin-top: -10px;
}

.MplanInAppTaskManagerSubtaskChecklistCheckArea {
    width: 11px;
    height: 11px;
    margin-top: 2px;
    border-radius: 2px !important;
}

.MplanInAppTaskManagerSubtaskChecklistCheckArea:focus {
    border-color: rgba(0, 0, 0, 0);
}

.MplanInAppTaskManagerTaskTitle.Subtask {
    font-size: 12px;
}

.MplanInAppTaskManagerTaskGroupTopUserImg.Task.Subtask {
    height: 28px;
    width: 28px;
}

.CpagesInAppTaskManagerDropDownToggle.Completed {
    margin-left: 12px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Toggle:hover {
    background-color: #fff !important;
    color: var(--bs-gray-dark) !important;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.tm-delete-subtask.Groups.Toggle:hover {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.MplanInAppTaskManagerTimeTrackerBottomRow {
    width: 500px;
    position: fixed;
    bottom: 5px;
    z-index: 2000;
    height: 80px;
    background-color: var(--bs-primary);
    -webkit-box-shadow: 0 2px 7px 1px #8da1c738;
            box-shadow: 0 2px 7px 1px #8da1c738;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
}

.MplanInAppTaskManagerTimeTrackerUserImage {
    width: 40px;
    height: 40px;
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
    border-bottom-left-radius: 67px;
    border-bottom-right-radius: 67px;
    margin-top: 4px;
}

.MplanInAppTaskManagerTimeTrackerCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
}

.MplanInAppTaskManagerTimeTrackerCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 80px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
}

.MplanInAppTaskManagerTimeTrackerStopButton {
    font-size: 22px;
    color: var(--bs-white);
}

.MplanInAppTaskManagerTimeTrackerTextRowTop {
    position: absolute;
    top: 17px;
    width: 410px;
}

.MplanInAppTaskManagerTimeTrackerHeading {
    font-size: 14px;
    color: var(--bs-white);
    margin-bottom: 2px;
}

.MplanInAppTaskManagerTimeTrackerBottomCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.MplanInAppTaskManagerTimeTrackerTimer {
    color: var(--bs-white);
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 12px;
}

.MplanInAppTaskManagerAddSubtaskBtn {
    margin-left: -48px;
    margin-right: 8px;
    color: rgba(94,106,122,0.5);
}

.MplanInAppTaskManagerAddSubtaskBtn:hover {
    color: var(--bs-primary);
}

.MplanInAppTaskManagerSpaceDeleteIconBtn.Settings {
    width: 20px;
    position: static;
    margin-right: 2px;
}

.MplanInAppModalHeading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.MplanInAppTaskManagerSpaceTeamTabsNav {
    margin-top: -15px;
}

.MplanInAppTaskManagerNewSpaceModalInput {
    height: 44px;
    padding-bottom: 6px;
    font-size: 12px;
}

#agencyform .MplanInAppTaskManagerNewSpaceModalInput {
    font-size: 12px;
}

.MplanInAppTaskManagerNewSpaceModalInput.SpaceName {
    margin-bottom: 30px;
}

.MplanInAppTaskManagerNewSpaceModalInput.Team {
     -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
             box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
     border: 1px solid #ecedee;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}

.MplanInAppTaskManagerSpacePersonImage {
    width: 30px;
    height: 30px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.MplanInAppTaskManagerTasksMainRow.SpaceTeamMember {
    height: 50px;
    margin-bottom: 1px;
    margin-right: -4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.MplanInAppTaskManagerSpaceModalTeamList {
    height: 200px;
    overflow: scroll;
}

.MplanInAppTaskManagerSpaceTeamAdminLabel {
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 8px;
}

.MplanInAppTaskManagerTaskListTopper.TaskGroups.InvisibleGroups {
    margin-top: 40px;
}

.MplanInAppTaskManagerSpaceTeamTabsNav.GroupModal {
}

.MplanInAppTaskManagerGroupModalPermissionsRow {
    border-color: rgba(225, 225, 225, 0.5);
    border-style: none;
    margin-top: 31px;
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppTaskManagerGroupModalPermissionsCol {
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppTaskManagerNewSpaceModalInput.Team.GroupModal {
    border-top-left-radius: 0px;
}

.MplanInAppTaskManagerPermissionsTabAdmin.GroupModal {
    clear: left;
    font-size: 15px;
}

.MplanInAppTaskManagerPermissionsTabUser.GroupModal {
    position: static;
    font-size: 15px;
}

.MplanInAppTaskManagerPermissionsTabClient.GroupModal {
    font-size: 14px;
}

.MplanInAppTaskManagerTimelineTabBtn.GroupModal {
    background-color: rgba(0, 0, 0, 0);
}

.modal-content.TaskManagerGroupModal {
    height: 30vh;
    top: 25%;
}

.MplanInAppTaskManagerGroupVisibilityHeadingRow {
    margin-top: 32px;
    margin-bottom: -6px;
}

.MplanInAppTaskManagerSpaceModalTeamList.GroupSettingsModal {
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}

.MplanInAppTaskManagerGroupModalAndRow {
    margin-top: 20px;
    margin-bottom: 20px;
}

.MplanInAppTaskManagerGroupModalAndText {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    color: #aab2bc;
}

.MplanInAppTaskManagerGroupModalConditionCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 24px;
}

.MplanInAppTaskManagerGroupModalConditionHeading {
    font-size: 16px;
    margin-bottom: 2px;
}

.MplanInAppTaskManagerGroupModalConditionDescription {
    margin-bottom: 0px;
    font-size: 13px;
}

.MplanInAppTaskManagerGroupModalConditionCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 24px;
}

.MplanInAppTaskManagerGroupModalConditionRow {
    height: 80px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
     -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 2%);
             box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 2%);
}

.MplanInAppTaskManagerGroupModalConditionDeleteBtn {
    margin-left: 15px;
    color: #bababa;
    border-color: #e1e1e1;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    font-size: 12px;
}

.MplanInAppTaskManagerGroupModalConditionEditBtn {
    border-color: #e1e1e1;
    color: #bababa;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    font-size: 12px;
}

.MplanInAppTaskManagerGroupModalConditionEditBtn:hover {
    background-color: var(--bs-primary);
    border: 1px solid #5a8dee;
}

.MplanInAppTaskManagerGroupModalConditionDeleteBtn:hover {
    background-color: var(--bs-danger);
    border: 1px solid #ff5a5b;
}

.MplanInAppTaskManagerGroupModalCondititionScrolRow {
    overflow: auto;
    margin-top: 20px;
}

.MplanInAppTaskManagerGroupModalConditionHeadingCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.MplanInAppTaskManagerTaskTopNewTaskLink.GroupSettingsModal {
    margin-top: 0px;
    margin-left: 12px;
    float: left;
    font-size: 15px;
}

.TaskGroupCondition {
    width: 100%;
}

.MplanInAppTaskManagerTasksMainRow.Settings.Permissions.First {
    border-color: currentcolor #ededed #ededed;
    border-top: 1px solid #ededed;
}

.MplanInAppModalHeading.GroupCondition {
    margin-bottom: 15px;
}

.MplanInAppTaskManagerGroupConditionTrippleColRow {
}

.MplanInAppTaskManagerGroupConditionParameterSelect {
    margin-bottom: 40px;
}

.MplanInAppTaskManagerGroupConditionParameterRowCol4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.MplanInAppTaskManagerGroupConditionParameterDelete {
    width: 46px;
    height: 46px;
    border-color: #e1e1e1;
}

.MplanInAppTaskManagerConditionCreateAssigneeRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.MplanInAppTaskManagerGroupConditionAssigneeSelect {
    margin-bottom: 24px;
}

.container.MPlanInAppMainViewContainer {
    /*display: flex;*/
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPeopleRow {
    background-color: var(--bs-white);
    margin: 0px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPeopleCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPeopleImage {
    width: 20px;
    height: 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonRow {
    height: 36px;
    width: 140px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0px 0px 0px 8px !important;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    padding: 0px 0px 0px 14px !important;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonDeleteBtn {
    height: 30px;
    width: 100%;
    padding: 0px !important;
    color: #aab2bc;
    font-size: 11px;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonDeleteBtn:hover {
    color: var(--bs-gray);
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedTagDeleteBtn {
    height: 30px;
    width: 100%;
    padding: 0px !important;
    color: var(--bs-primary) !important;
    font-size: 9px !important;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedTagDeleteBtn:hover {
    color: var(--bs-gray);
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    padding: 0px;
    padding: 0px !important;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonName {
    margin-bottom: 0px;
    font-size: 11px;
    width: 100%;
}

.MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 0px 0px 7px !important;
}

.MplanInAppInputFieldTextLarge {
    height: 40px;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorRow {
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorCol {
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorContainer {
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorPersonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 12px;
    margin-right: 8px;
    font-size: 12px;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    font-size: 12px;
    color: var(--bs-primary);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: var(--bs-blue);
    border: 0px #e1e1e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorPeopleContainer {
    border: 1px solid #e1e1e1;
    border-top-left-radius: 3px;
    background-color: var(--bs-white);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-y: auto;
    min-height: 60px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    max-height: 158px;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorPersonContainerCol1 {
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorPersonContainerCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90px;
    min-width: 34px;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorPersonContainerCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
}

.MplanInAppTaskManagerSpaceModalTeamListContainer {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    max-height: 33vh;
}

.MplanInAppTaskManagerTimelineTabBtn.RightTab {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.MplanInAppTaskManagerPermissionsTabAdmin:active {
    background-color: var(--bs-primary);
}

.MPlanInAppLeftNavBar {
    background: white;
    position: fixed;
    top: 70px;
    left: 0px;
    width: 70px;
    max-width: 70px;
    text-align: center;
    min-height: calc(100vh - 70px);
    height: calc(100vh - 70px);
    z-index: 999;
    box-shadow: -3px 0px 10px 0.1px #e1e1e1;
    -webkit-box-shadow: -3px 0px 10px 0.1px #e1e1e1;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.MPlanInAppLeftNavBarCol1 {
    height: 70vh;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MPlanInAppLeftNavBarCol2 {
    height: 150px;
    max-height: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

.MplanInAppHeaderUserDropdown {
    height: 70px;
    margin-left: 10px;
    margin-right: 15px;
    padding-left: 4px;
}

.MplanInAppHeaderUserImage {
    width: 40px;
    height: 40px;
    margin-right: -4px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Delete {
}


.MplanInAppHeaderUserDropdown:hover {
    color: var(--bs-gray);
}


.MplanInAppHeaderAnnouncementBtn {
    font-size: 14px;
    height: 70px;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--bs-white);
    margin-right: 0px;
}


.MplanInAppHeaderNotificationsDropdown {
    font-size: 15px;
    width: 40px;
    color: var(--bs-white);
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


.MplanInAppHeaderNotificationBellIcon {
    color: var(--bs-gray);
}


.MplanInAppHeaderAnnouncementBtn:hover {
    color: var(--bs-white);
}

.MplanInAppHeaderSearchBarDropdown {
    width: 80vw;
    z-index: 3;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.041);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.041);
          border-width: 0px;
          border-top: 1px solid #5a8dee;
          border-bottom-style: none;
          border-left-style: none;
          border-right-style: none;
}


.MplanInAppHeaderSearchField {
    border-width: 0px;
    border-top-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 20px 14px;
}

.MplanInAppMainHeaderNotificationsDropdown {
    width: 400px;
    border-width: 0px;
    border-style: none;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%) ;
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 4%) ;
            padding-top: 0px;
            padding-bottom: 0px;
}

.MplanInAppHeaderNotificationsTopRow {
    height: 46px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #5a8dee;
}

.MplanInAppHeaderNotificationsTopCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px;
}

.MplanInAppHeaderNotificationsTopCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0px;
    padding-right: 15px;
}

.MplanInAppHeaderNotificationsTopTitle {
    overflow: visible;
    font-size: 14px;
    margin-bottom: 0px;
}

.MplanInAppHeaderNotificationsTopClearBtn {
    font-size: 10px;
    padding: 3.5px 6px;
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    display: none;
}

.MplanInAppHeaderNotificationsTopClearBtn:hover {
    background-color: var(--bs-primary);
}

.MplanInAppTaskManagerPermissionsTabUser.RightTab {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.MplanInAppTaskManagerSpaceModalTeamListContainer.ConditionsModal {
    max-height: 250px;
}


.MplanInAppTaskManagerSpaceModalTeamList.GroupSettingsModal.ConditionsModal {
    height: auto;
}

.row.MplanInAppTaskManagerConditionRow {
    padding-top: 17px;
}

.MplanInAppTaskManagerConditionRow {
}


.MplanInAppTaskManagerConditionRow.TaskLocation {
}


.MplanInAppTaskManagerConditionRow.Assignee {
}


.MplanInAppTaskManagerGroupConditionParameterRowCol4.Delete {
    width: 68px;
    max-width: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.MplanInAppTaskManagerGroupConditionParameterDelete:hover {
    background-color: var(--bs-danger);
}

.MplanInAppHeaderNotificationRow {
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    border-radius: 4px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.MplanInAppHeaderNotificationsOutputContainer {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 200px;
    height: auto;
    max-height: 400px;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--bs-white);
}

.MplanInAppSideBarNavBtn {
    font-size: 10px;
    width: 70px;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--bs-gray);
}


.MplanInAppSideBarNavBtnIcon {
    font-size: 21px;
    margin-bottom: 5px;
}


.MplanInAppHeaderDashboardSVG {
    margin-bottom: 6px;
}


.MplanInAppSideBarNavBtn.First {
    margin-top: 2px;
}


.MplanInAppSideBarNavBtn.Projects {
}


.MplanInAppSideBarNavBtn.Inactive {
    color: var(--bs-gray);
}


.MplanInAppSideBarNavBtn:hover {
    color: var(--bs-primary);
}

.MplanInAppSideBarNavBtn.Active {
    color: var(--bs-primary);
}

.MplanInAppHeaderDashboardSVG.Dashboard {
    margin-left: 4px;
}


.MplanInAppHeaderDashboardSVG.Tasks {
    margin-bottom: 0px;
    margin-right: 6px;
}

.MplanInAppSideBarNavBtn {
    font-size: 10px;
    height: 70px;
    width: 70px;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--bs-gray-middle);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
}

.MplanInAppHeaderDashboardSVG {
    margin-bottom: 6px;
}

.MplanInAppSideBarNavBtn.First.Active {
    padding-left: 0px;
    padding-right: 0px;
    color: var(--bs-primary);
}

.MplanInAppSideBarNavBtnIcon.Training {
    font-size: 24px;
}

.MplanInAppMenuProjectSlideout {
    margin-top: 71px;
    margin-left: 71px;
    border-width: 0px;
    border-style: none;
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.MplanInAppProjectSlideoutTopSearchField {
}

.MplanInAppTaskManagerPermissionsTabuser {
    font-size: 12px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.MplanInAppTaskManagerSpaceTeamuserLabel {
    font-size: 11px;
    margin-bottom: 0px;
    margin-left: 7px;
}

.MplanInAppTaskManagerPermissionsTabuser.GroupModal {
}

.MplanInAppTaskManagerGroupConditionAssigneeSelect.UnderRow {
    margin-top: 24px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerGroupConditionQuadColRow {
    width: 100%;
    padding-right: 44px;
}

.MplanInAppTaskManagerGroupConditionParameterRowCol4.Delete.QuadRow {
    position: absolute;
    float: none;
    right: 48px;
}

.MplanInAppTaskManagerGroupConditionAssigneeSelect.QuadRow {
    margin-bottom: 0px;
}

.MplanInAppModalHeading.NewSpaceModal {
    margin-top: 10px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerSpaceTeamTabsNav.NewSpaceModal {
    margin-top: -25px;
    margin-left: 180px;
}

.MplanInAppOffCanvasHeaderNoPadding {
    height: 60px;
    border-bottom: 1px solid #5a8dee;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 17px;
}

.MplanInAppOffCanvasRowTitle {
    font-size: 13px;
    margin-bottom: 0px;
    width: 100%;
}

.MplanInAppOffCanvasHeaderItemRow {
    height: 60px;
    -webkit-transition: background 0.3s;
            transition: background 0.3s;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #ecedee;
    cursor: pointer;
}

.MplanInAppOffCanvasItemCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 18px;
}

.MplanInAppOffCanvasItemCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 15px;
}

.MplanInAppOffCanvasHeaderItemRow:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.MplanInAppOffCanvasBodyNoPadding {
    padding: 0px;
    overflow-x: hidden;
}

.MplanInAppTaskManagerSpaceDeleteIconBtn.Arrow {
    margin-right: 0px;
}

.sl-recent-spaces .MplanInAppTaskManagerSpaceDeleteIconBtn.Arrow {
    display: none;
}

.sl-recent-projects .MplanInAppTaskManagerSpaceDeleteIconBtn.Arrow {
    display: none;
}

.MplanInAppTaskManagerNewSegmentBtn.NewSpace {
    width: 100px;
}

.MplanInAppSearchableDropDownBtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 44px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    font-size: 12px;
    //border-color: #e1e1e1;
    border-top-style: none;
    border-bottom-style: none;
    line-height: 1.25;
}

.MplanInAppSearchableDropDownBtn:hover {
    color: var(--bs-gray);
}

.searchable-dropdown-placeholder {
    padding-right: 10px;
}

.MplanInAppTaskManagerNewSpaceModalInput.SearchDropdown {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.MplanInAppSearchableDropdownCollapse {
    margin-top: -2px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.WapTemplate {
	display:none;
}

.MplanInAppSearchableDropDownOptionsRow {
    height: 40px;
    border-top-color: rgba(225, 225, 225, 0);
    border-top-style: none;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppSearchableDropDownOptionText {
    margin-bottom: 0px;
    width: 100%;
    max-width: 110px;
}

.MplanInAppSearchableDropDownOptionCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 12px;
    color: var(--bs-white);
    cursor: pointer;
}

.MplanInAppSearchableDropDownOptionCol2PR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 12px;
    color: var(--bs-white);
    cursor: pointer;
}

.MplanInAppSearchableDropDownOptionCol2.TagsDropdown {
    max-width: 20%;
}

.MplanInAppSearchableDropDownOptionCol2PR.TagsDropdown {
    max-width: 20%;
}

.MplanInAppSearchableDropDownOptionCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
}

.MplanInAppSearchableDropDownOptionCol1.TagsDropdown {
    max-width: 80%;
}

.MplanInAppSearchableDropdownOuterRow {
    margin-left: 0px;
    margin-right: 0px;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: auto;
}

.MplanInAppSearchableDropDownOptionCol2.Selected {
    color: var(--bs-primary);
}

.MplanInAppSearchableDropDownOptionCol2PR.Selected {
    color: var(--bs-primary);
}

.MplanInAppCustomDropdownCarret {
    right: 74px;
}

.MplanInAppCustomDropdownCarretContainer {
}

.MplanInAppSearchableMultiSelectCol1:empty {
    /*display: none;*/
}

.TaskStatus .MplanInAppSearchableMultiSelectCol1:empty::after {
    content: "No statuses added. Click below to add statuses.";
    font-size: 12px;
    color: var(--bs-gray);
    margin-top: -10px;
    margin-left: 12px;
    opacity: 50%;

}

.MplanInAppSearchableMultiSelectCol1.Team:empty::after {
    content: "No team members added. Click below to add team members.";
    font-size: 12px;
    color: var(--bs-gray);
    margin-top: -10px;
    margin-left: 12px;
    opacity: 50%;
}

.MplanInAppSearchableMultiSelectCol1.Clients:empty::after {
    content: "No clients added. Click below to add clients.";
    font-size: 12px;
    color: var(--bs-gray);
    margin-top: -10px;
    margin-left: 12px;
    opacity: 50%;
}

.MplanInAppSearchableMultiSelectCol1.Projects:empty::after {
    content: "No projects added. Click below to add a project.";
    font-size: 12px;
    color: var(--bs-gray);
    margin-top: -5px;
    margin-left: 12px;
    opacity: 50%;
}

.MplanInAppSearchableMultiSelectCol1.Plans:empty::after {
    content: "No plans added. Click below to add a plan.";
    font-size: 12px;
    color: var(--bs-gray);
    margin-top: -5px;
    margin-left: 12px;
    opacity: 50%;
}

.IsTagSelector .MplanInAppSearchableMultiSelectCol1:empty::after {
    content: "No tags added. Click below to add tags." !important;
}






.MplanInAppSearchableMultiSelectRow {
    //border-color: #e1e1e1;
    //border-style: solid none;
    //border-width: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0px;
}

.MplanInAppSearchableMultiSelectCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 128px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 60px;
    overflow-y: auto;
    padding-top: 12px;
    padding-left: 14px;
    padding-right: 0px;
}

.MplanInAppSearchableMultiSelectCol2 {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.MplanInAppSearchableMultiSelectCol1>.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorPersonContainer.TextOnly {
	display: flex;
}
.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorPersonContainer.TextOnly {
    padding-left: 10px;
    display: none;
}

.MplanInAppSearchableMultiSelectDropDownBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    color: var(--bs-primary);
    background-color: var(--bs-blue);
    font-size: 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0px;
}

.MplanInAppSearchableMultiSelectCol3 {
}

.MplanInAppSearchableMultiSelectDropDownBtn:hover {
    background-color: var(--bs-primary);
}

.MplanInAppSearchableDropDownOptionsRow:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanInAppSearchableDropDownOptionsRow.Team {
    height: 46px;
}

.MplanInAppSearchableMultiSelectRow.InTeamTab {
    border-top-right-radius: 0px;
}

.MplanInAppTaskManagerTopSegmentsBtn:hover {
    color: var(--bs-gray);
}

.MplanInAppNavTabListItem {
    cursor: pointer;
}

.MplanInAppNavTabButton {
    height: 36px;
    font-size: 12px !important;
    width: 36px;
    color: inherit;
    border-radius: 0px;
    border: 1px solid #ecedee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
}

.MplanInAppNavTabButton.Normal {
    width: auto;
    color: var(--bs-gray);
    padding-left: 12px;
    padding-right: 12px;
}

.MplanInAppNavTabButton.LeftTab {
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border: 1px solid #e1e1e1;
    background-color: #ecedee00;
}

.MplanInAppNavTabButton.active {
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

.MplanInAppNavTabButton.RightTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border: 1px solid #e1e1e1;
    background-color: #ecedee00;
}

.MplanInAppNavTabButton.MiddleTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: none !important;
    border-right: none !important;
    border: 1px solid #e1e1e1;
    background-color: #ecedee00;
}

.MplanInAppNavTabButton.Alt {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    color: var(--bs-primary);
}

.MplanInAppNavTabButton.Alt.RightTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border: 1px solid var(--bs-blue);
    border-left: 1px solid #5a8dee2f !important;
    background-color: var(--bs-blue);
}

.MplanInAppNavTabButton.Alt.LeftTab {
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #5a8dee2f !important;
    border: 1px solid var(--bs-blue);
    background-color: var(--bs-blue);
}

.MplanInAppNavTabButton.Alt.MiddleTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: none !important;
    border-right: none !important;
    border: 1px solid var(--bs-blue);
    background-color: var(--bs-blue);
}

.MplanInAppNavTabButton.Alt.TopTabs.RightTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid var(--bs-blue);
    background-color: var(--bs-blue);
}

.MplanInAppNavTabButton.Alt.TopTabs.LeftTab {
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid var(--bs-blue);
    background-color: var(--bs-blue);
}

.MplanInAppNavTabButton.Alt.TopTabs.MiddleTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid var(--bs-blue);
    border-left: none !important;
    border-right: none !important;
    background-color: var(--bs-blue);
}

.MplanInAppNavTabButton.TopTabs.RightTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    border-left: 1px solid #e1e1e1;
    background-color: #ecedee;
    width: auto;
}

.MplanInAppNavTabButton.TopTabs.LeftTab {
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    background-color: #ecedee;
    width: auto;
}

.MplanInAppNavTabButton.TopTabs.MiddleTab {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    border-left: 1px solid #e1e1e1 !important;
    background-color: #ecedee;
    width: auto;
}

.MplanInAppTaskManagerNewTaskBtn.Projects {
    font-size: 13px;
    margin-right: -98px;
    margin-top: -69px;
}

.MplanInAppTaskManagerNewTaskBtn.Tasks {
    font-size: 13px;
    margin-top: -69px;
    right: calc((100vw - 70px) * .1 + 322px);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Delete.Groups.Last {
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Last {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Last.Groups.Delete {
}

.MplanInAppTaskManagerTaskDropdownItemsBase.First {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.First.Groups {
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.First {
}

.pl-plan-item .MplanInAppProjectsPlanImage {
    height: 124px;
    max-height: 124px;
    border-top-color: var(--bs-gray-light);
    border-bottom-color: var(--bs-gray-light);
    border-left: 1px solid var(--bs-gray-light);
    border-right: 1px solid var(--bs-gray-light);
    width: 362px;
    max-width: 235px;
}

.pl-plan-item:not(.thumbed) .MplanInAppProjectsPlanImage {
    background-image: url(/img/loader.gif);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;    
}

.ThreeDotsMoveContainer.Plans {
    height: 100%;
    border-style: none;
    min-width: 24px;
    margin-left: 0px;
    padding-left: 1px;
}

.MplanInAppTaskManagerTaskGroupRightDropdown.TaskMenu.Projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    color: var(--bs-gray-middle);
    margin-right: 0px;
    padding-right: 4px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Delete.Last {
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Delete.Last.Groups {
}

.MplanInAppTaskManagerDropdown.Plans {
}

.MplanInAppTaskManagerTaskTitle.Projects {
    font-size: 14px;
    width: 80%;
    margin-bottom: 4px;
    margin-left: 20px;
    padding-left: 0px;
}

.MplanInAppProjectsPlanContentRow {
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

.MplanInAppProjectsPlanDescription {
    font-size: 12px;
    width: 80%;
    color: #acb4bd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 0px;
}

.MplanInAppProjectsPlanStatsCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskManagerSpaceTeamTabsNav.Permissions {
    margin-top: -31px;
}

.MplanInAppTaskManagerGroupVisibilityHeadingRow.Settings {
    margin-bottom: 12px;
}

.MplanInAppProjectsPlanInnerCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0px;
}

.MplanInAppProjectsPlanInnerCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
    padding-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppProjectsPlanInnerTextRow {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.MplanInAppProjectsPlanTitle {
    font-size: 18px;
    margin-bottom: 2px;
    max-width: 574px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100px;
}

.MplanInAppProjectsPlanInnerDescription {
    font-size: 12px;
    color: var(--bs-gray-middle);
    max-width: 547px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100px;
    margin-bottom: 4px;
}

.MplanInAppProjectsPlanInnerCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0px;
    padding-right: 34px;
}

.MplanInAppProjectsPlanInnerCol3 .dropdown {
    margin-left: 14px;
}

.MplanInAppProjectsPlanInnerCol2StatsRow {
    max-width: 574px;
    margin-top: 4px;
    margin-left: -1px;
}

.MplanInAppProjectsPlanStatsTextTop {
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 1.35;
    position: relative;
}

.MplanInAppProjectsPlanStatsFlexBox {
    width: 100%;
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: default;
}

.MplanInAppProjectsPlanStatsSmallCol {
    padding-left: 2px;
    padding-right: 3px;
}

.MplanInAppProjectsPlanStatsFlexBox.Leads {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.MplanInAppProjectsPlanStatsFlexBox.Sales {
    color: var(--bs-white);
    background-color: var(--bs-success);
}

.MplanInAppProjectsPlanStatsFlexBox.Expenses {
    color: var(--bs-white);
    background-color: var(--bs-danger);
}

.MplanInAppProjectsPlanStatsFlexBox.NoStats {
    color: #a2aec7;
    height: 40px;
    background-color: #f5f5f7;
}

.MplanInAppTaskManagerNewTaskBtn.EditPlan {
    position: static;
    width: 78px;
    margin-top: 0px;
    margin-right: 15px;
}

.MplanInAppProjectsPlanStatsTextTop.Label {
    font-size: 10px;
}

.MplanInAppInAppSecondaryBtn {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
}

.MplanInAppInAppSecondaryBtn.ProjectViewBtn {
    height: 32px;
    margin-right: 14px;
    font-size: 12px;
}

.MplanInAppTaskManagerTabBtn1.Projects {
    width: 120px;
}

.MplanInAppProjectsPlansTabIcon {
    margin-top: -3px;
    margin-left: -2px;
    margin-right: 4px;
}

.MplanInAppProjectsGroupCol {
    margin-bottom: 40px;
}

.MplanInAppModalHeading.Projects {
    margin-bottom: 10px;
}

.MplanInAppTaskManagerTaskTitle.PeopleSelect {
    max-width: 350px;
    width: auto;
}

.MplaninappMediumTextInput {
    height: 44px;
}

.MplaninappMediumTextInput.datepicker {
    font-size: 12px;
}


.MplanInAppSearchableDropdownOuterRow.NoSearch {
    border-color: currentcolor #e1e1e1 #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

.MplanInAppTeamAddPlaceHolder {
    font-size: 12px;
    color: #bdbdbd;
    margin-bottom: 10px;
}

.MplanInAppSelect {
    margin-bottom: 16px;
}

.MplanInAppLeftCenterFlexBoxNoPaddingCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppRightCenterAlignFlexBoxCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppFieldBtnComboBtn {
    width: 100%;
    height: 100%;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.MplanInAppFieldBtnComboField {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 44px;
    font-size: 12px;
    padding-top: 5px;
}

.MplanInAppRowNoPadding {
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppRowNoPadding.SpaceTop {
    margin-top: 30px;
}

.MplanInAppLeftCenterFlexBoxNoPaddingCol1.FlexDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.FlexDown {
}

.SpaceTop {
    margin-top: 30px;
}

.MPlanInAppProjectsProgressBar {
    position: relative;
    top: -50px;
    right: -85%;
}

.MplanInAppInAppSecondaryBtn.Percentage {
    font-size: 12px;
    height: 32px;
    margin-left: 14px;
    padding-left: 7px;
    padding-right: 7px;
    width: 54px;
    cursor: default;
}

.MplanInAppInAppSecondaryBtn.Percentage.Complete {
    background-color: var(--bs-success);
    color: var(--bs-white);
}

.MplanInAppInAppSecondaryBtn:hover {
    background-color: var(--bs-primary);
}

.MplanInAppInAppSecondaryBtn.Percentage:hover {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
}

.MplanInAppProjectsOpenPlanBtn {
    margin-right: 0px;
    height: 32px;
    font-size: 12px;
    color: var(--bs-white);
    background-color: Var(--bs-primary);
}

.MplanInAppProjectsOpenPlanBtn:hover {
    background-color: #467eeb;
}

.MplanInAppInAppSecondaryBtn.Percentage.Complete:hover {
    color: var(--bs-white);
    background-color: var(--bs-success);
}

.MplanInAppTeamSelectComponentTeamMemberNameText {
    font-size: 13px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.MplanInAppTaskManagerGroupConditionInnerRowBetweenTextCol {
    max-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskManagerGroupConditionInnerRowBetweenTextCol .MplanInAppTaskManagerGroupModalAndText {
    font-size: 13px;
}

.MplanInAppSmallNotifierBold {
    font-size: 14px;
    margin-bottom: 8px;
}

.MplanInAppNewSpaceModalTeamInViteLink {
    font-size: 13px;
}

.MplanInAppAccordionTopBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border-color: #e1e1e1;
    border-bottom: #e1e1e1;
    border-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanInAppTaskManagerPermissionsSwitch.Accordion {
    margin-top: 5px;
}

.MplanInAppAccordionCard {
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: -2px;
}

.MplanInAppAccordionInnerBtn {
    text-decoration: none;
    font-size: 12px;
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #596778;
    padding-left: 0px;
}

.MplanInAppAccordionInnerBtnIcon {
    margin-left: 7px;
}

.MplanInAppAccordionToggleSwitch {
    border-color: #e2ecff;
}

.MplanInAppAccordionCard.Top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.MplanInAppAccordionCard.Bottom {
    border-style: solid;
}

.MplanInAppAccordionTopBtn.Bottom {
    margin-bottom: -1px;
    border-bottom-width: 1px;
    border-style: none none solid;
}

.MplanInAppAccordionBody {
    border-top: 1px solid #e1e1e1;
}

.MplanInAppModalHeading.InsideAccordions {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.MplanInAppTaskManagerNewSpaceModalInput.InsideAccordions {
    margin-bottom: 20px;
}

.MplanInAppTextAreaLarge {
    height: 90px;
}

.wappler-temp {
}

.row.NewInviteTop {
    margin-top: 0px;
}

.row.EditMemberTop {
    width: 400px;
    margin: -10px auto 20px;
}

div.MplanInAppModalEditMemberProfileImgContainer, img.MplanInAppModalEditMemberProfileImgContainer {
    border-radius: 100%;
    width: 80px !important;
    height: 80px !important;
    border: 3px solid var(--bs-primary);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
}

.MplanInAppAccordionInnerBtn:hover {
    color: #596778;
}

.modal-content.NewInvite {
    height: 99%;
}

.MplanInAppTaskManagerTaskTitle.InviteHidenAreas {
    margin-left: 0px;
    font-size: 12px;
}

.row.InviteHiddenAreasRow {
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    margin: 0px 14px;
}

.MplanInAppInviteHiddenAreasCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0px;
}

.MplanInAppInviteHiddenAreasCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
    padding-left: 0px;
}

.row.InviteHiddenAreasRow.Last {
    border-style: none;
    margin-bottom: 5px;
}

.MplanInAppAccordionBody.ClientDashWelcome {
    padding-left: 30px;
    padding-right: 30px;
}

.MplanInAppModalHeading.Projects.SpaceAccess {
    margin-top: 20px;
}

.MplanInAppTaskManagerTimelineCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
}

.MplanInAppTaskManagerTimelineCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskManagerTimelineMainRow {
    min-height: calc(100vh - 330px);
    max-height: calc(100vh - 330px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.MplanInAppTaskManagerTaskListTopperCol1.Timline {
    padding-left: 0px;
}

.MplanInAppTaskManagerTimelineMonthText {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerTimelineSearchInput {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    height: 38px;
    width: 192px;
    margin-left: -2px;
}

.MplanInAppTaskManagerTimelineLeftAreaCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskManagerTimelineLeftAreaCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.MplanInAppTaskManagerTimelineLeftAreaGroupText {
    margin-bottom: 0px;
    font-size: 14px;
}

.MplanInAppTaskManagerTimelineGroupToggleBtn {
    width: 100%;
}

.MplanInAppTaskManagerTimelineLeftAreaGroupRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 12px;
}

.MplanInAppTaskManagerTimelineLeftAreaTaskLabel {
    font-size: 12px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerTimelineLeftAreaTaskAssignee {
    width: 26px;
    height: 26px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: 4px;
    margin-right: 8px;
}

.MplanInAppTaskManagerTimelineLeftAreaTaskAssignee:active {
    width: 20px;
    height: 20px;
}

.MplanInAppTaskManagerTimelineLeftAreaTaskRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.MplanInAppTaskManagerTimelineLeftAreaTaskCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 16px;
}

.MplanInAppTaskManagerTimelineTopArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerTimelineCol1.TopSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    max-height: 40px;
}

.MplanInAppTaskManagerTimelineLeftSearchIcon {
    color: var(--bs-gray-middle);
}

.MplanInAppTaskManagerTimelineLeftAreaSearchIcon {
    color: #cfcfcf;
    margin-top: 3px;
    font-size: 12px;
}

.MplanInAppTaskManagerTimelineTaskDragIcon {
}

.MplanInAppTaskManagerTimelineTaskNotifier {
    height: 18px;
    background-color: var(--bs-danger);
    color: var(--bs-white);
    border-radius: 50px;
    font-size: 11px;
    margin-right: 12px;
    padding: 0px 5px;
}

.MplanInAppTaskManagerTimelineTaskNotifier.Conflict {
    background-color: var(--bs-warning);
}

.MplanInAppTaskManagerTimelineTimeline {
    background-color: var(--bs-white);
}

.MplanInAppTaskManagerTaskGroupUserButton.Timeline {
    margin-left: 0px;
}

.MplanInAppTaskManagerTimelineTaskGroup {
    width: 100%;
}

.MplanInAppTaskManagerTimelineDateAndSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskManagerTaskGroupRightDropdown.Timeline {
    height: 20px;
    margin-left: 10px;
    margin-right: 0px;
}

.MplanInAppTaskManagerTimelineMonthArrowIcon {
    color: #b7c3cf;
    margin-left: 10px;
}


.MplanInAppTaskManagerTimelineMonthArrowBtn {
    height: 40px;
    color: #b7c3cf;
}


.MplanInAppTaskManagerTimelineMonthArrowBtn:hover {
    color: #b7c3cf;
}


.MplanInAppTaskManagerTimelineTaskNotifier.Conflict.None {
    background-color: #dbe1e8;
}


.MplanInAppTaskManagerTimelineGroupToggleCollapseBtn {
    margin-right: -10px;
}


.MplanInAppTaskManagerTimelineGroupToggleCollapseBtn:hover {
    color: #596778;
}


.MplanInAppTaskManagerTimelineTaskCollapseUnderGroup {
    width: 100%;
}


.MplanInAppTaskManagerTimelineTaskNotifier.None {
    background-color: #dbe1e8;
}


.MplanInAppTaskManagerTimelineTaskNotifier.None {
    background-color: #dbe1e8;
}

.MplanInAppTaskManagerConflictRow {
    margin-top: 10px;
    margin-left: 30px;
}


.MplanInAppTaskManagerConflictCol {
    color: var(--bs-warning);
}

.visible-groups-wrapper, .invisible-groups-wrapper {
    min-height: 25px;
}

.MplanInAppTaskManagerGroupModalAndText.AddOrCondition {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 0px;
}

.MplanInAppTaskManagerGroupModalAndText.AddOrConditionText {
    font-size: 14px;
    margin-top: -1px;
}

.MplanInAppTaskModalHeader {
    background-color: transparent;
    margin-left: 25px;
    margin-right: 40px;

}

.MplanInAppTaskModalHeader .dropdown:nth-child(3) button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal-content.MainTaskModal {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    min-height: 98vh;
    min-width: 94vw;
    overflow: hidden;
}

.MplanInAppModalBody.MainTaskModal {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0px;
    overflow: hidden;
}

.MainTaskModalFooter {
    background-color: #fff;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.MainTaskModalCloseX {
    background-color: #fff !important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #e1e1e1 !important;
    opacity: 70%;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23596778'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.8em auto no-repeat;
}

.MainTaskModalCloseX:hover {
    opacity: 90%;
}

.MplanInAppTaskModalTopDrop1 {
    height: 40px;
    background-color: #fff;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0px;
    border-right: 1px solid #e1e1e1;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
}

.MplanInAppTaskModalTopDrop2 {
    height: 40px;
    background-color: #fff;
    border: 0px;
    border-right: 1px solid #e1e1e1;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskModalTopDrop3 {
    height: 40px;
    background-color: #fff;
    border: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.row.MplanInAppTaskModalMainRow {
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppTaskModalMainCol1 {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #e1e1e1;
}

.MplanInAppTaskModalMainCol2 {
    padding-left: 0px;
    padding-right: 0px;
}

.row.MplanInAppTaskModalLeftRow {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #e1e1e1;
    min-height: 60px;
    height: 82px;
}

.MplanInAppTaskModalLeftCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskModalLeftCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0px;
    padding-right: 12px;
}

.MplanInAppTaskModalTaskTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-left: 10px;
}

.MplanInAppTaskModalTaskDateCreated {
    font-size: 10.5px;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.MplanInAppTaskModalDropdownSearchableFrame {
    width: 260px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
          box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.MplanInAppTaskModalDropdownSearchableSearchInput {
}

.MplanInAppTaskModalDropDownTwoCol1 {
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskModalDropDownTwoCol2 {
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--bs-white);
}

.MplanInAppTaskModalDropDownItemText {
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.row.MplanInAppTaskModalDropDownItemRow {
    margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    border-color: rgba(225, 225, 225, 0);
    border-top-style: none;
    border-bottom: 1px solid #e1e1e1;
    border-left-style: none;
    border-right-style: none;
}

.MplanInAppTaskModalDropDownCheckIcon {
    color: inherit;
}

.MplanInAppTaskModalDropDownSearchInput {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 44px;
}

.MplanInAppTaskModalDropDownTwoCol2.Active {
    color: var(--bs-primary);
}

.MplanInAppTaskModalSearchableDropdowlList {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.row.MplanInAppTaskModalDropDownItemRow.Last {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanInAppTaskModalCanvasIcon {
    margin-left: 11px;
}

.MplanInAppTaskModalDropDownItemText.CanvasApp {
    margin-left: 6px;
}

.MplanInAppTaskModalTopDrop1:focus {
    background-color: var(--bs-white);
    color: var(--bs-gray);
    border-right-color: #e1e1e1 !important;
    border-color: var(--bs-white);
}

.MplanInAppTaskModalTopDrop1:hover {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-color: var(--bs-blue);
}

.MplanInAppTaskModalTopDrop2:focus {
    background-color: var(--bs-white);
    color: var(--bs-gray);
    border-left-color: #e1e1e1 !important;
    border-color: var(--bs-white);
}

.MplanInAppTaskModalTopDrop2:hover {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-color: var(--bs-blue);
}

.MplanInAppTaskModalTopDrop3:focus {
    background-color: var(--bs-white);
    color: var(--bs-gray);
    border-left-color: #e1e1e1 !important;
    border-color: var(--bs-white);
}

.MplanInAppTaskModalTopDrop3:hover {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-color: var(--bs-blue);
}

.MplanInAppTaskModalDotsMenuOnRight {
    width: 48px;
    background-color: #fff;
    color: #fff;
    border: none;
    padding-left: 10px;
    padding-right: 0px;
    height: 50px;
}

.MplanInAppTaskModalDotsMenuOnRight:hover {
    background-color: #fff;
    color: #fff;
}

.MplanInAppTaskModalDotsMenuOnRight:focus {
    background-color: #fff;
    color: #fff;
}

.MplanInAppTaskModalTrippleDotMenuIcon {
    color: #ced3d9;
    font-size: 15px;
}

.MplanInAppTaskModalDonePercentageBtn {
    font-size: 11px;
    background-color: #dae1e9;
    height: 31px;
}

.MplanInAppTaskModalDonePercentageBtn:hover {
    color: var(--bs-gray);
}

.MplanInAppTaskModalDonePercentageBtn.Done {
    background-color: var(--bs-success);
    color: var(--bs-white);
}

.MplanInAppTaskModalDotsMenuOnRight.OtherItems {
    height: 50px;
    width: 50px;
    margin-top: 4px;
    margin-right: 4px;
    padding: 0px 8px 5px 0px;
}

.MplanInAppTaskModalCalendarIcon {
    font-size: 20px;
    color: #ced3d9;
}

.MplanInAppTaskManagerTaskPriorityDropDownBtn.InTaskModal {
    width: 50px !important;
    border-style: none;
}

.MplanInAppTaskManagerTaskGroupUserButton.InTask.InModal {
    border-width: 0px;
    width: 50px;
    padding-top: 6px;
    padding-left: 22px;
    padding-right: 0px;
}

.MplanInAppTaskManagerTaskGroupTopUserImg.Task.InModal {
    width: 30px;
    height: 30px;
}

.row.MplanInAppTaskModalDescriptionRow {
    height: 32%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5%;
    padding-right: 5%;
}

.MplanInAppTaskModalDescriptionCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
}

.MplanInAppTaskModalDescriptionTextArea {
    height: 100%;
    padding-top: 12px;
    font-size: 12px;
    resize: none;
}

.row.MplanInAppTaskModalSubtaskRow {
    height: 40%;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: calc(5% - 4px);
}

.MplanInAppTaskModalSubTaskHeading {
    font-size: 13px;
    margin-top: 4px;
    margin-left: 4px;
}

.row.MplanInAppTaskModalSubTaskRow {
    background-color: var(--bs-white);
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.070);
          box-shadow: 0 6px 12px rgba(0,0,0,0.070);
          border: 1px solid #f5f5f5;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          max-height: 200px;
          margin-bottom: 7px;
}

.MplanInAppTaskModalSubTaskCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskModalSubTaskCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 190px;
    max-width: 190px;
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppTaskModalDescriptionInnerCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}

.row.MplanInAppTaskModalDescriptionInnerRow {
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.row.MplanInAppTaskModalDescriptionTopRow {
    height: 8%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5%;
    padding-right: 0%;
}

.row.MplanInAppTaskModalDescriptionTopRow.Top {
    height: auto;
    margin-top: 5px;
}

.MplanInAppTaskModalDescriptionTopCol1 {
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
}

.MplanInAppTaskModalDescriptionTopCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.MplanInAppTaskModalStatusDropdown {
    height: 40px;
}

.MplanInAppTaskManagerDropdown.StatusInModal {
    width: 140px;
}

.MplanInAppTaskModalStausCircleIcon {
    font-size: 10px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.StatusDropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskModalStausCircleIcon.Blue {
    color: #00cfdd;
}

.MplanInAppTaskModalStatusDropdown.Blue {
    background-color: #00cfdd;
    color: var(--bs-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskModalStatusDropdown.Blue:hover{
    border: none;
}

.MplanInAppTaskModalStatusDropdown.Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    margin-right: 8px;
}

.MplanInAppTaskModalStatusDropdown.Flex:focus {
    background-color: #dae1e9;
    color: var(--bs-gray);
    border: none;
}

.MplanInAppTaskModalStatusDropdown.Flex.Blue {
}

.MplanInAppTaskModalStausCircleIcon.Red {
    color: var(--bs-danger);
}

.MplanInAppTaskModalStausCircleIcon.Green {
    color: var(--bs-success);
}

.row.MplanInAppTaskModalRightMainRow {
    height: 88%;
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppTaskModalSubtaskTitle {
    font-size: 12px;
    line-height: 1.2;
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-bottom: -1px;
    margin-left: 2px;
    padding-right: 30px;
}

.row.MplanInAppSearchableDropdownOuterRow {
}

.row.MplanInAppSearchableDropdownOuterRow.InTaskModal {
    max-height: 150px;
}

.MplanInAppTaskManagerTaskGroupUserButton.InTask.InModalSubtask {
    height: 40px;
    width: 60px;
    padding-top: 9px;
    padding-left: 26px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-color: rgba(225, 225, 225, 0.7);
}

.MplanInAppTaskManagerTaskGroupTopUserImg.Task.InModalSubTask {
    width: 30px;
    height: 30px;
}

.MplanInAppTaskModalSubtaskDropdownBtn {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    width: 90px;
    height: 40px;
    border-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.MplanInAppTaskModalSubtaskDropdownBtn:hover {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
}

.MplanInAppTaskModalSubtaskDropdownBtn:focus {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
}

.SearchableOptionsRow .MplanInAppSearchableDropDownOptionCol2 i {
    display: none;
}

.SearchableOptionsRow .MplanInAppSearchableDropDownOptionCol2PR i {
    display: none;
}

.SearchableOptionsRow.Selected .MplanInAppSearchableDropDownOptionCol2 i {
    display: inline-block !important;
}

.SearchableOptionsRow.Selected .MplanInAppSearchableDropDownOptionCol2PR i {
    display: inline-block !important;
}

.MplanInAppTaskManagerTaskTopNewTaskLink.InModalSubTask {
    font-size: 12px;
    margin-top: -4px;
    margin-bottom: 5px;
}

.MplanInAppTaskModalSubtaskTopCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: calc(5% - 5px);
}

.MplanInAppTaskModalTrippleDotMenuIcon.Subtask {
    font-size: 13px;
    margin-left: 14px;
}

.MplanInAppTaskModalDotsMenuOnRight.Subtask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    width: 40px;
    padding: 0px 10px 0px 0px;
}

.MplanInAppTaskModalTimeEstimatedText {
    font-size: 11px;
    margin-bottom: 0px;
}

.row.MplanInAppTaskModalTimeTakenRow {
    margin-left: 0px;
}

.MplanInappTaskModalSubtaskCheckbox {
    margin-left: 12px;
    margin-bottom: 0px;
}

.MplanInAppTaskModalEstimatedTimeCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
}

.MplanInAppTaskModalEstimatedTimeIcon {
    font-size: 12px;
    margin-right: 4px;
    font-weight: bold;
}

.MplanInAppTaskModalTimeTakenDropdown {
    font-size: 11px;
    background-color: var(--bs-white);
    border: none;
    height: 20px;
    margin-top: -11px;
    padding: 0px;
}

.MplanInAppTaskModalTimeTakenDropdown:hover {
    background-color: var(--bs-white);
    color: var(--bs-gray);
}

.MplanInAppTaskModalTimeTakenDropdown:focus {
    background-color: var(--bs-white);
    color: var(--bs-gray);
}

.MplanInAppTaskModalTimeTakenCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.MplanInAppTaskModalTimeTrackerDropdownInnerCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4px;
}

.MplanInAppTaskModalTimeTrakerDropdownInnerCol2 {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 12px;
}

.row.MplanInAppTaskModalTimeTakenDropdownInnerRow {
    margin-left: 0px;
    margin-right: 0px;
    height: 70px;
    border-bottom: 0px #e1e1e1;
}

.MplanInAppTaskModalTimeTakenDropdownField {
    font-size: 11px;
    height: 30px;
    width: 80px;
    margin-bottom: 1px;
    margin-left: 8px;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.MplanInAppTaskModalTimeTakenDropdownManualTimeText {
    margin-top: 3px;
    margin-bottom: 12px;
}

.MplanInAppTaskModalTimeTakenDropdownManualTimeText.Last {
    margin-bottom: 0px;
}



.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Danger:hover {
    background-color: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Success:hover {
    background-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.MplanInAppTaskModalTimeTakenDropdown.EstimatedTimeTop {
    margin-top: -2px;
}

.MplanInAppTaskModalRightColNavTabs {
    padding-right: 0px;
    height: 36px;
    width: 100%;
    position: relative;
    bottom: 0px;
}

.MplanInAppTaskManagerDropdown.InTaskModalTimeTracker {
    width: 350px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.TaskModalTimeTracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.MplanInAppTaskModalTimeTrackerUserImage {
    width: 26px;
    height: 26px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.MplanInAppTaskModalTimeTrackerUserCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.MplanInAppTaskModalTimeTrackerUserCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 0px rgba(225, 225, 225, 0);
}

.row.MplanInAppTaskModalTimeTrackerUserRow {
    height: 40px;
    border-color: rgba(225, 225, 225, 0);
    border-top-style: none;
    border-bottom: 1px solid #e1e1e1;
    border-left-style: solid;
    border-right-style: solid;
}

.MplanInAppTaskModalTimeTrackerUserTitle {
    font-size: 11px;
    margin-bottom: 0px;
    margin-left: 8px;
    width: 100%;
}

.MplanInAppTaskModalTimeTrackerTime {
    font-size: 11px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.MplanInAppTaskModalTimeTrackerUserShowBtn {
    width: 100%;
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-radius: 0px;
}

.MplanInAppTaskModalTimeTrackerUserShowBtn:hover {
    width: 100%;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.row.MplanInAppTaskModalTimeTrackerUserCollapseInnerMainRow {
    height: 110px;
    max-height: 110px;
    margin-left: 0px;
    margin-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #e1e1e1;
}

.row.MplanInAppTaskModalTimeTrackerUserRow.Last {
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.MplanInAppTaskModalTimeTrackerUserTrashIcon {
    font-size: 12px;
    color: var(--bs-gray);
}

.MplanInAppTaskModalTimeTrackerDropdownInnerCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

}

.MplanInAppTaskModalTimeTrackerUserSelectText {
    margin-bottom: 0px;
    font-size: 12px;
}

.MplanInAppTaskManagerTaskGroupUserButton.InTask.InTimer {
    width: 50px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-left-style: none;
    border-right-style: none;
    padding-top: 24px;
    padding-left: 16px;
    color: var(--bs-gray);
}

.MplanInAppTaskModalTimeTakenDropdownManualTimeText.Member {
    margin-bottom: 20px;
}


.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer .MplanInAppTaskManagerGroupModalUserInGroupSelectedPersonName {
    padding-left: 10px;
}


.row.MplanInAppTaskModalTabRowTop {
    margin-left: 0px;
    margin-right: 0px;
    height: calc(100vh - 377px);
    min-height: calc(100vh - 377px);
    max-height: calc(100vh - 377px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}


.MplanInAppTaskModalTabPane {
    min-height: calc(100%);
    max-height: calc(100%);
    overflow: hidden;
}

.MplanInAppTaskModalTimeTrackerDropdownIcon {
    font-size: 10px;
    color: #b3b3b3;
    margin-top: -4px;
    margin-left: 4px;

}

.row.MplanInAppTaskModalTabRowBottom {
    margin-left: 0px;
    margin-right: 0px;
    height: 80px;
}

#GroupCondition .between-datepicker {
    width: auto;
    max-width: 49%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0px;
}

.MplanInAppTaskModalCommentUserCol.Other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskModalRightTabTopCol.Other {
}

.MplanInAppTeamManagerTab1 {
    padding-bottom: 90px;
}

.MplanInAppTopNavNewButton {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-style: none;
    height: 36px;
    z-index: 100000;
    letter-spacing: 0.023em;
    margin-top: -5px;
}

.MplanInAppTopNavNewButton:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.MplanTeamSelectorRow {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 30%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
            transition: 0.4s;
}

.MplanTeamSelectorRow .MplanInAppSearchableMultiSelectRow {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: none;
    //border-color: var(--bs-primary);
}

.MplanTeamSelectorRow .MplanInAppSearchableDropDownBtn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    //border-color: var(--bs-primary);
    min-height: 26px;
    //background: var(--bs-primary);
    color: #000;
    font-size: 10px;
    padding-bottom: 8px;
}

.MplanTeamSelectorRow .MplanInAppSearchableDropdownCollapse {
    position:absolute;
    margin-top: 30px;
    min-width: 200px;
}

.MplanTeamSelectorRow .MplanInAppTaskManagerNewSpaceModalInput.SearchDropdown {
    border-color: var(--bs-gray-light);
    //border-top: 1px solid var(--bs-primary);
    font-size: 12px;
}

.MplanTeamSelectorRow .MplanInAppSearchableDropdownOuterRow {
    border-bottom: 1px solid var(--bs-gray-light);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanTeamSelectorRow .MplanInAppSearchableDropDownOptionsRow {
    background: var(--bs-white);
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.MplanTeamSelectorRow .MplanInAppSearchableDropDownOptionsRow:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.MplanTeamSelectorRow .MplanInAppSearchableDropDownOptionsRow:hover > .MplanInAppSearchableDropDownOptionCol2.Selected {
    color: var(--bs-white);
}

.MplanTeamSelectorRow .MplanInAppSearchableDropDownOptionsRow:hover > .MplanInAppSearchableDropDownOptionCol2PR.Selected {
    color: var(--bs-white);
}

.MplanInAppTeamManagerUserImage {
    width: 40px;
    height: 40px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: 12px;
}

.MplanInAppTeamManagerUserCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70px;
}

.MplanInAppTeamManagerUserCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row.MplanInAppTeamManagerUserMainRow {
    height: 74px;
    background-color: var(--bs-white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.075);
          box-shadow: 0 6px 12px rgba(0,0,0,0.075);
          margin-bottom: 18px;
          margin-left: 0px;
          margin-right: 0px;
}

.MplanInAppTeamManagerUserName {
    font-size: 14px;
    margin-bottom: 0px;
}

.MplanInAppTeamManagerUserCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 25px;
}

.MplanInAppTeamManagerUserEmail {
    font-size: 11px;
    margin-bottom: 0px;
    color: #b3bac2;
}

.MplanInAppTeamManagerUserPermissionDropdown {
    font-size: 12px;
    width: 86.5px;
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-style: none;
    height: 36px;
}

.MplanInAppTeamManagerUserPermissionDropdown:hover {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
}

.MplanInAppTeamManagerUserPermissionDropdown:focus {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Last {
}

.MplanInAppTeamManagerUserDeleteBtn {
    margin-left: 14px;
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-style: none;
    height: 36px;
}

.MplanInAppTeamManagerUserDeleteBtn:hover {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}

.MplanInAppTeamManagerUserSettingsBtn {
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    border-style: none;
    height: 36px;
    margin-left: 14px;
}

.MplanInAppTeamManagerUserSettingsBtn:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.MplanInAppTeamManagerUserPermissionDropdown.Admin {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.MplanInAppTeamManagerUserPermissionDropdown.Owner {
    color: var(--bs-white);
    background-color: var(--bs-success);
}

.MplanInAppTeamManagerUserPermissionDropdown.LeaveTeam {
    color: var(--bs-white);
    background-color: var(--bs-danger);
    margin-left: 14px;
    width: 86.5px;
}

.MplanInAppTeamManagerUserSettingsBtn.Notifications {
    margin-left: 0px;
    margin-right: 10px;
}

.MplanInAppTaskModalRightTabTopCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-height: calc(100vh - 376px);
    overflow-y: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.MplanInAppTadkModalRightTabInnerColBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--bs-blue);
    border-color: rgba(225, 225, 225, 0);
    border-top: 1px solid #e1e1e1;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
}

.MplanInAppTaskModalRightTabBottomTextInput {
    height: 46px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    font-size: 13px;
    line-height: 1.2;
    padding-top: 13px;
    padding-bottom: 5px;
    max-height: 42px;
    min-height: 42px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.MplanInAppTaskModalRightTabCommentButton {
    height: 46px;
    width: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    max-height: 42px;
    min-height: 42px;
}

.MplanInAppTaskModalRightTabBottomTextInput:focus {
    border-width: 0px;
    border-style: none;
}

.MplanInAppTaskManagerCommentUserImage {
    width: 40px;
    height: 40px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    /*margin-bottom: -20px;*/
}

.MplanInAppTaskModalCommentUserCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskManagerCommentOtherUserCol {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.075);
          box-shadow: 0 6px 12px rgba(0,0,0,0.075);
          border: 1px solid #ededed;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          font-size: 13px;
          margin-right: 10px;
          padding: 15px 20px;
}

.MplanInAppTaskManagerCommentText {
    font-size: 12px;
    margin-bottom: 24px;
}

.MplanInAppTaskModalOtherCommentMainRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}

.MplanInAppTaskManagerCommentOtherUserCol.CurrentUser {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding-right: 20px;
}

.MplanInAppTaskModalCommentPersonTimeText {
    color: var(--bs-gray);
    font-size: 11px;
    margin-top: 14px;
    margin-bottom: -40px;
    margin-left: -12px;
}

.MplanInAppTaskModalCommentPersonTimeText.Other {
    text-align: right;
    margin-right: -10px;
}

.MplanInAppTeamManagerUserPermissionDropdown.Client {
    background-color: var(--bs-warning);
    color: var(--bs-white);
}

.MplanInAppTeamManagerTab1.TeamTab {
}

.MplanInAppTopNavNewButton.TeamTab {
    position: absolute;
    right: calc((100vw - 70px) * .1 + 250px);
    top: 50px;
    z-index: 998;
}

.MplanInAppTaskManagerTabBtn1.team-list {
    width: 92px;
}

.MplanInAppTaskManagerTopRightTabs.Settings {
    width: auto;
}

.MplanInAppTaskManagerTabBtn1.Settings {
    width: auto;
}

.MplanInAppTaskManagerTabBtn2.Settings {
    width: 100px;
}

.MplanInAppTaskManagerTabBtn3.Settings {
    width: 134px;
    font-size: 14px;
    padding: 7px .9rem .5rem !important;
}

.MplanInAppTaskManagerTabBtn3.Settings.nav-link.active {
    width: 135px;
    padding-left: 15.5px !important;
}

.MplanInAppTaskModalFilesField {
    height: 42px;
}

.MplanInAppTaskModalRightTabCommentButton.UploadBtn {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.row.MplanInAppTaskModalFileRow {
    border: 1px solid #e1e1e1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 18px;
    margin-left: 0px;
    margin-right: 0px;
    height: 59px;
    min-height: 59px;
}

.MplanInAppTaskModalFileCol1 {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    max-height: 57px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.MplanInAppTaskModalFileCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskFilesImage {
    width: auto;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.MplanInAppTaskModalFileTitle {
    font-size: 12px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    word-wrap: break-word;
    white-space: initial;
    max-height: 36px;
    overflow-y: auto;
    margin-bottom: 1px;
    margin-left: 4px;

}

.MplanInAppTaskModalFileCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskModalFileDeleteBtn {
    width: 30px;
    padding: 0px;
}

.MplanInAppTaskModalFileDownloadBtn {
    width: 30px;
    padding: 0px;
}

.MplanInAppTaskModalFileDeleteBtn:hover {
    color: var(--bs-danger);
}

.MplanInAppTaskModalFileDownloadBtn:hover {
    color: var(--bs-primary);
}

.MplanInAppTaskModalFileText {
    font-size: 10px;
    margin-bottom: 0px;
    margin-left: 4px;
    color: var(--bs-primary);
    width: 100%;
}

.MplanInAppTaskModalRightTabCommentButton.ReminderBtn {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanInAppTaskMoDalActivityMemberText {
    font-size: 12px;
    color: var(--bs-primary);
    margin-bottom: 0px;
    margin-right: 5px;
}

.MplanInAppTaskMoDalActivityCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.row.MplanInAppTaskModalActivityRow {
    height: 20px;
    margin-top: 10px;
}

.row.MplanInAppTaskModalActivityRow:first-child {
    margin-top: 20px;
}

.MplanInAppTaskMoDalActivityDescription {
    font-size: 12px;
    margin-bottom: 0px;
}

.MplanInAppTaskMoDalActivityTime {
    font-size: 10px;
    margin-bottom: 0px;
}

.MplanInAppTasMoDalActivityTabCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppTaskModalRightTabTopCol.Activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row.MplanInAppTaskModalFileRow.Reminder {
    max-height: 66px;
    min-height: 66px;
}

.MplanInAppTaskModalSubtaskTitle::-webkit-scrollbar, .MplanInAppTaskModalFileTitle::-webkit-scrollbar {
    width: 0!important;
}

.MplanInAppTaskModalFileRow:last-child {
    margin-top: 25px;
}

.MplanInAppTaskModalSubtaskMenuCol3 {
    width: 40px;
    padding: 0px;
}

.MplanInAppTaskModalDotsMenuOnRight.Subtask.Top {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: -3px;
    padding-bottom: 7px;
    padding-right: 0px;
}

.MplanInAppTaskModalSubTaskNewField {
    max-height: 40px;
    padding-top: 10px;
    font-size: 12px;
    resize: none;
    border: none;
}

.MplanInAppTaskModalSubTaskCreateBtn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 40px;
    height: 40px;
}

.MplanInAppTaskModalTimeTakenDropdownField.Estimated {
    margin-left: 0px;
}

.row.MplanInAppTaskModalTimeTakenDropdownInnerRow.Estimated {
    border-bottom-width: 1px;
    border-style: none none solid;
    padding-left: 10px;
    padding-right: 10px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Last.Centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Centered {
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Groups.Delete.Centered {
}

.MplanInAppTaskManagerTaskDropdownItemsBase.Centered.Groups {
}

.MplanInAppAboveFieldInputLabel {
    margin-bottom: 4px;
    font-size: 12px;
}

.MplanInAppTaskManagerNewSpaceModalInput.Reminder {
    margin-bottom: 12px;
}

.row.MplanInAppTaskManagerReminderModalInnerRow {
    margin-bottom: 12px;
}

.MplanInAppSettingsPageProfileImage {
    width: 90px;
    height: 90px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 0px;
}

.MplanInAppSettingsPageAccountCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--bs-white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-bottom: 30px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}

.MplanInAppSettingsPageAccountUsersName {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 0px;
}

.row.MplanInAppSettingsPageAccountMainRow {
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppSettingsPageAccountCompanyName {
    font-size: 12px;
    margin-bottom: 44px;
}

.MplanInAppSettingsPageAccountInputField {
    height: 44px;
    margin-bottom: 12px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 12px;
}

.MPlanInAppOffCanvasSubHeaderDiv {
    height: 31px;
    background-color: var(--bs-blue);
    min-height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -1px;
    padding-left: 18px;
    border-left-color: rgba(90, 141, 238, 0.35);
    border-right-color: rgba(90, 141, 238, 0.35);
    border-top: 1px solid rgba(90, 141, 238, 0.35);
    border-bottom: 1px solid rgba(90, 141, 238, 0.35);
}

.MPlanInAppOffCanvasSubHeaderText {
    color: var(--bs-primary);
    font-size: 12px;
    margin-bottom: 0px;
}

.MplanInAppSettingsPageAccountUpdateImageBtn {
    width: 90px;
    background-color: #0000004a;
    color: var(--bs-white);
    font-size: 12px;
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 45px;
    margin-top: -72px;
}

#form-account-settings-img .form__ajax-loading {
    margin-left: 0px!important;
    margin-bottom: 42px!important;
}

.row.MplanInAppSettingsPageAccountInnerRow {
    width: 90%;
    margin: 60px 0px 30px;
}

.MplanInAppSettingsPageAccountUpdateBtn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    height: 44px;
    width: 100%;
}

.MplanInAppSettingsPageAccountUpdateBtn:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.MplanInAppSettingsPageAccountInputField.Select {
    padding-top: 4px;
}

.MplanInAppSettingsPageAccountInnerCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppSettingsPageNotificationsSeperatorText {
    font-size: 13px;
    margin-bottom: 0px;
}

.row.MplanInAppSettingsPageNotificationsSeperatorRow {
    height: 34px;
    background-color: var(--bs-blue);
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.col.MplanInAppSettingsPageNotificationsSeperatorCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: var(--bs-primary);
}

.row.MplanInAppSettingsPageNotificationsSettingsRow {
    background-color: var(--bs-white);
    margin-left: 0px;
    margin-right: 0px;
    padding: 26px 16px 10px;
}

.col.MplanInAppSettingsPageNotificationsTypeCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppSettingsPageNotificationsTextFirst {
    font-size: 12px;
    margin-bottom: 0px;
    margin-right: 12px;
}

.MplanInAppSettingsPageNotificationsField {
    width: 50px;
    height: 30px;
    margin-right: 12px;
}

.MplanInAppSettingsPageNotificationsInnerCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}

.MplanInAppSettingsPageNotificationsField.Select {
    width: 100px;
}

.row.MplanInAppSettingsPageNotificationsSeperatorRow.Email {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.row.MplanInAppSettingsNotificationsMainRow {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 90px;
}

.row.MplanInAppSettingsNotificationsMainRow::before {
    content: "Customized Notifications Coming Soon";
    position: absolute;
    width: 400px;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 12px 0px;
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 100%;
    border-radius: 4px;
    z-index: 1;
}

.col.MplanInAppSettingsPageNotificationsMainCol {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
    padding-left: 0px;
    padding-right: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    opacity: 50%;
}

.row.MplanInAppSettingsPageNotificationsSettingsRow.Bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanInAppSettingsPageAccountAreaFieldLabel {
    font-size: 12px;
    position: relative;
    margin-bottom: 5px;
}

.row.MplanInAppSettingsPageAccountInnerLeftRow {
    width: 100%;
}

.MplanInAppSettingsPageAccountInnerCol1.Fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -40px;
    margin-bottom: 16px;
    padding-left: 0px;
}

.MplanInAppSettingsPageAccountFieldsCol2 {
    padding-top: 11px;
}

.MplanInAppDashboardConvertboxContainerCol {
}

.row.MplanInAppDashboardConvertBoxTopRow {
}

.col.MplanInAppDashboardStatsCol {
    background-color: var(--bs-white);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          margin-left: 10px;
          margin-right: 10px;
}

.row.MplanInAppDashboardStatsMainRow {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.row.MplanInAppDashboardStatsSeperatingRow- {
    height: 100px;
}

.MplanInAppDashboardStatsTitle {
    font-size: 12px;
    color: #a5acb8;
    margin-bottom: 0px;
    margin-left: 16px;
}

.MplanInAppDashboardStatsInnerCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.MplanInAppDashboardStatsInnerCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.col.MplanInAppDashboardStatsInnerCol1 {
}

.MplanInAppDashboardStatsStatText {
    font-size: 20px;
    letter-spacing: .04em;
    margin-bottom: 0px;
    margin-left: 16px;
}

.MplanInAppDashboardStatsBtn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 16px;
    width: 50px;
    height: 50px;
    margin-right: 18px;
}

.MplanInAppDashboardStatsIcon {
    font-size: 20px;
}

.MplanInAppDashboardStatsClickIcon {
    margin-top: -5px;
}

.MplanInAppDashboardStatsIcon.Traffic {
    margin-top: 2px;
}

.MplanInAppDashboardRecentActivityHeading {
    font-size: 20px;
}

.row.MplanInAppDashboardRecentActivityRow {
    height: 524px;
    background-color: var(--bs-white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          margin-left: 0px;
          margin-right: 0px;
}

.col.MplanInAppDashboardRecentActivityMainCol {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.row.MplanInAppDashboardRecentActivityInnerRow {
    height: 422px;
    overflow: auto;
    margin-top: 14px;
    padding-right: 12px;
}

.MplanInAppDashboardRecentActivityItemText {
    font-size: 13px;
    margin-bottom: 0px;
    color: #a5acb8;
}

.row.MplanInAppDashboardRecentActivityItemRow {
    height: 60px;
          margin-left: 0px;
          margin-right: 0px;
          border: dashed #e1e1e1;
          border-width: 0px 0px 1px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
}

.MplanInAppDashboardRecentActivityItemCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
}

.col.MplanInAppDashboardRecentActivityItemCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0px;
}

.MplanInAppDashboardRecentActivityItemViewBtn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 0px;
    height: 28px;
    width: 60px;
    font-size: 12px;
}

.MplanInAppDashboardRecentActivityItemBoldText {
    color: #596778;
}

.MplanInAppDashboardConvertBoxBottomRow .MplanInAppDashboardConvertBoxBottomRowCol .MplanInAppDashboardConvertboxContainerCol {
    max-width: 33.33333%;
    padding-right: 30px;
    margin-top: 30px;
}

.MplanInAppDashboardConvertBoxBottomRow .MplanInAppDashboardConvertBoxBottomRowCol .MplanInAppDashboardConvertboxContainerCol:last-child {
    padding-right: 0px;
}

.MplanInAppDashboardConvertBoxBottomRowCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col.MplanInAppDashboardStatsCol.Mid {
    margin-left: 15px;
    margin-right: 15px;
}

.MplanInAppTaskManagerTabBtn2.WhiteLabelDomain {
    width: 100px;
}

.MplanInAppWhiteLabelPageMenuItemIcon {
    font-size: 15px;
}

.MpalnInAppWhiteLabelPageStyleDesignLefty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
}

.col.MplanInAppWhiteLabelPageStyleDesignColLeftyBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 74px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -28px;
}

.MplanInAppWhiteLabelPageStyleDesignLogoImage {
    border-top-left-radius: 4px;
    max-width: 100%;
    max-height: 100%;
}

.row.MplanInAppWhiteLabelPageStyleDesignMainRow {
    background-color: var(--bs-white);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          margin-left: 0px;
          margin-right: 0px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
}

.MplanInAppWhiteLabelPageStyleDesignLogoTextImage {
    margin-left: 15px;
    width: 160px;
}

.MplanInAppWhiteLabelPageStyleDesignLogoText {
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.row.MplanInAppWhiteLabelPageStyleDesignLogoImageRow {
    width: 60px;
    height: 60px;
    margin-left: 0px;
    margin-right: 0px;
}

.col.MplanInAppWhiteLabelPageStyleDesignLogoImageCol {
    height: 60px;
    max-height: 60px;
    max-width: 60px;
    //padding: 12px;
    background-color: var(--bs-primary);
    border-top-left-radius: 4px;
}

.MplanInAppWhiteLabelPageLogInPageBackgroundImg {
    height: 250px;
}

.MplanInAppWhiteLabelPageLogInPageDefaultThumbnailImg {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.MplanInAppWhiteLabelPagePageExample {
    max-height: 200px;
    margin-left: 1%;
    margin-right: 1%;
}

.MplanInAppWhiteLabelPageDefaultImageRow {
}

.MplanInAppWhiteLabelPagePageFavImg {
    width: 26px;
    margin-bottom: 5px;
}

.MplanInAppWhiteLabelPageFavText {
    font-size: 14px;
    margin-bottom: 0px;
}

.col.MplanInAppWhiteLabelSettingsImageLabelsCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.col {
}

.MplanInAppWhiteLabelSettingsImageLabelText {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}

.row.MplanInAppWhaiteLabelPageImageLabelsRow {
    width: 100%;
    margin-top: 30px;
}

.col.MplanInAppWhaiteLabelPageImageLabelsCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.col.MplanInAppWhaiteLabelPageImageLabelsCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.col.MplanInAppWhaiteLabelPageImageLabelsCol3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.MplanInAppWhaiteLabelPageImageLabelsCol3 {
    min-height: calc(((100% - 24px) * 0.5342) + 26px)!important;
    max-height: calc(((100% - 24px) * 0.5342) + 26px)!important;
}


n-items: flex-end;


.row.MplanInAppWhaiteLabelPageImagePagesRow {
    width: 100%;
}


.col.MplanInAppWhaiteLabelPagePagesRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.MplanInAppWhaiteLabelPageImagesMainCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}


.MplanInAppWhaiteLabelPageImagesMiddleCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.MplanInAppWhiteLabelSettingsImageLabelText.Middle {
    text-align: center;
}


.row.MplanInAppWhiteLabelSettingsStyleFieldsMainRow {
    margin-top: 30px;
    margin-left: -12px;
    margin-right: -12px;
}


.MplanInAppWhiteLabelSettingsStyleFieldsColRightCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


.MplanInAppWhiteLabelSettingsStyleFieldsUpdateBtn {
    height: 46px;
    width: 100%;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    margin-top: 8px;
}


.MplanInAppWhiteLabelSettingsStyleFieldsLabel {
    margin-bottom: 5px;
    font-size: 13px;
}


.MplanInAppWhiteLabelSettingsStyleFieldsHeaderColorBtn {
    height: 44px;
    background-color: #467adb;
    width: 44px;
    margin-top: -5px;
}


.MplanInAppWhiteLabelSettingsStyleFieldsAccentColorBtn {
    width: 44px;
    height: 44px;
    background-color: #467adb;
    margin-right: 12px;
    margin-top: -5px;
}


.MplanInAppWhiteLabelSettingsStyleFieldsInput {
    height: 42px;
    margin-bottom: 15px;
}


.MplanInAppTaskManagerNewSpaceModalInput.WhiteLabelArea {
    margin-bottom: 18px;
}


.MplanInAppWhiteLabelSettingsStyleFieldsAlwaysShowCol {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--bs-white);
          border: 1px solid #ced4da;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
}


.MplanInAppWhiteLabelSettingsStyleFieldsSelectBoxes {
    margin-bottom: 15px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #e1e1e1;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border-radius: 50px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--bs-primary);
  cursor: pointer;
  border-radius: 50px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--bs-primary);
  cursor: pointer;
}

.row.MplanInAppWhiteLabelSettingsStyleFieldsSliderRow {
    height: 44px;
}

.col.MplanInAppWhiteLabelSettingsStyleFieldsSliderCol {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppWhiteLabelSettingsStyleFieldsUploadCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.MplanInAppWhiteLabelSettingsStyleFieldsUploadBtn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    height: 44px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.MplanInAppTaskManagerNewSpaceModalInput.WhiteLabelArea.Upload {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -1px;
}

.MplanInAppWhiteLabelSettingsStyleFieldsTextArea {
    resize: none;
}

.MplanInAppWhiteLabelSettingsStyleFieldsColorCol {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.row.MplanInAppWhiteLabelSettingsStyleFieldsWelcomeAreaRow {
    background-color: var(--bs-white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
          margin: 20px 0px 28px;
}

.MplanInAppWhiteLabelSettingsStyleFieldsDashboardVideoCol {
    padding: 30px;
}

.col.MplanInAppWhiteLabelSettingsStyleFieldsDashboardRightCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppWhiteLabelSettingsStyleFieldsDashboardRightColText {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}

.MplanInAppWhiteLabelSettingsStyleFieldsDashboardRightColImage {
    width: 80px;
    height: 80px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.MplanInAppWhiteLabelSettingsStyleFieldsDashboardRightCTABtn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    height: 44px;
    width: 100%;
}

.MplanInAppWhiteLabelSettingsStyleFieldsDashboardTitle {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.MplanInAppWhiteLabelSettingsStyleFieldsDashboardRightColFlexBtnContainer {
    width: 100%;
}

.col.MplanInAppWhiteLabelSettingsStyleFieldsDashboardRightColInnerCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: 130px;
}

.col.MplanInAppWhiteLabelSettingsStyleFieldsDashboardRightColInnerCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.row.MplanInAppWhiteLabelSettingsStyleFieldsTopRow {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.MplanInAppWhiteLabelSettingsStyleFieldsTopRowText {
    font-size: 13px;
    margin-bottom: 0px;
    margin-left: 7px;
}

.MplanInAppWhiteLabelSettingsStyleFieldsAlwaysOnToggle {
    margin-bottom: 0px;
    margin-right: 2px;
}

.col.MplanInAppWhiteLabelSettingsStyleFieldsUpdateBtnCol {
    padding-left: 0px;
    padding-right: 0px;
}

.col.MplanInAppWhiteLabelSettingsStyleFieldsColorCol1 {
    width: auto;
}

.col.MplanInAppWhiteLabelSettingsStyleFieldsColorCol2 {
    width: 68px;
    max-width: 68px;
}

.col.MplanInAppWhiteLabelPageDomainTabCol2 {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.col.MplanInAppWhiteLabelPageDomainTabCol1 {
}

.row.MplanInAppWhiteLabelPageDomainTabMainRow {
}

.MplanInAppWhiteLabelPageDomainTabHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
}

.MplanInAppWhiteLabelPageDomainTabStepNumber {
    font-size: 14px;
}

.col.MplanInAppWhiteLabelPageDomainTabBtnCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.MplanInAppWhiteLabelPageDomainTabDomainInput {
    height: 44px;
    margin-bottom: 15px;
}

.MplanInAppWhiteLabelPageDomainTabBtnCancel {
    color: var(--bs-gray);
    height: 36px;
    margin-right: 8px;
}

.MplanInAppWhiteLabelPageDomainTabBtnSave {
    background-color: var(--bs-success);
    color: var(--bs-white);
    height: 36px;
}

.MplanInAppTaskManagerPermissionsTab.WhiteLabelSettingsTab {
}

.row.MplanInAppWhiteLabelPageSettingsLastRow {
    overflow: visible;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.row.MplanInAppWhiteLabelPageSettingsTabTopRow {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.MplanInAppWhiteLabelPageSettingsTabMainDiv {
    padding-bottom: 80px;
}

.row {
}

.row.MplanInAppProjectsPageSettingsTopRow {
    border-top-right-radius: 4px;
}

.MplanInAppTaskManagerNewTaskBtn.TaskStatusConditionModal {
    position: static;
    background-color: var(--bs-blue);
    color: var(--bs-primary);
    right: 20px;
    width: 116px;
    float: right;
    font-size: 11px;
    height: 24px;
    margin-top: -4px;
    margin-left: -116px;
    padding: 0px;
}

.row.MplanInAppTaskManagerGroupConditionQuadColRow {
}

.row.MplanInAppTaskManagerGroupConditionQuadColRow.TaskStatusTitle {
    padding-right: 0px;
}

.MplanInAppModalHeading.GroupCondition.TaskStatusTitle {
    width: 100%;
}

.MplanInAppTaskManagerGroupConditionCollapseBox {
    padding-bottom: 20px;
}

.col.MplanInAppBillingAreaContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.col.MplanInAppBillingAreaCol1 {
}

.col.MplanInAppBillingAreaCol2 {
}

.col.acadlecontainer {
    width: 100%;
    min-height: calc(100vh - 218px);
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer.TaskModal {
    margin-top: 12px;
}

.MplanInAppTaskModalTagDropdownBtn {
    height: 30px;
    width: 30px;
    color: var(--bs-white);
    background-color: var(--bs-white);
    border: 1px solid #ced3d9;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    margin-bottom: 3px;
    margin-left: 0px;
}

.MplanInAppTaskModalTagDropdownIcon {
    color: #ced3d9;
    margin-top: -3px;
    margin-left: 0px;
    font-size: 18px;
}

.wappler-temp {
}

.MplanInAppTaskModalTagsCol2 {
    width: calc(100% - 40px);
    margin-top: 12px !important;
    padding-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 74px;
    margin-bottom: 8px;
    overflow-y: auto;
    min-height: 36px;
}

.MplanInAppTaskModalTagsCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 40px !important;
    max-height: 74px;
    min-height: 36px;
}

.MplanInAppTaskManagerNewSpaceModalInput.SearchDropdown.Tags {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.MplanInAppTaskModalTagsDropdownCol3 {
}

.MplanInAppTaskModalTagEditBtn {
}

.MplanInAppTaskModalTagMenuIcon {
    font-size: 12px;
}

.MplanInAppTaskTagText {
    margin-bottom: 0px;
}

.MplanInAppModalBody.CreateReminder {
    padding: 30px 40px 40px;
}

.psuedo-dropdown-item {
padding-left: 16px;
padding-right: 16px;
outline: none;
border: none;
border-bottom: 1px solid #e1e1e1 !important;
}

.MplanInAppTaskModalMainCol1ScrollingDiv {
    max-height: calc(98vh - 82px - 70px);
    overflow-y: auto;
}

.MplanInAppTaskManagerTimeTrackerStopButton {
    cursor: pointer;
}

.MplanInAppLoadTemplateModalTemplateRowCol1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.MplanInAppLoadTemplateModalTemplateRowCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.row.MplanInAppLoadTemplateModalTemplateRow {
    height: 62px;
    border-color: #e1e1e1;
    border-style: solid none;
    border-width: 1px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: -1px;
    margin-left: 0px;
    margin-right: 0px;
}

.MplanInAppModalBody.TaskTemplate {
    padding: 0px;
    max-height: 300px !important;
    overflow-y: auto;
}

.MplanInAppLoadTemplateModalTemplateTitle {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 10px;
}

.MplanInAppLoadTemplateModalTemplateLoadBtn {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    margin-right: 12px;
    font-size: 11px !important;
    height: 28px;
    padding: 0px !important;
    width: 50px;
}

.MplanInAppLoadTemplateModalTemplateDeleteBtn {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
    font-size: 11px !important;
    height: 28px;
    width: 58px;
    margin-right: 16px;
    padding: 0px !important;
}

.col.MplanInAppTaskManagerTimeTrackerTimerCloseCol {
    right: -9px;
    width: 20px;
    position: absolute;
    height: 20px;
    top: -8px;
    background-color: var(--bs-danger);
    margin-top: 0px;
    padding: 0px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    cursor: pointer;
}

.MplanInAppTaskManagerTimeTrackerTimerCloseIcon {
    color: var(--bs-white);
    font-size: 17px;
    position: absolute;
    top: -2px;
    right: 1px;
}

.MplanInAppTaskModalCalendarIcon {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.tasks-task-item .MplanInAppTaskManagerTaskGroupTopUserImg {
    width: 34px ;
    height: 34px ;
    margin-top: -14px !important;
}

#ui-datepicker-div {
    z-index: 2500 !important;
}


.MPlanInappTaskManagerTagDropdownContainer {
    opacity: 0;
    width: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer:hover > .MPlanInappTaskManagerTagDropdownContainer , .MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer:focus > .MPlanInappTaskManagerTagDropdownContainer , .MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer:active > .MPlanInappTaskManagerTagDropdownContainer {
    opacity: 100;
    width: 25px;
}

.MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer:hover > div > .MPlanInappTaskManagerTagDropdownContainerButton , .MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer:focus > div > .MPlanInappTaskManagerTagDropdownContainerButton , .MPlanInappTaskManagerConditionsModalParametersAssigneeSelectorTagContainer:active > div > .MPlanInappTaskManagerTagDropdownContainerButton {
    opacity: 100;
}

.MPlanInappTaskManagerTagDropdownContainerButton {
    border: 0px solid var(--bs-primary);
    border-right-width: 1px;
    background-color: transparent;
    color: var(--bs-primary);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.MplanInAppTaskManagerTaskDropdownItemsBase:hover:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.MplanInAppTaskManagerTaskDropdownItemsBase:hover:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MplanInAppTaskManagerDropdown.ManageTagsDropdown {
}

.MplanInAppTaskModalFooterDangerBtn {
    color: var(--bs-white)!important;
}

.MPlanInAppTaskModalInnerModals {
    z-index: 10000;
}

#DeleteFile,#CreateReminder {
    z-index: 5000 !important;
}

.MplanInAppTaskManagerGroupsContainter.BillingTab {
    padding-bottom: 100px;
}

#np_file_preview {
    max-width: 200px;
}

.MplanLightBoxBackdrop {
    background: black;
    z-index: 99999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
    opacity: 0.7;
    cursor: pointer;
}


.MplanLightBox {
    background: white;
    padding: 10px;
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    cursor: pointer;
    display: none;
}

/* Start Beta Feedback ConvertBox Styling */

.cb-box.cb-box__type-bar.cb-box__layout-single.cb-box__layout-center.cb-box__position-top.cb-ready {
    width: 170px;
    position: fixed;
    right: 0px;
    left: unset;
    top: 50%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: rotate(270deg) translate(-80%, 66px);
            transform: rotate(270deg) translate(-80%, 66px);
}

.cb-box.cb-box__type-bar.cb-box__layout-single.cb-box__layout-center.cb-box__position-top.cb-ready .cb-box__inner-scroll {
    padding: 0px;
}

.cb-box.cb-box__type-bar.cb-box__layout-single.cb-box__layout-center.cb-box__position-top.cb-ready .cb-element__button {
    margin: -10px 0px;
    padding: 10px 15px;
}

.cb-box.cb-box__type-bar.cb-box__layout-single.cb-box__layout-center.cb-box__position-top.cb-ready .cb-box__inner-wrap.cb-box__bg-size-fill.cb-box__bg-position-cc {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
}

.cb-box.cb-box__type-bar.cb-box__layout-single.cb-box__layout-center.cb-box__position-top.cb-ready .cb-element__button:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

/* End Beta Feedback ConvertBox Styling */

.tasks-group-item:not(.ShowCompleted) .tasks-task-item[data-is-done-task="1"], .tasks-group-item:not(.ShowCompleted)  .tasks-subtask-item[data-is-done-task="1"] {
    display: none !important;
}

.tasks-group-item:not(.ShowSubtasks) .tasks-subtask-item {
    display: none !important;
}

#accordionClientDashboardWelcome .card.MplanInAppAccordionCard.Top::before {
    content: "Client Welcome Area Coming Soon";
    position: absolute;
    width: 224px;
    font-size: 11px;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 7px 0px;
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 100%;
    border-radius: 4px;
    z-index: 1;
}

#accordionClientDashboardWelcome .MplanInAppAccordionTopBtn {
    opacity: .5;
}

#accordionClientDashboardWelcome .collapse {
    opacity: .5;
}

.MplanInAppSearchableDropdownCollapseClearSearchBtn {
    position: absolute;
    right: 0px;
    top: 5px;
    //-webkit-transform: scale(.8);
    //        transform: scale(.8);
}

div#tgid-0 {
    padding-bottom: 125px;
}

.team-member-row div.placeholder-image, .team-owner-row div.placeholder-image, .team-client-row div.placeholder-image {
    min-width: 40px !important;
    width: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    line-height: 40px !important;
    margin-left: 12px !important;
}

.MplanInAppWhaiteLabelPageImageLabelsCol1 {
    min-height: calc(((100% - 24px) * 0.5342) + 26px)!important;
    max-height: calc(((100% - 24px) * 0.5342) + 26px)!important;
}

.MplanInAppWhiteLabelSettingsWelcomeAreaOuterContainer {
    position: sticky;
}

.MplanInAppWhiteLabelSettingsWelcomeAreaOuterContainer::before {
    content: "Client Dashboard Welcome Area Coming Soon";
    position: absolute;
    bottom: 350px;
    left: 50%;
    width: 360px;
    background: var(--bs-primary);
    text-align: center;
    color: var(--bs-white);
    padding: 12px 0px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, calc(0px - 50%));
            transform: translate(-50%, calc(0px - 50%));
    z-index: 1;
}

.MplanInAppWhiteLabelSettingsWelcomeAreaInnerContainer {
    opacity: 50%;
}
.im-projects:empty:after {
    content: "No projects added.";
    display: block;
    position: relative;
    margin-top: 10px;
}
.im-spaces:empty:after {
    content: "No spaces added.";
    display: block;
    position: relative;
    margin-top: 10px;
}
.im-plans:empty:after {
    content: "No plans added.";
    display: block;
    position: relative;
    margin-top: 10px;
}

.col.groups-plans.ui-sortable {
    overflow: inherit;
    width: inherit;
    display: inherit;
    min-height: 20px !important;
}

.MplanInAppTaskManagerRightTabsContent .projects-plans {
    padding: inherit !important;
    overflow: inherit !important;
    max-width: inherit !important;
    min-width: inherit !important;
    width: inherit !important;
    margin: inherit !important;
    min-height: inherit !important;
}

.projects.user-tasks .MplanInAppTaskManagerTabBtn3 {
    padding-top: 11px !important;
}

.MplanInAppProjectsGroupCol:last-child {
    padding-bottom: 100px;
}

.MplanInAppTaskManagerTasksMainRow.Projects.pl-plan-item {
    margin-top: 20px;
}

.MplanInAppProjectsPlanTitle, .MplanInAppProjectsPlanInnerDescription {
    cursor: text;
    min-height: 18px;
}

.padding-logo {
padding: 15px;
}

[contenteditable=true]:focus {
    color: #272829 !important;
    outline: none !important;
}

.tasks-team-filter {
    min-width: 47px;
    max-width: 215px;
    display: inline-block;
    overflow-x: scroll;
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
    white-space: nowrap;
    top: 0px;    
    left: 0px;
}

.tasks-team-wrapper {
    position: relative;
    margin-left: 11px;
    min-width: 1px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    max-width: 215px;
    min-height: 34px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.SortingAsc, .SortingDesc {
    font-weight: bold !important;
}

.SortingAsc .MplanInAppTaskManagerTaskLabelIcon {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}

.SortingAsc .MplanInAppTaskManagerTaskLabelIcon circle {
    fill: var(--bs-primary) !important;
}

.SortingDesc .MplanInAppTaskManagerTaskLabelIcon circle {
    fill: var(--bs-primary) !important;
}

div.MplanInAppHeaderUserImage {
    display:inline-block;
    margin-right: 0px !important;
}

.subtaskCountCol {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--white);
}

.subtaskCountDiv {
    width: auto;
    min-width: 20px;
    height: 20px;
    font-size: 10px;
    color: var(--bs-gray);
    border: 1px solid var(--bs-gray);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: -16px;
}

.subtaskCountDiv:empty {
    display: none;
}

.MplanInAppTaskManagerTaskGroupTopGroupExpandContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    width: 23px;
    height: 23px;
    border: 1px solid var(--bs-gray);
    border-radius: 100%;
}

.MplanInAppTaskManagerTaskGroupTopGroupExpandContainer i {
    font-size: 12px;
    color: var(--bs-gray);
}

.MplanInAppTaskManagerTasksListContainer.expanded {
    max-height: calc(100vh - 319px);
}

.viewincanvasDiv{
    margin-left: 17%;
}

.viewincanvasButton{
    height: 40px;
}

#backtospaceButton {
    position: fixed;
    top: 0px;
    right: 50%;
    -webkit-transform: translate(50%, 0px);
            transform: translate(50%, 0px);
    z-index: 100000000 !important;
    background: #5a8dee;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0 0 0 0 rgba(88, 88, 88, 0);
            box-shadow: 0 0 0 0 rgba(88, 88, 88, 0);
    padding-top: 5px;
    font-size: 12px;
    -webkit-animation: pulseBacktoSpace 3s infinite;
            animation: pulseBacktoSpace 3s infinite;
}

.gotocanvasButton {
    position: fixed;
    top: 20px;
    right: 105px;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
    -webkit-box-shadow: 0 0 0 0 var(--bs-primary);
            box-shadow: 0 0 0 0 var(--bs-primary);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: pulseViewinCanvas 3s infinite;
            animation: pulseViewinCanvas 3s infinite;
}

.btn-secondary.gotocanvasButton:hover {
    background: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
    color: var(--bs-white);
}

@-webkit-keyframes pulseViewinCanvas {
	0% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.7);
		        box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.7);
	}

	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 8px rgba(180, 180, 180, 0);
		        box-shadow: 0 0 0 8px rgba(180, 180, 180, 0);
	}

	100% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
		        box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
	}
}

@keyframes pulseViewinCanvas {
	0% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.7);
		        box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.7);
	}

	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 8px rgba(180, 180, 180, 0);
		        box-shadow: 0 0 0 8px rgba(180, 180, 180, 0);
	}

	100% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
		        box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
	}
}

@-webkit-keyframes pulseBacktoSpace {
	0% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(88, 88, 88, 0.6);
		        box-shadow: 0 0 0 0 rgba(88, 88, 88, 0.6);
	}

	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 8px rgba(88, 88, 88, 0);
		        box-shadow: 0 0 0 8px rgba(88, 88, 88, 0);
	}

	100% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(88, 88, 88, 0);
		        box-shadow: 0 0 0 0 rgba(88, 88, 88, 0);
	}
}

@keyframes pulseBacktoSpace {
	0% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(88, 88, 88, 0.6);
		        box-shadow: 0 0 0 0 rgba(88, 88, 88, 0.6);
	}

	70% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 0 8px rgba(88, 88, 88, 0);
		        box-shadow: 0 0 0 8px rgba(88, 88, 88, 0);
	}

	100% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
		-webkit-box-shadow: 0 0 0 0 rgba(88, 88, 88, 0);
		        box-shadow: 0 0 0 0 rgba(88, 88, 88, 0);
	}
}
