/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

body {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}


@font-face {
    font-family: SFCompactTextBold;
    src: url(https://aplome.blob.core.windows.net/jumppl-landing-features/fonts/SFCompactText-Bold.otf);
}



@font-face {
    font-family: SFCompactTextLight;
    src: url(https://aplome.blob.core.windows.net/jumppl-landing-features/fonts/SFCompactText-Light.otf);
}



@font-face {
    font-family: SFCompactTextRegular;
    src: url(https://aplome.blob.core.windows.net/jumppl-landing-features/fonts/SFCompactTextRegular.otf);
}

@font-face {
    font-family: SFCompactText;
    src: url(https://aplome.blob.core.windows.net/jumppl-landing-features/fonts/SFCompactDisplay-Medium.otf);
}




.menu-open i.fa {
    font-size: 25px;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

/* left section start */
.left-bar-section {
    width: 350px;
    position: absolute;
}

.logo-area {
    text-align: center;
    height: 165px;
    background: #74579F;
}

    .logo-area img {
        width: 160px;
        margin-top: -15px;
    }

.sub-name i.fa {
    position: relative;
    top: -4px;
    left: 7px;
}

.logo-area a {
    display: block;
    color: #FFFFFF;
    padding-top: 50px;
}

.sub-name {
    font-size: 18px !important;
    margin-top: -40px;
}

.Today-btn.y {
    margin-bottom: 20px;
}

.chat-box {
    background: #6C5395;
}

.link-area a {
    display: block;
    color: #FFFFFF;
    margin-left: 45px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
}

.link-area {
    position: relative;
}

    .link-area a span {
        position: absolute;
        left: 0;
        width: 30px;
        height: 30px;
        text-align: center;
    }

.chat-box a {
    display: block;
}

.chat-box-content {
    padding: 25px 40px;
}

.Projects-text a {
    font-size: 18px;
    color: #ffff;
    margin-bottom: 4px;
    font-weight: 400;
}


.Projects-text.two a {
    margin-bottom: 6px;
}

.Projects-text span::after {
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    background: #00FF29;
    border-radius: 50%;
    top: 50%;
    margin-top: -6px;
}

.Projects-text span {
    position: relative;
    padding-right: 30px;
}

.Projects-text.two span::after {
    background: none;
}

.Projects-text.two span {
    padding-right: 15px;
}

.Projects-text p {
    color: #9C89BE;
}

.Projects-text {
    margin-top: 23px;
}

/* left section  END */


/* right bar section  start */
.nav-item a {
    border: none !important;
    color: #9698A5;
}

.header-right-bottom-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #74579F;
    background-color: #fff;
    font-weight: 700;
    position: relative;
}

    .header-right-bottom-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 4px;
        content: "";
        background: #74579F;
    }



.right-bar-section {
    margin-left: 350px;
}

.right-bar-search li {
    color: #73767D;
    list-style: none;
}

.right-bar-search input {
    border: 0;
    width: 90%;
}

.right-bar-search .fa.fa-search {
    font-weight: 400;
    padding-right: 3px;
}

.right-top {
    padding: 8px 0;
    box-shadow: 1px 1px 36px #F9F9F9;
}

.profile-icon {
    display: inline-block;
}

.user-profile {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

    .user-profile .fa.fa-sort-down {
        margin-left: 2px;
        margin-right: 10px;
        color: #3B4049;
        position: relative;
        top: -5px;
    }

.profile-icon img {
    margin-left: 13px;
}

.user-profile img {
    width: 50px;
}

.user-profile li {
    list-style: none;
}

.chat-boxss {
    display: inline-block;
}

    .chat-boxss img {
        width: 55px;
    }

.hh {
    background: #AC79F8;
    color: #fff;
    font-weight: 800;
    padding: 1px 7px;
    display: inline-block;
    border-radius: 15px;
    font-size: 11px;
    margin-left: 0px;
    box-shadow: 1px 1px 6px #6C5395;
}

.online {
    position: absolute;
    left: 35%;
    bottom: 0px;
    color: #24CB8D;
    font-size: 13px;
}

    .online span::after {
        position: absolute;
        left: 0;
        top: 50%;
        width: 9px;
        height: 9px;
        content: "";
        background: #24CB8D;
        border-radius: 50%;
        margin-top: -4px;
        margin-left: -11px;
    }

.user-profile a {
    color: #3B4049;
    font-size: 14px;
}

.right-top {
    padding: 8px 0;
}

.right-bar-search {
    margin-top: 15px;
}


.right-menu {
    text-align: right;
}

    .right-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .right-menu li {
        display: inline-block;
        margin-left: 15px;
    }

        .right-menu li a {
            padding: 5px 30px;
            display: inline-block;
            color: #333;
            background: #F9FBFF;
            border-radius: 20px;
            text-align: center;
            font-family: SFCompactTextLight;
            font-size: 14px;
            text-decoration: none;
        }
        /*.right-menu li:first-child a {
	background: #000;
	color: #fff;
	padding: 5px 41px;
}*/

        .right-menu li:last-child a {
            background: #1a91eb;
            color: #fff;
            padding: 5px 37px;
        }

        .right-menu li a .fa.fa-angle-left {
            margin-right: 10px;
        }

        .right-menu li a .fa.fa-angle-right {
            margin-left: 10px;
        }

.menu-sec {
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 0;
}

.right-bar-profile {
    text-align: right;
}

.activity h4 {
    color: #6c5395;
    font-size: 20px;
    font-weight: 700;
}

.upcoming-btn {
    text-align: center;
}

    .upcoming-btn a {
        text-decoration: none !important;
        cursor: default !important;
        display: block;
        color: #FFFF;
        font-weight: 700;
        padding: 20px;
        border-radius: 6px 6px 0 0px;
        font-size: 22px;
        background: #1a91eb;
        /*background: -moz-linear-gradient(left, #b462f7 0%, #d579f8 100%);
        background: -webkit-linear-gradient(left, #b462f7 0%,#d579f8 100%);
        background: linear-gradient(to right, #b462f7 0%,#d579f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b462f7', endColorstr='#d579f8',GradientType=1 );*/
    }

.header-right-right-content {
    border: 1px solid #F0F0F1;
    border-radius: 10px;
    background: #FCFDFE;
}

.Today-btn {
    text-align: center;
    margin-top: 20px;
}

    .Today-btn a {
        color: #3A3E48;
        background: #F9F9F9;
        padding: 7px 35px;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        border-radius: 6px;
    }


.b2 {
    margin-right: -22px;
    position: relative;
    z-index: 1;
}


.b1 {
    margin-right: -22px;
    position: relative;
    z-index: 2;
}




.messege-header {
    position: relative;
}

    .messege-header h4 {
        font-size: 18px;
        color: #6C5395;
        margin-left: 27px;
        padding: 16px;
        padding-bottom: 0;
        font-weight: 500;
    }

        .messege-header h4 span img {
            position: absolute;
            left: 18px;
            top: 45%;
        }

    .messege-header a i.fa {
        position: absolute;
        right: 18px;
        top: 50%;
        color: #333;
    }

.text-two h4 {
    font-size: 18px;
    margin-bottom: 2px;
    color: #3A3E48;
    font-weight: 500;
}

.messege-header-text {
    position: relative;
}

.pics {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 20px;
    width: 72px;
}

    .pics img {
        float: right;
        display: inline-block;
    }

.header-right-right-text {
    border: 1px solid #F4F4F5;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
}

.header-right-right-text-box {
    padding: 20px;
}

.tt {
    margin-top: 0;
    margin-bottom: 0;
}

.text-two {
    padding: 16px;
}

    .text-two p {
        margin-bottom: 0;
        font-size: 14px;
        color: #3A3E48;
        font-weight: 400;
    }

.pics li {
    list-style: none;
}

.img-ex {
    margin-right: -18px;
    z-index: 1;
}

.img-ex {
    position: relative;
}

.img-exx {
    margin-right: -20px;
    z-index: 2;
}

.img-exx {
    position: relative;
}

.no-content-section {
    padding-top: 50px !important;
}

.loadmore-btn {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .loadmore-btn a {
        background: #F3F8FE;
        padding: 8px 30px;
        color: #333;
        border-radius: 20px;
    }

.loadmore-btn {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 0;
}

    .loadmore-btn a {
        background: #F3F8FE;
        padding: 8px 30px;
        color: #333;
        border-radius: 20px;
    }

    .loadmore-btn i.fa {
        margin-right: 2px;
        font-weight: 300;
    }

.header-right-right-text:hover {
    box-shadow: 1px 1px 100px #F0F0F0;
}

.header-right-right-text-content {
    padding: 20px;
}

.header-right-bottom-section {
    padding: 20px 0;
}


.header-right-bottom-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
}

.header-right-bottom-tab .nav {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}

.activity {
    /*position: absolute;*/
}

.header-right-bottom-tab {
    position: relative;
}

.Jumppl {
    position: relative;
    margin-top: 30px;
}

.p-menu {
    position: absolute;
    top: 0;
    right: 0;
}

    .p-menu a {
        color: #9496A3;
        font-weight: 600;
        margin-left: 20px;
    }

.Jumppl h4 {
    color: #3A3E48;
    font-size: 18px;
    font-weight: 700;
}

.cont {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .cont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #6C5395;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cont input:checked ~ .checkmark {
    background-color: #6C5395;
    border-radius: 6px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.pending {
    width: 65px;
    text-align: center;
}

    .pending span {
        position: absolute;
        top: 0;
        left: 0;
    }


    .pending p {
        font-size: 8px;
        color: #9496A3;
        margin: 34px 0px 0;
    }

/*.pending span:before {
        position: absolute;
        left: -20px;
        top: 0;
        width: 30px;
        height: 30px;
        content: "";
        background: #5c43841a;
        border-radius: 50%;
    }
.pending span::after {
	position: absolute;
	left: -11px;
	top: 9px;
	width: 12px;
	height: 12px;
	content: "";
	background: #FEE27A;
	border-radius: 50%;
}*/
.ex-p {
    text-align-last: left;
}

.pending.ex-p span {
    top: -18px;
    left: 0%;
}


.teble-boxs {
    position: relative;
    padding: 20px;
    border: 1px solid #F7F7F8;
    border-radius: 6px;
    margin-bottom: 15px;
}

.single-teble-boxs {
    position: absolute;
    left: 20px;
}

.teble-boxs li {
    margin-left: 0px !important;
    list-style: none;
    font-size: 18px;
    color: #9496A3;
    padding-top: 5px;
    font-weight: 600;
}

    .teble-boxs li span {
        float: right;
        font-size: 14px;
    }

        .teble-boxs li span img {
            margin-right: 15px;
        }
.no-margin-left{
    margin-left:0 !important;
}
.sele {
    color: #6C5395;
}

.ex-p p {
    margin-left: -5px;
    padding-top: 23px;
    font-size: 8px;
    color: #9496A3;
}

.ex-p span::before {
    position: absolute;
    left: -4px;
    top: 11px;
    width: 30px;
    height: 30px;
    content: "";
    background: #FFFCF4;
    border-radius: 50%;
}

.ex-p span::after {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 12px;
    height: 12px;
    content: "";
    background: #FEE27A;
    border-radius: 50%;
}

.ex-r li {
    margin-left: 70px;
}

/*.pending.af-b span::before {
	background: #FCFAFF;
}

.pending.af-b span::after {
	background: #B3A6CA;
}


.pending.af-c span::before {
	background: #F4FFF8;
}

.pending.af-c span::after {
	background: #4FDE65;
}*/

.teble-boxs:hover {
    box-shadow: 1px 1px 60px #F0F0F0;
}

.tab-single-box-item li {
    list-style: none;
    /*margin-left: 55px;*/
    color: #74579F;
    font-size: 15px;
    font-weight: 500;
    padding-top: 6px;
}

    .tab-single-box-item li .fa {
        margin: 0 10px;
    }

.tab-single-box-item {
    position: relative;
    padding: 20px;
    border: 1px solid #F7F7F8;
    border-radius: 10px;
    margin-top: 25px;
}

.profile-picture-gellarys {
    position: absolute;
    top: 20px;
    right: 65px;
    width: 142px;
    max-width: 120px;
    text-align: right;
}

.linkss {
    position: absolute;
    top: 5px;
    right: -40px;
}

    .linkss i.fa {
        font-size: 25px;
        color: #B5B5B5;
    }

.tab-single-box-item li img {
    position: absolute;
    left: 20px;
    top: 19px;
    width: 38px;
}

.bg-two {
    position: relative;
}

.bg-two {
    margin-right: -20px;
    z-index: 1;
}

.bg-one {
    position: relative;
}

.bg-one {
    z-index: 2;
    margin-right: -16px;
}

.nice-select {
    cursor: pointer;
    font-family: SFCompactText;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    text-align: left !important;
    white-space: nowrap;
    color: #3a3e48;
}

.nice-select {
    background-color: #fff;
    border-radius: 23px;
    font-size: 12px;
    font-weight: 500;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    color: #3a3e48;
    border: solid 1px #3a3e48 !important;
}

    .nice-select::after {
        border-bottom: 3px solid #434750;
        border-right: 3px solid #434750;
        height: 7px;
        margin-top: -2px;
        right: 19px;
        width: 7px;
    }

.left-bar-section {
    width: 350px;
    position: fixed;
    height: 100%;
    transition: .5s;
    z-index: 9;
    background: #6C5395;
}

    .left-bar-section.activee {
        left: 0;
    }

.menu-open {
    display: none;
}

.custom-nav-tabs > li {
    float: right !important;
}

/* right bar section  end */

.date-selected {
    background: #000 !important;
    color: #fff !important;
    padding: 5px 41px !important;
}

.done span::after {
    background: #5dc9ae !important;
}

.inProgress span::after {
    background: #ac92ec !important;
}

.archived span::after {
    background: #bec4cc !important;
}

.activity-custom {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.client-chat-container {
    position: relative;
    box-shadow: 0px 1px 3px 0px #4444;
    border-radius: 5px;
}
.client-chat-container .custom-client-chat-conversation {
    height: 70vh;
    overflow: hidden;
    overflow-y: auto;
}
.custom-client-chat-footer {
    position: fixed !important;
}
.chat-field .emojionearea.emojionearea-inline {
    width:330px !important;    
    border:1px solid #d7d7d7 !important;
}
.custom-client-chat-header {
    position: relative;
    width: 100%;
    /*background: purple;*/
    float: left;
    padding: 6px;
    margin: 0 10px 0 0;
    box-shadow: 0px 1px 3px 0px #4444;
    background: #b462f7;
    background: -moz-linear-gradient(left, #b462f7 0%, #d579f8 100%);
    background: -webkit-linear-gradient(left, #b462f7 0%,#d579f8 100%);
    background: linear-gradient(to right, #b462f7 0%,#d579f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b462f7', endColorstr='#d579f8',GradientType=1 );
}

.client-chat-msg-container {
    width: 100%;
    height: 100vh;
    float: left;
    overflow:scroll;
    position:relative;
}
.custom-tab>li.active>a:hover{
    border-width: thin !important;
}
.custom-client-chat-conversation {
    background: #eff3f6 !important;
}

.emojionearea.emojionearea-inline {
    width: 300px !important;
}

    .emojionearea.emojionearea-inline > .emojionearea-editor {
        width: 275px !important;
    }

.conversation-list .odd .custom-conversation-text {
    margin-right: 40px !important;
}
