﻿/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);*/
/*body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
  
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
}*/
.hover-toggle {
    position: absolute;
    right: -40px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    z-index:99999999;
}
    .hover-toggle a:focus {
        outline: none!important;
        box-shadow: none!important;
    }
    .hover-toggle i {
        padding-top: 5px;
    }
    .hover-toggle i.menu-hamburger-collapse {
        display:none
    }

    .toggle-menu .hover-toggle i.menu-hamburger-collapse {
        display: block
    }
    .hover-toggle i.menu-hamburger-close {
        display: block
    }

    .toggle-menu .hover-toggle i.menu-hamburger-close {
        display: none
    }

.leftbar:hover .hover-toggle {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in;
}
 
    .leftbar::after {
        content: "";
        position: absolute;
        top: 0;
        right: -40px; /* same as your button distance */
        width: 40px; /* same width as gap */
        height: 100%; /* cover vertical area */
    }

.modal-header {
    background-color: #212020;
    border: 1px solid #212020;
}
    table .table tr th {
    font-weight: 600 !important;
} 
@import url('http://fonts.cdnfonts.com/css/righteous');

body {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 400;
    background-color: #f3f3f3;
    font-size: 1em !important;
    color: #363636!important;
}

table td {
    color: #314561!important;
}


.dropzone.in-modal {
    min-height: 350px !important;
    height: 350px !important;
}
.dropzone {
    min-height: 150px !important;
    height: 150px !important;
}
.loadder {
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #d8d8d84a;
}

    .loadder .spinner-border {
        left: 50%;
        position: absolute;
        top: 50%;
    }


.btn-icon {
    padding: 3px;
    width: 32px;
    height: 32px;
}

.form-control {
    color: #000000 !important;
}





.timeline {
    margin: 1em auto;
    position: relative;
    max-width: 46em;
}

    .timeline:before {
        background-color: black;
        content: '';
        margin-left: -1px;
        position: absolute;
        top: 0;
        left: 2em;
        width: 2px;
        height: 100%;
    }

.timeline-event {
    position: relative;
}

    .timeline-event:hover .timeline-event-icon {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #a83279;
    }

    .timeline-event:hover .timeline-event-thumbnail {
        -moz-box-shadow: inset 40em 0 0 0 #a83279;
        -webkit-box-shadow: inset 40em 0 0 0 #a83279;
        box-shadow: inset 40em 0 0 0 #a83279;
    }

.timeline-event-copy {
    padding: 1em;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: 80%;
}

    .timeline-event-copy h3 {
        font-size: 1.75em;
    }

    .timeline-event-copy h4 {
        font-size: 1.2em;
        margin-bottom: 0.4em;
    }

    .timeline-event-copy strong {
        font-weight: 700;
    }

    .timeline-event-copy p:not(.timeline-event-thumbnail) {
        padding-bottom: 0em;
    }

.timeline-event-icon {
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: black;
    outline: 10px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 0.75em;
    background-color: black;
    -moz-box-shadow: inset 0 0 0 0em #ef795a;
    -webkit-box-shadow: inset 0 0 0 0em #ef795a;
    box-shadow: inset 0 0 0 0em #ef795a;
    display: inline-block;
    margin-bottom: 0.2em;
    padding: 0.25em 1em 0.2em 1em;
}

.font-size-1 {
    font-size: 1em;
}

.font-size-2 {
    font-size: 2em;
}

.font-size-3 {
    font-size: 3em;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}



.table-wrapper .btn-toolbar {
    margin-bottom: 0px !important;
}

    .table-wrapper .btn-toolbar .btn {
        padding: 2px 6px !important;
    }

.badge {
    padding: 3px 7px !important;
    line-height: 14px !important;
}

    .badge i {
        font-size: 15px !important;
        padding: 0px 2px;
        font-weight: 100;
    }


.editableform .editable-input textarea {
    width: 350px !important;
}

table.focus-on tbody tr.focused th, table.focus-on tfoot tr.focused th, table.focus-on tbody tr.focused td, table.focus-on tfoot tr.focused td {
    background-color: #b0edff !important;
}


.elements-autocomplate-list {
    background: white;
    z-index: 999999;
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 5px 0px;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}


    .elements-autocomplate-list li {
        border-bottom: 1px solid #f3f3f3;
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        *padding: .8em;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: all .3s ease-out;
    }

        .elements-autocomplate-list li:hover {
            background: #eee;
        }

            .elements-autocomplate-list li:hover:before {
                padding-left: 0.5em;
            }

        .elements-autocomplate-list li:before {
            content: "➜"; /* counter(li);*/

            position: absolute;
            left: -0em;
            top: 0;
            line-height: 2em;
            text-align: center;
            font-weight: bold;
            transition: all .2s ease-out;
        }



.lead-status {
    padding: 5px 8px;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    border-left: 4px solid;
}

    .lead-status.status-None {
        border-left-color: #a2a2a27a;
    }

    .lead-status.status-AttemptedToContact {
        border-left-color: #a2a2a27a;
    }

    .lead-status.status-ContactInFuture {
        border-left-color: #d8b609;
    }

    .lead-status.status-Contacted {
        border-left-color: #25830f;
    }

    .lead-status.status-JunkLead {
        border-left-color: #ef795a;
    }

    .lead-status.status-LostLead {
        border-left-color: #a30d0d;
    }

    .lead-status.status-NotContacted {
        border-left-color: #a83279;
    }

    .lead-status.status-PreQualified {
        border-left-color: #b0edff;
    }

    .lead-status.status-NotQualified {
        border-left-color: #ef795a;
    }


.note.card .card-body {
    padding: 0.5em 1em !important;
}

    .note.card .card-body .card-actions {
        position: absolute;
        top: 0.2em;
        right: 0.4em;
        display: none;
    }

    .note.card .card-body:hover .card-actions {
        display: block;
    }

    .note.card .card-body .card-actions .card-action {
        margin: 0px 5px !important;
        width: 1.8em;
        line-height: 1.5em;
        border-radius: 23px;
        height: 1.8em;
        text-align: center;
    }

    .note.card .card-body:hover .card-actions .card-action:hover i {
        font-weight: 900;
        transform: scale(1.2)
    }















.drawflow .drawflow-node {
    background: white !important;
    border: 0px !important;
    padding:0px!important;
    width:200px!important;
}


    .drawflow .drawflow-node .table td{
        padding:0.1rem!important;
    }




/*.drawflow .drawflow-node {
    background: var(--background-color);
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 0 2px 15px 2px var(--border-color);
    box-shadow: 0 2px 15px 2px var(--border-color);
    padding: 0px;
    width: 200px;
}

    .drawflow .drawflow-node.selected {
        background: white;
        border: 1px solid #4ea9ff;
        -webkit-box-shadow: 0 2px 20px 2px #4ea9ff;
        box-shadow: 0 2px 20px 2px #4ea9ff;
    }

        .drawflow .drawflow-node.selected .title-box {
            color: #22598c;*/
            /*border-bottom: 1px solid #4ea9ff;*/
        /*}

.drawflow .connection .main-path {
    stroke: #4ea9ff;
    stroke-width: 3px;
}

.drawflow .drawflow-node .input, .drawflow .drawflow-node .output {
    height: 15px;
    width: 15px;
    border: 2px solid var(--border-color);
}

    .drawflow .drawflow-node .input:hover, .drawflow .drawflow-node .output:hover {
        background: #4ea9ff;
    }

.drawflow .drawflow-node .output {
    right: 10px;
}

.drawflow .drawflow-node .input {
    left: -10px;
    background: white;
}

.drawflow > .drawflow-delete {
    border: 2px solid #43b993;
    background: white;
    color: #43b993;
    -webkit-box-shadow: 0 2px 20px 2px #43b993;
    box-shadow: 0 2px 20px 2px #43b993;
}

.drawflow-delete {
    border: 2px solid #4ea9ff;
    background: white;
    color: #4ea9ff;
    -webkit-box-shadow: 0 2px 20px 2px #4ea9ff;
    box-shadow: 0 2px 20px 2px #4ea9ff;
}

.drawflow-node .title-box {
    height: 50px;
    line-height: 50px;
    background: var(--background-box-title);
    border-bottom: 1px solid #e9e9e9;
    border-radius: 4px 4px 0px 0px;
    padding-left: 10px;
}

.drawflow .title-box svg {
    position: initial;
}

.drawflow-node .box {
    padding: 10px 20px 20px 20px;
    font-size: 14px;
    color: #555555;
}

    .drawflow-node .box p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.drawflow-node.welcome {
    width: 250px;
}

.drawflow-node.slack .title-box {
    border-radius: 4px;
}

.drawflow-node input, .drawflow-node select, .drawflow-node textarea {
    border-radius: 4px;
    border: 1px solid var(--border-color);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 158px;
    color: #555555;
}

.drawflow-node textarea {
    height: 100px;
}


.drawflow-node.personalized {
    background: red;
    height: 200px;
    text-align: center;
    color: white;
}

    .drawflow-node.personalized .input {
        background: yellow;
    }

    .drawflow-node.personalized .output {
        background: green;
    }

    .drawflow-node.personalized.selected {
        background: blue;
    }

.drawflow .connection .point {
    stroke: var(--border-color);
    stroke-width: 2;
    fill: white;
}

    .drawflow .connection .point.selected, .drawflow .connection .point:hover {
        fill: #4ea9ff;
    }*/


/* Modal */
/*.modal {
    display: none;
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;*/ /* 15% from the top and centered */
    /*padding: 20px;
    border: 1px solid #888;
    width: 400px;*/ /* Could be more or less, depending on screen size */
/*}*/

/* The Close Button */
/*.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
    }
}*/




.topbar{
    z-index:10!important;
}



.dropzone .dz-message {
    font-size: 1em !important;
    margin: 1em 0 !important;
    overflow: hidden !important;
    display: block;
    position: relative;
    height: 100%;
}



.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
    padding: 2px 11px !important;
    font-size: 12px!important;
}

.navigationbar ul li a {
    font-weight:500;
    
}



.ui-tooltip.ui-corner-all{
    background:#000;
    color:#fff;
}

.navigationbar ul li.log-out a
  {
    color: #dc3545;
    margin-top: 25px;
}






.note-title {
    display:block;
    color:#000;
}

.note-content {
    color: lightslategrey;
    font-weight: 300;
    font-size: small;
}


@media (max-width: 767px) {
    .contentbar {
        margin-top: 60px;
    }
}


.editable-checklist label {
    display: block;
    line-height: 1.5;
    margin-right: 25px;
}

.btn-add-note {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
    transition: all 0.3s ease;
}

    .btn-add-note i {
        margin-right: 5px;
    }

    .btn-add-note:hover {
        background-color: #333333;
        color: #ffffff;
        border-color: #333333;
        cursor: pointer;
    }
.uploader {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .uploader:hover .dz-message {
        background-color: #f8fafc;
        border-color: #0d6efd !important;
    }

.border-dashed {
    border-style: dashed !important;
}

.dz-message {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem; 
    min-height: 180px;
    border: 2px dashed #ced4da;
    border-radius: 1rem;
    background-color: #f8f9fa;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

    .dz-message i {
        margin-bottom: 0.5rem;
    }


.attachments-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.attachments-list-container {
    border-radius: 1rem;
    overflow: hidden;
}

.table th {
    font-weight: 600;
    color: #495057;
}

.table td {
    vertical-align: middle;
}

.attachment-row {
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .attachment-row:hover {
        background-color: #f0f7ff;
        transform: scale(1.01);
    }

.btn {
    transition: all 0.2s ease;
}

    .btn:hover {
        transform: translateY(-1px);
    }

.btn-light {
    background-color: #f9fafb;
}

    .btn-light:hover {
        background-color: #eef2ff;
    }

.attachment-thumb {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: transform 0.2s ease;
}

    .attachment-thumb:hover {
        transform: scale(1.15);
    }

