﻿body {
    position: relative;
}

.container {
    position: relative;
}

.modal-content {
    max-height: calc(100vh - 3.5rem);
    min-height: 300px;
}

.modal-body {
    overflow: auto;
}
.link{
    color:#075DA8;
    cursor: pointer;
}
.modal-2 {
    z-index: 1052;
}

.backdrop-2, .backdrop-1 {
    z-index: 1051;
}

.modal-3 {
    z-index: 1053;
}

.backdrop-3 {
    z-index: 1052;
}

.modal-4 {
    z-index: 1054;
}

.backdrop-4 {
    z-index: 1053;
}

.sidebar-dark .nav-item .nav-link {
    padding: 0.35rem 1rem;
}

.sidebar-dark .nav-item .nav-link i {
    width: 27px;
    height: 30px;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
}

.head-row {
    background: #eaecf4;
}

.show-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.3s;
}

.close-map {
    right: 0;
    margin-right: 10px;
    width: 40px;
    bottom: 105px;
    height: 40px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    border-radius: 2px 2px 0 0;
}

.cal-body .col {
    border: none !important;
    font-size: 75%;
    font-weight: 600;
    padding: 6px 0px;
    cursor: pointer;
}

.msp-ctrl-lookup .btn-outline-secondary {
    padding-right: 0;
    position: relative;
    margin: 0;
    width: calc(100%);
    text-align: left;
    padding: 0;
    border: 0 !important;
}

.secondary-label {
    display: none;
}

.msp-ctrl-multilookup {
    min-height: 1.85rem;
    height: auto !important;
}

.msp-ctrl-multilookup input {
    display: none;
    margin: 0;
    border: 0;
    outline: 0;
    width: 100%;
}

.msp-ctrl-multilookup.focus-ctrl {
    border: 1px solid #64baff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 227, 0.25);
}

.msp-ctrl-multilookup.focus-ctrl input {
    height: 1.25rem;
    display: block;
}

.filter-row .msp-ctrl-lookup .btn-outline-secondary {
    padding: 0;
    border: 0 !important;
    text-align: left;
    margin: 0;
}

.filter-row .msp-ctrl-lookup .btn-outline-secondary:hover {
    background: #fff;
    color: #858796;
}

.filter-row .msp-ctrl-lookup .btn-outline-secondary .fa-times {
    top: 2px;
    right: 0;
}

.msp-ctrl-lookup-multi .btn-outline-secondary {
    padding-right: 1.25rem;
    position: relative;
    margin: 0.125rem;
    display: inline-block;
}

.unread-icon {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msp-ctrl-lookup .fa-times,
.msp-ctrl-lookup-multi .fa-times,
.div-file-uploading .fa-times {
    position: absolute;
    right: 0rem;
    top: 2px;
}

.div-file-uploading .fa-times {
    top: 4px;
    margin-right: 4px;
    color: #ff0000;
    cursor: pointer;
}

.msp-ctrl-lookup .btn-outline-secondary:hover {
    color: #333333 !important;
    background: #fff !important;
}

.msp-popup {
    padding: 0.25rem 0.5rem;
}

.msp-popup .item,
.msp-popup .item-tag,
.msp-popup .add-new {
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}

.msp-popup .item:hover,
.msp-popup .item-tag:hover,
.item-selected {
    background: #858796;
    color: #fff;
}

.msp-popup .no-data-found {
    padding: 0.25rem 0.5rem;
}

.current-day {
    background: #075DA8;
    border-radius: 50%;
    color: #fff;
}

.current-day:hover {
    background-color: #0069bd !important;
}

.current-day.item-selected {
    background: #075DA8;
}

.msp-popup .secondary-label {
    display: block;
    font-size: 0.75rem;
    color: #888;
}

.msp-popup .item:hover .secondary-label,
.msp-popup .item-tag:hover .secondary-label,
.item-selected .secondary-label {
    color: rgba(255, 255, 255, 0.6);
}

.msp-ctrl-lookup-multi p {
    outline: none;
    padding: 2px 4px;
    margin: 1px 0;
    height: 1.5rem;
    width: calc(100% - 0.65rem);
}
button.btn.menu-pin {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255,255,255,.7);
}
.msp-ctrl-file::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    color: #6e707e;
    content: "Browse";
    background-color: #eaecf4;
    border-left: 1px solid #d1d3e2;
    border-radius: 0 0.2rem 0.2rem 0;
}

.msp-ctrl {
    position: relative;
}

.msp-ctrl .row {
    margin-top: -0.2rem;
    padding: 0;
    height: calc(100% + 0.3rem);
}

.msp-ctrl input[type="text"] {
    border: 0;
    width: 100%;
    height: 100%;
}

.msp-ctrl select {
    border: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.msp-ctrl-date::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    left: 0.25rem;
    top: 0.215rem;
}

.msp-ctrl-fromdate,
.msp-ctrl-todate {
    max-width: 94px
}

.msp-ctrl-time::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    left: 0.25rem;
    top: 0.215rem;
}

.msp-ctrl-date input,
.msp-ctrl-time input {
    position: absolute;
    left: 1.5rem;
    top: 1px;
    height: calc(100% - 2px) !important;
    width: calc(100% - 1.75rem) !important;
}

.msp-ctrl[data-required], .mandate-field {
    border-left: 0.1rem solid red !important;
}

.msp-ctrl[data-ui="image"][data-required] {
    border-left: 0.1rem solid red !important;
    border-radius: 0.35rem !important;
}

.msp-ctrl-image-edit[disabled],
.msp-ctrl-image-remove[disabled] {
    pointer-events: none;
}

.disabled-ctrl {
    opacity: 0.65;
}

.btn-light {
    background: #d1d3e2;
    border-color: #d1d3e2;
}

.mode-edit .msp-ctrl-lookup .btn-outline-secondary {
    border: 0 !important;
    padding: 0 !important;
    text-align: left;
    margin: 0;
}

.mode-edit .msp-ctrl-lookup .btn-outline-secondary:hover {
    background: #fff;
    color: #858796;
}

.mode-edit .msp-ctrl-lookup .btn-outline-secondary .fa-times {
    right: 0;
    top: 2px;
}

.has-error .form-control {
    border-color: red;
}

.has-error .vld-message {
    margin-top: 2px;
    font-size: 13px;
    color: red;
}

.cursor-move {
    cursor: move;
}

.cursor-pointer {
    cursor: pointer;
}

.align-items-stretch {
    align-items: stretch;
}

.grid-table tbody tr:hover {
    box-shadow: inset 1px 0 0 #bfceec, inset -1px 0 0 #dfe7f7, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    z-index: 1;
}

.grid-table tbody tr.selected {
    background: rgba(0, 126, 227, 0.07);
    color: #333;
}

.lblChk {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    min-width: 16px;
    min-height: 16px;
    margin-top: 1px;
}

.parent-lblChk .lblChk {
    display: block;
    margin-top: 8px;
}


/* Hide the browser's default checkbox */

.lblChk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 4px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[disabled] {
    color: #858796;
}

.disabled label {
    color: #ddd;
    text-decoration: none;
}

.disabled .checkmark {
    background: #eee;
}

.disabled a:hover {
    text-decoration: none;
}

.disabled .checkmark:hover,
.disabled .checkbox:hover .checkmark {
    background-color: #eee;
}

.disabled .lblChk:not(.disabled-checkbox):hover input~.checkmark {
    background-color: #eee;
}


/* On mouse-over, add a grey background color */



.lblChk.disabled-checkbox input~.checkmark {
    box-shadow: 0 0 0 3px rgba(63, 63, 63, 0.205);
}


/* When the checkbox is checked, add a blue background */

.lblChk input:checked~.checkmark {
    background-color: #075DA8;
    border-color: rgba(0, 125, 227, 0.205);
    box-shadow: 0 0 0 3px rgba(0, 125, 227, 0.205);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.lblChk input:checked~.checkmark:after {
    display: block !important;
}

.lblChk input:checked~.radioCheck:after {
    display: block !important;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}


/* Style the checkmark/indicator */

.lblChk .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.object-detail #page-nav {
    padding-left: 0;
}

.object-detail #page-nav .nav-item::after {
    display: none;
}

.object-detail #page-nav .nav-item {
    padding: 4px 16px;
    margin: 0;
}

.object-detail #page-nav .nav-item.active,
.object-detail #page-nav .nav-item:hover {
    color: #075DA8;
    border-bottom: 2px solid #075DA8;
}

.object-detail .nav-tabs {
    border-bottom-color: #075DA8;
}

.simple-list ul {
    list-style: none;
    padding-left: 0px;
    margin: 0;
}

.simple-list ul li a {
    padding: 0.6rem 1rem;
    display: block;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    transition: all 0.2s;
}

.simple-list ul li a:hover {
    background: #075DA8;
    color: #fff;
}

.changed .msp-ctrl,
.changed input,
.changed select,
.changed textarea,
.changed .msp-ctrl-lookup,
.changed.grid-name,
.field-block .card.changed,
.field-item.changed {
    background: #c1dcf2;
}

.msp-ctrl-lookup .lookup-item {
    display: flex;
}

.msp-ctrl-lookup .lookup-item>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 10px);
}

.cell-edit i.fa-lock {
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 30%;
}

#GridSettingModal .ui-sortable-handle {
    width: 100% !important;
}

.grid-cell {
    position: relative;
    justify-content: space-between;
    display: flex;
    margin: auto;
}

.grid-cell .row-icon {
    display: none !important;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    text-align: center;
    color: #075DA8;
    border-radius: 2px;
    box-sizing: border-box;
    padding-top: 3px;
    cursor: pointer;
    animation: arrowBranch 0.3s ease-in;
}

@keyframes arrowBranch {
    0% {
        top: 0;
    }

    50% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    50% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    100% {
        transform: rotateZ(-5deg);
        -webkit-transform: rotateZ(-5deg);
    }
}

@keyframes leftRight {
    0% {
        left: -100px;
        opacity: 0;
        background: white;
    }

    75% {
        background: rgb(232, 235, 255);
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

.input-group-prepend .btn-outline-primary,
.input-group-append .btn-outline-primary {
    border-color: #d1d3e2;
    font-size: 0.85rem !important;
    line-height: 1 !important;
}

.input-group-prepend {
    margin-right: 0;
}

.input-group-prepend .btn {
    border-right: 0;
}

.page-form .modal-body div:first-child h6 {
    margin-top: 0 !important;
}

.object-drive-tab-details {
    min-width: 282px;
    max-width: 282px;
    position: relative;
    margin-right: 16px;
}

#myTabContent .dropdown p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.object-detail-tab .nav-tabs .nav-link {
    color: #333;
    border: 0;
    border-bottom: 2px solid transparent;
}

.object-detail-tab .nav-tabs .nav-link.active,
.object-detail-tab .nav-tabs .nav-item.show .nav-link {
    color: #075DA8;
    border: 0;
    border-bottom: 2px solid #075DA8;
    cursor: pointer;
}

.object-detail-tab .rounded-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0;
}

.pr-15 {
    padding-right: 15px;
}

.msp-date-picker {
    width: 180px;
}

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

.mode-edit .wrap {
    overflow: visible;
}

th.wrap {
    overflow: visible;
}

.msp-current-time {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 500;
    background-color: #e74a3b;
}

.msp-current-time::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #e74a3b;
    content: "";
    display: block;
    border-radius: 50%;
    left: -6px;
    top: -3px;
}

.item-exists {
    position: relative;
}

.item-exists::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #075DA8;
    border-radius: 50%;
    bottom: 3px;
    left: 13px;
}

.item-selected.item-exists::after,
.current-day.item-exists::after {
    background: #fff;
}

a,
.lookup-display-record,

/* ,.email-section .email  */

.email-section .email,
.check-details {
    color: #075DA8;
    cursor: pointer;
}

.lookup-display-disabled-record {
    color: #3a3b45;
    cursor: auto;
}

a:hover,
.lookup-display-record:hover
/* ,.email-section .email:hover  */

    {
    text-decoration: underline;
}

[data-ui="multilookup"] .lookup-display-record:hover {
    color: #fff !important;
}

[data-ui="multilookup"] .btn-outline-secondary:hover  .lookup-display-record {
    color: #fff !important;
}

.query-list {
    margin-left: 9px;
    margin-top: 15px;
}


/*Media Library CSS Start*/

.right-panel-image {
    width: calc(100% - 250px);
    transition: all 0.2s;
    background: #eeeeee;
}

.img-lst-hdr {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    color: #777;
    border: 0;
    padding: 8px;
}

.thumb_img {
    padding-bottom: calc(100% - 52px);
    text-align: center;
    vertical-align: middle;
    background-color: #fafafa !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    margin-bottom: 52px;
}

.img_name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.div-img-list {
    float: left;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.img-tool {
    display: none;
    transition: all 0.2s;
}

.toolDiv {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    transition: all 0.2s;
}

.div-img-list:hover {
    border-color: #075DA8;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.div-img-list:hover .img-tool {
    display: block;
}

.multiselect-container.dropdown-menu {
    max-height: 300px;
    overflow: auto;
    /* Width added for production issue - 4425 */
    width: fit-content;
}

.tbl-module-list .multiselect-container.dropdown-menu {
    height: auto !important;
}

/* Resolving production issue - 4425 Start */
.multiselect-container.dropdown-menu li {
    padding: 0 7px 0 0;
}

/* End */

.multiselect-container.search-multiselect {
    min-height: 300px;
}

.profile-pic {
    position: relative;
}

.profile-pic:hover .profile-img-edit {
    opacity: 1;
}

.profile-img-edit {
    padding: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    color: #fff;
    transition: all 0.2s;
    opacity: 0;
}

.pac-container {
    z-index: 10001;
}

.search-controls {
    text-align: center;
    padding: 16px;
}

.search-controls .txtSearch::placeholder {
    color: #fff;
}

.admin-controls-list .control-item,
.integration-plugins .control-item {
    cursor: pointer;
}

.msp-popup .item.selected {
    background: #075DA8;
    color: #fff;
}

.msp-ctrl-texteditor.hotkey-enabled .popup-container div.item {
    min-width: 100px;
    border-bottom: dotted 1px black;
}

.user-replace-settings .moudules-list .modules {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 250px;
    overflow: auto;
}

.modal-replace-user .modal-sm {
    min-width: 500px !important;
}

.table-responsive.grid-table-container.tblUsers::before,
.table-responsive.grid-table-container.tblUsers::after {
    display: none;
}

.operavipupcomingstay {
    cursor: pointer;
}

/*#endregion Suraj*/

.pleaseWait {
    display: none;
}

.recipients-table.table {
    width: auto;
}

.recipients-table.table th,
.recipients-table.table td {
    white-space: pre !important;
}

.recipients-table.table td {
    max-width: fit-content;
}

.fas,
.fa,
.far {
    font-weight: 800 !important;
}

.close {
    color: #075DA8;
}

.text-black {
    color: #000 !important;
}

.comp-signature .tool {
    position: absolute;
    right: 0;
    bottom: 0;
}

.dropdown-nav.cal-month-menu,
.dropdown-nav.cal-year-menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    height: auto;
    font-size: 16px;
    color: #000;
    height: 22px;
    transition: all 0.2s;
    margin-top: -2px;
}

.monthYear {
    height: 22px;
}

.dropdown-nav.cal-month-menu {
    width: 50px;
    margin-left: 8px;
}

.dropdown-nav.cal-year-menu {
    width: 70px;
}

.reset-userFilter,
.reset-allEventFilters {
    color: #075DA8;
    float: right;
    cursor: pointer;
}

.close-editor {
    position: fixed;
    right: 8px;
    top: 2px;
}

.profile-pic {
    position: relative;
}

.profile-pic:hover .edits {
    display: block;
}

.edits {
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    background: #075DA8;
    color: #fff;
}

.form-control[data-field="MSP_lookup"],
.form-control[data-ui="lookup"] {
    line-height: 1 !important;
}

.minimize-panel {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
}

.modal-min-snippit {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    width: auto;
    display: flex;
}

.modal-min-snippit span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: auto;
    padding: 0.4rem;
}

/*========================Loader Css==============================*/

#main-loading {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1100;
    display: none;
}

#main-loading.active,
.loading.active {
    display: block;
}

#main-loading img,
.loading img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1010;
}

.loading-container {
    position: relative;
}

/*===================Responsive breakpoints=======================*/

@media (min-width: 320px) {

    .main-drive .folder-box,
    .main-drive .file-box,
    ul.templateList.marketing-list li,
    .div-img-list {
        max-width: 50%;
        min-width: 50%;
    }
}

@media (min-width: 576px) {

    .main-drive .folder-box,
    .main-drive .file-box,
    ul.templateList.marketing-list li,
    .div-img-list {
        max-width: 50%;
        min-width: 50%;
    }

    .main-drive .file-box {
        height: 50%;
    }

    .modal-sm {
        min-width: 500px !important;
    }
}

@media (min-width: 768px) {

    .main-drive .folder-box,
    .main-drive .file-box,
    ul.templateList.marketing-list li,
    .div-img-list {
        max-width: 25%;
        min-width: 25%;
    }

    .modal-dialog {
        min-width: 715px !important;
    }

    .employee-status-modal.modal-lg {
        min-width: 500px !important;
        max-width: 500px;
    }

    .main-drive .file-box {
        height: 25%;
    }

    
}

@media (min-width: 992px) {

    .main-drive .folder-box,
    .main-drive .file-box,
    ul.templateList.marketing-list li,
    .div-img-list {
        max-width: 20%;
        min-width: 20%;
    }

    .main-drive .file-box {
        height: 20%;
    }
}

@media (min-width: 1200px) {

    .main-drive .folder-box,
    .main-drive .file-box,
    ul.templateList.marketing-list li,
    .div-img-list {
        max-width: 16.6%;
        min-width: 16.6%;
    }

    .main-drive .file-box {
        height: 16.6%;
    }
}

.disabled-lookup, .msp-ctrl-texteditor-disabled {
    background-color: #f8f9fc;
}

.form-control:disabled {
    background-color: #f8f9fc;
    opacity: 1;
    -webkit-text-fill-color: #858796;
}

.modal-header .close {
    outline: 0;
}

.modal-header h5,
.page-title-info h5,
.object-name {
    word-break: break-all;
}

.navbar-search input:focus,
.navbar-search button:focus {
    box-shadow: none;
}

.focus-shadow.active {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 227, 0.25);
    border-radius: 0.35rem;
    transition: all 0.2s;
}

.social-icons a,
.template-button a,
.td-col a {
    position: relative;
    display: inline-block;
}

.clicksMap .template-mail-body a {
    position: relative;
    overflow: visible !important;
}

.link-count-style {
    padding-top: 3px;
    font-size: 10px;
    background: #bb5206;
    border-radius: 50%;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -7px;
    right: -8px;
    vertical-align: sub;
    position: absolute;
}


/* .template-button .link-count-style {
  top: -16px;
  right: -28px;
} */

.table.table-bordered.recipients-table .data-row.selected {
    background: rgba(0, 126, 227, 0.07);
}

.notification-div {
    max-height: 400px;
    overflow: auto !important;
    padding-top: 0 !important;
}

.marketing-editor .block.active {
    display: block;
}

.marketing-editor .block {
    display: none;
}

.mail-box {
    background-color: #f8f9fc;
    border: 1px solid #eee;
    border-top: 0;
    padding: 0;
    margin-bottom: 20px;
}

.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 20px;
}

.mail-box-header h2 {
    margin-top: 0;
    width: calc(100% - 134px);
    /* overflow: hidden; */
    /* height: 32px; */
    text-overflow: ellipsis;
}

.mailbox-content .tag-list li a {
    background: #ffffff;
}

.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px;
    word-break: break-all;
}

.mail-text {
    border-top: 1px solid #e7eaec;
}

.mail-text .note-toolbar {
    padding: 10px 15px;
}

.mail-body .form-group {
    margin-bottom: 5px;
}

.mail-text .note-editor .note-toolbar {
    background-color: #f9f8f8;
}

.mail-attachment {
    border-top: 1px solid #e7eaec;
    padding: 20px;
    font-size: 12px;
}

.mail-attachment ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.fileName li {
    display: inline-block;
    margin-right: 6px;
    color: #075DA8;
    border: 1px solid #075DA8;
    border-radius: 0.35rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fileName li a {
    padding: 0.375rem 0.75rem;
    display: block;
}

.fileName li:hover {
    background: #075DA8;
    color: #fff;
}

.fileName li:hover a {
    color: #fff;
    text-decoration: none;
}

.fileName li a i {
    margin-right: 4px;
}

.current-month-day {
    background-color: #075DA8;
    color: white;
}

.context-menu {
    z-index: 900;
}

@media print {
    .mail-content {
        max-width: 100% !important;
        width: 100%;
    }

    .printemail,
    .mail-print-btn,
    #page-nav {
        display: none !important;
    }
}

.msp-time-picker .item {
    color: #000 !important;
}

.msp-time-picker .item.item-selected,
.msp-time-picker .item:hover {
    color: #fff !important;
}

.lblFileUpload {
    width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 !important;
    line-height: 1.4;
}

.notification-item {
    word-break: break-word;
}

input.txtSearch[placeholder="Search Box"] {
    display: none;
}

.map input.txtSearch[placeholder="Search Box"] {
    width: 270px;
    top: 10px !important;
    display: block;
}

.msp-view-collection {
    overflow-y: auto;
}

.bell-size {
    font-size: 1.2rem;
}

.msp-coll-lbl {
    position: relative;
}

.msp-coll-lbl::after {
    position: absolute;
    content: "\f107";
    right: 8px;
    top: 4px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.campaign-report-content svg>g>g:last-child {
    pointer-events: none;
}

.img-profile-glow {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 227, 0.25);
}

.img-profile-container:hover .img-profile .img-profile-task {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 227, 0.25);
}

.object-picture:hover {
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 227, 0.25);
    cursor: pointer;
}


.img-profile-calendar {
    height: 50px;
}

.swal-modal {
    width: 500px;
}

.drive-share .remove-user-share {
    color: #858796;
}

.drive-share .remove-user-share:hover {
    color: #000;
    cursor: pointer;
}

.exp-time-pickup {
    max-width: 250px;
}

.lh-1 {
    line-height: 1;
}

.op-color-picker {
    position: relative;
}

.op-color-picker .fas {
    color: #000;
    padding: 2px;
    opacity: 0.75;
    background: #fff;
}

#headingOne h6[aria-expanded="true"],
#headingTwo h6[aria-expanded="true"],
#headingThree h6[aria-expanded="true"] {
    color: #075DA8 !important;
}

/*Added by suraj on 28Feb2022 for Opera Store*/
#headingOne h6[aria-expanded="true"] .down-arrow,
#headingTwo h6[aria-expanded="true"] .down-arrow,
#headingThree h6[aria-expanded="true"] .down-arrow {
    transform: rotate(180deg);
}

#headingOne h6[aria-expanded="false"] .down-arrow,
#headingTwo h6[aria-expanded="false"] .down-arrow,
#headingThree h6[aria-expanded="false"] .down-arrow {
    transform: rotate(0deg);
}

/*changes end*/

#headingOne h6.disabled,
#headingTwo h6.disabled,
#headingThree h6.disabled {
    opacity: 0.4;
}

[data-pagename="AppPrice"] .card-deck .card {
    min-width: 250px;
    max-width: 250px;
    margin-top: 1em;
}

.company-footer {
    color: white;
}

.company-footer a {
    color: white;
}

.datafield-icon {
    padding-left: 20px;
    position: relative;
}

.datafield-icon.autoincrement::before {
    content: "\f3bf" !important;
}

.datafield-icon.time::before {
    content: "\f017" !important;
}

.datafield-icon.date::before {
    content: "\f073" !important;
}

.datafield-icon.database::before {
    content: "\f1c0" !important;
}

.datafield-icon.email::before {
    content: "\f0e0" !important;
}

.datafield-icon.dropdown::before {
    content: "\f150" !important;
}

.datafield-icon.multiselect::before {
    content: "\f0ae" !important;
}

.datafield-icon.url::before {
    content: "\f0ac" !important;
}

.datafield-icon.phone::before {
    content: "\f3cd" !important;
}

.datafield-icon.text::before {
    content: "\f15c" !important;
}

.datafield-icon.number::before {
    content: "\f1ec" !important;
}

.datafield-icon.int::before {
    content: "\f129" !important;
}

.datafield-icon.decimal::before {
    content: "\f525" !important;
}

.datafield-icon.currency::before {
    content: "\f155" !important;
}

.datafield-icon.formula::before {
    content: "\f53e" !important;
}

.datafield-icon.checkbox::before {
    content: "\f14a" !important;
}

.datafield-icon.date::before {
    content: "\f784" !important;
}

.datafield-icon.datetime::before {
    content: "\f073" !important;
}

.datafield-icon.textarea::before {
    content: "\f036" !important;
}

.datafield-icon.email::before {
    content: "\f658" !important;
}

.datafield-icon.lookup::before {
    content: "\f002" !important;
}

.datafield-icon.multilookup::before {
    content: "\f00e" !important;
}

.datafield-icon.image::before {
    content: "\f03e" !important;
}

.datafield-icon.file::before {
    content: "\f1c6" !important;
}

.datafield-icon.location::before {
    content: "\f689" !important;
}

.datafield-icon.collection::before {
    content: "\f0ce" !important;
}

.datafield-icon.objectid::before {
    content: "\f246" !important;
}

#wrapper {
    overflow: hidden;
}

.datafield-icon::before {
    position: absolute;
    left: 6px;
    top: 0px;
    content: "\f0c8";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    opacity: .6;
}

.word-count {
    position: absolute;
    right: 5px;
    top: 5px;
    background: white;
    z-index: 2;
    padding: 1px;
}

.word-count .space {
    padding: 3px;
}

mark,
.mark {
    padding: unset;
}

.help-left-panel {
    max-width: 200px;
}


/********** HELP Css End *****************/

.company-footer a {
    color: white;
    max-width: 200px;
}

.content-editable {
    border: 1px solid #d1d3e2;
    border-radius: 4px;
    padding: 4px;
}

.content-editable:focus {
    color: #3a3b45;
    border-radius: 4px;
    background-color: #fff;
    border-color: #64baff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 227, 0.25);
    padding: 4px;
}

.disable-build-ctrl {
    pointer-events: none;
    opacity: 0.8;
}

.disable-build-ctrl {
    pointer-events: none;
    opacity: 0.8;
}

.sub-dropdown {
    position: relative;
}

.sub-dropdown ul {
    position: absolute;
    background: white;
    display: none;
}

.sub-dropdown:hover ul {
    display: block;
    right: calc(-100% + 10px);
    top: 0px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.dropdown-item.sub-dropdown::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.page-info .message {
    position: relative;
    background: #EDF5FD;
    padding: 6px 14px 8px 14px;
    border-radius: 4px;
    /* line-height: 1.5; */
    display: inline-block;
}

.disable-past-dates {
    pointer-events: none;
    background: #dcdcdc;
}

.texteditor strong {
    font-weight: bold;
}

.msp-ctrl-lookup {
    overflow: hidden;
}

.app-no-show {
    background-color: #ff5e5e !important;
    color: rgba(255, 255, 255, 0.9);
}

.app-confirmed {
    background-color: #FFFF00 !important;
}

.app-new {
    background-color: #a6e5bd !important;
    color: black;
}

.app-checkout {
    background-color: #c7c7b5 !important;
    color: white;
}

.chart-list {
    overflow: hidden;
    width: 270px;
    position: absolute;
    display: none;
    right: 10px;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ccc;
    top: 45px;
    padding: 5px;
    text-align: left;
}

ul.chart-sub-lst {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

ul.chart-sub-lst li {
    margin: 0px;
    padding: 0 8px;
    text-align: center;
    display: inline-block
}

ul.chart-sub-lst li a {
    color: #000;
    filter: grayscale(100%);
}

ul.chart-sub-lst li a:hover {
    color: #0c67b0;
    text-decoration: none;
    filter: grayscale(0%);
}

ul.chart-sub-lst li span {
    display: block;
    padding-top: 0px;
    font-size: 12px;
    font-weight: bold;
}

ul.chart-sub-lst li a.active {
    filter: grayscale(0%);
    color: #0c67b0;
    border-bottom: solid 2px #0c67b0;
    display: block;
    padding: 1px;
}

/* ul.chart-sub-lst li a.active {border: 1px solid #ccc;} */

ul.chart-sub-lst li img {
    width: 24px;
}

.coming-soon {
    background-color: red;
    border-radius: 5px;
    text-align: center;
    color: white;
    padding: 2px;
    font-size: 8px;
    margin: 0;
}

.side-tab {
    max-width: 1200px;
    width: calc(100% - 300px);
}

.date-ctrl-report {
    max-width: 100% !important;
}
.date-ctrl-rangefilter{
    max-width: 100% !important ;
}

/* dashboard css start */
.grid-stack {
    background: #fff;
}

.grid-stack-item-content {
    background: #fff;
    border: solid 1px #e3e6f0;
}

.grid-stack {
    padding: 0px;
    background-color: #fff;
    background-size: calc(8.3333333333%) calc(8.3333333333%);
    background-image:
        linear-gradient(to right, #d2effd 10px, transparent 1px),
        linear-gradient(to left, #d2effd 10px, transparent 1px),
        linear-gradient(to top, #d2effd 10px, transparent 1px),
        linear-gradient(to bottom, #d2effd 10px, transparent 1px)
}

.dashboard-grid {
    padding: 20px;
    background-color: #d2effd;
    border-radius: 4px;
}

.dash-report-chart {
    width: 100%;
    height: calc(100% - 43px);
    position: absolute;
}

.dash-report-chart1 {
    width: 100%;
    height: calc(50% - 22px);
    position: absolute;
}

.dash-report-chart2 {
    width: 100%;
    top: 50%;
    height: calc(50% - 22px);
    position: absolute;
}

.expand-dash-report-chart1 {
    width: 50%;
    position: absolute;
}

.expand-dash-report-chart2 {
    width: 50%;
    left: 50%;
    position: absolute;
}

/* .GoToReport {
    position: absolute;
    bottom: 0px;
    width: 100%;
    cursor: pointer
} */
.GoToReport:hover {
    text-decoration: underline;
    cursor: pointer;
}

.Compare-First {
    position: absolute;
    z-index: 1;
    padding: 15px;
}

.Compare-Second {
    position: absolute;
    z-index: 1;
    padding: 15px;
    top: 50%;
}

.Expand-Compare-First {
    position: absolute;
    z-index: 1;
    padding: 15px;
}

.Expand-Compare-Second {
    position: absolute;
    z-index: 1;
    padding: 15px;
    left: 50%;
}

/* dashboard css end */
.img-profile-calender-initials {
    border-radius: 50%;
    background: #075DA8;
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding-top: 10px;
}

.img-link-block {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    border-radius: 50%;
}

.short-name {
    background: #075DA8;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
}

.img-profile {
    display: inline-block;
    text-align: center;
    background: #075DA8;
    line-height: 2.4;
    color: white;
}

.img-profile-grid {
    background: #075DA8;
    display: flex;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.img-profile-shop {
    display: inline-block;
    text-align: center;
    background: #075DA8;
    color: white;
    height: 50px;
    width: 50px;
    max-width: 50px;
    line-height: 50px;
    font-size: 20px;
}

.swal-text {
    /* edit by adarsh -QPC-7426 (text adjustment) */
    line-height: 1.5rem;
    text-align: center !important;
}

/* satyam start */
.acc-merge-selected {
    color: red !important;
}

/* satyam end  */

/* .object-detail .msp-ctrl-image{
    height: 200px !important ;

}
.object-detail .msp-ctrl-image img{
    height: 200px !important ;
} */
.img-view-bg {
    width: 200px;
    height: 250px ;
    object-fit: cover;
    cursor: pointer;
}

.grid-cell .img-view-bg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 50%;
}

.img-profile-task {
    display: inline-block;
    text-align: center;
    background: #075DA8;
    line-height: 2.4;
    color: white;
    height: 32px;
    width: 32px;
}

/* VenueDemand start */
.venuedemand-low {
    background-color: #5cb189 !important;
}

.venuedemand-medium {
    background-color: #ff0 !important;
}

.venuedemand-high {
    background-color: #f24835 !important;
}

.venuedemand-promotional {
    background-color: #8c8cf4 !important;
}

.month-cal-activity.venue-demand,
.cal-activity.venue-demand {
    border-left: 2px !important;
}

/* VenueDemand End */
.lookup-field-placeholder:empty:before {
    content: attr(data-placeholder);
    color: #858796;
}
.text-overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Page & Grid editor CSS start */

.page-editor .component {
    width: 250px;
    max-width: 350px;
}

.grid-editor .editor-left-sec {
    width: 260px;
    max-width: 350px;
}

.editor-left-sec {
    height: calc(100vh - 130px);
    overflow: auto;
}

.editor-left-sec::-webkit-scrollbar {
    width: 6px;
}

.editor-left-sec::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.editor-left-sec::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.grid-editor-list {
    width: calc(100% - 350px);
}

.field-item .btn-group-setting, .field-item .btn-unmerge-group {
    opacity: 0;
    transition: all .3s;
}

.field-item:hover .btn-group-setting, .field-item:hover .btn-unmerge-group {
    opacity: 1;
}

.outline-border {
    border: 1px solid #e3e6f0 !important;
}

.grid-editor-sidebar .column-list .field-item:active {
    cursor: grabbing !important;
    background: #c1dcf2 !important;
}

.grid-editor-sidebar .field-list .field-item {
    border-radius: 0.2rem;
}

.grid-editor-sidebar .field-list .field-item:hover {
    color: #3a3b45;
    background-color: #dde2f1;
    border-color: #d4daed;
}

.system-defined-field {
    background: #4f987e !important;
    border-color: #4f987e !important;
    color: white !important;
}

/* Ends */

/* Sidebar Fixing for No Scroll*/
#content-wrapper {
    height: 100vh;
    overflow-y: auto;
}

input:disabled[data-ui="phone"]::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 0;
}

.tooltip { pointer-events: none; }
/*QPC-8732 CSS Quill Editor added by Abrar */
.display-message {
    border: 0 !important;
    height: unset;

}

.display-message .ql-editor {
    padding: 0;
    padding-left: 0;
}

.display-message .ql-editor ol {
    padding-left: 0;
}

/* End QPC-8732 */