/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

select,
input {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}

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

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.arabic .pull-right {
    float: left;
}

.pull-left {
    float: left;
}

.arabic .pull-left {
    float: right;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-envelope:before {
    content: "\f0e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* :root {
"IBMPlexSans-Medium": "IBMPlexSans-Medium";
"IBMPlexSans-Bold": "IBMPlexSans-Bold";
"IBMPlexSans-Light": "IBMPlexSans-Light";
"IBMPlexSans-Regular": "IBMPlexSans-Regular";
"IBMPlexSans-SemiBold": "IBMPlexSans-SemiBold";
#ea5455:#ea5455;
#fbdede:#fbdede;
#818c9b:#818c9b;
#000:#000;
#2d4059: #2d4059;
#576e8b: #576e8b;
#f6f6f6: #f6f6f6;
#fff:#ffffff;
#d5d9de: #d5d9de;
#ededed: #ededed;
#57667a: #57667a;
#eef0f2: #eef0f2;
#abb3db: #abb3db;
#444444: #444444;
#eff0f2:#eff0f2;
#abb3bd: #abb3bd;
#89ba68: #89ba68;
#b6d4a1: #b6d4a1;
#e7ffd7: #e7ffd7;
#2c4059: #2c4059;
#0070bd: #0070bd;
rgba(0,0,0, .15): rgba(0,0,0, .15);
rgba(0,0,0, .1): rgba(0,0,0, .1);
.5rem .5rem 1.5rem rgba(0,0,0, .1): .5rem .5rem 1.5rem rgba(0,0,0, .1);
 .5rem: .5rem;
1px solid #d5d9de): 1px solid #d5d9de);
: 180rem; } */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#section__item-addlead {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
}

#custom-select {
    height: 3.1rem;
    width: 80%;
}

select:disabled {
    cursor: not-allowed;
}

*,
*::after,
*::before {
    margin: 0rem;
    padding: 0rem;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    font-family: "IBMPlexSans-Regular";
    letter-spacing: 0.2px;
    overflow-x: hidden;
    height: 100%;
}

@media only screen and (max-width: 53.125em) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 25em) {
    html {
        font-size: 40%;
    }
}

body {
    box-sizing: border-box;
    height: 100%;
}

input:not(:focus):not(:placeholder-shown):invalid {
    border: 1px solid #ea5455 !important;
    outline: 0;
}

.lqs_container {
    max-width: 180rem;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

label {
    margin-bottom: 0;
}

.loader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    backface-visibility: hidden;
    z-index: 1200;
    align-items: center;
    justify-content: center;
    -webkit-animation: 1.5s ease-in-out;
    animation: 1.5s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.loader__spinner {
    border: 0.8rem solid #f3f3f3;
    border-radius: 50%;
    border-top: 0.8rem solid #ea5455;
    border-bottom: 0.8rem solid #ea5455;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 0.9s ease-in-out infinite;
    animation: spin 0.9s ease-in-out infinite;
}

.end_caret {
    cursor: pointer;
}

.end_caret::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ea5455;
    margin-left: 3px;
    margin-right: 3px;
}

.table-select-dropdown {
    padding: 0.375rem 0rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    border-color: #d5d9de;
}

.stage-dropdown {
    width: 120px;
}

@font-face {
    font-family: IBMPlexSans-Bold;
    src: url(./../css/fonts/IBMPlexSans-Bold.ttf);
}

@font-face {
    font-family: IBMPlexSans-BoldItalic;
    src: url(./../css/fonts/IBMPlexSans-BoldItalic.ttf);
}

@font-face {
    font-family: IBMPlexSans-ExtraLight;
    src: url(./../css/fonts/IBMPlexSans-ExtraLight.ttf);
}

@font-face {
    font-family: IBMPlexSans-ExtraLightItalic;
    src: url(./../css/fonts/IBMPlexSans-ExtraLightItalic.ttf);
}

@font-face {
    font-family: IBMPlexSans-Italic;
    src: url(./../css/fonts/IBMPlexSans-Italic.ttf);
}

@font-face {
    font-family: IBMPlexSans-Light;
    src: url(./../css/fonts/IBMPlexSans-Light.ttf);
}

@font-face {
    font-family: IBMPlexSans-LightItalic;
    src: url(./../css/fonts/IBMPlexSans-LightItalic.ttf);
}

@font-face {
    font-family: IBMPlexSans-Medium;
    src: url(./../css/fonts/IBMPlexSans-Medium.ttf);
}

@font-face {
    font-family: IBMPlexSans-MediumItalic;
    src: url(./../css/fonts/IBMPlexSans-MediumItalic.ttf);
}

@font-face {
    font-family: IBMPlexSans-Regular;
    src: url(./../css/fonts/IBMPlexSans-Regular.ttf);
}

@font-face {
    font-family: IBMPlexSans-SemiBold;
    src: url(./../css/fonts/IBMPlexSans-SemiBold.ttf);
}

@font-face {
    font-family: IBMPlexSans-SemiBoldItalic;
    src: url(./../css/fonts/IBMPlexSans-SemiBoldItalic.ttf);
}

@font-face {
    font-family: IBMPlexSans-Thin;
    src: url(./../css/fonts/IBMPlexSans-Thin.ttf);
}

@font-face {
    font-family: IBMPlexSans-ThinItalic;
    src: url(./../css/fonts/IBMPlexSans-ThinItalic.ttf);
}

.input__primary {
    color: #818c9b;
    font-family: "IBMPlexSans-Regular";
    font-size: 1.7rem;
    text-align: left;
    padding-left: 1rem;
}

.input__primary::placeholder {
    color: #818c9b;
    font-family: "IBMPlexSans-Regular";
    font-size: 1.6rem;
    text-align: center;
}

.section__item-input {
    width: 100%;
    height: 3.5rem;
    font-size: 1.4rem;
    border: 1px solid #d5d9de;
    border-radius: 4px;
    color: #2d4059;
    padding-left: 1rem;
    -webkit-box-shadow: 0 0 0 100px white inset;
}

.arabic .section__item-input {
    padding-left: unset;
    padding-right: 1rem;
}

.section__item-input.arabic {
    padding-left: unset;
    padding-right: 1rem;
}

.arabic .section__item-input {
    border-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.section__item-input::placeholder {
    color: #818c9b;
    font-family: "IBMPlexSans-Regular";
    font-size: 1.4rem;
    display: none;
}

.section__item-input:focus {
    outline: none;
}

.section__item-textarea {
    width: 95%;
    min-height: 5.5rem;
    font-size: 1.4rem;
    border: 1px solid #d5d9de;
    border-radius: 4px;
    color: #2d4059;
    padding-left: 1rem;
    padding-top: 0.7rem;
    resize: none;
}

.arabic .section__item-textarea {
    padding-right: 1rem;
    padding-left: unset;
}

.section__item-dropdown {
    width: 100%;
    height: 3.5rem;
    font-size: 1.4rem;
    border: 1px solid #d5d9de;
    border-radius: 4px;
    color: #2d4059;
    padding-left: 1rem;
    background-color: #fff;
}

.section__item-dropdown::placeholder {
    color: #f1f1f1 !important;
    font-family: "IBMPlexSans-Regular";
    font-size: 1.4rem;
}

.section__item-dropdown:focus {
    outline: none;
}

.select__custom {
    height: 3.1rem;
    width: 100%;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    background: url(/images/checkbox-sprite.png) no-repeat;
    background-position: -20px 0px;
    -webkit-appearance: none;
    cursor: pointer;
    vertical-align: middle;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.checkbox-custom:checked {
    width: 20px;
    height: 20px;
    background: url(/images/checkbox-sprite.png) no-repeat;
    background-position: 0px 0px;
}

.checkbox-custom:disabled {
    width: 20px;
    height: 20px;
    cursor: default;
    background: url(/images/checkbox-sprite.png) no-repeat;
    background-position: -40px 0px;
}

.default_checkbox {
    width: 20px;
    height: 20px;
    background: url(/images/check_box.png) no-repeat;
    background-position: 0px 0px;
    -webkit-appearance: none;
    cursor: pointer;
    vertical-align: middle;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.default_checkbox:checked {
    width: 20px;
    height: 20px;
    background: url(/images/check_box.png) no-repeat;
    background-position: -20px 0px;
}

.default_checkbox:disabled {
    width: 20px;
    height: 20px;
    cursor: default;
    background: url(/images/check_box.png) no-repeat;
    background-position: -40px 0px;
}

.custom-checkbox {
    opacity: 0;
    height: 0;
    width: 0;
}

.custom-checkbox + label {
    position: relative;
    cursor: pointer;
    margin: 0.5rem;
    line-height: 2.3rem;
}

.custom-checkbox + #checkbox-patch {
    margin: 0;
}

.custom-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 1.9rem;
    height: 1.9rem;
    background: white;
}

.custom-checkbox:hover + label:before {
    background: #b6d4a1;
}

.custom-checkbox:hover + #checkbox-patch:before {
    background: #fff;
}

.custom-checkbox:checked + label:before {
    background: #89ba68;
}

.custom-checkbox:checked + #checkbox-patch:before {
    background: #fff;
}

.custom-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.custom-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.custom-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.custom-checkbox:checked + #checkbox-patch:after {
    top: 1.7rem;
    background: #2d4059;
    box-shadow: 2px 0 0 #2d4059, 4px 0 0 #2d4059, 4px -2px 0 #2d4059,
        4px -4px 0 #2d4059, 4px -6px 0 #2d4059, 4px -8px 0 #2d4059;
    transform: rotate(45deg);
}

.date-input {
    background: url(/images/icons/date.png) 96% center no-repeat;
    border: 1px solid #d5d9de;
    padding: 0.4rem 0.7rem;
    border-radius: 0.3rem;
}

.modal-body .form-group {
    margin-bottom: 1rem;
}

.modal-header {
    background: #eef0f2;
}

.modal-header .modal-title {
    color: #2c4059;
    width: 100%;
    font-weight: bold;
}

.header-color {
    color: red !important;
    text-align: center !important;
    font-size: 1.6rem !important;
}

.pd-14 {
    padding: 14px;
}

.bg-color {
    background-color: white !important;
}

div#black-overlay {
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    display: none;
    left: 0;
    top: 0;
}

.modal-footer {
    justify-content: center;
}

.right_tabs {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 5px 2px 9px #ccc;
    border-radius: 10px;
    margin-right: 0.7rem;
}

.right_tabs.arabic {
    margin-left: 0.7rem;
    margin-right: unset;
}

.right_tabs ul {
    list-style: none;
    margin: 0;
}

.right_tabs ul li {
    position: relative;
    display: inline-block;
}

.right_tabs ul li a {
    color: #999;
    display: block;
    padding: .7rem 1.3rem;
    text-decoration: none;
}

.right_tabs ul li a.active {
    background: #2c4059;
    border-radius: 10px;
    color: #fff;
}

.table-section__heading--patch {
    position: relative;
    top: 7.5rem;
    height: 0;
}

.table-section .data-table {
    border-bottom: 1px solid #d5d9de;
    padding: 0;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100% !important;
}

table.table-bordered.dataTable.arabic th:first-child {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
}

table.table-bordered.dataTable.arabic th:last-child {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
}

.table-section .table__head {
    background-color: #2d4059;
    color: #fff;
    letter-spacing: 0.7px;
}

.table-section th {
    background-color: #2d4059;
}

.table-section .table > * {
    line-height: 3.5rem;
    border: 0;
}



.table-section .table tr th:first-child {
    -moz-border-radius-topleft: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    /*-webkit-border-top-right-radius: .5rem; */
}

.arabic .table-section .table tr th:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
}

.table-section .table tr th:last-child {
    -moz-border-radius-topright: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    text-align: center;
}

.arabic .table-section .table tr th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table-section .table tr:last-child td:first-child {
    -moz-border-radius-topleft: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    /*-webkit-border-top-left-radius :  .5rem;*/
    -webkit-border-bottom-left-radius: 0.5rem;
}

.table-section .table tr td:last-child {
    text-align: center;
    border-right: 1px solid #d5d9de;
}

.table-section .table tr td:first-child {
    text-align: left;
    border-left: 1px solid #d5d9de;
}

.table-section .table.arabic tr td,
.table-section .table.arabic tr th {
    text-align: right;
}

.table-section .table tr:last-child td:last-child {
    -moz-border-radius-topright: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    /*-webkit-border-top-right-radius :  .5rem;*/
    -webkit-border-bottom-right-radius: 0.5rem;
}

.dataTables_wrapper > div:first-child {
    /*margin-top: -1rem;*/
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 19rem;
    height: 3.5rem;
    font-size: 1.4rem;
    border: 1px solid #d5d9de;
    border-radius: 4px;
    color: #abb3db;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    background-image: url("./../images/search.png");
    background-repeat: no-repeat;
    background-position: 0;
    background-position-x: 165px;
    padding-right: 2rem;
}

div.dataTables_wrapper div.dataTables_filter input::placeholder {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

div.dataTables_wrapper div.dataTables_length label {
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    border: 1px solid #d5d9de;
    padding: 0 1rem;
    border-radius: 5px;
    font-size: 1.4rem;
    display: inline-flex;
    height: 3.5rem;
    align-items: center;
}

div.dataTables_wrapper div.dataTables_length select {
    background-color: #ea5455;
    height: 100% !important;
    border: none;
    font-size: 1.4rem;
    margin: 0px 1rem;
    color: #fff;
    font-family: "IBMPlexSans-Medium";
    border-radius: 5px;
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_length select option {
    background-color: #fff;
    color: #57667a;
}

.custom-select {
    background: url("./../images/caret.png");
    background-size: 11px 7px;
    background-repeat: no-repeat;
    background-position: 35px 13px;
}

.pagination li {
    border-top: 1px solid #d5d9de;
    border-bottom: 1px solid #d5d9de;
    padding: 0 0rem 0 0.5rem;
    float: left;
    /*box-shadow : .5rem .5rem 1.5rem rgba(0,0,0, .1); */
}

.pagination li:first-child {
    border-left: 1px solid #d5d9de;
    border-radius: 6px 0 0 6px;
}

.pagination li:last-child {
    border-right: 1px solid #d5d9de;
    border-radius: 0 6px 6px 0;
    padding: 0 0.5rem 0 0.5rem;
}

.arabic .pagination li:last-child {
    border-radius: 6px 0 0 6px;
    border-left: 1px solid #d5d9de;
    border-right: unset;
}

.arabic .pagination li:first-child {
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #d5d9de;
    border-left: unset;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.7rem 0.8rem;
    margin-left: -1px;
    line-height: 1.25;
    font-size: 1.4rem;
    color: #2d4059;
    background-color: #fff;
    border-radius: 5px;
    border: none;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.disabled .page-link {
    color: #abb3bd;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pt-evt {
    pointer-events: none;
}

.disable-sequence {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ea5455;
}

div.dataTables_wrapper div.dataTables_info {
    color: #abb3bd;
    font-size: 1.5rem;
    padding-top: 6px;
}

.custom-table tbody tr:nth-of-type(even) {
    background-color: #fff !important;
}

.custom-table tbody tr:nth-of-type(odd) {
    background-color: #eff0f2 !important;
}

.table th,
.table td {
    vertical-align: middle;
}

.table-outer {
    /*border: 1px solid #d5d9de);*/
    /*padding: 1rem 0 1.2rem 0;*/
    /*box-shadow: .5rem .5rem 1.5rem rgba(0,0,0, .1));*/
    border-radius: 0.5rem;
    float: left;
    width: 100%;
    margin-top: 0rem;
}

.left-forgot-section {
    float: left;
    width: 60%;
}

.right-forgot-section {
    float: left;
    width: 40%;
}

.right-forgot-section .card {
    margin-top: 10rem;
}

.left-forgot-section .header {
    position: relative;
    top: 3rem;
}

.download-icon-ht {
    height: 30px;
}

.bttn {
    background-color: #4caf50;
    color: white;
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    width: 100%;
    border: none;
    height: 4rem;
    line-height: 4rem;
}

.section__item-button {
    background-color: #2c4059;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    box-shadow: 0.5rem 0.5rem 2rem rgba(21, 74, 109, 0.4);
    transition: transform 0.2s;
    transform: translateY(0);
}

.section__item-button:active {
    transform: translateY(0.1rem);
    box-shadow: 0.5rem 0.5rem 2rem rgba(0, 112, 189, 0.5);
}

.section__item-button:hover {
    color: #fff;
}

.section__item-green-button {
    background-color: #2c4059;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0.7rem 2rem;
    box-shadow: 0.5rem 0.5rem 2rem rgba(162, 175, 191, 0.9);
    transition: transform 0.2s;
    transform: translateY(0);
}

.section__item-green-button:active {
    transform: translateY(0.1rem);
    box-shadow: 0.5rem 0.5rem 2rem rgba(32, 181, 115, 0.5);
}

.table_buttons {
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 0.7rem 2rem;
    transition: transform 0.2s;
    transform: translateY(0);
}

.table_buttons:active {
    transform: translateY(0.1rem);
}

.disable-btn {
    background-color: #ea5455;
}

.enable-btn {
    background-color: --color-button-green;
}

.link {
    color: #ea5455;
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 2rem;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: all 0.7s;
    background-color: #fff;
}

.link-sub {
    color: #2d4059;
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.link-terms {
    border-bottom: 0;
}

.lead-score-mr-rt {
    margin-right: 12px;
}

.lead-score-label {
    display: block;
    color: #2d4059;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.permission-settings-lead-pop-up {
    padding: 14px 14px 14px 43px;
}

.link-terms span {
    border-bottom: 1px solid currentColor;
}

.icon {
    border-radius: 0.3rem;
    display: inline-flex;
    color: white;
    width: 1.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 0.5rem;
    border: none;
    font-size: 1.4rem;
    text-decoration: none;
    background: none;
}

.arabic .icon {
    margin-left: 0.5rem;
    margin-right: unset;
}

.icon:hover {
    text-decoration: none;
}

.icon--accepted {
    color: #2c4059;
}

.icon--rejected {
    color: #ea5455;
}

.icon--view {
    color: #57667a;
}

.icon:focus {
    outline: 0;
}

.stage_add_btn {
    text-align: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 1.9rem;
    top: 0.4rem;
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    border: 1px solid #ccc;
    transition: 0.4s;
}

.switch-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

input:checked + .slider:before {
    left: 0.6rem;
    background: #89ba68;
}

.default_checkbox[disabled] + span:before,
.switch input[disabled] + span:before {
    opacity: 0.4;
    background: #999;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.7rem;
    width: 1.7rem;
    left: 0;
    bottom: 0rem;
    background-color: #ea5455;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #fff;
    border: 1px solid #ccc;
}

input:focus + .slider {
    box-shadow: 0 0 0.1rem #89ba68;
}

input:checked + .slider:before {
    -webkit-transform: translateX(1.5rem);
    -ms-transform: translateX(1.4rem);
    transform: translateX(1.5rem);
}

/* Rounded sliders */
.slider.round {
    border-radius: 3.4rem;
}

.slider.round:before {
    border-radius: 50%;
}

.services__tabs {
    list-style: none;
}

.services__tabs li {
    margin-right: 1rem;
    line-height: 2.7rem;
}

.services__tabs li a {
    color: #2d4059;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.services__tabs li a.active {
    color: #fff;
    background: #2d4059;
    border-radius: 0.3rem 0.3rem 0 0;
}

.main {
    width: 80vw;
    padding: 2.2rem 0 0 2rem;
    font-family: "IBMPlexSans-Medium";
}

/* .main__header {
display: -webkit-box; 	display: -moz-box; 	display: -ms-flexbox; 	display: -webkit-flex; 	display: flex;
border-bottom: 1px solid #ededed;
width: 100%;
justify-content: flex-end;
align-items: flex-end; } */
.main .header__text {
    font-size: 1.5rem;
    /* border-bottom: 1px solid red; */
    display: inline;
    padding: 0em 0.5rem 0em 0.5rem;
}

#otherKpi {
    display: none;
}

.main .activeTab {
    border-bottom: 1px solid red;
}

.main .header__text span {
    font-size: 1.4rem;
    color: #818c9b;
    cursor: pointer;
}

.main .header__text span.arabic {
    float: right;
    padding: 0px 0px 0px 5px;
}

.main-head .header__user {
    align-items: center;
    padding-right: 0rem;
    position: relative;
    display: flex;
}

.main-head .header__user-img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

.main-head .header__user-name {
    font-size: 1.5rem;
    display: inherit;
    align-items: center;
}

.main-head .header__sub_nav {
    position: absolute;
    top: 5rem;
    right: 1rem;
    width: 18rem;
    border: none;
    background: #f6f6f6;
}

.main-head .header__sub_nav li:hover {
    background: #f6f6f6;
}

.main .header__sub_nav ul {
    margin: 0;
    border-bottom: 0.2rem solid #d5d9de;
}

.main-head .header__sub_nav li {
    text-align: left;
    list-style: none;
}

.main-head .header__sub_nav li a {
    font-size: 1.4rem;
    color: #444444;
    text-decoration: none;
    padding: 0.8rem 2rem;
    display: block;
}

.arabic .main-head .header__sub_nav li a {
    text-align: right;
}

.main .section {
    border: 1px solid #d5d9de;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    float: left;
    padding: 1.5rem;
    width: calc(100% - 25px);
    margin: 1.5rem 0 0 0;
    font-size: 1.4rem;
    font-family: "IBMPlexSans-Regular";
    color: #57667a;
}

.arabic .main .section {
    float: right !important;
}

.arabic .main .section.dashboard {
    width: 77vw;
    overflow-x: scroll;
}

.ticket-create,
.ticket-import {
    width: 50vw !important;
}

.arabic .main .section.dashboard .browser-dashboard {
    width: 100%;
}

.main .section__heading {
    text-align: center;
    font-family: "IBMPlexSans-Medium";
    font-size: 1.8rem;
    color: #2d4059;
}

.main .section__item,
.main .lqs-import-file-section .section__item {
    background-color: #f8f9fa7a;
    border-radius: 0.5rem;
    float: left;
    width: 100%;
}

.main .section__item-heading {
    color: --color-button-green;
    font-size: 1.5rem;
    border-bottom: 1px solid #d5d9de;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.main .section__item-label {
    display: block;
    color: #2d4059;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.main .section__item-label.arabic {
    text-align: right;
}

.main .section__item-label span {
    color: #ea5455;
}

.main .section__item-btn-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem 0 0 0;
}

.main .lead-score-font {
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.main .section__form-container {
    /*padding: 1rem 0 0.5rem 0;*/
    /*background-color: #eff0f2;*/
    min-height: 145px;
    border-radius: 0.5rem;
    margin-top: 0rem;
    /* margin-bottom: 1rem;  */
}

.main .section__form-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    margin: 1rem 0 0 0;
}

.main .section__form-wrapper > * {
    flex: 0 0 33.33%;
    margin-bottom: 1.5rem;
}

.breadcrumb_custom {
    background: none;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ededed;
    margin-top: -5px;
}

.breadcrumb .header__text .breadcrumb_child {
    color: #444444;
}

.main-head {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    top: 0;
    z-index: 9;
    float: right;
}

.main-head.arabic {
    right: unset;
    left: 0;
}

.main-head .header__user-name {
    font-size: 1.5rem;
    display: inherit;
    align-items: center;
    float: right;
    line-height: 35px;
    white-space: nowrap;
}

.main-head .header__sub_nav {
    position: absolute;
    top: 5rem;
    right: 1rem;
    width: 18rem;
    border: none;
    background: #d5d9de;
}

.arabic .main-head .header__sub_nav {
    right: -60px !important;
    left: auto !important;
}

.main-head .main__header {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-head .main__header > * {
    margin-right: 10px;
}

.main-head .main__header > i {
    font-size: 25px;
    color: #89ba68;
}

.phone__icon {
    animation: vibrate 2s infinite;
}

@keyframes vibrate {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(20deg);
    }

    66% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.phone__icon {
}

.main-head .header__user-img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

.template_table .table__head {
    background: #2d4059;
    color: #fff;
}

.main-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #2d4059;
    align-items: stretch;
    align-content: stretch;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
}

.nav-sidebar {
    width: 260px;
    padding: 1.6rem 0;
    border-right: 1px solid #d5d9de;
    box-shadow: 0.5rem 0 3rem rgba(0, 0, 0, 0.15);
    background-color: #f6f6f6;
    position: fixed;
    min-height: 100%;
}

.arabic .nav-sidebar {
    border-left: 1px solid #d5d9de;
    border-right: 0px;
}

.logo {
    font-family: "IBMPlexSans-Medium";
    font-size: 3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.logo__img {
    margin-right: 1rem;
}

.arabic .logo__img {
    margin-right: 0rem;
    margin-left: 1rem;
}

.arabic header,
.arabic .breadcrumb {
    /* padding-right: 20px; */
}

.active {
    color: #fff;
}

/*
.menubar img {
max-width: 2rem; }

.menubar {
list-style-type: none;
font-size: 1.4rem;
font-family: "IBMPlexSans-Medium";
position: relative;
cursor: pointer; }

.menubar li.menubar__items__nocollapse a.nav-link{
  padding:0;
  color:#2d4059;
}
.menubar__items {
width: 100%;
display: -webkit-box; 	display: -moz-box; 	display: -ms-flexbox; 	display: -webkit-flex; 	display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
z-index: 2; }
.menubar__items span {
display: -webkit-box; 	display: -moz-box; 	display: -ms-flexbox; 	display: -webkit-flex; 	display: flex;
padding: 1.2rem 0;
z-index: 2;
transition: none; }
.menubar__items span::after {
content: '';
position: absolute;
right: 1rem;
background-image: url(/images/down-arroww.png);
background-position: 5px 5px;
background-repeat: no-repeat;
color: #fff;
border-radius: 50%;
width: 2rem;
height: 2rem;
display: -webkit-box; 	display: -moz-box; 	display: -ms-flexbox; 	display: -webkit-flex; 	display: flex;
justify-content: center;
align-items: center;
transition: none; }
.menubar__items > img {
padding-left: 3rem;
padding-right: 1rem;
z-index: 2;
max-height: 2rem;
max-width: none; }
.menubar__items:hover {
color: #2d4059;
transition: all 0s .1s; }
.menubar__items::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 3px;
background-color: #eef0f2;
transform: scaleY(0);
transition: none;
z-index: 1; }
.menubar__items:hover::before {
transform: scaleY(1);
width: 100%;

color: #2d4059; }
.menubar__items__nocollapse span::after {
display: none; }
.menubar__items:hover span::after {
color: #2d4059;
transition: all 0s 0s;
background-image: url(/images/down-arroww.png);
background-position: -13px 4px;
background-repeat: no-repeat; }
.menubar__items-active {
background-color: #eef0f2;
color: #2d4059; }
.menubar__items-active .menubar__items__sub{
display: block;
}
.menubar__items-active span::after {
content: "";
color: #2d4059;
background-image: url(/images/down-arroww.png);
background-position: -13px 4px;
background-repeat: no-repeat; }
.menubar__items__sub {
list-style-type: none;
flex-basis: 100%;
display: none;
overflow: hidden;
transition: max-height 0.2s ease-out;
order: 1;
z-index: 2;
font-size: 1.4rem;
font-family: "IBMPlexSans-Regular";
color: #818c9b; }

.menubar__items__sub li a {
display: block;
padding:1rem 0 1rem 5.7rem;
text-decoration: none;
color: inherit;
margin-bottom:1px;

}
.menubar__items__sub li a:hover {
color: #2d4059;
background: #fff;
}
.menubar__items__sub li.active {
color: #2d4059;
background: #fff;
}
.menubar__items__sub li:last-child {
padding-bottom: 0; } */
.menubar {
    font: bold 14px "IBMPlexSans-Regular";
    float: left;
    width: 100%;
    cursor: pointer;
    max-height: 525px;
    overflow-y: scroll;
}

.menubar li img {
    max-width: 2rem;
    max-height: 3rem;
    float: left;
    margin-left: 3rem;
    margin-top: 0.5rem;
}

.arabic.menubar li img {
    float: right;
    margin-right: 3rem;
    margin-left: 1rem;
}

.menubar__items:hover {
    color: #2d4059;
    transition: all 0s 0.1s;
}

/*   .menubar__items::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #eef0f2;
  transform: scaleY(0);
  transition: none;
  z-index: 1;
  list-style: none;
} */
.menubar__items__sub img {
    margin-top: 0rem !important;
    margin-right: 0.5rem;
}

.menubar__items__sub {
    list-style-type: none;
    display: none;
    transition: max-height 0.2s ease-out;
    order: 1;
    font-size: 1.4rem;
    color: #818c9b;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menubar__items__sub li {
    float: left;
    width: 100%;
}

.menubar__items-active.menubar__items::after,
.menubar__items:hover::after {
    background-position: -12px 5px;
}

.menubar__items::after {
    content: "";
    position: absolute;
    right: 15px;
    background-image: url(/images/down-arroww.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    margin-top: 7px;
    align-items: center;
    transition: none;
}

li.menubar__items {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    position: relative;
}

.menubar__items span {
    float: left;
    padding: 1rem;
    cursor: pointer;
}

.arabic.menubar .menubar__items span {
    float: right;
}

.menubar__items__sub li a {
    display: block;
    padding: 1rem 0 1rem 2.7rem;
    text-decoration: none;
    color: inherit;
    margin-bottom: 1px;
    font-weight: normal;
}

.menubar.arabic .menubar__items__sub li a {
    padding: 1rem 2.7rem 1rem 0;
}

.menubar__items__sub li a:hover {
    color: #2d4059;
    background: #fff;
}

.menubar__items__sub li.active {
    color: #2d4059;
    background: #fff;
}

.menubar__items__sub li:last-child {
    padding-bottom: 0;
}

.menubar__items-active .menubar__items__sub {
    display: block;
}

.menubar__items-active span::after {
    content: "";
    color: #2d4059;
    background-image: url(/images/down-arroww.png);
    background-position: -13px 4px;
    background-repeat: no-repeat;
}

.menubar__items:hover span::after {
    color: #2d4059;
    transition: all 0s 0s;
    background-image: url(/images/down-arroww.png);
    background-position: -13px 4px;
    background-repeat: no-repeat;
}

.image__home-bg {
    position: fixed;
    bottom: 4rem;
    left: 4rem;
    background-size: cover;
    width: 50%;
    top: 8rem;
}

.form-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0rem 10rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

@media only screen and (max-width: 65.625em) {
    .form-section {
        padding: 0 0 5rem 0;
        margin-top: 4rem;
        flex-direction: column;

        justify-content: flex-start;
        align-items: center;
    }
}

.header {
    flex: 0 0 60%;
    margin-bottom: 3rem;
}

.header__primary {
    font-size: 2.4rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    color: #2d4059;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 25px;
    font-weight: 100;
}

.header__primary img {
    margin-right: 1rem;
}

.header__secondary--1 {
    font-family: "IBMPlexSans-Light";
    font-size: 3.6rem;
    font-weight: 400;
    display: block;
    color: #ea5455;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.header__secondary--2 {
    font-family: "IBMPlexSans-Regular";
    font-size: 1.8rem;
    font-weight: 400;
    display: block;
    color: #818c9b;
}

.card {
    flex: 1 0 40%;
    text-align: center;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.card__form {
    background-color: #f6f6f6;
    text-align: center;
    padding: 3rem 6rem;
    backface-visibility: hidden;
    transition: all 0.8s ease;
    width: 100%;
}

.card__form > *:not(:last-child) {
    display: block;
    margin: 0 auto;
    margin-bottom: 3.5rem;
    width: 100%;
    border: none;
    height: 5rem;
    line-height: 4rem;
}

.card__signup {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(180deg);
}

.rotate {
    transform: rotateY(180deg);
}

.rotate-back {
    transform: rotateY(0deg);
}

.footer {
    position: fixed;
    bottom: 0;
    height: 4.3rem;
    background-color: #2d4059;
    color: #818c9b;
    width: 100%;
    left: 0;
    padding-left: 4rem;
    font-size: 1.6rem;
}

.footer-container {
    margin: 0 auto;
    max-width: 180rem;
    line-height: 4rem;
}

.section__item-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section__item-upload {
    flex: 0 1 75%;
    margin-right: 3%;
}

.arabic .section__item-upload {
    margin-right: unset;
    margin-left: 3%;
}

.section__upload-wrapper {
    border: 1px dashed #d5d9de;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
}

.section__upload-wrapper > *:not(:last-child) {
    margin-bottom: 1rem;
}

.section__upload-heading {
    font-size: 1.6rem;
    border-bottom: 1px solid #d5d9de;
    padding-bottom: 1.4rem;
    margin-bottom: -1rem !important;
}

.section__upload-subheading {
    font-family: "IBMPlexSans-SemiBold";
    text-transform: uppercase;
    color: #2d4059;
    font-size: 1.4rem;
    display: inline-block;
    background-color: #eff0f2;
    padding: 0 1rem;
}

.section__checkbox-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.section__item-import {
    flex: 0 1 20%;
}

.section__format {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #2d4059;
}

.section__format-heading {
    white-space: nowrap;
    font-size: 1.5rem;
    font-family: "IBMPlexSans-SemiBold";
}

.black-transparent_bg {
    background: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
}

.content_inner_popup {
    margin: 0 auto;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    border-radius: 0.7rem;
    left: 0;
    right: 0;
    min-width: 20rem;
    background: #ededed;
    z-index: 100;
}

.pop-up {
    display: none;
}

@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/summernote.eot?dbafe969167589eda84514394d126413");
    src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"),
        url("./font/summernote.woff?dbafe969167589eda84514394d126413")
            format("woff"),
        url("../fonts/summernote.ttf?dbafe969167589eda84514394d126413")
            format("truetype");
}

[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
}

.note-icon-align-center:before,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.note-icon-align-center:before {
    content: "\f101";
}

.note-icon-align-indent:before {
    content: "\f102";
}

.note-icon-align-justify:before {
    content: "\f103";
}

.note-icon-align-left:before {
    content: "\f104";
}

.note-icon-align-outdent:before {
    content: "\f105";
}

.note-icon-align-right:before {
    content: "\f106";
}

.note-icon-align:before {
    content: "\f107";
}

.note-icon-arrow-circle-down:before {
    content: "\f108";
}

.note-icon-arrow-circle-left:before {
    content: "\f109";
}

.note-icon-arrow-circle-right:before {
    content: "\f10a";
}

.note-icon-arrow-circle-up:before {
    content: "\f10b";
}

.note-icon-arrows-alt:before {
    content: "\f10c";
}

.note-icon-arrows-h:before {
    content: "\f10d";
}

.note-icon-arrows-v:before {
    content: "\f10e";
}

.note-icon-bold:before {
    content: "\f10f";
}

.note-icon-caret:before {
    content: "\f110";
}

.note-icon-chain-broken:before {
    content: "\f111";
}

.note-icon-circle:before {
    content: "\f112";
}

.note-icon-close:before {
    content: "\f113";
}

.note-icon-code:before {
    content: "\f114";
}

.note-icon-col-after:before {
    content: "\f115";
}

.note-icon-col-before:before {
    content: "\f116";
}

.note-icon-col-remove:before {
    content: "\f117";
}

.note-icon-eraser:before {
    content: "\f118";
}

.note-icon-font:before {
    content: "\f119";
}

.note-icon-frame:before {
    content: "\f11a";
}

.note-icon-italic:before {
    content: "\f11b";
}

.note-icon-link:before {
    content: "\f11c";
}

.note-icon-magic:before {
    content: "\f11d";
}

.note-icon-menu-check:before {
    content: "\f11e";
}

.note-icon-minus:before {
    content: "\f11f";
}

.note-icon-orderedlist:before {
    content: "\f120";
}

.note-icon-pencil:before {
    content: "\f121";
}

.note-icon-picture:before {
    content: "\f122";
}

.note-icon-question:before {
    content: "\f123";
}

.note-icon-redo:before {
    content: "\f124";
}

.note-icon-row-above:before {
    content: "\f125";
}

.note-icon-row-below:before {
    content: "\f126";
}

.note-icon-row-remove:before {
    content: "\f127";
}

.note-icon-special-character:before {
    content: "\f128";
}

.note-icon-square:before {
    content: "\f129";
}

.note-icon-strikethrough:before {
    content: "\f12a";
}

.note-icon-subscript:before {
    content: "\f12b";
}

.note-icon-summernote:before {
    content: "\f12c";
}

.note-icon-superscript:before {
    content: "\f12d";
}

.note-icon-table:before {
    content: "\f12e";
}

.note-icon-text-height:before {
    content: "\f12f";
}

.note-icon-trash:before {
    content: "\f130";
}

.note-icon-underline:before {
    content: "\f131";
}

.note-icon-undo:before {
    content: "\f132";
}

.note-icon-unorderedlist:before {
    content: "\f133";
}

.note-icon-video:before {
    content: "\f134";
}

.note-editor {
    position: relative;
}

.note-editor .note-dropzone {
    position: absolute;
    z-index: 100;
    display: none;
    color: #87cefa;
    background-color: #fff;
    opacity: 0.95;
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.note-editor .note-dropzone.hover {
    color: #098ddf;
}

.note-editor.dragover .note-dropzone {
    display: table;
}

.note-editor .note-editing-area {
    position: relative;
}

.note-editor .note-editing-area .note-editable {
    outline: 0;
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub;
}

.note-editor .note-editing-area img.note-float-left {
    margin-right: 10px;
}

.note-editor .note-editing-area img.note-float-right {
    margin-left: 10px;
}

.note-editor.note-frame {
    border: 1px solid #a9a9a9;
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none;
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block;
}

.note-editor.note-frame .note-editing-area {
    overflow: hidden;
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    color: #000;
    word-wrap: break-word;
    background-color: #fff;
}

.note-editor.note-frame
    .note-editing-area
    .note-editable[contenteditable="false"] {
    background-color: #e5e5e5;
}

.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important;
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff;
}

.note-editor.note-frame.fullscreen .note-resizebar {
    display: none;
}

.note-editor.note-frame .note-status-output {
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2;
}

.note-editor.note-frame .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent;
}

.note-editor.note-frame .note-status-output .pull-right {
    float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted {
    color: #777;
}

.note-editor.note-frame .note-status-output .text-primary {
    color: #286090;
}

.note-editor.note-frame .note-status-output .text-success {
    color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info {
    color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger {
    color: #a94442;
}

.note-editor.note-frame .note-status-output .alert {
    padding: 7px 10px 2px 10px;
    margin: -7px 0 0 0;
    color: #000;
    background-color: #f5f5f5;
    border-radius: 0;
}

.note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}

.note-editor.note-frame .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}

.note-editor.note-frame .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}

.note-editor.note-frame .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}

.note-editor.note-frame .note-statusbar {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    width: 100%;
    height: 9px;
    padding-top: 1px;
    cursor: ns-resize;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}

.note-editor.note-frame .note-placeholder {
    padding: 10px;
}

.note-popover.popover {
    max-width: none;
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.note-popover.popover .arrow {
    left: 20px !important;
}

.note-toolbar {
    position: relative;
    z-index: 500;
}

.note-popover .popover-content,
.panel-heading.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0;
}

.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0;
}

.note-popover .popover-content .btn-group .note-table,
.panel-heading.note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 5px;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}

.note-popover
    .popover-content
    .btn-group
    .note-table
    .note-dimension-picker
    .note-dimension-picker-mousecatcher,
.panel-heading.note-toolbar
    .btn-group
    .note-table
    .note-dimension-picker
    .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}

.note-popover
    .popover-content
    .btn-group
    .note-table
    .note-dimension-picker
    .note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar
    .btn-group
    .note-table
    .note-dimension-picker
    .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
        repeat;
}

.note-popover
    .popover-content
    .btn-group
    .note-table
    .note-dimension-picker
    .note-dimension-picker-highlighted,
.panel-heading.note-toolbar
    .btn-group
    .note-table
    .note-dimension-picker
    .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
        repeat;
}

.note-popover .popover-content .note-style .dropdown-style blockquote,
.panel-heading.note-toolbar .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.panel-heading.note-toolbar .note-style .dropdown-style pre {
    padding: 5px 10px;
    margin: 0;
}

.note-popover .popover-content .note-style .dropdown-style h1,
.panel-heading.note-toolbar .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.panel-heading.note-toolbar .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.panel-heading.note-toolbar .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.panel-heading.note-toolbar .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.panel-heading.note-toolbar .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.panel-heading.note-toolbar .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.panel-heading.note-toolbar .note-style .dropdown-style p {
    padding: 0;
    margin: 0;
}

.note-popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu,
.panel-heading.note-toolbar .note-color .dropdown-menu {
    min-width: 337px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
    display: inline-block;
    width: 160px;
    margin: 0;
}

.note-popover
    .popover-content
    .note-color
    .dropdown-menu
    .note-palette:first-child,
.panel-heading.note-toolbar
    .note-color
    .dropdown-menu
    .note-palette:first-child {
    margin: 0 5px;
}

.note-popover
    .popover-content
    .note-color
    .dropdown-menu
    .note-palette
    .note-palette-title,
.panel-heading.note-toolbar
    .note-color
    .dropdown-menu
    .note-palette
    .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.note-popover
    .popover-content
    .note-color
    .dropdown-menu
    .note-palette
    .note-color-reset,
.panel-heading.note-toolbar
    .note-color
    .dropdown-menu
    .note-palette
    .note-color-reset {
    width: 100%;
    padding: 0 3px;
    margin: 3px;
    font-size: 11px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.note-popover
    .popover-content
    .note-color
    .dropdown-menu
    .note-palette
    .note-color-row,
.panel-heading.note-toolbar
    .note-color
    .dropdown-menu
    .note-palette
    .note-color-row {
    height: 20px;
}

.note-popover
    .popover-content
    .note-color
    .dropdown-menu
    .note-palette
    .note-color-reset:hover,
.panel-heading.note-toolbar
    .note-color
    .dropdown-menu
    .note-palette
    .note-color-reset:hover {
    background: #eee;
}

.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px;
}

.note-popover .popover-content .note-para .dropdown-menu > div:first-child,
.panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
    margin-right: 5px;
}

.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
    min-width: 90px;
}

.note-popover .popover-content .dropdown-menu.right,
.panel-heading.note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto;
}

.note-popover .popover-content .dropdown-menu.right::before,
.panel-heading.note-toolbar .dropdown-menu.right::before {
    right: 9px;
    left: auto !important;
}

.note-popover .popover-content .dropdown-menu.right::after,
.panel-heading.note-toolbar .dropdown-menu.right::after {
    right: 10px;
    left: auto !important;
}

.note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
    color: deepskyblue;
    visibility: hidden;
}

.note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
    visibility: visible;
}

.note-popover .popover-content .note-fontsize-10,
.panel-heading.note-toolbar .note-fontsize-10 {
    font-size: 10px;
}

.note-popover .popover-content .note-color-palette,
.panel-heading.note-toolbar .note-color-palette {
    line-height: 1;
}

.note-popover .popover-content .note-color-palette div .note-color-btn,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000;
}

.note-dialog > div {
    display: none;
}

.note-dialog .form-group {
    margin-right: 0;
    margin-left: 0;
}

.note-dialog .note-modal-form {
    margin: 0;
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
    .note-image-input {
        height: auto;
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}

.note-handle .note-control-selection > div {
    position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0;
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0;
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: 0;
    border-left: none;
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}

.note-hint-popover .popover-content {
    max-height: 150px;
    padding: 3px;
    overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #428bca;
    outline: 0;
}

.add_field_popup {
    width: 40rem;
    top: 30%;
    height: 18rem;
}

.add_field_popup h2 {
    color: #ea5455;
}

.display-block {
    display: block !important;
}

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

.margin_top_10 {
    margin-top: 1rem;
}

.margin_top_20 {
    margin-top: 2rem;
}

.margin_top_30 {
    margin-top: 3rem;
}

.add_organization_btn {
    position: relative;
    text-align: right;
    z-index: 1;
    float: right;
}

.arabic .add_organization_btn {
    text-align: left;
    padding-left: 0px;
}

.add_organization_form .form-group {
    margin-bottom: 2rem;
    max-width: none;
    width: 47%;
    float: left;
    margin-left: 2%;
}

.add_organization_form {
    width: 100%;
    margin: 0 auto;
}

.main .section__form__wrapper--2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    margin: 0rem 0 0 0;
    justify-content: space-around;
}

.main .section__form__wrapper--2 > * {
    flex: 0 0 47%;
    margin-bottom: 1.5rem;
}

.fa-remove:before,
.fa-close:before {
    color: indianred;
}

.select__organziation_header {
    text-align: center;
    /*width      : 296px;*/
    margin: 0;
    background: #eff0f2;
    border-radius: 0.4rem;
    padding: 1px 0px 1px 10px;
    float: left;
}

.distributed-lead-select-field {
    text-align: center;
    width: 258px;
    margin: 0;
    /* background: #eff0f2; */
    border-radius: 0.4rem;
    padding: 1px 0px 1px 10px;
    float: left;
    display: flex;
}

.field_ul + div > ul {
    max-height: 3.1rem !important;
    overflow-y: auto !important;
    width: 21rem !important;
}

.arabic .select__organziation_header {
    padding: 1px 10px 1px 0px;
    float: right;
}

.select__organziation_header.arabic {
    padding: 1px 10px 1px 0px;
    float: left;
}

.select__organziation_header label {
    width: 9rem;
    display: inline-block;
    /* margin-right : 1rem; */
    /*text-shadow   : -1px 2px 1px #b5b5b5; */
}

.arabic .select__organziation_header label {
    margin-left: 1rem;
    margin-right: unset !important;
    width: unset;
}

.select__organziation_header.arabic label {
    margin-right: unset;
    margin-left: 1rem;
}

.select__organziation_header select,
.select_common {
    max-width: none;
    display: inline-block;
    width: 19rem;
    height: 3.1rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
}

.arabic .select__organziation_header select,
.select_common {
    width: 16rem;
}

.logo-upload {
    max-width: 10rem;
}

.tab-content > .active {
    opacity: 1;
}

.reset_password img {
    max-width: 30px;
    max-height: 30px;
}

.left_date_select {
    width: 70%;
    display: inline-block;
    padding-left: 0.7rem;
}

.arabic .left_date_select {
    width: auto;
}

.left_date_select select {
    max-width: 14rem;
    margin-right: 1rem;
    box-shadow: 1px 4px 12px #ccc;
    height: 3.8rem;
    -webkit-appearance: none;
    background: url(/images/drop-icon.png) no-repeat 96% 50%;
    padding-left: 0.9rem;
    outline: none;
}

.left_date_select select.arabic {
    margin-left: 1rem;
    margin-right: unset;
    background-position: 8px 15px;
    padding-left: unset;
    padding-right: 0.9rem;
}

.arabic .left_date_select select {
    width: auto;
}

.left_date_select input {
    width: 12rem;
    margin-right: 1rem;
    height: 3.1rem;
    box-shadow: 1px 4px 12px #ccc;
}

.left_date_select input.arabic {
    background-position: 7px 8px;
    margin-left: 1rem;
    margin-right: unset;
}

.left_date_select .blank-space {
    margin: .5rem;
    color: #818c9b;
    display: inline-block;
}

.sms_add_template {
    margin-top: 2rem;
}

.template_table {
    background-color: #eff0f2;
    border-radius: 0.5rem;
    color: #444444;
}
.stages-drag-drop {
    overflow: hidden;
}

.stages-drag-drop .list-group-item {
    background: #eff0f2;
    cursor: all-scroll;
    margin-bottom: 2px;
    border: 0px;
    border-radius: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}

.stages-drag-drop .list-group-item .fa {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.9rem;
    z-index: 5;
    cursor: pointer;
    display: none;
}

.arabic .stages-drag-drop .list-group-item .fa {
    right: unset;
    left: 1rem;
}

.stages-drag-drop .list-group-item.stage-delete .fa {
    display: inline;
}

.stages_wrapper_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.stages_wrapper_top .select__organziation_header {
    text-align: right;
}

.view_user_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.view_user_image {
    max-width: 20rem;
    text-align: center;
}

.view_user_image img {
    max-width: 15rem;
}

.view_user_name {
    max-width: 20rem;
    display: block;
    margin: 1rem 0;
    text-align: center;
}

.view_user_name span {
    display: block;
}

.view_user_name a {
    display: block;
    color: #444444;
    margin: 0.6rem 0;
}

.view_user_form {
    max-width: 25rem;
    display: block;
    margin: 1rem 0;
}

.view_user_form .form-group {
    margin-top: 1rem;
}

#activity table,
#upcoming table {
    color: #444444;
}

.user_priviliges table {
    width: 100%;
}

.user_priviliges table td {
    width: 50%;
    text-align: center;
    border: 1px solid #ccc;
}

.call_log {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.call_log .form-group {
    margin-top: 1.8rem;
}

.span4 {
    width: 5rem;
    display: inline-block;
    margin: 0 1.7rem 1rem 1.7rem;
}

.span4 .phone {
    margin-top: 1.5rem;
}

.span4 .num {
    border: 1px solid #818c9b;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    height: 5rem;
    background-color: #fff;
    color: #444444;
    cursor: pointer;
}

.span4 .num:hover {
    background-color: #abb3db;
    color: #fff;
    transition-property: background-color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s;
    -webkit-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
}

.span4 .num .txt {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 1.5rem;
    line-height: 1.5rem;
    color: #444444;
}

.row1 .fa {
    font-size: 3rem;
    padding: 0.6rem;
}

.phone {
    display: none;
}

.filter_distribute {
    display: block;
    background: #eff0f2;
    display: none;
    position: absolute;
    top: 4rem;
    z-index: 10;
}

.filter_distribute ul {
    list-style: none;
}

.filter_distribute ul li {
    display: block;
    padding: 0.6rem 2rem;
}

.filter_distribute ul li:hover {
    background: #abb3db;
}

.my_profile_details .form-group {
    margin-bottom: 1rem;
}

.top_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.pd-right-0 {
    padding-right: 0;
}

.datepicker {
    font-size: 1.2rem;
}

.pd-left-right-7 {
    padding-left: 7px;
    padding-right: 7px;
}

a.canvasjs-chart-credit {
    display: none;
}

.performance-chart {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #d5d9de;
    padding: 10px;
    box-shadow: 4px 7px 30px #ddd;
    border-radius: 10px;
}

.main-chart {
    width: 970px;
    margin: 0 auto;
}

.pie-chart {
    width: 100%;
    float: left;
    border: 1px solid #d5d9de;
    padding: 1rem 0 0 0;
    box-shadow: 4px 7px 30px #ddd;
    border-radius: 10px;
    margin-bottom: 21px;
}

ul.list-data {
    list-style: none;
    font-size: 15px;
    color: #666;
    margin: 15px;
    padding: 0;
    float: left;
    width: calc(100% - 30px);
}

.list-data li i {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.list-data.arabic li i {
    margin-left: 5px;
    margin-right: unset;
}

ul.list-data li {
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 11px;
}

ul.list-data li span {
    float: right;
}

ul.list-data li .left_sec {
    float: none;
}

ul.list-data.arabic li span {
    float: left;
}

ul.list-data li:last-child {
    border-bottom: 0px;
}

.orange {
    color: orange;
}

.red {
    color: #f00;
}

.green {
    color: #63cb99;
}

.purple {
    color: #9400d3;
}

.pink {
    color: #e63e8b;
}

.blue {
    color: #458bca;
}

.pie-chart h4 {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 1.8rem;
    color: #777;
    font-weight: 600;
}

.left-chart {
    margin: 0;
    width: 45%;
    float: left;
}

.right-chart {
    float: left;
    width: 55%;
    height: 100px;
    padding-top: 35px;
}

.right-chart h5 {
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
}

.right-chart h4 {
    font-size: 2.5rem;
    text-align: left;
    padding: 0;
}

.right-chart span {
    font-size: 12px;
    text-align: left;
    color: #ea5455;
}

.small-box {
    border: 2px solid #ddd;
    padding: 1.2rem;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #ddd;
    float: left;
    width: 100%;
}

.small-box span {
    font-size: 2rem;
}

.small-box small {
    font-size: 1.6rem;
}

.bg-aqua {
    border: 1px solid #e83e8c;
    box-shadow: 3px 4px 12px #f1abcb;
}

.bg-orange {
    border: 1px solid #fd953d;
    box-shadow: 3px 4px 12px #e6c9b0;
}

.bg-blue {
    border: 1px solid #428bca;
    box-shadow: 3px 4px 12px #bad2e6;
}

.bg-green {
    border: 1px solid #20c997;
    box-shadow: 3px 4px 12px #a3d0a3;
}

.bg-turquoise {
    border: 1px solid #00ced1;
    box-shadow: 3px 4px 12px #d7fdfd;
}

.small-box h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 3.8rem;
}

.small-box h3 small {
    margin-left: 10px;
}

#multiple-circular-charts .pie-chart .right-chart {
    width: 60%;
}

#multiple-circular-charts .pie-chart .left-chart {
    width: 40%;
}

#multiple-circular-charts .pie-chart ul.list-data {
    margin: 0;
    margin-left: 15px;
}

#multiple-circular-charts .pie-chart ul.list-data li {
    padding: 0.2rem 0;
    border: none;
}

#multiple-circular-charts .pie-chart ul.list-data.arabic li {
    text-align: right;
}

.small-box .inner {
    width: calc(100% - 30px);
    float: left;
    width: -webkit-calc(100% - 30px);
}

.small-box.bg-aqua .icon {
    background: url("../images/list-graph-1.png");
}

.small-box.bg-blue .icon {
    background: url("../images/list-graph-2.png");
}

.small-box.bg-green .icon {
    background: url("../images/list-graph-3.png");
}

.small-box.bg-orange .icon {
    background: url("../images/list-graph-4.png");
}

.inner-box {
    padding: 10px;
    margin-top: 15px;
}

.inner-box .progress {
    height: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.single-progress {
    margin: 0;
    padding: 0;
}

.progress-header {
    font-size: 15px;
    font-weight: bold;
    color: #888;
    padding: 7px 0;
}

.progress-header span {
    float: right;
}

.progress .progress-bar-dark-orange {
    background: #e97c25;
}

.progress .progress-bar-pink {
    background: #e63e8c;
}

.progress .progress-bar-gray {
    background: #999;
}

.gray-box1 {
    background: #ededed;
    padding: 1.3rem 1.4rem;
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.gray-box1.arabic {
    text-align: right;
}

.gray-box {
    background: #eff0f2;
    padding: 1rem 0.6rem;
    margin-bottom: 1rem;
    font-size: 23px;
    border-radius: 5px;
    width: 100%;
    line-height: 50px;
}

.gray-box.arabic {
    text-align: right;
}

.gray-box1 span.label {
    padding: 0.5rem 0.7rem;
    color: #fff;
    border-radius: 0.7rem;
    font-size: 1.1rem;
    position: relative;
    top: -0.1rem;
    font-weight: 600;
    text-align: center;
}

.gray-box1.arabic .label {
    float: left;
}

.gray-box1 .label-dark-orange {
    background: #e97c25;
}

.gray-box1 .label-pink {
    background: #e63e8c;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #5cb85c;
}

.label-warning {
    background-color: #f0ad4e;
}

#main-charts .pie-chart {
    margin-top: 20px;
}

#main-charts .pie-chart .gray-box {
    background: #eff0f2;
}

.email-img {
    width: 50px;
    height: 50px;
    float: left;
    background: #fff url("../images/email_menu.svg");
    border-radius: 50%;
    background-size: 70% 65%;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    margin-right: 10px;
}

.email-img.arabic {
    float: right;
    margin-left: 10px;
    margin-right: unset;
}

.sms-img {
    width: 50px;
    height: 50px;
    float: left;
    background: #fff url("../images/sms.svg");
    border-radius: 50%;
    background-size: 60% 65%;
    background-repeat: no-repeat;
    background-position: 11px 11px;
    margin-right: 10px;
}

.sms-img.arabic {
    float: right;
    margin-left: 10px;
    margin-right: unset;
}

.call-img {
    width: 50px;
    height: 50px;
    float: left;
    background: #fff url("../images/call_menu.svg");
    border-radius: 50%;
    background-size: 70% 65%;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    margin-right: 10px;
}

.call-img.arabic {
    float: right;
    margin-left: 10px;
    margin-right: unset;
}

.gray-box span.email-color {
    font-size: 15px;
    color: #e76aa2;
    font-weight: bold;
}

.gray-box span.sms-color {
    font-size: 15px;
    color: #458ac8;
    font-weight: bold;
}

.gray-box span.call-color {
    font-size: 15px;
    color: #63cc9f;
    font-weight: bold;
}

#container {
    min-width: 300px;
    max-width: 800px;
    height: 500px;
    margin: 1em auto;
}

.highcharts-credits {
    display: none;
}

path.highcharts-data-label-connector,
.highcharts-data-label {
    display: none;
}

#flot-stacked-chart {
    width: 300px;
    margin: 0 auto;
}

#chart5 {
    width: 338px;
    height: 300px;
    margin: 30px auto 0;
    display: block;
    font-size: 10px;
    margin-bottom: 40px;
}

#chart5 #numbers {
    width: 4.7rem;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 1rem;
}

#chart5 #numbers li {
    margin-bottom: 15px;
    text-align: right;
    padding-right: 1em;
    list-style: none;
    height: 15px;
    border-top: 1px solid #ddd;
    position: relative;
    top: 0;
}

#chart5 #numbers li:last-child {
    height: 20px;
}

#chart5 #numbers li span {
    color: #000;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#chart5 #bars {
    display: inline-block;
    background: #fff;
    width: 23rem;
    height: 30rem;
    padding: 0;
    margin: 0;
}

#chart5 #bars li {
    display: table-cell;
    width: 45px;
    height: 300px;
    margin: 0;
    text-align: center;
    position: relative;
    background: #eff0f2;
    border: 10px solid #fff;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
}

#chart5 #bars li .bar {
    display: block;
    width: 2.8rem;
    background: #5ae;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}

#chart5 #bars li .bar:hover {
    background: #458bca;
    cursor: pointer;
}

#chart5 #bars li .bar:hover:before {
    color: #000;
    content: attr(data-percentage) "%";
    position: relative;
    bottom: 20px;
}

#chart5 #bars li span {
    color: #000;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    text-align: center;
    font-size: 10px;
}

.header_top_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}

.has-error .help-block,
.has-error .control-label,
.has-error .col-form-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #fb8678;
    display: block;
}

.has-error .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb8678;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb8678;
}

.text-red,
.warning-text {
    color: #fb8678;
}

.text-green {
    color: #22d69d;
}

.card__form > span.invalid-feedback {
    margin-top: -15px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 2em;
    height: auto;
}

/* New Added on 6th dec*/

.table th,
.table td {
    padding: 0.25rem 1rem;
    font-size: 1.3rem;
}

.display-flex-wrapper {
    justify-content: space-between;
    float: left;
    width: 100%;
}

.display-flex-wrapper form-group {
    width: 49%;
}

.table-outer .dataTables_filter {
    display: none;
}

.custom-search {
    height: 3.2rem;
    font-size: 1.4rem;
    border: 1px solid #d5d9de;
    border-radius: 0.4rem;
    color: #2d4059;
    padding-left: 1rem;
    /*box-shadow : .5rem .5rem 1.5rem rgba(0,0,0, .1);*/
    background: url(../images/search.png) 95% center no-repeat;
    width: 17rem;
}

.arabic .custom-search {
    background-position: 10px 8px;
    padding-left: unset;
    padding-right: 1rem;
}

.custom-pagination {
    margin-top: 2rem;
    float: right;
    width: 50%;
    text-align: right;
}

.custom-list {
    margin-top: 2rem;
    float: left;
}

.custom-info {
    margin-right: auto;
    margin-left: 1rem;
    float: left;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.list-group {
    list-style: none;
}

/* .form-group.last-row{
  width:95%;
} */
.flex-start {
    justify-content: flex-start;
}

.margin-left-1 {
    margin-left: 1rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    margin: 0;
    float: right;
}

.modal-body {
    font-size: 1.3rem;
}

.login-wrap {
    position: relative;
}

.login-wrap .input__primary {
    border: none;
    padding: 10px;
    width: 100%;
}

.login-wrap .invalid-feedback {
    position: absolute;
    bottom: -3rem;
    left: 0;
    line-height: 2rem;
    font-size: 1.2rem;
    /* background-color: #ea5259; */
    display: block;
    width: 100%;
    text-align: left;
}

.login-wrap .invalid-feedback strong {
    color: #ea5255;
    font-weight: normal;
    font-size: 1.3rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.select__organziation_header + .custom-search {
    margin-left: 1rem;
}

.success-wrap {
    background: url(/images/success-tick.png) 5px center #f7f7f9 no-repeat;
    position: fixed;
    padding: 20px 20px 20px 55px;
    color: #89ba68;
    border: 1px dashed #89ba68;
    top: 20px;
    right: 40px;
    z-index: 9999;
    font-size: 14px;
    box-shadow: 0px 1px 8px #89ba68;
    -webkit-animation: succes 6s 1;
    -webkit-animation-direction: alternate;
    animation: succes 6s 1;
    animation-direction: alternate;
}

@-webkit-keyframes succes {
    0% {
        right: -700px;
        top: 20px;
    }

    5% {
        right: 40px;
        top: 20px;
    }

    100% {
        right: 40px;
        top: 20px;
    }
}

@keyframes succes {
    0% {
        right: -700px;
        top: 20px;
    }

    5% {
        right: 40px;
        top: 20px;
    }

    100% {
        right: 40px;
        top: 20px;
    }
}

.lqs_container .form-section .card .error-wrap {
    top: -119px !important;
    left: 62px;
    right: -70px !important;
}

.error-wrap {
    background: url(/images/error-tick.png) 5px center #fbdede no-repeat;
    position: fixed;
    padding: 20px 20px 20px 55px;
    color: #ea5455;
    border: 1px dashed #ea5455;
    top: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 14px;
    -webkit-animation: succes 6s 1;
    -webkit-animation-direction: alternate;
    animation: succes 6s 1;
    animation-direction: alternate;
}

select option:hover {
    box-shadow: 0 0 10px 10px #e1358f inset;
}

.add__user__search {
    width: 100%;
    display: none;
}

.add__user__search.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

input[disabled],
select[disabled] {
    -webkit-text-fill-color: #abb3bd;
    cursor: not-allowed;
}

.space-between {
    justify-content: space-between !important;
}

.fileinput {
    width: 100%;
    border: 1px dashed #ccc;
    font-size: 1.5rem;
}

.fileinput span {
    font-size: 1.5rem;
}

.fileinput .thumbnail > img {
    width: 100%;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    float: left;
}

.invalid-feedback {
    color: red;
    font-size: 1.7rem;
}

/*---Added by Dipak---*/
#services-tab-box ul li a.nav-link {
    padding: 5px 20px;
    color: #666;
    line-height: 17px;
}

#services-tab-box .tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

form.section__form.service-config-form {
    padding: 15px 0;
    float: left;
    width: 100%;
}

.section__form-container {
    width: 100%;
    max-width: 100%;
}

#service-tab .section__form-container .form-group {
    margin-bottom: 2rem;
    width: 50%;
}

.button-bottom-section {
    border-top: 1px solid #ddd;
    padding: 15px 30px;
    margin: 0 -30px -24px -30px;
}

#edit-template-html .modal-body,
.lead-send-sms .modal-body {
    padding: 2rem;
}

#edit-template-html .section__item-textarea,
.width-100 {
    width: 100%;
}

.padding-none {
    padding: 0;
}

.message-content-full-width,
#email-template-editor .message-content-full-width,
.full-width {
    width: 100% !important;
    max-width: 100%;
}

.small-btn {
    line-height: 18px !important;
    margin-top: -3px;
}

.lead-send-sms label.section__item-label {
    font-weight: bold;
    margin-bottom: 5px;
}

#template-preview-body table {
    width: 100% !important;
    float: left;
}

div#template-preview-body {
    float: left;
    width: 100% !important;
    overflow: auto;
    max-height: 500px;
}

label.section__item-input {
    line-height: 30px;
}

#store-lead-form .section__item {
    background: none;
    margin-bottom: 15px;
}

.html-section {
    height: 200px;
    overflow-y: scroll;
}

form#reset-pswd-form {
    /* border: 1px solid #ddd; */
    padding: 15px;
    background: #f1f1f1;
    width: 85%;
}

#reset-pswd-form input {
    padding: 10px 15px;
    border: none;
}

#reset-pswd-form .form-group {
    margin-bottom: 15px;
}

#reset-pswd-form input#subbtn {
    width: 250px;
    padding: 0;
    cursor: pointer;
    margin: 0 auto;
}

#reset-pswd-form input#subbtn:hover {
    background: #cf8081;
}

#reset-pswd-form span.help-block {
    font-size: 1.3rem;
    width: 250px;
    color: #ea5255 !important;
    margin: 0 auto;
    text-align: left;
    margin-top: 2px;
}

/*-------------------*/
/* --start calender css */
#calender-area {
    margin: 0;
}

#calender-area .left-side-bar {
    margin: 0;
}

#calender-area .left-side-bar .box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

#calender-area .left-side-bar .box label.heading-title {
    font-weight: bold;
    font-size: 1.5rem;
}

#calender-area .left-side-bar .box label span {
    margin-right: 10px;
}

ul.activity-lists {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

ul.activity-lists li {
    margin-bottom: 5px;
    color: #666;
    font-weight: bold;
    font-size: 13px;
}

.activity-lists li span {
    border: 2px solid #000;
    height: 10px;
    width: 10px;
    border-radius: 12px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

ul.activity-lists {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    height: 100px;
    overflow-y: scroll;
}

/* width */
#calender-area .left-side-bar .box ::-webkit-scrollbar {
    width: 3px;
}

/* Track */
#calender-area .left-side-bar .box ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#calender-area .left-side-bar .box ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
#calender-area .left-side-bar .box ::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;
}

.blue {
    border-color: #369 !important;
}

.blue label.heading-title {
    color: #369 !important;
}

.green {
    border-color: #63cb99 !important;
}

.green label.heading-title {
    color: #63cb99 !important;
}

.pink {
    border-color: #e63e8b !important;
}

table.table-condensed.table-bordered.table-striped {
    width: 100%;
}

td.muted {
    color: #999 !important;
}

table.table-condensed td {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.table-condensed td.active strong {
    background: #f00;
    border-radius: 50%;
    padding: 4px;
    font-size: 9px;
    color: #fff;
}

.table-condensed th {
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    text-align: center;
}

span.btn-group {
    float: right;
    color: #666;
}

/* end calender css */
/* -----activity css --*/
section#activity-area .box {
    border: 1px solid #ddd;
    min-height: 48rem;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 0px 12px #999;
    max-height: 600px;
    overflow-y: auto;
    margin-bottom: 15px;
    background: #fff;
    max-height: 48rem;
}

.gray-background {
    background: #eff0f2;
}

.padding-none {
    padding: 0 !important;
}

/* width */
section#activity-area ::-webkit-scrollbar {
    width: 3px;
}

/* Track */
section#activity-area::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
section#activity-area ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
section#activity-area ::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;
}

section#activity-area {
    padding: 25px 25px 0 0;
}

ul.activity-list {
    list-style: none;
    font-size: 1.5rem;
}

.activity-list li {
    color: #666;
}

.activity-list li i {
    margin-right: 10px;
    z-index: 99;
    position: relative;
}

.arabic .activity-list li i {
    margin-left: 10px;
    margin-right: unset;
}

.activity-list li ul {
    margin-bottom: 20px;
    margin-left: 23px;
}

.activity-list li ul li {
    font-size: 12px;
    list-style: none;
    padding-left: 22px;
    text-transform: capitalize;
    padding: 5px 0;
    color: #999;
}

.activity-list li ul li.active {
    color: #000;
}

.activity-list li ul li:first-child span {
    border-top: 2px none #000 !important;
}

.activity-list li ul li.active span {
    border-top: 2px solid #000;
}

.activity-list li ul li span {
    border-top: 2px solid #999;
    transform: rotate(90deg);
    width: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    left: -6px;
    top: -6px;
}

.activity-list .orange {
    color: rgb(252, 146, 8) !important;
}

.activity-list .blue {
    color: rgb(30, 11, 204) !important;
}

.activity-list .red {
    color: rgb(255, 0, 0) !important;
}

.activity-list .green {
    color: rgb(54, 219, 54) !important;
}

label.heading-title {
    font-size: 18px;
}

label.heading-title i {
    color: rgb(250, 6, 128);
    font-size: 15px;
}

li.email {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 12px;
    margin: 15px 0;
}

#activity-area > .row {
    margin: 0 !important;
}

.padding-5px {
    padding: 5px !important;
}

span.act-button {
    background: #999;
    border-radius: 3px;
    float: right;
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 0.6rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

span.act-button:hover {
    background: #808080;
}

.act-button i.fa {
    margin-right: 5px;
}

.arabic .act-button i.fa {
    margin-left: 5px;
    margin-right: unset;
}

.activity-tracker label {
    width: 100%;
    font-size: 1.5rem;
}

.activity-date-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.time-list li {
    padding: 10px 10px;
    font-size: 14px;
    display: table;
}

.time-list span {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}

.arabic .time-list span {
    padding-left: 10px;
    padding-right: unset;
}

.time-in-tracker {
    text-align: right;
    color: #999;
    font-weight: 400;
    font-size: 14px;
}

.timelist-deatils-section {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.arabic .timelist-deatils-section {
    padding-left: unset;
    padding-right: 10px;
}

.time-list .border-class-section {
    float: left;
    height: 40px;
}

.time-list span strong {
    width: 100%;
    font-size: 15px;
    text-align: right;
    color: #666;
    line-height: 20px;
    white-space: nowrap;
}

.activity-date-list label {
    font-size: 14px;
    color: #20c997;
}

.activity-date-list > ul > li {
    /*margin: 20px 0;*/
    float: left;
    width: 100%;
    margin: 0px 0;
}

/*.border-pink{*/
/*border-right: 4px solid rgb(250, 6, 128);*/
/*}*/
.border-green {
    border-right: 4px solid #20c997;
}

.border-blue {
    border-right: 4px solid #0070bd !important;
}

.border-orange {
    border-right: 4px solid #e97c25;
}

.border-yellow {
    border-right: 4px solid #f0ad4e;
}

#activity-area .box.upcomming-event {
    max-height: 20rem;
    min-height: 20rem;
}

.upcomming-event > label {
    width: 100%;
    color: #20c997;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.upcomming-event > label i.fa-plus {
    color: #000;
}

.upcomming-event .event-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.upcomming-event .event-list li {
    margin-bottom: 4px;
    float: left;
}

.upcomming-event .event-list li label {
    width: calc(100% - 28px);
    padding-left: 5px;
    font-size: 14px;
}

.upcomming-event .event-list li time {
    width: calc(100% - 15px);
    color: #9e9e9ee0;
    font-size: 12px;
    float: left;
    margin-top: -4px;
    padding-left: 21px;
    white-space: nowrap;
    font-weight: 600;
}

.notes label {
    color: #286090;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.notes .note-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.notes .note-list li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

/*.notes .note-list li label {
  width: calc(100% - 40px);
  margin-bottom: 0;
  float: left;
}*/
.notes .note-list li .progress {
    width: calc(100% - 40px);
    height: 0.3rem;
    color: #999;
    float: left;
    box-shadow: 0px 0px 10px #999;
}

.notes .note-list li i.fa-file-text-o {
    font-size: 1.5rem;
    width: 0px;
    /*float  : left;*/
}

.notes .progress-bar {
    background: #1f1e1e;
}

.browse-option {
    text-align: center;
    padding: 15px;
    border: 2px dashed #ddd;
    margin-bottom: 15px;
}

.browse-option button {
    text-align: center;
    background: #ddd;
    color: #666;
    border-radius: 3px;
    padding: 5px 10px;
    border: none;
}

.activity-popup {
    height: auto;
    width: 280px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #999;
    position: absolute;
    right: 30px;
    top: 65px;
    background: #fff;
    display: none;
    z-index: 99;
}

/* .activity-tracker > label {
  width: 100%;
  font-size: 17px;
  position: sticky;
  left: -15px;
  top: -16px;
  background: #fff;
  margin-left: -15px;
  margin-top: -20px;
  padding-left: 15px;
  padding-top: 15px;
} */
.activity-popup .form-group {
    margin-bottom: 15px;
}

span#add-activity.active {
    background: #999;
    color: #fff;
}

.activity-popup select.form-control {
    padding: 8px 10px;
    height: 34px !important;
    font-size: 12px;
}

.activity-popup textarea.form-control {
    padding: 8px 10px;
    height: 60px !important;
    font-size: 12px;
}

.activity-popup input[type="checkbox"] {
    margin-top: 10px;
}

.activity-popup button.btn.btn-green {
    background: #20c997;
    margin-right: 10px;
    color: #fff;
}

.arabic .activity-popup button.btn.btn-green {
    margin-left: 10px;
    margin-right: unset;
}

.activity-popup button.btn {
    font-size: 1.3rem;
}

.contact-tab label.contact-heading {
    font-size: 17px;
    width: 100%;
    padding: 15px 0 0 15px;
}

.contact-tab span.contact-sub-heading {
    font-size: 11px;
    margin-left: 15px;
    padding-left: 15px;
}

.contact-tab label.contact-heading i {
    font-size: 17px;
    color: #fa0c08;
    width: 10px;
}

.contact-tab ul.bottom {
    width: 100%;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    background: #f1f1f1;
    float: left;
}

.contact-tab ul.bottom li {
    display: inline;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    width: 50%;
    float: left;
    border: 1px solid #ddd;
}

.box.contact-tab {
    padding: 0 !important;
    height: 122px;
    overflow: hidden !important;
}

.contact-tab ul.bottom li:first-child {
    color: #0070bd;
}

.contact-tab ul.bottom li:last-child {
    color: green;
}

.contact-tab ul.bottom li span {
    color: #666;
    width: 100%;
    float: left;
    font-size: 11px;
}

.left-header-section {
    position: absolute;
    margin-left: 260px !important;
    border-bottom: 1px solid #d5d9de;
    height: 30px;
    width: 100%;
    margin-top: 15px;
}

.left-header-section.arabic {
    margin-left: unset !important;
    margin-right: 260px;
    width: calc(100% - 260px);
    left: 0;
}

.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 5px;
}

.tabs li {
    display: inline;
    margin: 1px 10px;
    padding: 0;
    float: left;
}

.main {
    flex: 1 0 80%;
    padding: 2.2rem 0 0 2rem;
    font-family: var(--font-medium);
    margin-top: 50px;
    margin-left: 260px;
}

.arabic .main {
    margin-left: unset;
    margin-right: 260px;
    padding: 2.2rem 2rem 0 0;
}

ul.tabs li a {
    padding: 5px 20px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #2c4059;
    background: #2c4059;
    border-radius: 5px 5px 0 0;
}

.arabic ul.tabs li {
    float: right;
}

ul.tabs li.active a,
ul.tabs li:hover a {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    background: none;
    color: #2c4059;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    float: left;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .tabs li {
        margin: 1px 6px;
    }
}

/*created by hema*/
.edit-org-form .edit-file-input {
    width: 100%;
}

.edit-org-form .form-checkbox input,
.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.edit-org-form .form-checkbox .label,
.form-checkbox .label {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    color: var(--color-primary-heading);
    top: 0px;
}

.edit-org-form .form-checkbox .label:before,
.form-checkbox .label:before,
.permission-table .form-checkbox .label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #2c4059;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.arabic .edit-org-form .form-checkbox .label:before,
.arabic .form-checkbox .label:before,
.arabic .permission-table .form-checkbox .label:before {
    margin-left: 5px;
    margin-right: unset;
}

.permission-table .form-checkbox .label:before {
    border: 1px solid #fff;
    background: #f8f9fa;
}

.edit-org-form .form-checkbox input:checked + .label:after,
.form-checkbox input:checked + .label:after,
.permission-table .form-checkbox input:checked + .label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #dc3545;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arabic .edit-org-form .form-checkbox input:checked + .label:after,
.arabic .form-checkbox input:checked + .label:after,
.arabic .permission-table .form-checkbox input:checked + .label:after {
    left: unset;
    right: 6px;
}

.permission-table .form-checkbox input:checked + .label:after {
    border-color: #2d4059;
}

.user-priviliges .form-checkbox input:checked + .label:after,
.field-configurations .form-checkbox input:checked + .label:after,
.permission-table .form-checkbox input:checked + .label:after {
    top: 1px;
}

.permission-table .form-checkbox .label {
    margin-right: 0px;
}

.edit-org-form .form-checkbox .input,
.form-checkbox .input,
.form-checkbox input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*css for header tab */
.main.head {
    border-bottom: 1px solid #ccc !important;
    line-height: 27px;
}

ul.tabs li a {
    border-radius: 4px 4px 0 0;
    border: 1px solid #ccc !important;
    background: none !important;
    color: #2d4059 !important;
    font-size: 14px;
    border-bottom: 0px !important;
}

ul.tabs li.active {
    background: #fff;
    z-index: 9999999999;
}

ul.tabs li.active a {
    border-top: 2px solid #dc3545 !important;
    border-bottom: 0px !important;
    background: rgba(248, 248, 248, 0.9) !important;
}

.tabs li {
    margin-right: 0px;
    margin: 0px 6px;
}

.tabs li:first-child {
    margin-left: 0px !important;
}

ul.tabs li a:hover {
    background: #ccc !important;
}

.change-file-btn {
    font-size: 1.2rem !important;
    padding: 4px 4px;
    background: #ccc;
}

.pad-0px {
    padding-left: 0px;
    padding-right: 0px;
}

.mar-profile-btn {
    margin-top: 4rem;
}

.margin-0px {
    margin: 0px !important;
}

.profile-page.fileinput {
    float: left !important;
}

.profile-page .fileinput-new.thumbnail {
    padding: 1rem 1rem 0.6rem 1rem;
}

/*css for browse btn*/
.browse-opt-btn {
    background: #ccc;
    padding: 1rem;
}

.profile-section .section__form__wrapper.margin-top-5 {
    margin-top: -5px;
}

.profile-section .form-group {
    margin-bottom: 1rem !important;
}

/*css for user List and delete list*/
.user-list-section .select__organziation_header,
.delete-user-section .select__organziation_header,
.sms-template-section .select__organziation_header,
.email-template-section .select__organziation_header {
    float: left !important;
}

.user-list-section .select__organziation_header {
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
}

.user-list-section .display-flex-wrapper,
.delete-user-section .display-flex-wrapper,
.sms-template-section .display-flex-wrapper,
.email-template-section .display-flex-wrapper {
    float: none !important;
}

.user-list-view .user-list-table .table__head th,
.user-list-section .lqs-user-list.dataTable thead th,
.white-space-tbl.dataTable thead th,
.table-responsive-custom table tbody td {
    white-space: nowrap !important;
}

.mar-rgt-20 {
    margin-right: 2rem;
}

.mar-rgt-8px {
    margin-right: 9px;
}

.lqs-user-list.table-section {
    float: left;
    display: block;
}

/*css for service tab in LQS*/

.service-tab-section {
    float: left;
    width: 100%;
    border-top: 0px;
    background: #fff;
}

.service-tab-section .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-top: 2px solid #dc3545 !important;
    background: #f8f9fa;
}

.service-tab-section .nav-tabs .nav-link:hover {
    background: #ccc;
}

.section__item.services,
.padding-none {
    padding: 0px !important;
}

#services-tab-box {
    margin-top: 15px;
}

.service-tab-section .button-bottom-section {
    border-top: 0px;
}

.service-tab-section .nav-tabs .nav-item.show .nav-link {
    border-left: 0px !important;
}

#services-tab-box .tab-content {
    border-bottom: 0px !important;
}

.service-tab-section ul li a {
    border: 1px solid #ccc;
    border-radius: 4px 4px 0px 0px;
    margin-right: 12px;
}

.services .tab-pane {
    float: left;
    border: 1px solid #dee2e6;
    border-radius: 0px 0.5rem 0.5rem 0.5rem;
}

.services .nav-tabs {
    border-bottom: 0px !important;
    margin-left: 1px;
}

.services .nav-tabs .nav-link {
    border: 1px solid #dee2e6 !important;
    border-bottom: 0px !important;
}

.services .nav-tabs .nav-item.show .nav-link {
    border-radius: 4px 4px 0px 0px;
}

.services .nav-tabs .nav-link {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*css for action btn*/
.user-priviliges-btn {
    margin-right: 1.2rem;
}

.add-user {
    margin-right: 1rem;
}

.arabic .add-user {
    margin-left: 1rem;
    margin-right: unset;
}

.add-stages-btn .section__item-button {
    float: right;
    text-align: right;
}

.arabic .add-stages-btn .section__item-button {
    float: left;
    text-align: left;
}

/*css for deleted-lqs-user List table and css for SMS Template*/
.deleted-lqs-user .display-flex-wrapper,
.sms-template-section .display-flex-wrapper {
    float: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .tabs li {
        margin: 1px 6px !important;
    }
}

.padding0px {
    padding-left: 0px !important;
}

.pad-lft-0px {
    padding-left: 0px;
}

.pad-rgt-0px {
    padding-right: 0px !important;
}

.start-date {
    padding-left: 0px !important;
}

.end-date {
    padding-left: 0px !important;
}

.arabic .start-date {
    padding-right: 0px !important;
    padding-left: 15px !important;
}

.arabic .end-date {
    padding-right: 0px !important;
    padding-left: 15px !important;
}

/*css for Lead Configuration » Stages*/
.lead-config-dropdown
    .list-group-sortable-exclude
    .list-group-item
    .edit-configuration {
    color: #2d4059;
}

.lead-score-label {
    display: block;
    color: #2d4059;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.lead-score-submit-btn {
    background-color: #0070bd !important;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 112, 189, 0.4) !important;
}

.lead-score-cancel-btn,
.cancel-btn {
    background-color: #21b573 !important;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(32, 181, 115, 0.4);
}

.lead-score-mr-rt {
    margin-right: 12px;
}

.lead-score-label {
    display: block;
    color: #2d4059;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.permission-settings-lead-pop-up {
    padding: 14px 14px 14px 43px;
}

.lead-score-field-pop-up-value {
    width: 75%;
    height: 3.5rem;
    font-size: 1.4rem;
    border: 1px solid #d5d9de;
    border-radius: 12px;
    color: #2d4059;
    padding-left: 1.4rem;
    margin-bottom: 1.2rem;
}

.lead-config-dropdown
    .list-group-sortable-exclude
    .list-group-item
    .edit-configuration:hover {
    text-decoration: none;
}

.dataTables_wrapper > div:first-child {
    display: none;
}

.table.dataTable {
    margin-top: 0px !important;
}

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

.field-configurations,
.mar-top-15 {
    margin-top: 15px !important;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/*.safari-browser .field-configurations .form-checkbox input:checked + .label:after{*/
/*top: 11px!important;*/
/*}*/
.field-configurations .form-checkbox input[disabled] + label,
.field-configurations .form-checkbox input[disabled] + label:before {
    cursor: not-allowed !important;
    opacity: 0.4;
}

.field-configurations .form-checkbox input[disabled] + label:after {
    cursor: not-allowed !important;
    border: solid #666;
    border-width: 0 3px 3px 0;
}

/*css  accroding to safari */
.header__user-img {
    float: left;
}

/* width */
*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.table-responsive-custom .col-sm-12 {
    overflow-x: auto;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 6px 4px 0px 0px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.col-sm-12.remove-border {
    border: none;
    padding: 0 15px;
}

.table-responsive-custom .data-table {
    border: none;
}

.table-responsive-custom .table.dataTable {
    margin-bottom: 0px !important;
}

.table-responsive-custom > div .row:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
}

.table-section .table-responsive-custom .table tr td {
    border: 0px;
}

.table tbody {
    border-bottom: 1px solid #d5d9de !important;
}

.dataTables_empty {
    text-align: center !important;
}

.mar-left-0px {
    margin-left: 0px !important;
}

/*@-moz-document url-prefix() {*/
/*.table-responsive-custom .col-sm-12{*/
/*max-width: 95rem;*/
/*}*/
/*}*/
.section__upload-wrapper.import-file {
    display: block;
    width: 100%;
}

/*css chnages related to dashboard*/
.browser-dashboard .left_date_select {
    display: inline-block;
    padding-left: 0.7rem;
}

.browser-dashboard .right_tabs {
    width: 24rem;
    float: right;
}

.browser-dashboard .right_tabs.arabic {
    width: auto;
    float: left;
}

.request-section .col-sm-3 {
    float: left;
}

.stage-scroll {
    max-height: 150px;
    overflow-y: auto;
}

.request-section .small-box .inner {
    width: 88% !important;
    float: left;
    white-space: nowrap;
}

.request-section .small-box .inner.arabic {
    float: right;
    text-align: right;
}

.request-section .small-box .inner.arabic h3 span {
    float: right;
    padding: 0px 0px 0px 7px;
}

.request-section .small-box .icon {
    width: 8%;
    float: left;
}

.chart-section .col-sm-9,
.chart-section .col-sm-3,
.pie-chart-section .col-sm-4,
.Disqualifications .col-sm-4,
.multiple-circular-section .col-sm-4 {
    float: left;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .left-header-section {
        left: auto;
    }
}

.time-list li:nth-child(3n + 1) .border-class-section {
    border-right: 4px solid rgb(250, 6, 128);
}

.time-list li:nth-child(3n + 2) .border-class-section {
    border-right: 4px solid #0070bd !important;
}

.time-list li:nth-child(3n + 3) .border-class-section {
    border-right: 4px solid #20c997;
}

.activity-list li:nth-child(3n + 1).first-details,
.event-list li:nth-child(3n + 1) .fa-circle-o {
    color: rgb(252, 146, 8) !important;
}

.activity-list li:nth-child(3n + 2).first-details,
.event-list li:nth-child(3n + 2) .fa-circle-o {
    color: rgb(54, 219, 54) !important;
}

.activity-list li:nth-child(3n + 3).first-details,
.event-list li:nth-child(3n + 3) .fa-circle-o {
    color: rgb(30, 11, 204) !important;
}

/*datepicker*/
.customise-date .section__item-input,
.customise-date .input-group-text {
    line-height: 27px;
}

.customise-date .section__item-input {
    width: 89% !important;
}

.safari-browser .tabs {
    margin-top: 5px !important;
}

/*css for error block*/
.edit-org-form.width-fixed .add_organization_form .form-group,
.add_organization_form.width-fixed .form-group {
    margin-left: 0px !important;
    width: inherit;
}

/*sms template*/

.sms-template-section .display-flex-wrapper,
.email-template-section .display-flex-wrapper,
.user-list-section .display-flex-wrapper {
    width: auto;
}

.addlead-sectio .main .section__form-container {
    margin-bottom: 0px;
}

/*css for compose mail*/
.mailing-section {
    display: table;
    width: 100%;
}

.left-section,
.right-section {
    display: table-cell;
}

.permission-table thead th {
    width: 300px;
}

.field-configurations table thead tr th {
    width: 300px;
}

.field-configurations .table tr td:last-child,
.field-configurations .table tr th:last-child {
    text-align: left !important;
}

.arabic .field-configurations .table tr td:last-child,
.arabic .field-configurations .table tr th:last-child {
    text-align: right !important;
}

.ticket-enquire {
    padding: 0px 0px 0px 9px !important;
}

.menubar__items.menubar__items__nocollapse:after {
    display: none;
}

/*css for distribute */

.distribute-section .select__organziation_header label {
    width: auto;
}

.activity-list li:nth-child(3n) {
    text-transform: initial;
}

.file-activity-section .fileinput {
    border: 0px;
}

.file-activity-section .btn-file {
    border: 1px dashed #ccc;
}

.main .section__item-btn-container.btn-pad0px {
    padding: 0px !important;
}

@media (min-width: 1440px) {
    .tabs li {
        margin: -1px 6px !important;
    }
}

.file-activity-section .fileinput .form-control {
    cursor: pointer;
}

.file-activity-section .fileinput .form-control {
    cursor: pointer;
}

.file-activity-section {
    margin-bottom: 13px;
    border-bottom: 1px dashed #d5d9de;
}

.file-activity-section .btn-activity-save {
    margin-top: 10px;
}

.activity-tracker-section .activity-list li ul li {
    color: #2d4059;
    font-size: 14px;
}

.activity-tracker-section .note-list label a {
    color: #286090;
    font-size: 14px;
}

.activity-tracker-section .notes .note-list li label {
    margin-top: 6px;
}

.activity-tracker-section .notes .note-list li {
    margin-top: 13px;
}

.nav-link span {
    color: #2d4059;
}

.add-user-btn {
    display: block !important;
}

.safari-browser .reset_password img {
    max-width: inherit !important;
    width: 42px;
    height: 42px;
}

.safari-browser .section__checkbox-container.import-file-lqs {
    display: inherit;
}

.edit-email-section .add_organization_form .form-group {
    width: 50%;
    margin-left: 0px;
}

.ticket-enquire-nav {
    padding: 0rem 0 1rem 0rem !important;
}

.menubar__items__nocollapse.active {
    background: #fff;
}

.ticket-enquire-nav .tms-dashboad-img {
    padding-top: 8px;
}

.ticket-enquire-nav .nav-link {
    padding-top: 13px;
}

.no-msg-template {
    position: relative;
    top: 34px;
}

.right-forgot-section .card {
    display: inline !important;
    float: left;
}

.forgot-form-section .bttn {
    cursor: pointer;
}

.forgot-form-section {
    background-image: url("/images/login-bg.jpg");
    background-position: center;
    background-repeat: repeat;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.editHover:hover .icon-hover-text {
    visibility: visible;
}

.editHover:hover .icon-hover-text-activity-tracker {
    visibility: visible;
}

.icon-hover-text-activity-tracker {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    background: #fff;
    line-height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d5d9de;
    border-radius: 0.5rem;
    display: none;
    color: #2d4059;
    font-size: 1.2rem;
    padding: 5px;
    display: inline-block;
    right: 0%;
    margin-bottom: 5px;
    top: 150%;
    left: 50%;
    width: 157px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    margin-left: -60px;
    height: 27px;
}

.icon-hover-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    background: #fff;
    line-height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d5d9de;
    border-radius: 0.5rem;
    display: none;
    color: #2d4059;
    font-size: 1.2rem;
    padding: 5px;
    display: inline-block;
    right: 0%;
    margin-bottom: 5px;
}

.icon-hover-text-activity-tracker:before {
    position: absolute;
    content: "";
    /* width    : 0; */
    /* height   : 0; */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    left: 50%;
    top: 100%;
    content: "";
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}

.icon-hover-text:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    left: 83%;
    bottom: -5px;
}

.activity-tracker-mg-lf {
    margin-left: 29px;
}

.forgot-inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 15px;
}

.IE-browser .table thead tr th {
    width: 10% !important;
    white-space: nowrap !important;
}

.IE-browser .distribute-section .table thead tr th {
    white-space: nowrap !important;
    width: 10% !important;
}

.table thead th {
    vertical-align: middle !important;
}

.distribute-section .table thead tr th {
    white-space: nowrap !important;
}

/*css for dropdown*/
.dropdown-custom {
    margin-bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding: 0px;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-custom .fa {
    margin-right: 5px;
}

.arabic .dropdown-custom .fa {
    margin-left: 5px;
    margin-right: unset;
}

.dropdown-last a {
    border-top: 1px solid #ccc;
}

.users-multiselect + div > ul {
    /* height: 3.1rem !important;
    overflow-y: auto !important;
    width: 19rem !important; */

    max-height: 3.1rem !important;
    overflow-y: auto !important;
    width: 39rem !important;
}

.super-admin-email {
    padding: 7px 2rem 0px 2rem;
}

.cursor-pointer {
    cursor: pointer;
}

.super-admin-email .message-content {
    width: 50%;
    float: left;
    margin-bottom: 21px;
}

.arabic .super-admin-email .message-content {
    padding-right: 0px;
    float: right;
}

.existing-lead .email-content {
    width: 100%;
}

.morecontent span {
    display: none;
}

.comment-file {
    width: 400px;
    color: #2d4059;
}

.delete-file-btn {
    float: left;
}

.col-activity-opt {
    width: calc(100% - 25px);
}

.col-file-name {
    width: 255px;
}

.col-file-name,
.col-dlt,
.col-file-icon {
    display: table-cell;
    vertical-align: middle;
}

.col-dlt {
    width: 20px;
}

.morelink {
    padding: 2px;
    border-radius: 2px;
    font-size: 11px !important;
    text-decoration: underline;
    color: #007bff !important;
}

.col-file-icon {
    width: 35px;
}

.activity-tracker-section .note-list label a:hover {
    text-decoration: none;
}

.morelink:hover {
    text-decoration: underline !important;
}

.activity-tracker-section .box.notes {
    max-height: 26.5rem !important;
    min-height: 26.5rem !important;
}

.activity-tracker-section .no-upcoming-event,
.activity-tracker-section .no-notes h4 {
    margin: 5rem 0rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
}

.activity-tracker-section .no-notes {
    display: table;
}

.activity-tracker-section .font-arw-circle {
    font-size: 22px;
    color: #2c4059;
}

.first-details .ticket-details-section {
    margin-top: 6px;
}

.activity-list li:last-child .ticket-details-section {
    margin-bottom: 0px !important;
}

.activity-list {
    margin-bottom: 0px;
}

.btn-activity-save,
.btn-activity-save:hover {
    color: #fff;
    background-color: #2c4059;
    border-color: #2c4059;
}

.upcomming-event .fa-circle-o,
.upcomming-event .event-list li label {
    display: table-cell;
}

.activity-middle-section {
    color: rgb(30, 11, 204) !important;
}

.arabic .activity-middle-section {
    padding-right: 10px;
}

.popover-key-section {
    cursor: pointer;
}

.hide-popover {
    display: none !important;
}

.api-setting {
    min-height: 70px;
}

.api-key-text {
    float: right;
    font-size: 16px;
    border: 2px solid #212529;
    padding: 3px;
    cursor: pointer;
}

section#activity-area .activity-date-list {
    padding: 20px;
    overflow-y: auto;
    background: #fff;
    max-height: 37.9rem;
    width: 100%;
}

.activity-date-list-overflow-y {
    padding: 20px !important;
    overflow-y: hidden !important;
    background: #fff !important;
    max-height: 43.9rem !important;
    width: 100% !important;
}

section#activity-area .activity-middle-history {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 12px #999;
}

section#activity-area .activity-calendar-header {
    padding: 20px 20px 0px 20px !important;
    max-height: 51rem;
    padding: 0px;
}

section#activity-area .activity-middle-history {
    max-height: 51rem;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #999;
}

.safari-browser .table thead tr th {
    text-align: left;
}

.safari-browser .activity-input-group {
    height: 35px;
    padding-top: 10px;
}

/*css for safari browser*/
::i-block-chrome,
.modal-header .close {
    margin: -3rem -1rem -1rem auto !important;
}

::i-block-chrome,
.modal-footer {
    text-align: center;
}

::i-block-chrome,
.modal-content {
    float: left;
}

#edit__icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

#edit__icon.arabic {
    left: 10px;
    right: unset;
}

.existing-user-select {
    margin-right: 10px !important;
}

.arabic .existing-user-select {
    margin-left: 10px !important;
    margin-right: unset;
}

.existing-user-select-name .select__organziation_header {
    width: 187px;
    padding: 0px !important;
    float: left;
}

.mar-lft {
    margin-left: 10px;
}

.mar-rgt {
    margin-right: 10px;
}

.upcomming-edit-track .delete-lead-lifecycle {
    float: left;
    width: 18px;
    margin-top: -4px;
    font-size: 11px;
}

.upcomming-edit-track .activity-title {
    float: left;
    width: calc(100% - 47px);
    word-break: break-all;
    color: #2d4059;
}

.upcomming-edit-track .fa-circle-o {
    float: left;
    margin-top: 5px;
    font-size: 10px;
}

.activity-modal {
    padding: 15px;
    background: #cccccc3b;
}

.tabs-activity {
    /* width: 40%; */
    float: left;
}

.arabic .tabs-activity {
    float: right;
}

.tabs-activity .tabs {
    margin-left: 0px !important;
}

.tabs-activity ul.tabs li a.calendar.active {
    border-top: 2px solid #dc3545 !important;
    background: #f8f9fa !important;
}

.tabs-section-calendar .tabs-activity .nav.nav-tabs {
    border-bottom: none;
}

.tabs-activity ul.tabs li a.calendar.active-temp {
    border-top: 2px solid #dc3545 !important;
    background: #f8f9fa !important;
}

.tabs-section-calendar {
    /* width: 50%; */
    float: left;
}

.arabic .tabs-section-calendar {
    float: right;
}

.calendar-section-tabs {
    width: 100%;
    float: left;
}

.arabic .calendar-section-tabs {
    float: right;
}

.tabs-section-calendar .select__organziation_header {
    background-color: transparent;
}

.tabs-section-calendar .select__organziation_header {
    background: transparent;
    padding: 0px;
    width: auto;
    text-align: right;
}

.activity-calendar-section .browser-dashboard {
    height: 60px;
}

.activity-search {
    margin-left: 14px;
}

.activity-calendar-section .table-section.dashboard {
    margin: 0px;
}

.arabic .activity-calendar-section .table-section.dashboard {
    width: 110% !important;
}

.calendar-section-tabs {
    /* margin-top: 3rem; */
    margin-top: 15px;
}

.activity-calendar-section .addlead-section {
    width: 100%;
    float: left;
}

.activity-calendar-section .right_tabs ul li a {
    padding: 0.7rem 0.7rem;
    height: 3.1rem;
}

.activity-calendar-section .right_tabs ul li a.active {
    border-radius: 4px !important;
}

.activity-calendar-section .browser-dashboard .right_tabs {
    width: 20rem;
}

.activity-calendar-section .right_tabs {
    border-radius: 7px;
}

.arabic .browser-dashboard .activity-calendar-section .left_date_select {
    width: 50%;
}

.activity-calendar-section .right_tabs {
    width: 20%;
}

.activity-calendar-section .select__organziation_header {
    background: #fff;
    width: 14%;
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    margin-right: 15px;
}

.arabic .activity-calendar-section .select__organziation_header {
    margin-left: 15px;
    margin-right: unset;
}

.activity-calendar-section .browser-dashboard .right_tabs {
    width: 20rem;
}

.arabic .activity-calendar-section .browser-dashboard .right_tabs {
    width: auto;
}

.activity-calendar-section .select__organziation_header select {
    width: 15rem;
    padding: 0.4rem 0.7rem;
    border-radius: 0.3rem;
    height: 3.1rem;
}

.mar-lft {
    margin-left: 10px;
}

.activity-popup-remarks {
    height: auto;
    width: 280px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #999;
    position: absolute;
    right: 30px;
    top: 65px;
    background: #fff;
    z-index: 999999;
    display: none;
}

.is_lead_contacted button.close_btn {
    position: absolute;
    top: 0;
    right: 3px;
    background: no-repeat;
    font-size: 18px;
    padding: 0;
    line-height: 14px;
}

.color-bg {
    background: #cccccc3b;
    padding: 10px;
}

.gray {
    color: #ccc;
}

.timelist-deatils-section {
    width: 23rem;
}

.get-activity-remark {
    position: relative;
    color: #2d4059;
}

.new-track {
    position: absolute;
    background: #ccc;
    width: 200px;
    height: 40px;
    padding: 10px;
    z-index: 99999999999999;
    overflow: visible;
    display: -webkit-inline-box;
    top: 47%;
}

.selected {
    display: none;
}

.showli {
    display: block;
}

.popover-body {
    font-size: 14px;
}

.chat-remark {
    cursor: pointer;
}

.activity-popup-remarks .btn-green {
    background: #20c997;
    margin-right: 10px;
    color: #fff;
}

.arabic .activity-popup-remarks .btn-green {
    margin-left: 10px;
    margin-right: unset;
}

.activity-popup-remarks .btn-green,
.btn-popover-cancel {
    background: #20c997;
    margin-right: 10px;
    color: #fff;
}

/* .popover-body{
  width: 239px;
}
.popover-body .popover-body{
  width: 224px;
} */
#remark-activity .form-control {
    height: 80px;
    font-size: 13px;
}

#remark-popup-newy .form-group {
    width: 182px;
}

#handover-lead .select__custom {
    background: #fff;
    border: 1px solid #ddd;
}

.handover {
    width: 20px;
}

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

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.no-wrap {
    white-space: nowrap;
}

.help-activity {
    font-size: 12px;
}

.dual-permission-ownership .tbody-border-hide {
    border-bottom: none !important;
}

.header-text {
    padding: 0px 10px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.close.header-text {
    margin-top: -7px;
    color: #333;
    font-weight: 400;
    opacity: unset;
}

.preview-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.popover-body {
    background-color: #cccccc3b;
}

.popover-bg {
    background-color: transparent;
}

.btn-popover-cancel:hover {
    color: #fff;
}

.attachment-link-preview .fa-file-text-o {
    margin-right: 0px;
}

.drag-drop {
    border: 1px dashed #ccc;
    text-align: center;
    padding-top: 18px;
    height: 100px;
}

.btn-file-upload {
    margin-top: 10px;
}

.btn-file-upload .btn-upload {
    background-color: #ccc;
}

.tooltipevent {
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dz-default.dz-message {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}

form#store-notes-form {
    position: relative;
}

.dz-default.dz-message span {
    display: none;
}

.rule-automate .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 59rem;
}

.rule-automate .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.rule-automate .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.rule-automate .form-control {
    display: block;
    width: 19rem;
    height: 31px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rule-automate .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.rule-automate .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rule-automate .select__box .table-select-dropdown {
    max-width: none;
    display: inline-block;
    width: 19rem;
    height: 3.1rem;
    background: #fff;
    border: 1px solid #ddd;
}

.rule-automate .select__box {
    float: left;
    margin-right: 10px;
}

.arabic .rule-automate .select__box {
    float: right;
    margin-left: 10px;
    margin-right: unset;
}

.rule-automate .label-text {
    display: block;
}

.rule-automate .info-section {
    position: relative;
    top: 26px;
    font-size: 18px;
}

.rule-automate .add-icon {
    position: relative;
    top: 23px;
    /* width : 24px; */
    font-size: 21px;
    cursor: pointer;
}

.rule-automate .btn-minus {
    background-color: #fff;
    border: 0px;
    font-size: 20px;
    cursor: pointer;
}

.rule-automate .fieldRow {
    margin-bottom: 15px;
    overflow: hidden;
}

.rule-automate .fieldRow .field {
    float: left;
    margin: 0 10px 0 0;
}

.rule-automate .fieldRow select.field {
    padding: 1px;
}

.rule-automate .buttonHolder {
    border-top: solid 5px #ccc;
    padding: 10px;
}

.rule-automate .fieldRow .button {
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}

.arabic .rule-automate .fieldRow .button {
    float: right;
    margin-left: 10px;
    margin-right: unset;
}

.rule-automate #template .button.remove {
    display: none;
}

.rule-automate .fieldRow {
    float: left;
}

.arabic .rule-automate .fieldRow {
    float: right;
}

.fieldRow .operator {
    display: none;
}

.loader-new {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999;
}

.loader-1 {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.loader.is-active {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.loader-default[data-half]:after {
    border-right-color: transparent !important;
}

.loader-default[data-half]:after {
    border-left-color: transparent !important;
}

.loader-default:after {
    border: 8px solid #33333370 !important;
}

.pie-chart .inner-box.custom-width {
    width: 295px;
    height: 300px;
    margin: 30px auto 0;
    display: block;
    margin-bottom: 40px;
}

section#activity-area .box.hide-scroll {
    overflow-y: hidden;
}

.empty-dashboard {
    text-align: center;
    text-align: center;
    font-size: 15px;
    margin-left: -43px;
}

.activity-tracker-section .no-notes h4 {
    margin: 38px 0px 0px 0px !important;
}

.coming-soon-txt {
    font-size: 12px;
}

.lead-assigned .pie-chart {
    background: rgba(0, 0, 0, 0.3);
}

.lead-assigned #chart5 #bars li {
    border-color: rgba(0, 0, 0, 0.15) !important;
    background: rgba(0, 0, 0, 0.08) !important;
}

.lead-assigned #chart5 #bars {
    background: transparent;
    border-color: transparent;
}

.lead-assigned #chart5 #bars li .bar {
    background: #2196f317;
}

.lead-assigned #chart5 #numbers li {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.fileinput .file-org-admin.thumbnail > img {
    width: 249px !important;
    width: 40px !important;
}

.overlay {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 0;
    left: 9px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
    border-radius: 10px;
}

.coming-text {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    font-weight: boldorigin;
}

.noData {
    text-align: center;
    font-size: 15px !important;
    opacity: 0.5;
}

.leads-dashbaord-changes {
    max-height: 325px;
    min-height: 202px;
}

.leads-dashbaord-changes ul.list-data li {
    border-bottom: none;
    padding: 0.2rem 0;
}

.leads-dashbaord-changes ul.list-data.arabic li {
    text-align: right;
}

.org-header {
    background-color: #fff;
    margin-right: 10px;
}

.org-header.arabic {
    margin-right: unset;
    margin-left: 10px;
}

.org-header select.table-select-dropdown {
    background-color: #fff;
}

.distribute-section .field-section, .existing-user-select-name .field-section{
    margin-right: 10px;
    float: left;
}

.distribute-section .select__organziation_header.form-group.select-field {
    width: 250px;
}

.distribute-section .custom-search {
    width: 158px;
}

.distribute-section .select__organziation_header.select-asignee {
    margin-left: 30px;
}

.distribute-section .select__organziation_header.select-asignee.arabic {
    margin-right: 30px;
    margin-left: 10px;
}

.distribute-section .org-header.form-group {
    width: 100px;
    float: left;
}

.distribute-section .org-header.form-group.arabic {
    float: right;
}

.org-header.unassigned {
    width: 200px !important;
}

.assignee-section .select__organziation_header.assigned {
    background-color: #fff !important;
    padding: 0px !important;
}

.LMS-disqualified label {
    width: auto !important;
}

.org-header.unassigned .select__custom {
    width: 19rem;
}

@-moz-document url-prefix() {
    .rule-automate .fieldRow .button {
        margin-top: 39px !important;
    }
}

.new-row {
    background-color: #0088cc21;
    float: left;
    padding-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

.arabic .new-row {
    float: right;
    margin-right: unset;
    margin-left: 10px;
}

.info-rule-icon {
    margin-right: 7px !important;
}

.stages_wrapper_top.LMS-lead {
    float: left;
    justify-content: normal;
    width: 100%;
}

.rule-automate .fieldset-rule {
    border-radius: 0.5rem !important;
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: double !important;
    border-color: #ccc;
    border-image: initial;
    width: 100%;
}

.rule-automate .legend-rule {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto;
}

.mar-10px {
    margin-bottom: 10px;
}

.rule-automate .input-box {
    margin-top: 6px;
}

.rule-automate .help-block {
    width: 19rem;
}

.rule-automate .trigger .select__box {
    margin-bottom: 15px;
}

.iti {
    width: 100%;
}

.unique-configuration {
    margin: 10px;
    float: left;
    /*Add float left*/
    margin: 10px;
}

.arabic .unique-configuration {
    float: right;
}

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

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 2px 2px 15px 0 #e5e5e5;
    height: 53px;
}

#nav li {
    float: left;
    display: block;
    position: relative;
    z-index: 500;
    margin: 0 1px;
}

#nav li a {
    padding: 15px 14px;
    color: #444;
    transition: color 400ms;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    font-size: 1.55rem;
    font-family: "IBMPlexSans-Regular";
    color: #2d4059;
}

#nav ul {
    position: absolute;
    left: 0;
    display: none;
    padding: 0;
    list-style: none;
    box-shadow: 2px 2px 15px 0 #e5e5e5;
}

#nav ul li {
    float: left;
    border-top: 1px solid #fff;
    width: 100%;
    white-space: nowrap;
}

#nav ul a {
    display: block;
    height: 34px;
    padding: 7px 15px;
    text-align: left;
}

#nav a:hover {
    text-decoration: none;
    background-color: #ea5455;
    color: #fff;
}

.menu_nav_translator #nav li.menu:hover ul.sub_menu {
    display: block;
    background: white;
}

.mar-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pad-lr-20 {
    padding-left: 15px;
    padding-right: 15px;
}

.mar-t-25 {
    margin-top: 25px;
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-tb-15 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h-35 {
    height: 35px;
}

.f-size-14 {
    font-size: 14px;
}

.f-right {
    float: right;
}

table.dataTable.arabic thead .sorting:before,
table.dataTable.arabic thead .sorting_asc:before,
table.dataTable.arabic thead .sorting_desc:before,
table.dataTable.arabic thead .sorting_asc_disabled:before,
table.dataTable.arabic thead .sorting_desc_disabled:before {
    left: 1em;
    right: unset;
}

.arabic table.dataTable.arabic thead .sorting:before,
.arabic table.dataTable.arabic thead .sorting_asc:before,
.arabic table.dataTable.arabic thead .sorting_desc:before,
.arabic table.dataTable.arabic thead .sorting_asc_disabled:before,
.arabic table.dataTable.arabic thead .sorting_desc_disabled:before {
    left: unset;
    right: 1em;
}

table.dataTable.arabic thead .sorting:after,
table.dataTable.arabic thead .sorting_asc:after,
table.dataTable.arabic thead .sorting_desc:after,
table.dataTable.arabic thead .sorting_asc_disabled:after,
table.dataTable.arabic thead .sorting_desc_disabled:after {
    left: 0.5em;
    right: unset;
}

.arabic table.dataTable.arabic thead .sorting:after,
.arabic table.dataTable.arabic thead .sorting_asc:after,
.arabic table.dataTable.arabic thead .sorting_desc:after,
.arabic table.dataTable.arabic thead .sorting_asc_disabled:after,
.arabic table.dataTable.arabic thead .sorting_desc_disabled:after {
    right: 0.5em;
    left: unset;
}

.arabic .modal-footer > :not(:first-child) {
    margin-left: unset;
    margin-right: 0.25rem;
}

.arabic .modal-footer > :not(:last-child) {
    margin-left: 0.25rem;
    margin-right: unset;
}

.arabic {
    text-align: right;
}

.arabic .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}

.arabic .iti--allow-dropdown input,
.arabic .iti--allow-dropdown input[type="tel"],
.arabic .iti--allow-dropdown input[type="text"],
.arabic .iti--separate-dial-code input,
.arabic .iti--separate-dial-code input[type="tel"],
.arabic .iti--separate-dial-code input[type="text"] {
    padding-left: 6px !important;
    padding-right: 81px !important;
}

.arabic .text-left {
    text-align: right !important;
}

.arabic .text-right {
    text-align: left !important;
}

.arabic .input-group > .input-group-append > .input-group-text {
    border-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.app_wrapper {
    width: 100vw;
}

.sms-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.sms-container .col-md-6 {
    padding: 0px !important;
}

.stage_add_btn button {
    float: left;
}

.menu_nav_translator #nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 1px 5px 10px #e4e4e4;
    box-shadow: 1px 5px 10px #e4e4e4;
}

.menu_nav_translator #nav a:hover {
    text-decoration: none;
}

.menu_nav_translator #nav li {
    float: left;
    display: block;
    position: relative;
    z-index: 500;
    margin: 0 1px;
}

.menu_nav_translator #nav li a {
    text-decoration: none;
    padding: 10px 15px;
    color: #444;
    -webkit-transition: color 400ms;
    transition: color 400ms;
    display: inline-block;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.55rem;
    font-family: "IBMPlexSans-Regular";
    color: #2d4059;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu_nav_translator #nav li a:hover {
    background: #ececec;
    color: #2d4059;
}

.menu_nav_translator #nav li.active a.sub_menu {
    background: #e4e4e4;
}

.menu_nav_translator #nav li:hover ul {
    display: block;
}

.menu_nav_translator #nav.arabic li {
    float: right;
    text-align: right;
}

.menu_nav_translator #nav ul {
    position: absolute;
    left: 0;
    display: none;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 2px 2px 15px 0 #c7c7c7;
    box-shadow: 2px 2px 15px 0 #c7c7c7;
    width: 45vw;
    background: #ececec;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #e4e0e0;
}

.menu_nav_translator #nav ul li {
    float: left;
    width: 100%;
    white-space: nowrap;
    width: 33%;
}

.menu_nav_translator #nav ul li a {
    display: block;
    height: 37px;
    padding: 10px 15px;
    font-size: 1.38rem;
    letter-spacing: 1px;
    background: #ececec;
}

.menu_nav_translator #nav ul li a:hover {
    border-left: 3px solid #ea5354;
    background-color: #d0d0d0;
    color: #2d4059;
}

.menu_nav_translator #nav ul.arabic {
    left: unset;
    right: 0;
}

.menu_nav_translator #nav ul.arabic a {
    text-align: right;
}

.menu_nav_translator #nav ul.arabic li a:hover {
    border-left: 0px solid #ea5354;
    border-right: 3px solid #ea5354;
}

.mar-t-15 {
    margin-top: 15px;
}

.table {
    margin-top: 15px;
}

.arabic .add__user__search .pull-left {
    padding-right: 0px;
}

.arabic .activity-calender {
    width: 78vw;
    overflow-x: scroll;
}

.arabic table.dataTable {
    width: auto !important;
    min-width: 100%;
}

.arabic .dataTables_wrapper {
    width: 77vw !important;
    overflow-x: scroll !important;
}

.arabic table.dataTable th {
    width: unset !important;
    white-space: nowrap;
}

#distribute-table-section .dataTables_wrapper,
#existing-lead-table_wrapper.dataTables_wrapper,
#lead-handover-table_wrapper.dataTables_wrapper {
    width: 100% !important;
    overflow-x: hidden !important;
}

#calendar td span {
    text-transform: capitalize;
}

.table-responsive-custom #activity-list-table_wrapper .col-sm-12 {
    margin-top: -15px;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: capitalize;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: capitalize;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: capitalize;
}

input:-moz-placeholder {
    /* Firefox 18- */
    text-transform: capitalize;
}

#list_view .list-group {
    margin-top: 15px;
}

.mar-t-47 {
    margin-top: 47px !important;
}

.mar-t-0 {
    margin-top: 0px !important;
}

.report-download-container {
    margin-right: 0px;
}

.arabic .report-download-container .text-right {
    padding: 0px;
}

.no-padding {
    padding: 0px;
}

.section.activity-calender .table-section.dashboard .left_date_select {
    width: 60%;
}

.arabic .section.activity-calender .table-section.dashboard .left_date_select {
    width: 46%;
}

.mar-top-15 {
    margin-top: 15px !important;
}

#activity-list-table_wrapper .table.dataTable.arabic {
    margin-top: 15px !important;
}

.add_value {
    position: absolute;
    width: 20px;
    top: 11px;
    left: 45%;
    cursor: pointer;
}

.section__item-select {
    width: 100%;
    height: 35px;
    border: 1px solid #cecfd0;
    background: white;
    border-radius: 3px;
    padding: 0px 4px;
}

#encryption + input[disabled] {
    opacity: 0.5;
}

.lead-score-mr-rt {
    margin-right: 12px;
}

.lead-score-label {
    display: block;
    color: #2d4059;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.permission-settings-lead-pop-up {
    padding: 14px 14px 14px 43px;
}

.lead-score-field-pop-up-value {
    width: 75%;
    height: 3.5rem;
    font-size: 1.4rem;
    border: 1px solid #d5d9de;
    border-radius: 12px;
    color: #2d4059;
    padding-left: 1.4rem;
    margin-bottom: 1.2rem;
}

#ajax-lead-field-configuration .setting-tab.disabled {
    display: none;
}

.lead-status {
    visibility: hidden;
    background: white;
    color: #2d4059;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 5px 11px;
    bottom: 100%;
    left: 25%;
    margin-left: -60px;
    border: 1px solid #e83e8c;
    border-radius: 0.5rem;
    font-weight: 500 !important;
}

p.wrd-brk {
    word-break: break-all;
}

.inner:hover .lead-status {
    visibility: visible;
}

.small_ref {
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-status::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e83e8c;
    left: 45%;
    bottom: -5px;
}

.add-group-btn {
    background-color: #ea5455;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(234, 84, 85, 0.4);
    transition: all 0.2s ease-in-out;
    font-size: 1.5rem;
    text-decoration: none;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.add-group-btn .fa-plus-square {
    margin: 0rem 0.5rem;
}

.popup__permissions--addtags {
    display: flex;
    position: relative;
}

.popup__permissions--addedtags {
    list-style: none;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    width: 100%;
}

.readonly {
    pointer-events: none;
    opacity: 0.65;
}

.notification {
    position: relative;
    cursor: pointer;
}

.notification .fa-bell {
    position: absolute;
    font-size: 1.4em;
    top: -2px;
    right: -29px;
    color: #2c4059;
}

.notification .notification-count {
    position: absolute;
    font-size: 1em !important;
    top: -14px;
    left: 20px;
    background-color: red;
    height: 18px;
    border-radius: 24%;
    font-weight: bolder;
    width: auto;
    text-align: center;
    z-index: 1;
    color: white !important;
    padding: 0px 2px 19px 2px;
}

#dist-notification-popup {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.31) 0px 0px 1px;
    box-sizing: border-box;
    display: none;
    flex: 1 1 auto;
    width: 15%;
    z-index: 400;
    position: fixed;
    inset: 36px auto auto -122px;
    transform: translate(576px, 52px);
    overflow: auto;
    max-width: 480px;
    min-width: 182px;
    max-height: 30rem;
}

#dist-notification-popup .d-f {
    display: flex;
    flex-direction: column;
}

#dist-notification-popup .title {
    font-size: 14px;
    line-height: 1.45455;
    font-weight: 700;
    color: white;
    width: 100%;
    text-align: center;
    padding: 7px 20px;
    background: #2c4059;
    position: sticky;
    top: 0;
}

#dist-notification-popup .unique_id {
    display: block;
    justify-content: center;
    min-height: 24px;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dist-notification-popup .unique_id:hover {
    background-color: rgb(244, 245, 247);
}

#dist-notification-popup .unique_id:visited,
.visited {
    color: rgb(107, 119, 140);
}

.remark {
    font-size: 1.5rem;
}

#dist-notification-popup .show_more {
    border-top: 2px solid rgba(9, 30, 66, 0.08);
    line-height: 2.5;
    text-align: center;
}

#dist-notification-popup .show_more_text {
    font-size: 13px;
    color: #172b4d;
    font-weight: inherit;
}

#dist-notification-popup .show_more:hover {
    text-decoration: none !important;
}

.popup__permissions--addedtags .tag-purple {
    color: #2b3f58;
    background-color: #acbfd6;
    border: 1px solid #2b3f58;
}

.popup__permissions--addedtags li {
    display: inline-flex;
    padding: 0.5rem 2rem 0.5rem 1rem;
    margin: 0 0.5rem 0.5rem 0;
    position: relative;
    border-radius: 0.5rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
}

.popup__permissions--addedtags li i {
    position: absolute;
    right: 0.5rem;
    top: 0.8rem;
    font-size: 1rem;
}

#groups_chosen .chosen-choices,
#select_users_chosen .chosen-choices {
    max-height: 60px;
    overflow-y: scroll;
}

.lead-section .select__organziation_header select {
    width: 19rem;
}

.lead-section .select_common {
    width: 16rem;
}

#re-assignment-form button.btn {
    /* position: relative;
    right: 11px; */
    margin-left: 10px;
}

#re-assignment-form .existing-user-select-name .select__organziation_header {
    width: 215px;
}

.lead-section .input-search {
    position: relative;
    left: -27px;
}

.lead-section .existing-user-select-name .select__organziation_header {
    width: 276px;
}

.lead-section .table-select-dropdown {
    width: 18rem !important;
}

.lead-section .table-select-dropdown#selected-assigned-type {
    width: 14rem !important;
}

.lead-section .table-select-dropdown#selected-user {
    width: 13rem !important;
}

.lead-section.tms .table-select-dropdown#selected-user {
    width: 11rem !important;
}

.lead-section.tms .assignee-section {
    position: relative;
}

.tms #re-assignment-form button.btn {
    position: relative;
    left: -20px;
}

.lead-section .assignee-section.col-md-10 {
    position: relative;
    left: -28px;
}

.pad-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.table-section .table tr td:last-child {
    width: 112px !important;
}
.download-filters input {
    width: 12rem;
    margin-left: 1rem;
    height: 3.1rem;
    box-shadow: 1px 4px 12px #ccc;
}

.download-filters .select__custom {
    height: 3.1rem;
    box-shadow: 1px 4px 12px #ccc;
    margin-left: 1rem;
}

.green-color {
    color: #89ba68;
}
.red-color {
    color: #ea5455;
}
.dashboard_right_tabs {
    width: 260px;
}
.dashboard_right_tabs .stages_tabs {
    margin-top: 8px;
    width: auto;
}
.dashboard_right_tabs .stages_tabs.right_tabs ul li a {
    padding: 0.7rem 1rem;
}
.dashboard_right_tabs .stages_tabs.right_tabs ul li a.active {
    background: #2c4059;
}
.text-decoration-none:hover {
    text-decoration: none;
}

/* width 100%*/
.w-100 {
    width: 100%;
}

.random_distribution_section {
    padding: 0 15px;
}
.random_distribution_section div {
    padding-right: 0;
}
.random_distribution_section .form-check {
    align-self: center;
}

.lqs_container .card .response-message {
    position: absolute;
    top: -100%;
}

/* *************  messege for user what a password should contain     ****************************** */
#message,
#messagebox,
#messagereset {
    z-index: 999;
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol" !important;
    overflow: hidden;
    text-align: left !important;
}

#message p,
#messagebox p,
#messagereset p {
    padding: 1px 15px;
    font-size: 15px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}
.valid:before {
    position: relative;
    left: -15px;
    content: "✔";
}
/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}
.invalid:before {
    position: relative;
    left: -15px;
    content: "✖";
}

/* adjust added  headers style  ********************************/

.adjustHeightOfHeaders {
    height: 45px;
    padding-top: 8px;
}

.adjustHeightOfHeadersInput {
    height: 3.5rem;
}

/* .section__form-container #form_group 
.col-md-6,
.col-md-2,
.col-md-4 {
    padding: 1px !important;
} */

.form-group{
    padding-left: 0!important;
}

.section__form-container #form_group .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.section__form-container #form_group .row .col-md-2 .remove_btn {
    padding: 8px 35px;
    background-color: #ea5455;
    box-shadow: 0.5rem 0.5rem 2rem #ea545469;
}
.add__user__search #delete_lead .remove_btn {
    background-color: #ea5455;
    box-shadow: 0.5rem 0.5rem 2rem #ea545469;
}
/* adjust added  headers style  ***********************************/

/* Lead Detail History */

#lead-history-modal .modal-dialog {
    max-width: 85rem !important;
}

#lead-history-modal label {
    font-weight: bold;
}

/* adjust added  headers style  ***********************************/

.disabled_span {
    -webkit-text-fill-color: #abb3bd;
    cursor: not-allowed;
}

#lead-history-modal .section-1,
#lead-history-modal .section-2,
#lead-history-modal .updated-values {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

#lead-history-modal .section-2 .values {
    display: flex;
    flex-direction: column;
}

#lead-history-modal .v-sec {
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-history-pagination .pagination {
    justify-content: flex-end;
}
/* Lead Detail History */

#organization-table tr td:last-child {
    min-width: 7rem;
}

.delete_field {
    color: #ea5455;
    font-size: 3rem;
    margin-left: 18px;
}

#organization-table tr td:last-child {
    min-width: 7rem;
}

#disqualified-list-table tbody tr td {
    width: 3rem;
}
#disqualified-list-table tbody tr td:nth-child(5),
#disqualified-list-table tbody tr td:nth-child(6) {
    width: 20rem !important;
}
#disqualified-list-table tbody tr td:nth-child(2),
#disqualified-list-table tbody tr td:nth-child(3) {
    width: 10rem !important;
}
#disqualified-list-table tbody tr td:nth-child(4) {
    width: 12rem !important;
}

#assigned-list-table tbody tr td:nth-child(6) {
    width: 16rem !important;
}

/* tms Detail History */

#tms-history-modal .modal-dialog {
    max-width: 85rem !important;
}

#tms-history-modal label {
    font-weight: bold;
}

/* adjust added  headers style  ***********************************/

#tms-history-modal .section-1,
#tms-history-modal .section-2,
#tms-history-modal .updated-values {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

#tms-history-modal .section-2 .values {
    display: flex;
    flex-direction: column;
}

#tms-history-modal .v-sec {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tms-history-pagination .pagination {
    justify-content: flex-end;
}
/* tms Detail History */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    background: #f8f9fa !important;
}
.bootstrap-datetimepicker-widget table thead tr:nth-child(2) th {
    background: #e9ecef !important;
}
#assignment_stat_heading {
    text-align: center;
    font-size: 2rem;
}
.tabchangePercentCount {
    padding-top: 1rem;
}
#dataFormatHeading {
    padding-right: 3rem;
    padding-left: 1rem;
}
.tabsForPercentAndCount {
    padding: 0.5rem 1rem;
    color: white;
    background: #68a0d1;
    border-radius: 5%;
    cursor: pointer;
}

.is_active {
    background-color: #2a4f70;
}

#no_records_found {
    display: none;
    text-align: center;
    padding-top: 3rem;
    font-size: 1.5rem;
}

.remove_addmore {
    margin-top: 1rem;
    margin-left: 89rem;
}

#added_addmore {
    border-top: 1px solid #e1d8d8;
    margin-bottom: 2rem;
}

#added_addmore:first-child {
    border-top: none;
}
span.help-block {
    font-size: 12px;
}

.inner_section .breadcrumb_custom{
    border-bottom: 2px solid #ededed;
    width: fit-content;
}

.header__text_inner span{
    cursor: pointer;
    padding-bottom: 2.5px;
}
.header__text_inner:not(:last-child) span{
    margin-right: 20px;
}

.main .header__text_inner span {
    color: #000;
}
.main .header__text_inner.activeInnerTab span {
    border-bottom: 3px solid #2c4059;
    font-weight: 700;
}

.tab_inner_block{
    display: none;
}
.tab_inner_block:first{
    display: block;
}

.tab_inner_block .request-section{
    margin-bottom: 20px;
}
.tab_inner_block .stage-scroll{
    height: auto;
    overflow-y: auto;
}
.tab_inner_block .request-section .small-box .inner{
    width: 80% !important;
}

.tab_inner_block .request-section .small-box .icon{
    width: 35px!important;
    height: 35px;
    background-color: #eff0f2!important;
    border-radius: 50%;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 22px 22px!important;
}

.email-img-box {
    background: url("../images/email_menu.svg") !important;
}
.call-img-box {
    background: url("../images/call_menu.svg") !important;
}
.sms-img-box {
    background: url("../images/sms.svg") !important;
}

.left_date_select{
    width: 100%!important;
}
.browser-dashboard .right_tabs {
    float: left;
    width: auto;
}
.date_range_picker{
    width: 22rem;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    max-width: 25rem;
    margin-right: 1rem;
    box-shadow: 1px 4px 12px #ccc;
    height: 3.8rem;
    -webkit-appearance: none;
    padding-left: 0.9rem;
    outline: none;

    padding: 8px 10px;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    border-color: #d5d9de;
}

.daterangepicker .drp-calendar.left {
    margin: 8px;
    box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.15);

}
.daterangepicker .drp-calendar.right {
    padding: 8px 8px 8px 0!important; 
    margin: 8px;
    box-shadow: 12px 3px 15px 0px rgba(0, 0, 0, 0.15);
    background: #fff!important;
}
.daterangepicker .ranges {
    float: right!important;
}

#export-dashboard-report, #export-activity-report{
    float: right;
    margin-right: 5px;
    margin-left: auto;
}

.daterangepicker .ranges li{
    border: 2px solid #2c4059;
    border-radius: 5px;
    margin: 0 10px 10px 5px;
    text-align: center;
}
.daterangepicker .ranges li.active, 
.daterangepicker td.active, 
.daterangepicker td.active:hover
{
    background-color: #2c4059!important;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff!important;
}

.date_range_picker .fa{
    margin: auto 0 auto 10px;
}

.min_height_date_range_picker{
    height: 3.1rem;
    padding: 0.375rem 1rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    border-color: #d5d9de;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.sec-filter{
    margin: 15px 0 0 -15px;
}

  #enable_user_email input[type='radio'] {
    -webkit-appearance: none;
    width: 14px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 1px #ea5455;
}

#enable_user_email input[type='radio']:before {
    content: '';
    display: block;
    width: 55%;
    height: 55%;
    margin: 20% auto;
    border-radius: 50%;
}

#enable_user_email input[type='radio']:checked:before {
    background: #ea5455;
}
.arabic .header__text_inner span {
    margin: 0;
}
.arabic .header__text_inner:not(:first-child) span {
    margin-right: 20px;
}

.left_date_select select {
    min-width: 125px;
}

.arabic .left_date_select select {
    background: url(/images/drop-icon.png) no-repeat 5% 50%;
}
.arabic#export-dashboard-report, .arabic#export-activity-report{
    float: left;
    margin-left: 0;
    margin-right: auto;
}
.arabic .date_range_picker{
    margin-right:0px;
    margin-left: 1rem;
}

#channel-source-div.arabic select{
    margin-right:0px;
}

.arabic .date_range_picker .fa {
    margin: auto 10px auto 0px;
}

.arabic .daterangepicker .ranges{
    float: left!important;
}

.browser-dashboard select{
    height: 3.1rem;
}
.browser-dashboard button{
    height: 3.1rem;
    padding: 0 .7rem;
    border-radius: 0.4rem;
}

.daterangepicker .calendar-table td {
    min-width: 32px!important;
    width: 2em!important;
    height: 2em!important;
    line-height: 12px!important;
}

.daterangepicker td.start-date {
    border-radius: 10px 0 0 10px!important;
}

.daterangepicker td.end-date {
    border-radius: 0 10px 10px 0!important;
}

.daterangepicker td.in-range {
    background-color:#eff0f2 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #2c4059!important;
}

.table-section #lead-randomizer-table.table tr td:last-child {
    width: 150px !important;
}

.table-section #lead-randomizer-table.table tr th.sorting_asc::after,
.table-section #lead-randomizer-table.table tr th.sorting_desc::after,
.table-section #lead-randomizer-table.table tr th.sorting_asc::before,
.table-section #lead-randomizer-table.table tr th.sorting_desc::before {
   content:"" !important;
}
.w-258{
    width: 258px!important;
}
.w-300{
    width: 300px!important;
}
.label-class {
    display: flex;
    align-items: center;
}
.field_ul + div > ul{
    width: 100%!important;
    max-width: 300px!important;
}

.disqualified-lead .distributed-lead-select-field,.assigned-lead .distributed-lead-select-field{
    margin-right: 10px;
}
.reset_section{
    margin-top: 6rem;
}