@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.language-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #ffffff;
}

.workspace-btn {
    height: auto !important;
    border-bottom: 2px solid #f16c20;
    color: #0d3c55 !important;
    padding: 5px 20px !important;
}

.sidebar-menu .dropdown-menu {
    background-color: #e9ecef;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 30px;
}

.sticky-note-bg-info {
    background: #cfc;
}

.sticky-note-bg-warning {
    background: #ffc;
}

.sticky-note-bg-danger {
    background: #fcc;
}

.sticky-notes,
.sticky-note {
    list-style: none;
}

.sticky-notes {
    overflow: hidden;
    padding: 2em;
}

.sticky-notes .sticky-note .sticky-content {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.sticky-notes .sticky-note {
    margin-top: 1em;
    margin-bottom: 1em;
    /*float:left;*/
}

.sticky-notes .sticky-note:nth-child(even) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: 5px;
}

.sticky-notes .sticky-note:nth-child(3n) .sticky-content {
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    position: relative;
    top: -5px;
}

.sticky-notes .sticky-note:nth-child(5n) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: -10px;
}

.sticky-notes .sticky-note .sticky-content:hover,
.sticky-notes .sticky-note .sticky-content:focus {
    box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.05);
    position: relative;
    z-index: 5;
}

.sticky-notes .sticky-note .sticky-content i {
    font-size: 12px;
    float: right;
    vertical-align: top;
    padding: 6px;
    cursor: pointer;
}

.selectize-control {
    width: 100%;
}

.dropdown-width {
    width: 250px;
}

@keyframes typing-sprite {
    to {
        background-position: -240px;
    }
}

#canvas {
    height: 20rem;
    width: 600px;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
    display: none;
}

.chat-scrn {
    font-size: 1.9em;
    cursor: pointer;
}

.user-avtar {
    background: #e1ebff;
    text-align: center;
    line-height: 100px;
    font-size: 55px;
    color: #777777;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    float: left;
    width: 100px;
    margin: -35px -5px 0 30px;
    position: relative;
    z-index: 1;
}

.user-avtar-project {
    background: #e1ebff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #777777;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    width: 40px;
    height: 40px;
}

.typing-loader {
    display: inline-block;
    width: 11px;
    height: 3px;
    flex-basis: 11px;
    background-image: url(../img/typing-loader.png);
    background-repeat: no-repeat;
    animation: 1s steps(15) 0s infinite normal none typing-sprite;
    margin: 0px 0px 3px 0px;
}

.chat_divider {
    padding: 8px 10px;
    text-align: center;
    font-size: medium;
    color: brown;
    margin: 0 0 20px 0px;
    display: flex;
    align-items: center;
    text-align: center;
}

.chat_divider::before,
.chat_divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #cf9a5e;
}

.chat_divider::before {
    margin-right: 0.25em;
}

.chat_divider::after {
    margin-left: 0.25em;
}

.chat_loader {
    padding: 8px 10px;
    text-align: center;
    font-size: medium;
    color: brown;
    margin: 0 0 20px 0px;
    display: flex;
    align-items: center;
    text-align: center;
    display: none;
}

.chat_loader::before,
.chat_loader::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #cf9a5e;
}

.chat_loader::before {
    margin-right: 0.25em;
}

.chat_loader::after {
    margin-left: 0.25em;
}

#chat-input-textarea-result {
    background-color: rgba(117, 117, 117, 0.36);
    position: absolute;
    bottom: 51px;
    border: 1.5px dashed rgb(119, 122, 125) !important;
    border-radius: 6px !important;
    height: auto;
}

.board .dropdown-toggle {
    outline: none;
}

.board .dropdown-toggle:after {
    display: none;
}

.board {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.tasks.tasks:not(:last-child) {
    margin-right: 1.25rem;
}

.tasks {
    display: inline-block;
    width: 22rem;
    padding: 0 1rem 1rem 1rem;
    border: 1px solid #e3eaef;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 0.25rem;
}

.tasks .task-header {
    background-color: #fff;
    color: #78828a;
    padding: 1rem;
    margin: 0 -1rem;
    font-weight: bold;
}

.task-list-items {
    min-height: 100px;
    position: relative;
}

.task-list-items:before {
    content: "No Tasks";
    position: absolute;
    line-height: 110px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.tasks .card {
    white-space: normal;
    margin-top: 1rem;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.projects-badge {
    padding: 4px 6px !important;
    font-size: 14px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.bg-mid-dark {
    background-color: #34395e !important;
}

.chat-full-screen {
    transition: all 0.5s;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: text !important;
}

.badge-chat {
    vertical-align: middle;
    border-radius: 5px;
    float: right;
    background-color: #fc544b;
    color: white;
    /* display: inline-block; if you get any error from this class then first uncmnt this and check */
    padding: 0.3em 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px;
}

.badge-group-chat {
    background-color: transparent !important;
    font-weight: 300 !important;
    margin-top: 3px !important;
    color: #4f5961 !important;
}

.active .badge-group-chat {
    color: #ffffff !important;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow: hidden;
}

.chat-hide-show {
    display: none !important;
}

.chat-min {
    height: 73vh !important;
}

.chat-max {
    height: 88vh !important;
}

.chat-theme-dark {
    background-color: #1a1d21 !important;
    border-top: 2px solid #17a2b8 !important;
}

.chat-theme-light {
    background-color: #f8f8fa !important;
    border-top: 2px solid #383f45 !important;
}

.chat-theme-light .chat-left .person-group-chat {
    background: #8e8e8e;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    color: #ececec;
    top: -22px;
    left: 0;
    font-size: 12px;
}

.chat-theme-light .chat-right .person-group-chat {
    background: #8e8e8e;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    color: #ececec;
    top: -22px;
    right: 0;
    font-size: 12px;
}

.chat-avtar-search {
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #99e2ff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;
    margin: 0px 16px 0px 0px;
}

.chat-avtar-main {
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    background: #e1ebff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;
}

.chat-box .chat-content .chat-item>.chat-avtar {
    float: left;
    /*    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #e1ebff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;*/
    -webkit-user-drag: none !important;
}

.chat-box .chat-content .chat-item.chat-right .chat-avtar {
    float: right;
    /*    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #ffe1e1;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;*/
    -webkit-user-drag: none;
}

.chat-theme-light .delete-msg {
    position: absolute;
    color: white;
    top: 0;
    right: 3px;
}

.chat-theme-dark .delete-msg {
    position: absolute;
    color: white;
    top: 0;
    right: 3px;
}

.chat-theme-light .download-msg {
    position: absolute;
    color: black;
    top: 0;
    left: 3px;
}

.chat-theme-dark .download-msg {
    position: absolute;
    color: black;
    top: 0;
    left: 3px;
}

.chat_media_img {
    grid-area: img;
}

.chat_media_file {
    grid-area: file;
    color: #b13c3c;
}

.chat_media_size {
    grid-area: size;
}

.chat-theme-light .chat-files {
    text-align: center;
    display: grid;
    grid-template-areas: "img file file file size size";
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-theme-dark .chat-files {
    text-align: center;
    display: grid;
    grid-template-areas: "img file file file size size";
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-files-search {
    text-align: center;
    display: grid;
    grid-template-areas: "img file file file size fa-download";
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-theme-light .chat-image-view {
    position: relative;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 5px;
    color: black;
    margin: 1px;
}

.chat-theme-light .msg_text_media {
    display: grid;
}

.chat-theme-dark .chat-image-view {
    position: relative;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 5px;
    color: black;
    margin: 1px;
}

.chat-theme-dark .msg_text_media {
    display: grid;
}

.chat-theme-light .download-btn-styling {
    background: #27ab45;
    color: black;
    padding: 7px;
    border-radius: 3px;
    display: none;
    margin: 8px 5px 0px 0px;
}

.chat-theme-dark .download-btn-styling {
    background: #27ab45;
    color: black;
    padding: 7px;
    border-radius: 3px;
    display: none;
    margin: 8px 5px 0px 0px;
}

.chat-image-view:hover .download-btn-styling {
    display: block;
}

.chat-files:hover .download-btn-styling {
    display: block;
}

.chat-theme-light .go-to-bottom-btn {
    padding: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white !important;
    border: none;
    position: absolute;
    top: -48%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    display: none;
}

.chat-theme-dark .go-to-bottom-btn {
    padding: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white !important;
    border: none;
    position: absolute;
    top: -48%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    display: none;
}

.chat-theme-dark .chat-preview-btn {
    position: absolute;
    top: 30%;
    right: 60px;
    color: #868686 !important;
}

.chat-theme-light .chat-preview-btn {
    position: absolute;
    top: 30%;
    right: 60px;
    color: #414141 !important;
}

.chat-theme-dark .chat-preview-btn:hover {
    color: #5a5a5a !important;
}

.chat-theme-light .chat-preview-btn:hover {
    color: #303030 !important;
}

.chat-theme-dark .chat-time {
    color: #d8d8d8 !important;
}

.chat-theme-light .new-msg-rcv {
    font-weight: 1000 !important;
    color: #383f45 !important;
}

.chat-theme-dark .new-msg-rcv {
    font-weight: 1000 !important;
    color: #ffffff !important;
}

.chat-theme-light .chat-bg {
    background-image: url(./../img/bg-chat.jpg) !important;
}

.chat-theme-light .text-successg {
    color: #39e500 !important;
}

.chat-theme-dark .chat-bg {
    background-color: #303335 !important;
}

.chat-theme-dark .text-success {
    color: #39e500 !important;
}

.chat-theme-dark .chat-search-box {
    background-color: #1a1d21 !important;
    border: 1px solid #a6a7ab !important;
    border-radius: 0.25rem !important;
    margin-right: 8px !important;
    height: 30px !important;
    width: -webkit-fill-available;
}

.chat-theme-dark .chat-search-box:hover {
    background-color: #363b42 !important;
    border: 1px solid #c9cacc !important;
}

.chat-theme-dark .chat-search-box:focus {
    background-color: #363b42 !important;
    border: 1px solid #c9cacc !important;
    color: #c9cacc !important;
}

.chat-theme-light .chat-search-box {
    border-radius: 0.25rem !important;
    margin-right: 8px !important;
    height: 30px !important;
    width: -webkit-fill-available;
}

.chat-theme-light .chat-search-box:hover {
    background-color: #f2f2f7;
    border-color: #d9dae4;
}

.chat-theme-dark .chat-search-btn {
    background-color: #1a1d21 !important;
    border-color: #a6a7ab !important;
}

.chat-scroll {
    overflow: auto !important;
    outline: none !important;
}

.chat-theme-dark .active {
    font-weight: 700 !important;
    background: #3abaf4;
    padding: 3px 15px;
    color: #fffdf9 !important;
}

.chat-theme-dark .active:hover {
    background: #3abaf4 !important;
    color: #fffdf9 !important;
}

.chat-theme-light .active {
    font-weight: 700 !important;
    background: #3abaf4;
    padding: 3px 15px;
    color: #fffdf9 !important;
}

.chat-theme-light .active:hover {
    background: #3abaf4 !important;
    color: #fffdf9 !important;
}

.chat-theme-dark .chat-person {
    font-weight: 700;
    color: #ababab;
    padding: 3px 15px;
}

.chat-theme-dark code {
    background: #e8e8e8;
    padding: 6px 8px;
    border-radius: 4px;
}

.chat-theme-light code {
    background: #e8e8e8;
    padding: 6px 8px;
    border-radius: 4px;
}

.chat-theme-dark .chat-person:hover {
    background: rgb(0, 0, 0);
    cursor: pointer;
}

.chat-theme-light .chat-person {
    font-weight: 700;
    color: #4f5961;
    padding: 3px 15px;
}

.chat-theme-light .chat-person:hover {
    background: #ffffff;
    cursor: pointer;
}

.chat-theme-dark .text-color {
    color: #ababab !important;
}

.chat-theme-light .text-color {
    color: #383f45 !important;
}

.chat-theme-dark .text-color h4 {
    color: #ababab !important;
}

.chat-theme-light .text-color h4 {
    color: #383f45 !important;
}

.chat-theme-dark .theme-inputs {
    background-color: #1a1d21 !important;
    border: 1px solid #a6a7ab !important;
    border-radius: 6px !important;
    color: #c9cacc !important;
    height: auto !important;
    white-space: pre-wrap !important;
}

.chat-theme-light .theme-inputs {
    border: 1px solid #383f45 !important;
    border-radius: 6px !important;
    height: auto !important;
    white-space: pre-wrap !important;
}

.chat-card-header {
    line-height: 9px !important;
    min-height: 0px !important;
    padding: 5px 8px !important;
    border-bottom: 0px !important;
}

.chat-card-header h4 {
    font-size: 17px !important;
}

.chat-list-unstyled-border li {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.chat-card-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    flex: 0 !important;
}

.chat-img-undrag {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 580px) {
    .card-view-value .media {
        margin: 5px;
    }

    .card-view-value .media .media-items .media-item {
        padding: 0px 0px 0px 5px;
    }
}

.codeeditor {
    min-height: 300px;
}

.timer {
    position: relative;
}

.internal-section {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
    padding: 1rem;
    cursor: pointer;
    border-color: #e3eaef !important;
    background-color: rgb(255, 255, 255);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.5s;
    box-shadow: 0 5px #999;
}

.internal-section:hover {
    transform: translateY(10%);
}

.internal-section:active {
    /* background-color: #3e8e41; */
    box-shadow: none !important;
    /* transform: translateY(4px); */
}

.colon {
    margin-top: 11px;
    width: 10rem !important;
    font-weight: 900 !important;
    font-size: 25px !important;
}

.timer-img {
    width: 50px !important;
    border-radius: 50px;
}

.btn-golden {
    background-color: goldenrod !important;
}

.text-golden {
    color: goldenrod;
    cursor: pointer;
}

.icon-style {
    color: yellow;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: orange;
    font-size: 10px !important;
}

.stopwatch {
    margin: 15;
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    padding: 1em;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(255, 255, 255);
    color: #6c757d;
    font-family: sans-serif;
}

.stopwatch_time {
    text-align: center;
    background: #6c757d;
    border-radius: 5px;
}

.stopwatch_time_input {
    padding: 1em !important;
    text-align: center !important;
    border-radius: 5px !important;
    border-color: #6c757d !important;
    background: #6c757d !important;
    color: #ffffff !important;
    padding: 0.5em 0 !important;
    font-size: 3em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    font-weight: bold;
}

.stopwatch_time_lable {
    font-size: 1.2em;
    padding-bottom: 1em;
    font-weight: bold;
    color: #ffffff;
}

.stopwatch-buttons {
    display: block;
    border: 4px solid;
    color: #ffffff !important;
    background: #181e4b !important;
    border-radius: 50% !important;
}

#start[disabled],
#end[disabled],
#pause[disabled] {
    background: none !important;
    color: var(--gray) !important;
}

#start,
#end,
#pause {
    background: var(--blue);
    color: var(--white);
}

#start:hover,
#end:hover,
#pause:hover {
    opacity: 0.8;
}

.todo-dragger {
    width: 15px;
    height: 27px;
    position: absolute;
    z-index: 50;
}

.dragger {
    cursor: pointer;
    background: url(../img/dragger.png) 0px 4px no-repeat;
}

.dragger:active,
.grabber:active {
    cursor: grabbing;
}

.grabber {
    cursor: pointer;
}

/* chat mobile view */
.menu {
    display: flex;
    position: absolute;
    top: 17px;
    left: 92px;
    height: 50px;
    width: 50px;
    z-index: 1000;
    cursor: pointer;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu.active {
    background-color: transparent;
    box-shadow: none;
}


.nav__list {
    display: none;
}

.nav__list.show {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu.active {
    background-color: transparent;
    box-shadow: none;
    position: absolute;
}

/* Chat mobile navigation ends here */

@media print {
    body * {
        visibility: hidden;
    }

    #section-not-to-print,
    #section-not-to-print * {
        display: none;
    }

    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* 1.37 contracts */
.contracts {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    padding: 40px;
}

/* width */
.chat-scroll::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.chat-scroll::-webkit-scrollbar-track {
    border-radius: 7px;
}

/* Handle */
.chat-scroll::-webkit-scrollbar-thumb {
    background: rgb(66, 66, 66);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.test-data {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.max-width {
    width: max-content !important;
}

.owl-carousel {
    display: block !important;
    width: 100% !important;
    z-index: 1 !important
}

/* task custom class */
.gantt-target .bar-milestone .bar {
    fill: tomato;
}

/* bar collapsed */
.parent>.bar-group>.bar {
    outline: outset 1px var(--bs-primary);
    border-radius: 2px;
    outline-offset: 2px;
}

.gantt-target .details-container {
    padding: 0px 12px;
}

horizontal-scroll-cards {
    overflow-x: auto;
    overflow-y: hidden;
}

.horizontal-scroll-cards::-webkit-scrollbar {
    height: 6px;
    opacity: 0;
}

.horizontal-scroll-cards::-webkit-scrollbar:hover {
    opacity: 1;
}

.horizontal-scroll-cards::-webkit-scrollbar-track {
    background: transparent;
}

.horizontal-scroll-cards::-webkit-scrollbar-thumb {
    background: #b8b7bd;
}

.horizontal-scroll-cards::-webkit-scrollbar-thumb:hover {
    background: 1px solid rgb(49, 47, 47);
}


.filepond--item {
    display: flex;
    width: 220px;
    padding: 0px 15px;
    min-height: 260px;
    margin-bottom: 15px;
}

.file-upload-section {
    height: 500px;
    border-radius: 4px;
    background: var(--body-background);
    border: 2px dashed var(--bs-border-color);
}

.filepond--panel-root {
    background-color: whitesmoke !important;
}

.store-image-container {
    height: 140px !important;
    width: 230px !important;
    padding: 8px !important;
}

.store-image-container .image-upload-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.store-image-container img {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.profile-image {
    height: 8rem !important;
    width: 8rem !important;
}

#tolist {
    height: 550px;
    overflow: scroll;
}

.profile-table {
    line-height: 40px;
    font-size: 16px;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
    background-color: rgb(133 208 188 / 19%);
    
}

.chat-internal-section {
    height: 59px !important;
    width: 59px !important;
    position: fixed;
    bottom: 1rem;
    right: 5rem;
    z-index: 99;
    padding: 1rem;
    cursor: pointer;
    border-color: #3cc766 !important;
    background-color: #3cc766;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.5s;
    box-shadow: 0 5px #999;
}

.chat-internal-section:hover {
    transform: translateY(10%);
}

.chat-internal-section:active {
    /* background-color: #3e8e41; */
    box-shadow: none !important;
    /* transform: translateY(4px); */
}

.chat-internal-section #chat-button .fa-comments{
    font-size: 25px;
}

.floating-chat-area .chat-min {
    height: 92vh !important;
}

.floating-chat-users .chat-min {
    height: 92vh !important;
}


.bootstrap-table .fixed-table-toolbar .columns-right button.btn, 
.bootstrap-table .fixed-table-toolbar .columns-right button.btn:hover {
    font-size: 12px;
    background: #ededed !important;
    height: 40px;
    color: #666666 !important;
    box-shadow: none;
    border: 1px solid #d4d4d4 !important;
}

#createLeadModal {
	.col-6, .col-12 {
		margin-bottom: 1rem;
	}
	.btn {
		background: #213768 !important;
		color: #fff !important;
		text-transform: capitalize;
	}
	.btn_indigo {
		background: #85d0bc !important;
		color: #fff !important;
		margin-left: 15px;
	}
	#toggle-btn {
		margin-left: 15px;
	}
	#checkExistingLeads {
		margin-top: 10px; 
	}
	#rough-quote {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.form-check {
		margin-top: 10px;
		align-items: center;
		.form-check-input {
			margin-top: 4px;
		}
		.form-check-label {
			margin-left: 10px !important;
		}
	}

	#rough-quote {
		.form-check {
			.form-check-label {
				margin-left: 0 !important;
				margin-right: 10px;
			}
		}
	}
	.modal-header button.close {
	    border: 0 !important;
	    background: transparent !important;
	    border-radius: 0 !important;
	    box-shadow: none !important;
	    outline: none;
	}
}


#rough-quote {
	.form-check {
		.form-check-label {
			margin-left: 0 !important;
			margin-right: 10px;
		}
	}
}

#jobRequirements {
	td.text-red-600.font-bold {
	    min-width: 200px;
	}
}


#frmLocationDetail {
	label.job-color-square {
		margin-bottom: 0;
	}
	section.d-flex.flex-wrap.gap-2 {
		gap: 10px;
	}
}

#frmUpdateCalculation {
	.input-group-text, select.form-control:not([size]):not([multiple]), 
	.form-control:not(.form-control-sm):not(.form-control-lg) {
	    font-size: 14px;
	    padding: 5px 5px 5px 0px;
	    height: 32px !important;
	    border: 1px solid #000;
	    border-radius: 2px;
	    background: #fff;
	    color: #000;
	}
}


.invoice_page {
    p {
        line-height: 1.2;
    }
    .gap-15 {
        gap: 20px;
    }
    .gap-20 {
        gap: 25px;
    }
    .grey_btn {
        background: #505050 !important;
        color: #fff !important;
    }
    .red_btn {
        background: #213768 !important;
        color: #fff !important;
    }
    .blue_btn {
        background: #26A9E0 !important;
        color: #fff !important;
    }
    .lightgreen_btn {
        background: #59D3A6 !important;
        color: #fff !important;
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .invoice_header {
        border-bottom: 1px solid #DBDBDB;
        margin-bottom: 2rem;
        .invc_title {
            margin-bottom: 1.5rem;
            color: #34395E;
            h3 {
                color: inherit;
                font-size: 24px;
                font-weight: 700;
                margin-bottom: 10px;
            }
            p {
                color: inherit;
                margin-bottom: 0;
                font-size: 14px;
            }
        }
        .invc_detail {
            margin-bottom: 1.5rem;
            h2 {
                color: #237FDA;
                font-weight: 400;
                font-size: 18px;
                margin-bottom: 0;
            }
            p {
                color: #5F5D63;
                font-size: 18px;
                margin-bottom: 0;
                max-width: 200px;
                small {
                    padding-top: 3px;
                    display: block;
                    font-size: 14px;
                }
            }
        }
    }
    .relocation_move {
        margin-bottom: 2rem;
        h2 {
            font-size: 24px;
            color: #34395E;
            text-transform: uppercase;
        }
        .rmove_list {
            background-color: #f5fefb;
            border: 1px solid #DBDBDB;
            border-radius: 10px;
            overflow: hidden;
            display: flex;
        }
        .move_li_itm {
            width: 33.33%;
            display: flex;
        }
        .itm_title {
            width: 100px;
            background-color: #213768;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .itm_text {
            width: calc(100% - 100px);
            font-size: 13px;
            padding: 12px;
            color: #34395E;
            font-weight: 400;
            strong {
                font-weight: 700;
            }
            span {
                display: block;
            }
        }
    }
    .moving_charges, .charges_total {
        label {
            font-size: 12px;
            font-weight: 400;
            white-space: nowrap;
            margin-bottom: 0;
        }
        .form-control, select {
            padding: 8px !important;
        }
    }
    .moving_charges {
        h2 {
            font-size: 32px;
            color: #34395E;
        }
        .charges_fields {
            background-color: #FAF5F7;
            border: 1px solid #DBDBDB;
            border-radius: 10px;
            overflow: hidden;
            display: flex;
            padding: 15px;
            gap: 30px;
            p {
                font-size: 12px;
                font-weight: 400;
                margin-bottom: 0;
            }
        }
        .col_3 {
            width: 20%;
        }
        .col_1, .col_2 {
            width: 40%;
            display: flex;
            gap: 15px;
            label {
                margin-bottom: 3px;
            }
        }
        .col_1 {
            .field_wrap {
                width: 50%;
                display: flex;
                flex-direction: column;
            }
        }
        .col_2 {
            position: relative;
            &:before, &:after {
                content: '';
                position: absolute;
                top: 0;
                width: 1px;
                height: 100%;
                background-color: #DBDBDB;
                left: -15px;
            }
            &:after {
                left: auto;
                right: -15px;
            }
            label {
                white-space: nowrap;
            }
        }
    }
    .charges_total {
        background: #fff;
        border: 1px solid #DBDBDB;
        border-radius: 10px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 15px;
        .multiple_fields {
            display: flex;
            gap: 15px;
            .field_wrap {
                gap: 15px;
            }
        }
        .two_columns {
            .w-50 {
                margin-top: 2rem;
            }
            textarea.form-control {
                height: calc(100% - 58px) !important;
                border-radius: 15px;
                border: 1px solid #DBDBDB;
            }
            .packing_material {
                border-radius: 15px;
                border: 1px solid #DBDBDB;
                background-color: #FBFBFB;
                padding: 10px;
                position: relative;
                &:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: calc(180px + 30px);
                    width: 1px;
                    height: 100%;
                    background-color: #DBDBDB;
                }
                p {
                    width: 180px;
                    margin-bottom: 0;
                    text-align: right;
                    position: relative;
                    min-height: 25px;
                    line-height: 25px;
                    span.square_btn {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 25px;
                        height: 25px;
                        background-color: #424242;
                        color: #fff;
                        font-size: 18px;
                        font-weight: 500;
                        text-align: center;
                        line-height: 25px;
                        &.square_red {
                            background: #DC3545;
                        }
                    }
                }
            }
            .packing_row {
                align-items: center;
                padding: 10px;
            }
            .feild_group {
                width: calc(100% - 180px);
                display: flex;
                align-items: center;
                gap: 15px;
                padding-left: 20px;
            }
        }
    }
    .payment_options, .manual_payment_card {
        margin-bottom: 2rem;
        h3 {
            color: #000000;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-weight: 500;
        }
    }
    .manual_payment_card {
        table {
            border: 1px solid #E4E6FC;
            border-radius: 10px;

            td, th {
                border: 1px solid #E4E6FC;
                text-align: center;
                padding: 10px !important;
                height: auto !important;
                font-size: 16px;
            }
            th {
                background: #FAF5F7;
                font-size: 20px;
                font-weight: 500;
                color: #373737;
            }
            .feild_group {
                display: flex;
                align-items: center;
                gap: 15px;
            }
        }
    }
    .pay_btns_list {
        display: flex;
        gap: 15px;
    }
    .change_amount_card {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        .feild_group {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        label {
            font-weight: 500;
            font-size: 16px;
            text-transform: capitalize;
            color: #000;
        }
    }
    .internal_job_notes {
        margin-top: 3rem;
        .nav-link {
            cursor: pointer;
        }
        table {
            border: 1px solid #E4E6FC;
            background-color: #F3F3F3;
            th {
                background: #FAF5F7;
                font-weight: 500;
            }
            th, td {
                border: 1px solid #E4E6FC;
                padding: 10px !important;
                height: auto !important;
                font-size: 14px;
                color: #373737;
                line-height: 1.25;
                min-width: 150px;
            }
            .td_action {
                .d-flex {
                    gap: 15px;
                }
                button {
                    cursor: pointer;
                    border: 0 !important;
                    padding: 0 !important;
                    svg {
                        width: 20px !important;
                        height: 20px !important;
                    }
                }
            }
        }
    }
}



.invoice_popup {
    .dicount_fields {
        gap: 15px;
        padding: 15px;
        border: 1px solid #E4E6FC;
        border-radius: 12px;
    }
    .input_fields {
        width: 33.33%;
    }
    .red_btn {
        background: #213768 !important;
        color: #fff !important;
    }
    .blue_btn {
        background: #26A9E0 !important;
        color: #fff !important;
    }
    .modal-footer button {
        min-width: 150px;
        text-align: center;
    }
    .form-check-inline {
        margin-bottom: 10px;
    }
    .form-check input[type="radio"] {
        display: none;
    }
    .form-check label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 28px;
        display: inline-block;
        color: #333;
        font-size: 16px;
    }
    .form-check label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        border: 2px solid #007bff;
        border-radius: 50%;
        background: #fff;
    }
    .form-check input[type="radio"]:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 7px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #148DE4;
    }
    .form-check label:hover:before {
        border-color: #148DE4;
    }
}