body{
    overflow-x: hidden;
    font-family: Lato,sans-serif;
    background-color: #edf1fb;
    font-size: 14px;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #888;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #8796b7;
    text-transform: uppercase;
}

.legallinks > a {
    font-size: 12px;
    color: #0005635c;
}


.logo {
    color: #7d70f4;
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
    left: -20px;
    bottom: 55px;
    font-size: 1.3em;
    font-weight: 600;
}

.logo > span {
    font-size: 10px;
    opacity: 0.5;
}


.guestlogo {
    width: 100%;
    text-align: center;
    color: #000563;
    font-size: 1.7em;
    font-weight: 600;
    margin-top: 50px;
}


.guestlogo > span {
    font-size: 10px;
    opacity: 0.5;
}
.navbar-brand {
    display: inline-block;
    padding-top: 2px !important;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.illustration {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0px 30px 0px;
    flex-direction: column;
    align-items: center;
}

.illustration h5{
    font-weight: bold;
    color: #4b39ef;
    font-size: 18px;
}

.illustration p{
    text-align: center;
    font-size: 12px;
    max-width: 315px;
    color: #95aac9;
}

/*.container{*/
/*    padding: 0 !important;*/
/*    max-width: 80%;*/
/*}*/

.user-avatar.lg-avatar {
    height: 3.5rem;
    width: 3.5rem;
    font-size: .75rem;
}
.user-avatar {
    height: 2.5rem;
    width: 2.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 50%;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}
.border-white {
    border-color: #fff !important;
}

.user-card {
    border-bottom: .0625rem solid #e6e6e6;
}

.h6 {
    color: #3c3c3c;
    font-size: 1rem;
    float: left;
}

a {
    color: #4b39ef;
}

#beamerSelector {
    left: 100px !important;
}

.page {
    min-height: 100vh;
    height: 100vh;
    background-color: transparent;
    width: calc(100vw - 187px);
    margin-left: 187px;
    padding: 25px 50px 0px 25px;
    overflow-y: scroll;
    position: absolute;
}

.guestpage {
    height: 100%;
    min-height: 100vh;
    background-color: #dbe3ff;
    background: linear-gradient(16deg, #dbe3ff 21%,#dbe3ff 91%);
    padding-top: 100px;
}

.flex-center {
    align-content: center;
    justify-content: center;
    display: flex;
}

.from-wrapper {
    border-radius: 15px;
}

.btn-dark {
    background-color: #e6d0d8  !important;
    border-color: transparent !important;
    color: #c11515b0 !important;
}


.btn-outline-dark {
    color: #7a8087;
    background-color: #dce0ea;
    background-image: none;
    border-color: transparent;
}


.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 44% !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-top: 0px;
    position: relative !important;
    margin-left: 7px;
    top: -5px;
}

.badge--count {
    height: 17px;
    font-size: 0.7em !important;
    top: -2px;
    background-color: #4b39ef;
    color: #fff;
}

.badge-provider{
    background: #ff8f00;
}

.badge-tag {
    display: inline-block;
    padding: 4px 8px 4px 8px;
    font-size: 0.6em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3.25rem;
    margin-top: 5px;
    margin-left: 1px;
    color: #4b39efad;
    background-color: #4b39ef24;
}
.badge-url {
     background-color: #7171711c;
     color: #717171f2;
     font-size: 9px;
     font-weight: 100;
     letter-spacing: 0.03em;
 }

.badge-green {
    background-color: #eff5e2;
    color: #86b324;
}

.badge-red {
    background-color: #fde3e3;
    color: #f37373;
}

.badge-gray {
    background-color: #fde3e3;
    color: #f37373;
}

.badge-task--open{
    background-color: #73737324;
    color: #0b0b0ba3;
}

.badge-task--inprogress{
    background-color: #4b39ef24;
    color: #4b39efa3;
}

.badge-task--done{
    background-color: #86b32421;
    color: #86b324;
}


.chip-object .badge-tag{
    margin: 0px 0px 0px 5px !important;
    top: -2px !important;
    position: relative;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-xs {
    padding: 0px 0px 0px 8px;
    font-size: .7rem;
}
.btn-secondary {
    color: #fff;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
    box-shadow: 0 2px 18px rgba(0,0,0,.02);
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .5rem;
}
.btn-primary {
    color: #7d70f4 !important;
    background-color: #e5e3fd !important;
    border-color: transparent;
    box-shadow: 0 2px 18px rgba(0,0,0,.02) !important;
}

.btn-primary:hover {
    color: #4b39efd1 !important;
    background-color: #4b39ef2b !important;
    border-color: transparent;
    box-shadow: 0 2px 18px rgba(0,0,0,.02) !important;
}

.sidebar {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: inset -1px 0 0 #eaedf2;
    padding: 15px 15px 0px 15px;
    width: 195px;
    /*border-radius: 0px 10px 10px 0px;*/
    height: 100vh;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: 0 0 1.25rem rgba(0,0,0,.2);
    /*border-right: solid 7px #4b39ef;*/
}

.nav-item.active {
    background-color: #4b39ef;
}

.nav-item{
    border-radius: .5rem;
    font-size: 1rem;
    vertical-align: middle;
    padding: .55rem .75rem;
}
.navbar-nav{
    padding: 20px 0px 0px 0px;
}

.nav-item.active .nav-link{
    color: #fff;
}

.navbar-nav .nav-link {
    padding: 3px 0px 0px 0px !important;
    color: #36316473;
    float: left;
    width: 100px;
    font-weight: 100;
    font-size: 13px;
}

.nav-tabs--small .badge--count{
    height: 15px;
}

.nav-tabs--small .nav-link {
    border: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #4b39ef !important;
}

.nav-tabs--small .nav-link.active{
    color: #4b39ef !important;
}

.nav-item.active .sidebar-icon{
    color: #fff;
}

.sidebar-icon {
    margin-right: .5rem;
    color: #a4a2b9;
    float: left;
    text-align: center;
    width: 20px;
}

.nav-tabs--small {
    background-color: transparent !important;
}

.nav-tabs--small .nav-link {
    border: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #212033;
}

.nav-tabs--small .nav-item {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.sidebar-icon .material-icons-outlined {
    font-size: 18px;
    margin-top: 3px;
}

.nav-link span {
    position: relative;
}

.nav-tabs {
    border-bottom: none;
    background-color: #4b39ef;
    border-radius: 8px;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #fff;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #4b39ef;
    background-color: #4b39efe;
    border-color: #4b39ef;
    border-radius: 8px;
}

iframe#tidio-chat-iframe {
    right: 80px !important;
}

.modal-content {
    border: none;
}

.modal-header {
    background-color: #4b39ef;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.bg-lightblue{
    background-color: #f1f0f7;
}

.modal-dialog {
    min-width: 900px;
}

.task-title{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.task-info-heading {
    font-size: 15px;
}

.text-dark {
    font-size: 11px;
}

.task-info-created {
    margin-top: -6px;
    position: absolute;
}

.task-info-separator {
    margin: 41px -15px 10px 0;
    border-top: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 6px 1px rgba(255,255,255,.5);
    box-shadow: 0 1px 6px 1px rgba(255,255,255,.5);
}

.task-info {
    font-size: 10px;
    vertical-align: middle;
    padding: 6px;
}

.task-info h5 {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.task-info .task-info-icon {
    text-align: center;
    margin-top: -1px;
    margin-left: -9px;
    margin-right: 8px;
    font-size: 13px;
    color: #6f6f6f;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left !important;
}

.text-has-action {
    border-bottom: 1px dashed #bbb;
    padding-bottom: 2px;
}
.pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.task-single-menu ul {
    margin: 0;
    padding: 5px;
}

.font-medium {
    font-size: 15px !important;
}

.mbot15 {
    margin-bottom: 15px !important;
}

.clearfix {
    display: block;
}

.tc-content{
    font-size: 13px;
}

.bold {
    font-weight: 800 !important;
}

.new-checklist-item {
    font-size: 13px;
    padding-right: 12px;
}

.editpen {
    margin: -2px 0px 0px 6px;
}

.module_title{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700 !important;
    margin-left: 20px;
    color: #8796b7;
}

.btn-add{
    font-size: 10px;
    width: 21px;
    height: 21px;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 4px 10px;
    border-radius: 21px;
}

.aj-toggle-container{
    display: none;
    margin-top: 30px;
}

.relate-flex-container {
    display: flex;
    float: left;
    margin-top: 25px;
    flex-direction: row-reverse;
}

.relate-flex-container .btn-group {
    width: 31px !important;
    height: 31px !important;
    background-color: #e5e3fd;
    border-radius: 99px;
}

.relate-flex-container .dropdown-toggle {
    width: 31px;
    height: 31px !important;
    border-radius: 99px;
    background-color: #e5e3fd !important;
    color: #7e71f4 !important;
    padding: 0px 0px 1px 0px !important;
}

.relate-flex-container .dropdown-toggle:after{
    display: none !important;
}

.relate-flex-container .dropdown-toggle span {
    font-size: 17px;
    font-weight: bold;
}

.caret {
    display: none !important;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu{
    min-width: 20rem;
    width: auto;
}