@font-face {
    font-family: 'text-security-disc';
    src: url('../fonts/text-security-disc-font/text-security-disc.eot');
    src: url('../fonts/text-security-disc-font/text-security-disc.eot?#iefix') format('embedded-opentype'),
        url('../fonts/text-security-disc-font/text-security-disc.woff') format('woff'),
        url('../fonts/text-security-disc-font/text-security-disc.ttf') format('truetype'),
        url('../fonts/text-security-disc-font/text-security-disc.svg#text-security') format('svg');
}

iframe[seamless] {
    border: none;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}

.img-ui {
    width: 130px;
}

a.btn-primary:hover {
    background-color: #0056b3 !important;
}

.col-md-8.col-lg-6.bgwhite {
    background-color: #fff;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

body {
    color: #353751 !important;
    overflow-x: hidden;
}

.gray {
    color: #e5e5e5 !important;
}

li.nav-item.active {
    background-color: #444865;
}

.shadow-cart {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.03) !important;
}

.gray-dark {
    color: #353751;
}

.btn-primary {
    color: #fff;
    background-color: #4747A1 !important;
    border-color: #4747A1 !important;
}

.uploadcolor {
    color: #e0e0e0;
}

body {
    font-family: 'Muli', sans-serif !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.top-header {
    height: 68px;
}

.header-shadow {
    box-shadow: 0.5rem 0.1rem 1rem rgba(0, 0, 0, 0.15);
}

.cart-icon {
    font-size: 46px !important;
}

.navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
}

.navbar-expand {
    justify-content: baseline !important;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .75rem;
}

.radious {
    border-radius: 4px !important;
}

.table td,
.table th {
    padding: 0.70rem !important;
    vertical-align: top;
    border-top: 0;
}

.topbar .topbar-divider {
    margin: auto 0.2rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    /* background-color: #F5F7F9 !important; */
    background-color: #F2F2F2 !important;
}

.upload-file {
    border: 1px solid #dcdcdc;
    height: 140px;
    align-items: center;
    display: grid;
}

p.userdata {
    font-weight: 600;
    font-size: 18px;
    word-break: break-word;
}

input.form-control {
    border-radius: 0;
}


/* Login page css*/

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('img/login.jpg');
    background-size: cover;
    background-position: center;
    padding-left: 0px !important;
}

.login-heading {
    font-weight: 300;
}

.btn-login {
    font-size: 0.8rem !important;
    letter-spacing: 0.05rem !important;
    padding: 0.75rem 1rem !important;
    border-radius: 10px !important;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: lightgrey;
}

.form-label-group input:-ms-input-placeholder {
    color: lightgrey;
}

.form-label-group input::-ms-input-placeholder {
    color: lightgrey;
}

.form-label-group input::-moz-placeholder {
    color: lightgrey;
}

.form-label-group input::placeholder {
    color: lightgrey;
}

.form-label-group input:not(:placeholder-shown) {
    /*padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));*/
    padding-top: 0;
    /*padding-bottom: calc(var(--input-padding-y) / 3);*/
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: lightgrey;
}


/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: lightgrey;
    }
}


/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: lightgrey;
    }
}

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {

    .top-bar-menu .col-sm-2,
    .top-bar-menu .col-sm-10,
    .top-bar-menu .col-sm-1,
    .top-bar-menu .col-sm-11 {
        min-width: 100%;
    }

    .sidemenu {
        min-height: auto !important;
    }
}

.error-msg {
    color: red !important;
}

.navabar-padding {
    padding: 0.5rem 38rem;
}

.company-logo {
    color: white;
    font-size: 21px;
    align-content: center;
}

.company-logo img {
    width: 10rem;
}

.error-msg-dropdown {
    text-align: center;
    margin-left: 15px;
}

.hide-multi-select {
    display: none;
}

a:hover {
    cursor: pointer;
}

.row .user-type {
    display: inline;
}

.trial-day {
    color: white;
}

.company-staff {
    width: 100%;
    display: contents;
}

.location {
    max-width: 100%;
    min-width: 38%;
}

/* .txtPassword {
        -webkit-text-security: disc;
    } */

.trial_box {
    background: red !important;
    border-color: red !important;
    color: #fff !important;
    font-weight: bold !important;
}

ul.pagination a {
    color: #4747A1 !important;
}

ul.pagination li {
    padding: 2px 12px;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

li.pagination-page.ng-scope.active {
    background-color: #F5F7F9;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 55px;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 55px;
}

.user-staff-exceed {
    font-size: 20px;
    color: red;
    padding-top: 5%;
    text-align: center;
}

.user-staff-exceed button {
    margin-top: 5px;
}

#loginModal,
#deleteModal,
#location-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 102%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

#loginModal .modal-content,
#deleteModal .modal-content,
#deleteModal .modal-content,
#location-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 35% !important;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

#loginModal .close,
#deleteModal .close,
#location-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

#loginModal .close:hover,
#loginModal .close:focus,
#deleteModal .close:hover,
#deleteModal .close:focus,
#location-modal .close:hover,
#location-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.showexpire {
    display: list-item !important;
    font-size: 24px;
    padding: 10%;
    text-align: center;
    color: steelblue;
}

#loginModal .modal-content p,
#deleteModal .modal-content p,
#location-modal .modal-content p {
    font-family: 'open_sansbold';
}

#deleteModal .modal-content #submit,
#location-modal .modal-content #submit {
    padding: 2% 4%;
    border: none;
    border-radius: 7px;
    background: #259dab;
    font-family: 'open_sansbold';
    color: #fefefe;
}
.ticket {
    font-size: 20px;
    position: relative;
    background: #4a4a4a;
    float: left;
    padding: 35px 30px;
    margin: 20px;
    border: 4px dotted #fff;
}

.ticket:after,
.ticket:before,
.ticket a:after,
.ticket a:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: linear-gradient(#fff, #fff) padding-box, #4a4a4a;
}

.ticket:after {
    top: -5px;
    left: -5px;
    border-right: #fff 5px dotted;
    border-bottom: #fff 5px dotted;
    border-radius: 0 0 20px 0;
}

.ticket:before {
    top: -5px;
    right: -5px;
    border-left: #fff 5px dotted;
    border-bottom: #fff 5px dotted;
    border-radius: 0 0 0 20px;
}

.ticket a {
    padding: 35px;
    text-decoration: none;
    color: #fff;
}

.ticket a:after {
    bottom: -5px;
    left: -5px;
    border-right: #fff 5px dotted;
    border-top: #fff 5px dotted;
    border-radius: 0 20px 0 0;
}

.ticket a:before {
    bottom: -5px;
    right: -5px;
    border-left: #fff 5px dotted;
    border-top: #fff 5px dotted;
    border-radius: 20px 0 0 0;
}

.dropdowns {
    padding-left: 10px;
    padding-right: 10px;
}

.ticket-filter {
    float: right;
}

.ticket-filter i.fa.fa-calendar {
    padding: 9px 15px;
}

.ticket-filter .form-label-group {
    float: left;
}

.ticket-filter .form-label-group button.ng-binding {
    width: 85%;
}

.ticket-filter .form-label-group button.reset {
    width: auto !important;
}

.ticket-filter .btn-login {
    margin-top: 2px;
    height: 37px;
}

.to-date,
.from-date {
    width: 25%;
    float: left;
}

.select-agent {
    width: 23%;
    float: left;
    margin-left: 8%
}

.to-date input,
.from-date input,
.ticket-list input {
    width: 80%;
    height: 38px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 10px;
}

.from-date label,
.to-date label,
select_agent label {
    margin-top: 0.4rem;
    margin-right: 10px;
}

.update button {
    color: #fff;
    background-color: #30afff !important;
    border-color: #30afff !important;
    padding: 2%;
}

.update_profile .error {
    color: red;
}

#loginModal .spinner-border {
    margin-top: 15px;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: text-bottom;
    border: .2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .95s linear infinite;
}

.red-text {
    color: red;
}

.dropdowns .checkboxLayer,
.visit_status .checkboxLayer,
p .visit_group .checkboxLayer,
.visit_location .checkboxLayer,
.select_agent .checkboxLayer,
.select_group .checkboxLayer {
    width: 80%;
}

.dropdowns .multiSelect .checkBoxContainer,
.visit_status .multiSelect .checkBoxContainer,
p .visit_group .multiSelect .checkBoxContainer,
.visit_location .multiSelect .checkBoxContainer,
.visit_agent .multiSelect .checkBoxContainer,
.select_agent .multiSelect .checkBoxContainer,
.visit_agent .multiSelect .checkBoxContainer,
.location .multiSelect .checkBoxContainer,
.recurring .multiSelect .checkBoxContainer,
.duration-dropdown .multiSelect .checkBoxContainer,
.select_group .multiSelect .checkBoxContainer {
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}
.recurring .checkboxLayer, .duration-dropdown .checkboxLayer {
    width: 50% !important;
    min-width: 100px !important;
}

.recurring .multiSelect .multiSelectItem, .duration-dropdown .multiSelect .multiSelectItem {
    min-width: auto;
}

.duration-dropdown .multiSelect > button {
    width: 50%;
    padding-right: 2rem;
}

.duration-dropdown .caret {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.visit_agent .checkboxLayer{
    width: 80%;
    min-width: 13rem;
}   

.skill-proficiency .checkboxLayer {
    min-width: 200px;
    width: -webkit-fill-available;
}

#filter-padding {
    padding: 5px 10px !important;
}

.location .checkboxLayer {
    width: 45%;
}

.manager .checkboxLayer {
    max-height: 180px;
    overflow: auto;
    width: 100px;
}

.assignLocation .checkboxLayer {
    max-height: 180px;
    /* overflow: auto; */
    width: 100px;
    position: sticky;
}

.assignLocation .checkBoxContainer {
    max-height: 6rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.catalog .checkboxLayer {
    max-height: 180px;
    overflow: auto;
    width: 100px;
    position: sticky;
}

.countryCode .multiSelect .checkBoxContainer {
    max-height: 218px;
    overflow-y: auto;
    overflow-x: hidden;
}

.showtext {
    display: none;
    position: absolute;
    z-index: 1001 !important;
}

.info-text-w {
    width: 18rem;
}

.showinfodiv:hover .showtext {
    display: block;
}

.showEmaildiv:hover .showtext {
    display: block;
}

.text {
    background-color: #6c757d;
    color: #fff;
    padding: 10px;
    word-wrap: break-word;
}

.showinfo {
    width: 30%;
    float: left;
}

.ticketShowinfo {
    width: 100%;
}

.showinfodiv img {
    width: 13px;
    float: left;
    margin-top: 4px;
    margin-right: 2px;
}

.showEmaildiv img {
    width: 13px;
    margin-top: 4px;
    margin-right: 2px;
}


.disabletext {
    color: gray;
}

.ticket-view .table td,
.ticket-view .table th {
    max-width: 250px;
}

.user-view .table td,
.user-view .table th {
    max-width: 157px;
}

.ticket-filter .from-date input::-webkit-inner-spin-button,
.ticket-filter .to-date input::-webkit-inner-spin-button {
    display: none;
}

#deleteBtn {
    cursor: pointer;
}

#deleteModal .modal-content p {
    text-align: center;
}

.ticket-view .table th,
.user-view .table th {
    min-width: 90px;
}

.ticket-view .table,
.user-view .table {
    overflow-wrap: break-word;
}

#deleteModal .close {
    text-align: right;
}

.modal-header {
    display: block !important;
}

.cancel-button {
    /* color: #212529; */
    background-color: #d8dce3 !important;
    border-color: #d8dce3 !important;
}

#location-modal .modal-content {
    margin: 2% auto;
}

#location-modal form {
    margin-top: 20px !important;
    padding-top: 10px;
}

.show-modal {
    display: block !important;
}

#locationButton img {
    width: 20px;
}

#locationButton {
    width: 20px;
}

.location p {
    margin-bottom: 0rem;
}

.locationicon {
    width: 25%;
    float: left;
    padding: 4px 10px 10px 10px;
}

.locationdropdown {
    max-width: 70%;
    min-width: 20%;
    float: left;
}

.ticket-filter .form-label-group button .buttonLabel {
    word-break: break-word;
}

.step1btn {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

#step1 .form-control::placeholder {
    color: #DCDCDC !important;
}

.btn-div {
    margin-top: 20px;
    text-align: center;
}

#step1 label,
#step2 label,
#step3 label {
    margin-top: 1rem;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.purple-dot {
    background-color: #7978E9;
}

.customer-chat-block {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
}

#SetUpSteps1Modal .modal-footer,
#SetUpSteps2Modal .modal-footer,
#SetUpSteps3Modal .modal-footer {
    border-top: none;
    justify-content: center;
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
    color: red;
    cursor: pointer;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

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

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.bink-text div {
    color: red;
}

.bink-text a {
    text-decoration: underline !important;
}

.or-div {
    margin-bottom: 10px;
}

#step3 a {
    text-decoration: underline !important;
    color: #0056b3 !important;
}

.break-all-word {
    word-break: break-all;
}

.custombody {
    overflow: auto !important;
}

.error {
    color: #cc0033;
}

.submitted .ng-invalid {
    border: 1px solid red;
}

.asset-error {
    margin-bottom: 0px !important;
}

.asset {
    max-width: 100%;
    min-width: 38%;
    margin-bottom: 0px !important;
}

.searchIcon img {
    width: 25px
}

.searchIcon input {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    font-size: 16px;
    height: 30px;
    padding: 10px;
    outline: none;
}

#addNewTicketPopup .modal-body .modal-content, #updateTicketPopup .modal-body .modal-content {
    padding: 10px;
}

#addNewTicketPopup .checkboxLayer,
#updateTicketPopup .checkboxLayer,
#associateAssetsModal .checkboxLayer {
    width: 50%;
}
#addNewTicketPopup .multiSelect .checkBoxContainer,
#updateTicketPopup .multiSelect .checkBoxContainer,
#addNewRequestorPopup .multiSelect .checkBoxContainer,
#updateRequestorPopup .multiSelect .checkBoxContainer,
#addNewResourcePopup .multiSelect .checkBoxContainer, #updateResourcePopup .multiSelect .checkBoxContainer,
#addNewAssetPopup .multiSelect .checkBoxContainer, #updateAssetPopup .multiSelect .checkBoxContainer,
#associateAssetsModal .multiSelect .checkBoxContainer {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

#addNewRequestorPopup .checkboxLayer,
#updateRequestorPopup .checkboxLayer {
    width: 350px;
}

.requester .list-group,
.asset-view .list-group {
    width: 100%;
    text-align: center;
    position: absolute;
    max-height: 100px;
    min-height: 112px;
    overflow-x: hidden;
    z-index: 1;
}

.requester .list-group .list-group-item {
    padding: 6px;
    text-align: left;
    cursor: pointer;
}

.input-tag {
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 6px;
}

.absoluteDropdown .checkboxLayer {
    position: relative;
}

.stepperinfodiv {
    float: right;
}

.stepperinfodiv img {
    margin: 6px;
}

.stepperinfodiv .showtext {
    margin-top: -3%;
    margin-left: 3%;
    cursor: pointer;
}

.faq-blink {
    animation: blinker 1s linear infinite;
    background: #ADD8E6 !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.list-view-len {
    overflow: overlay;
    max-height: 10px;
}

.forgot_pass input {
    width: 100%;
}

.forgot_pass .error-msg {
    font-weight: 400;
    font-family: 'Muli', sans-serif !important;
}

.asset-error textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ced4da;
    height: 6.8rem;
    padding: 0 2%;
}

.sidebar-fixed {
    position: fixed;
    /* width: 222px; */
    width: 16.6%;
    height: 100%;
    z-index: 1;
    box-shadow: 0.1rem 0 1rem rgba(0, 0, 0, 0.15);
}

.itil-detail-note {
    width: 100%;
    background-color: #F5F7FF;
    /* border: 1px solid #7978E9; */
    border-radius: 0.3rem;
}

.tabs {
    margin: 0;
    border-bottom: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tabs li a {
    font-weight: 600;
    border-radius: 1rem;
}

.conversation_thread {
    padding: 20px 20px 0 40px;
    border-left: none;
    margin-top: 0;
    list-style: none;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 100%;
}

.tabs li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 33.33%;
    float: left;
}

.itil_tabs {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.tkt-sidebar {
    width: 340px;
    float: right;
    margin-right: -340px;
    margin-top: -10px;
    background: #ffffff;
    border-left: 1px solid #CFD7DF;
}

.item-summery .ticket-label {
    font-weight: 400;
    width: 40%;
    color: #4747A1;
}

.item-summery .payment-label {
    font-weight: bold;
    color: #4747A1;
}

.click-link {
    color: #2C5CC5 !important;
}

.item-summery {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #E5F2FD;
}

.item-summery span {
    display: inline-block;
    margin: 3px 0;
    height: auto;
    cursor: default;
    word-break: break-word;
    vertical-align: top;
    max-width: 55%;
}

.left-div {
    padding-right: 0px !important;
    padding-left: 5px !important;
}

.left-row {
    width: 66%;
    float: left;
    padding-bottom: 20px;
}

.right-row {
    width: 34%;
    float: left;
    height: 34.5rem;
    overflow-y: auto;
}

.schedule_date input,
.end_time input,
.start_time input {
    height: 36px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
}

.schedule_date input::-webkit-inner-spin-button,
.end_time input::-webkit-inner-spin-button,
.start_time input::-webkit-inner-spin-button {
    height: 35px;
}

#scheduleVisit h4 span,
#updateVisit h4 span {
    font-size: 17px;
    padding: 00px 10px;
}

#scheduleVisit .modal-title {
    font-size: 1rem !important;
}

.main-div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.itil_tabs_content {
    border: none;
    box-shadow: 0 1px 0 0 #dbdfe3;
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #bbdcfe;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0;
    padding: 0 20px 15px;
    background: #FFF;
    margin-top: 5px;
    padding: 0px 0px 60px 0px;
}

.child-ticket,
.activity-list {
    border-top: 1px solid #ddd;
}

.pull-left {
    margin-top: 7px;
    border-bottom: 1px solid #bbdcfe;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #E5F2FD;
    border-top: 1px solid #E5F2FD;
}

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

.visit_data {
    padding: 0 30px 0 0;
}

.whatsapp-logo {
    height: 19px;
    width: 19px
}

#whatsappTab {
    border-top-right-radius: 0px;
    border-left: none;
    border-right: none;
}

#smsTab {
    border-top-right-radius: 0px;
}

.ticket_detail {
    cursor: pointer;
    max-width: 200px !important;
}

.logged-in-table {
    overflow-y: scroll;
}

.login-users-wrap {
    max-height: 57.7vh;
    overflow-y: auto;
}

.sub-option {
    margin: 1rem;
    display: inline-block;
}

.sub-option-configure {
    padding-left: 4%;
}

.sub-option-feature {
    padding-left: 77px;
}

.geofence-enabled {
    padding-left: 40px;
}

.config-param {
    background: white;
}

.ticket_detail_email {
    max-width: 150px !important;
}

.btn-green {
    background: green !important;
}

input.custom-checkbox {
    transform: scale(1.5);
    margin-left: 10px;
}

.config-header {
    font-weight: 600;
}

.back a {
    display: inline-block;
    padding: 0.09rem 0.6rem;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.back a:hover {
    background-color: #4747A1;
    color: white;
}

.round {
    border-radius: 50%;
}

.previous {
    background-color: #7978E9;
    color: white !important;
}

.show-blue {
    color: #2C5CC5 !important;
    font-weight: 400;
}

.visit-comments {
    white-space: pre-wrap;
    word-break: break-word;
}

.pull-left-activity table {
    margin-bottom: 0.5rem !important;
}

.pull-left a:hover,
.ticket_detail:hover,
.ticket_detail:hover .ticket-name {
    text-decoration: underline !important;
    color: #7978E9;
    font-weight: 600;
}

.multiSelect .acol span {
    width: 254px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.update-visit {
    float: right;
    padding: 0px 4px !important;
}

.live-tracking {
    padding-left: 7px;
}

.configuartion-title {
    font-size: 16px;
    font-weight: 600;
    color: #141c30;
    line-height: 1.5;
}

.title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 27px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7978E9;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #7978E9;
}

input:focus+.slider {
    box-shadow: 0 0 1px #7978E9;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.hide-class {
    display: none !important;
}

.selected-option {
    font-weight: 600;
}

.loc-toggle {
    margin-top: 20px;
}

.rating_bar {
    width: 110px;
    height: 23px;
    background: url('/static/assets/images/star-rating-sprite.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: left;
}

.rating-wrap {
    z-index: 2;
}

.rating {
    height: 23px;
    background: url('/static/assets/images/star-rating-sprite.png');
    background-position: 0 -29px;
    background-repeat: repeat-x;
}

@media (min-width: 992px) {

    #scheduleVisit .modal-lg,
    #scheduleVisit .modal-xl,
    #updateVisit .modal-lg,
    #scheduleVisit .modal-xl {
        max-width: 100%;
        width: 100vw;
        height: 100vh;
        margin: 0;
    }
}

.schedule-visit-left {
    width: 30%;
    float: left;
    padding-top: 0;
}

.schedule-visit-right {
    width: 70%;
    float: right;
    border-right: 1px solid #ece8e8;
}

.visit-fr {
    background-color: #4747A1;
    border-radius: 4px;
}

.visit-fr-head {
    padding: 8px 10px;
    margin-right: 9% !important;
    margin-left: 9% !important;
    margin-bottom: 0 !important;
    color: white !important;
}

.visit-fr-body .item-summery span:hover {
    font-weight: 800;
    cursor: pointer;
}

.visit-fr-body {
    background: white;
    max-height: 100%px;
    overflow: auto;
}

.visit-fr-body .item-summery {
    padding: 7px 0px;
}

.visit_location input div {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pull-left-activity img {
    width: 100px;
    height: 100px;
}

.location-alert {
    padding: 15px;
}

.pull-left-activity .img-allign,
.visit-status {
    text-align: center;
}


/* START RATING CONF CSS */

.rating-view ul {
    width: 50%;
}

.rating-view li {
    float: right;
    margin-bottom: 5px;
    width: 475.641px;
}

.rating-view li input {
    width: 45px;
}

#rating-conf {
    padding-top: 3%;
}

.rating-view li label {
    width: 200px;
}

/* END RATING CONF CSS */

.conf-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

.conf-bottom div {
    text-align: center;
}

.data-source,
.add-ons {
    padding-right: 11%;
}

.data-source .custom-checkbox {
    margin-right: 5px;
}

.config-param label {
    margin-top: .5rem;
}


.data-source label {
    margin-top: 0;
}

.data-source .col-md-3 {
    float: left;
}

.data-source .show-blue:hover {
    font-weight: 800;
    cursor: pointer;
    text-decoration: underline;
}

.activity-log {
    width: auto;
    height: auto;
    min-height: 50px;
    margin: 0 auto;
}

.timeline-datetime {
    text-align: right;
    width: 202px;
    padding-right: 25px;
    position: relative;
    margin: 0 auto;
    float: left;
    line-height: 1.5;
    color: #475867;
    font-size: 12px;
    font-weight: 600;
}

.timeline-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: transparent;
    color: #475867;
    margin: 2px;
    display: block;
    position: absolute;
    top: -4px;
    left: 189px;
    border: 1px solid #CFD7DF;
    text-align: right;
    padding-right: 25px;
    margin: 0 auto;
    float: left;
    line-height: 1.5;

}

.timeline-circle:after {
    background: #353750;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 8px;
}

.timeline-activity {
    width: 63%;
    padding-left: 20px;
    border-left: 1px solid #CFD7DF;
    margin-top: 25px;
    font-size: 14px;
    display: inline-block;
    min-height: 50px;
    color: #475867;
}

.activity-content {
    margin-top: -27px;
    margin-left: 20px;
}

.pull-left-activity {
    overflow: auto;
    height: 240px;
}

.report-ft-sumamry .table th,
.user-view .table th {
    min-width: 79px;
    vertical-align: text-top;
}

.table-no-w {
    width: 4rem !important;
}

.report-ft-sumamry .table td {
    text-align: justify !important;
}

.ai-configurator {
    font-weight: 600 !important;
}

.ai-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dc3545;
    -webkit-transition: .4s;
    transition: .4s;
}

.ai-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.ai-slider {
    background-color: #5fdba7;
}

input:focus+.ai-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.ai-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.ai-slider.round {
    border-radius: 34px;
    width: 53px;
    height: 28px;
}

.ai-slider.round:before {
    border-radius: 50%;
}

.ai-rating-view {
    font-weight: 600;
}


/* END RATING CONF CSS */

#scheduleVisit .fc-widget-header {
    text-align: center;
}

.visit_location input {
    border-radius: 4px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/static/assets/stb-img/Processing.gif') 50% 50% no-repeat transparent;
}

.bg-image {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rating-view input::-webkit-outer-spin-button,
.rating-view input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.rating-view input[type=number] {
    -moz-appearance: textfield;
}

.location .multiSelect .buttonLabel {
    display: inline-block !important;
    padding: 5px 0px 5px 0px !important;
    overflow: hidden !important;
    max-height: 50px !important;
}

.disable-visit-input {
    background-color: #e9ecef;
    opacity: 1;
    width: 60%;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    color: #495057;
    margin-bottom: 15px;
}

#updateVisitForm .visit_group label,
#updateVisitForm .visit_agent label {
    width: 130px;
}

.left-login-div-fixedposition {
    position: relative !important;
    float: left;
}

.container_test {
    display: flex;
    align-items: center;
}

.right-login-div-fixedposition {
    position: relative !important;
    float: right;
}

.label-without-display {
    margin-bottom: .5rem;
}

#videoCallbtn {
    width: 42px;
    height: 38px;
}

#videoCallbtn img {
    width: 30px;
    margin-left: -7px;
    margin-top: -3px;
}

.ticket-action {
    text-align: center;
}

#videoChatView .right-panel-side {
    padding: 0;
    border: 1px solid #d8dce3;
    overflow: auto;
    max-height: 600px;
    width: 25%;
    float: right;
    height: 550px;
    margin-top: 3px;
}

#videoChatView .left-panel {
    width: 74.5%;
    float: left;
    height: 550px;
    border: 1px solid #dee2e6;
    margin-top: 3px;
    text-align: center;
}

#videoChatView .right-panel-side table {
    width: 100%;
    overflow: auto;
    max-height: 550px;
    margin-bottom: 0px;
}

#videoChatView .right-panel-side table thead {
    background: #4747A1;
    color: White;
}

#videoChatView .right-panel-side table thead th {
    text-align: center;
}

#videoChatView .right-panel-side table button:hover,
.location-list li:hover {
    background: #C0C0C0;
    font-weight: 800;
    cursor: pointer;
}

#videoChatView .table td,
#videoChatView .table th {

    border-bottom: 1px solid #dee2e6;
}

#videoChatView .left-panel p {
    font-size: 18px;
    margin-top: 1rem;
}

.text-align {
    text-align: center;
}

.loc-name {
    max-width: 120px;
}

.disabled-li {
    pointer-events: none;
    opacity: 0.6;
}

.msg-close {
    color: black !important;
    margin-left: 15px;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.icon-padding {
    padding-top: 2%;
}

.col-md-4.col-lg-6.bgwhite {
    background-color: #fff;
    padding-left: unset !important;
}

.from-date {
    margin-left: 2%;
    width: 26%;
    font-size: 15px;
}

.to-date {

    margin-left: 2%;
    font-size: 15px;

}

.to-select {
    float: left;
    margin-left: 8%;
    margin-top: 8%;
}

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

.bg-color-gray {
    border: 1px solid #c9d3db;
    padding: 1rem;
    border-radius: 0.5rem;
}

.spangeoFence {
    color: red;
}

.fr_dropdown {
    /* background-color: #f3f3f3; */
    padding: 0 10px;
    margin: 5px 0;
    cursor: pointer;
}

.chatSubmit1 .post {
    width: 14%;
    display: inline-block;
    vertical-align: top;

}

.disabled {
    pointer-events: none;
    opacity: 0.5 !important;
}

.frchatSubmit .button {
    width: 28% !important;
    display: inline-block;
    vertical-align: top;
}

.frchatSubmit .glyphicon {
    width: 8% !important;
    border-radius: 15px !important;
    font-size: 15px
}

.prichatSubmit .glyphicon {
    width: 8% !important;
    border-radius: 15px !important;
    font-size: 15px
}

.frchatSubmit .glyphicon.postbutton {
    width: 8% !important;
    border-radius: 15px !important;
    font-size: 15px
}

.prichatSubmit .glyphicon.postbutton {
    width: 8% !important;
    border-radius: 15px !important;
    font-size: 15px
}

.commentchatSubmit .glyphicon.postbutton {
    width: 8% !important;
    border-radius: 15px !important;
    font-size: 15px
}

.blue {
    color: #243649;
}

.sendmessage {
    height: 35px;
    background: white;
}

.sendpublicmsg {
    height: 35px;
    vertical-align: top;
    background: white
}

.sendprivatemsg {
    height: 35px;
    vertical-align: top;
    background: white
}

.frchatholder {
    float: left
}

.leftprofile {
    height: 40px;
    width: 40px;
    float: left;
    object-fit: cover;
    border-radius: 50%;
}

.rightprofile {
    height: 40px;
    width: 40px;
    float: right;
    object-fit: cover;
    border-radius: 50%;
}

.image-moment {
    image-orientation: from-image;
}

.pull-right text-right {
    font-size: 10px;
}

.padd-video-fr-chat {
    padding: 2px 0px;
}

.padd-video-main-chat {
    padding: 2px 0px;
    width: 8% !important;
    border-radius: 15px !important;
    margin-bottom: 31px;
}

.video-button {
    border: none;
    line-height: 31px;
    padding: 2px 13px;
    font-weight: lighter;
    color: white;
    vertical-align: top;
    width: 8% !important;
    border-radius: 15px !important;
    background: #01a636;
    text-align: centre
}


.endcall-button {
    border: none;
    line-height: 31px;
    padding: 2px 0px;
    font-weight: lighter;
    color: white;
    vertical-align: top;
    width: 8% !important;
    border-radius: 15px !important;
    margin-bottom: 31px;
    font-size: 15px;
    margin-right: 212px;
}

.end_video_button_chat {
    background: #FF0000;
    text-align: centre
}

.frchatloader {
    text-align: center;
    vertical-align: middle;
    font-size: x-large;
    margin: 95px 0 90px;
    color: #664bd1;
}

.updatevisit {
    margin-left: 4px;
    margin-botton: 10px;
}

.childvisitdropdown {
    display: inline-block;
}

.description-title {
    color: #183247;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: inline-flex !important;
    vertical-align: top;
}

.desc-label {
    width: 90px !important;
}

.customdescription {
    color: #183247;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: inline-flex !important;
}

.indentclass {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #183247;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 312px;
    text-align: justify;
}

.notavailabledesc {
    color: #183247;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
}

.closebutton {
    margin-right: 4px;
}

.inimage {
    height: 250px;
    image-orientation: from-image;
}

.scrollHeight {
    max-height: 305.5px;
    overflow: auto;
}

.scrollHeight-incident {
    max-height: 800px;
    overflow: auto;
}

.scrollHeight-incident {
    max-height: 693px;
}

.chatleftprofile {
    width: 50px;
    height: 50px;
    float: left;
}

.chatrightprofile {
    width: 50px;
    height: 50px;
    float: right;
}

#sendmessage {
    float: left
}

.tabchange {
    margin-left: 20px
}

.pull-right text-right {
    font-size: 10px;
}

.table-striped {
    table-layout: fixed;
    overflow-wrap: break-word;
    border: 1px solid #dee2e6;
}

.faq-container ul {
    list-style-type: disclosure-closed !important;
    padding: revert !important;
    margin: revert !important;
}

.info-icon img {
    margin-top: 90% !important;
    margin-left: 60% !important;
}

.multiSelect .buttonLabel {
    display: inline-block;
    padding: 5px 0px 5px 0px;
}

.video-icon {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recurringInput {
    width: 37% !important;
    height: 25px !important;
    margin: auto auto 0.3em 1em;
    display: inline !important;
}

.recurringInputDaily {
    width: 46% !important;
    height: 25px !important;
    margin: auto auto 0.3em 1em;
    display: inline !important;
}

.cancelButton {
    color: #575757;
    background-color: #ececec;
    border-color: #ececec;
}

.wa-msg-fail {
    color: red !important;
}

.assets-attachment {
    width: 150px;
    max-height: 120px;
    object-fit: cover;
}

#dropdownMenu2 {
    background-color: #30afff !important;
    border: none !important;
}

#sourceid {
    font-weight: 600;
}

.addTicket .modal-lg,
#updateTicketPopup .modal-lg {
    max-width: 80% !important;
    margin: 0 auto;
}

.ticket-filter .col-md-2 {
    padding: 0 !important;
}

.location-add {
    position: absolute;
    left: 25%;
    top: -15%;
}

#collapseSourceOfDataChoosen div {
    margin: 1px;
}

.highlightedText {
    background: yellow;
}

.ticket-list-col {
    width: 30% !important;
}

.ticket_detail_status {
    width: 10% !important;
}

.visit-detail-status {
    width: 18% !important;
}

.reported-date-col {
    width: 15%;
}

.calendar-visit-loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('/static/assets/incident/images/loader.gif') no-repeat center center;
}

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

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

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

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

.auto-assign .col-md-4 {
    float: left;
}

.auto-assign input {
    border-radius: 5px;
    border: 1px solid;
    margin: 5px 10px;
    width: 50%;
    padding: 4px 10px;
    margin-bottom: 15px;
}

.auto-assign input::-webkit-outer-spin-button,
.auto-assign input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.auto-assign input[type=number] {
    -moz-appearance: textfield;
}

.auto-assign-div {
    width: 90%;
}

.auto-assign-header {
    margin: 10px;
    padding: 0px !important;
    font-weight: 600;
}

.auto-schedule input, .auto-schedule label {
    width: 40%;
    vertical-align: middle !important;
}

.crm-choose {
    padding-left: 0 !important;
}

#collapseCRMChoose {
    width: 90%;
}

.video-chat-loader {
    background: url('/static/assets/incident/images/loader-2.gif')no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.ticket-view .sidemenu {
    min-height: 100vh;
}

#msgTab {
    border-top-right-radius: 0px;
}

.chat-image {
    max-width: 20% !important;
}

.asset-image {
    max-width: 465px !important;
    max-height: 400px !important;
}

.asset-image-div {
    text-align: center;
}

.fr-name {
    color: #342751;
    font-weight: 600;
}

#deleteLocationPopup .modal-dialog,
#deleteAssetPopup .modal-dialog,
#deleteServiceCatalogPopUp .modal-dialog,
#deleteServiceTaskPopUp .modal-dialog,
#deleteAssetTypePopup .modal-dialog {
    max-width: 45% !important;
}

.chatSubmit1 textarea {
    resize: none;
}

.chatLeft p,
.chatRight p {
    word-wrap: break-word;
}

.visitName {
    text-align: left !important;
}

#ticket-table .schedule-btn,
#visit-table .schedule-btn {
    display: table-row;
}

#ticket-table .scd-btn,
#visit-table .scd-btn {
    margin-bottom: 10px;
}

#ticket-table .schedule-btn button,
#visit-table .schedule-btn button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.server-conf .custom-control-label::before,
#mobile-conf .custom-control-label::before {
    top: .10rem !important;
}

.server-conf .custom-control-input:checked~.custom-control-label::before,
#mobile-conf .custom-control-input:checked~.custom-control-label::before {
    margin-top: 2px !important;
}

#subgoogle {
    max-width: 84px;
    padding-left: 12px !important;
}

.sup-class {
    color: red;
}

#scheduleVisit .rating .visit-fr-body,
#updateVisit .rating .visit-fr-body {
    max-height: 212px;
    border-radius: 0 0 4px 4px;
}

#refresh-tabel {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#ticket_original_request_section,
#visit_original_request_section {
    word-break: break-word;
}

.pricing-table-subtitle {
    margin-top: 35px;
    font-weight: normal;
}

.pricing-table-title {
    font-weight: bold;
    margin-bottom: 68px;
}

.pricing-card {
    border: none;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pricing-card:hover {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card.pricing-card-highlighted {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card:hover {
    box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


.pricing-plan-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 11px;
    font-weight: normal;
}

.pricing-plan-cost {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 29px;
}

.pricing-plan-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px;
}

.pricing-plan-basic .pricing-plan-icon {
    color: #fe397a;
}

.pricing-plan-pro .pricing-plan-icon {
    color: #10bb87;
}

.pricing-plan-enterprise .pricing-plan-icon {
    color: #5d78ff;
}

.pricing-plan-features {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 2.14;
    margin-bottom: 35px;
    color: #303132;
}

.pricing-plan-purchase-btn {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    width: 145px;
    height: 45px;
    border-radius: 22.5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    justify-content: center;
}

.pricing-plan-basic .pricing-plan-purchase-btn {
    background-color: #fe397a;
    color: #fff;
}

.pricing-plan-basic .pricing-plan-purchase-btn:hover {
    box-shadow: 0 3px 0 0 #b7013d;
}

.pricing-plan-basic .pricing-plan-purchase-btn:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}

.pricing-plan-pro .pricing-plan-purchase-btn {
    background-color: #10bb87;
    color: #fff;
}

.pricing-plan-pro .pricing-plan-purchase-btn:hover {
    box-shadow: 0 3px 0 0 #0a7554;
}

.pricing-plan-pro .pricing-plan-purchase-btn:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn {
    background-color: #5d78ff;
    color: #fff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
    box-shadow: 0 3px 0 0 #1138ff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}


.input-group-addon {
    background-color: transparent;
    border-left: 0;
}

.cc-number.identified {
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 99%;
}



.one-card>div {
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
}

.two-card>div {
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48%;
}

.two-card div.amex-cvc-preview {
    float: right;
}


.amex-cvc-preview {
    background-image: url(data:image/png;base64,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);
}

.visa-mc-cvc-preview {
    background-image: url(data:image/png;base64,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);

}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

#html-editor-display .wysiwyg-btn-group-margin {
    display: none !important;
}

#html-editor-display .wysiwyg-textarea {
    -webkit-user-modify: read-only;
    height: 445px !important;
    max-height: 445px !important;
    position: relative;
    padding: 25px;
    -moz-user-modify: read-only;
}

#updateUserAgreement .modal-dialog,
#showAgreementText .modal-dialog,
#addUserAgreement .modal-dialog,
#updateCsrForm .modal-dialog {
    max-width: 1050px;
}

#updateUserAgreement .wysiwyg-textarea,
#addUserAgreement .wysiwyg-textarea,
#updateCsrForm .wysiwyg-textarea {
    height: 375px !important;
}

#updateUserAgreement .wysiwyg-select,
#addUserAgreement .wysiwyg-select,
#updateCsrForm .wysiwyg-select {
    height: 33px;
}

#updateUserAgreement .version,
#addUserAgreement .version {
    padding-bottom: 20px;
    padding-top: 20px;
}

#licence-list-table tbody tr {
    cursor: pointer;
}

#licence-list-table tbody tr:hover {
    color: #7978E9;
    font-weight: 600;
}

.signup-conf-container {
    background: white;
    padding: 40px;
}

.main-div {
    text-align: center;
}

.trackhelp-div {
    padding-left: 150px !important;
}

.trackhelp-text {
    text-align: start;
}

.trackhelp-div .col-md-5,
.snaphelp-div .col-md-5 {
    background: #D6FAF9;
    text-align: center;
    float: left;
    margin-right: 15px;
    padding: 10px 0px;
}


.ios-trackhelp,
.android-trackhelp,
.snaphelp-ios {
    margin-bottom: 15px;
    margin-top: 10px
}

.logo-div {
    background: black;
    padding: 10px;
}

.logo-div p {
    word-break: break-word;
    margin-bottom: 2px;
}

.logo-div p img {
    width: 110px;
    float: left;
    margin-right: 10px;
}

.logo-div p a {
    color: white !important;
}

.snaphelp-div {
    float: right;
    padding-left: 150px !important;
}

.snaphelp-text {
    text-align: start;
    margin-top: 20px
}

.disable-div {
    pointer-events: none;
    opacity: 0.6;
}

.add-user {
    margin-bottom: 10px;
}

.ticket-view .container .ticket-filter .ticket-list,
.ticket-view .container .text-right button,
.user-view .container .ticket-filter .ticket-list,
.user-view .container .text-right button {
    margin-bottom: 10px;
}

.ticket-view .container .ticket-filter input,
.user-view .container .ticket-filter input {
    width: 85%;
    text-align: center;
}

.ticket-view .container .ticket-header .text-right,
.user-view .container .ticket-header .text-right {
    padding-right: 40px;
}

.choose::-webkit-file-upload-button {
    display: none;
}

.bulk-upload .modal-body p {
    margin-bottom: 5px;
}

.bulk-upload .modal-body input {
    width: 100%;
    padding: 2% 2% 2% 40%;
}

.bulk-upload-success-error {
    display: inline-block;
    width: 93%;
    margin: 0;
    white-space: pre-line;
}

.ticket-view .searchIcon button,
.user-view .searchIcon button {
    margin-top: 10px;
}

#assetModel .modal-body {
    text-align: center;
}

.user-screen-header h5 button .fa {
    margin-right: 5px;
}

.success-msg {
    color: green !important;
}

#activityspinner {
    display: none;
}

#activityspinner.show {
    display: block;
    position: fixed;
    z-index: 100;
    background-image: url('data:image/gif;base64,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');
    -ms-opacity: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.subplans .card {
    height: 95% !important;
}

#plan_price {
    justify-content: center;
}

#csrfFieldsModal .modal-dialog,
#csrfPreviewModal .modal-dialog {
    max-width: 87%;
}

.field-row {
    margin-left: 50px !important;
}

.csrf-view #html-editor-display .wysiwyg-textarea {
    height: 545px !important;
    max-height: 545px !important;
}

.csr-preview a {
    text-decoration: underline !important;
    color: #2c5cc5 !important;
}

.ticket-filter .requestor-filter button.reset {
    width: auto !important;
}

.location-list {
    max-height: 95px;
    overflow: auto;
}

.add-more-btn {
    float: right;
    position: initial;
    margin-top: 26px;
}

.agent-location {
    width: 92%;
    margin-top: 2px;
}

.logo-attachment {
    text-align: center;
    border: #ced4da 2px dotted;
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px;
}

.logo-attachment input {
    width: 100%;
    padding: 1% 18%;
    pointer-events: none;
}

.customer-logo img {
    height: 99px;
    width: 150px;
}

.customer-logo {
    margin-left: 15%;
}

/* Optimized single-block solution */
#scheduleVisit .modal-body .schedule-table .fc-resource-area,
#scheduleVisit .modal-body .schedule-table .fc-datagrid-body {
    overflow-y: auto !important;
}

#scheduleVisit .modal-body .schedule-table .fc-timeline-lane,
#scheduleVisit .modal-body .schedule-table .fc-datagrid-row,
#scheduleVisit .modal-body .schedule-table .fc-datagrid-cell {
    height: 51px !important;
    line-height: 35px;
    /* display: flex; */
}

#scheduleVisit .fc-scroller.fc-scroller-liquid-absolute {
    overflow-y: auto !important;
}

#scheduleVisit .fc-timeline-body .fc-scroller {
    overflow: hidden !important;
}
.user-btn {
    margin: 1rem 0 0 0;
}

.update-user-footer {
    border-top: none !important;
}

.add-more-grp-btn,
.add-more-role-btn {
    margin-left: 5px;
}

.add-more-loc-update {
    margin-top: 3px;
}

.add-more-loc-in {
    float: left;
    width: 90% !important;
}

.agent-update-loc ul {
    display: inline-block;
    width: 90%;
}

.welcome-blog {
    border: 1px solid #DADFE3;
    padding: 30px 25px;
}

#getStarted .modal-body {
    padding: 30px 30px;
}

.welcome-blog h3 span {
    text-transform: capitalize;
}

#post-query .submit-btn {
    float: right;
}

#post-query textarea {
    padding: 10px;
    max-height: 190px;
    min-height: 190px;
}

.hide-scroll {
    flex-wrap: unset !important;
}

.blue-text {
    cursor: pointer;
    color: #2c5cc5 !important;
    text-decoration: underline;
    margin-top: 10px;
}

.indent-fix {
    inline-size: auto;
    display: flex !important;
}

.unsubscribe-btn {
    max-width: 180px;
    min-width: 150px
}

.cursor-pointer {
    cursor: pointer;
}

.trash-icon {
    font-size: 1.2rem !important;
    color: red;
}

.expiry-text {
    color: gray;
}

#plan_price .custom-control-label {
    display: inline-grid;
}

#add-html-editor .wysiwyg-btn-group-margin:nth-child(10),
#edit-html-editor .wysiwyg-btn-group-margin:nth-child(10) {
    pointer-events: none !important;
    display: none !important;
    cursor: default !important;
}

.logo-style label {
    color: black !important;
    margin-left: 15%;
}

.logo-style input {
    width: 85px;
}

.helper-header {
    font-size: 21px !important;
}

.__step2_right_section .scanText {
    justify-content: normal;
    text-align: left;
    line-height: unset;
    padding-bottom: 0px !important;
}

.__step2_right_section .scanText p {
    color: black;
    margin-top: 10px;
}

.__step2_right_section button {
    margin-top: -6px;
    margin-bottom: 6px;
}

.disable-btn {
    opacity: 0.5;
    pointer-events: none;
}

.card-block {
    padding: 0.8rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
}

.card-cvv {
    font-family: 'text-security-disc';
}

.close-button {
    position: absolute;
    font-size: 1.2rem;
    line-height: 1rem;
    top: 0.2rem;
    right: -0.5rem;
    border: none;
    background: black;
    color: white;
    font-weight: bold;
    padding: 0 0.1rem 0.1rem 0.1rem;
    outline: none !important;
}

.cvv-error-msg {
    margin-left: 6.1rem;
}

.fc-timeline-event {
    overflow: visible;
}

.fc-timeline-event .fc-content {
    max-width: 100%;
}

tags-input .tags {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

ul.near-asset-blk {
    list-style: none;
    margin-bottom: 0px;
    background: #fff;
}

ul.near-asset-blk li {
    display: inline-block;
}

ul.near-asset-blk li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(139, 139, 139, .3);
    color: #24364a;
    border-radius: 5px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: lighter;
    -webkit-tap-highlight-color: transparent;
    /* transition: all .2s; */
}

ul.near-asset-blk li label {
    /* padding: 8px 12px;
    cursor: pointer;
    width: 150px; */
    padding: 5px 10px;
    cursor: pointer;
    width: 115px;
}

.radius-mt {
    margin-top: 0.4rem;
}

ul.near-asset-blk li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    padding: 2px 6px 2px 2px;
    transition: transform .3s ease-in-out;
}

ul.near-asset-blk li input[type="checkbox"]:checked+label::before {
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
    content: "\2714";
}

ul.near-asset-blk li input[type="checkbox"]:checked+label {
    background-color: #4747A1;
    color: #fff;
    padding: 3px;
}

ul.near-asset-blk li input[type="checkbox"] {
    display: none;
}

ul.near-asset-blk li input[type="checkbox"]:focus+label {
    border: 1px solid #5987C0;
}

.near-asset-blk input {
    padding: 18px 8px !important;
}

.input-group-blk {
    width: 150px;
    border: none;
    background: #F9F9F9;
    color: #565656;
    outline: none;
}

#input-radius {
    box-sizing: content-box;
    padding: 0px !important;
    padding-left: 0.75rem !important;
    border-radius: 4px 0 0 4px;
}

.filterOptions .input-group-addon {
    padding: 11px;
}

.disabled-input {
    background-color: #e9ecef !important;
    pointer-events: none;
}

.visit-map {
    margin-top: 0;
}

.msg-margin {
    margin-left: 2rem;
}

.calendar-icon {
    font-size: inherit !important;
    color: inherit !important;
    padding: 2% 0 0 0 !important;
}

.stb-btn {
    font-family: unset;
    font-size: unset;
    line-height: 1rem;
    border-radius: 5px !important;
}

.width-32 {
    width: 32% !important;
}

.btn-blk {
    margin-left: 0 !important;
    padding-top: 8px !important;
}

#fr-list .multiSelect .checkboxLayer {
    width: 68%;
}

#agent-list .multiSelect .checkBoxContainer {
    max-height: 150px;
    overflow-y: scroll;
}

#group-list .multiSelect .checkBoxContainer {
    max-height: 125px;
    overflow-y: scroll;
}

.visit-calendar .fc-timeline .fc-head .fc-cell-content {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

button.gm-ui-hover-effect {
    width: unset !important;
    height: unset !important;
    outline: none !important;
}

button.gm-ui-hover-effect span {
    width: 16px !important;
    height: 16px !important;
    margin: 4px !important;
}

.info-window-text {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.ticket-attachment-blk {
    border: 1px solid lightgray;
    width: 5.8rem;
    border-radius: 0.8rem;
}

.ticket-attachment-blk img {
    width: 100%;
}

tags-input .tags .tag-item {
    height: auto !important;
}

.transaction-blk {
    max-width: 52% !important;
}

.card-sub-blk {
    display: inline-block;
    text-align: center;
    width: 46%;
}

.vertical-divider {
    display: inline-block;
    border-right: 1px solid #e3e6f0;
    height: 4rem;
}

.card-label {
    font-size: 0.8rem;
    font-weight: 600;
}

.ticket-name {
    display: inline-block;
    width: 81%;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

.ticket_detail:hover .ticket-name,
.ticket-requestor-wrap:hover .deleted-requestor {
    display: initial;
    overflow: visible;
    white-space: normal;
    word-break: break-word;
}

.deleted-requestor {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

.deatils-wrap {
    width: 275px;
    padding: 5px 15px !important;
}

.details-pointer {
    cursor: pointer !important;
}

.date-filter-text span {
    color: #4747A1;
    font-weight: 600;
}

.menu-icon {
    font-size: 1.2rem !important;
    margin-right: 0.5rem;
    cursor: pointer;
}

.source-width {
    width: 104px;
}

.resolved-width {
    width: 83px;
}

.time-width {
    width: 87px;
}

.time-width-93 {
    width: 93px;
}

.customer-name-text {
    color: #000;
    padding-left: 10%;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: capitalize;
}

.navbar-divider {
    margin: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.chat-msg-text {
    white-space: pre-line;
}

.contact-card {
    padding: 0 1rem 2rem 1rem;
    font-size: 18px;
    text-align: left;
}

.contactprofile {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 16px;
}

.contact-number:hover {
    background: #665a8117;
}

.contact-number {
    border: 1px solid #ddd;
    padding: 0.5rem;
    margin-bottom: 5px;
    border-radius: 1rem;
}

.inline-display {
    display: inline-flex;
}

.chat-tabs {
    border: 1px solid #a59494;
    padding: 0.5rem 3rem 0.5rem;
    margin-right: 5px;
    border-radius: 0.5rem;
}

.load-earlier-msg {
    background-color: #ddd;
    color: #FFF;
    padding: 12px 5px;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.inline-display .chat-tabs.active {
    background: #353750;
    color: #fff;
    border: none;
}

.requestor-list {
    background: #353750;
    color: #fff;
}

.support-customer-scroll {
    min-height: 390px;
    max-height: 390px;
    overflow: auto;
}

.support-chat-scroll {
    min-height: 340px;
    max-height: 340px;
    overflow: auto;
}

.chat-partition {
    border-right: #bdb4b4 1px solid;
}

.info-msg {
    position: absolute;
    top: 40%;
    left: 40%;
}

td #whatsappUser .ticket-list-col .ticket_detail.active {
    text-decoration: underline !important;
    color: blue;
    font-weight: 600;
}

.parent-div {
    position: relative;
}

td.clicked {
    text-decoration: underline !important;
    color: blue;
    font-weight: 600;
}

.msg-margin-5 {
    margin-left: 5rem !important;
}

.requestor-name {
    display: flex;
    padding: 0.7rem 0.7rem 0.7rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
}

.tz-scroll {
    max-height: 332px;
    overflow: auto;
}

#tz-list .multiSelect .checkBoxContainer {
    max-height: 140px;
    overflow-y: scroll;
}

.video-section-h {
    height: calc(100% - 30px);
}

.clear-btn {
    position: absolute;
    top: 2.6rem;
    right: 1.7rem;
    color: red;
    cursor: pointer;
}

.create-ticket-dropdowns .checkboxLayer {
    max-height: 315px;
    overflow-y: auto;
}

.timezone .checkboxLayer {
    max-height: 160px;
    overflow-y: auto;
}

.notes-edit-icon {
    position: absolute;
    top: 0.3rem;
    right: -0.5rem;
    cursor: pointer;
}

.width-55 {
    width: 55%;
}

.remember-me-label {
    padding-top: 0.2rem;
    cursor: pointer;
}

.ticket-table-header {
    width: 24%;
}

.capitalize {
    text-transform: capitalize;
}

.ticket-map {
    width: 100%;
    height: 265px;
}

.width-20 {
    width: 20%;
}

.reassign-reschedule {
    height: 19px;
    cursor: pointer;
    padding-left: 5px;
}

.blue-star {
    color: #019cdb;
}

.best-match-wrap {
    max-height: 25rem;
    overflow-y: auto;
}

.asset-group-blk {
    border-bottom: 1.5px solid #C9D3DB;
    padding: 0.6rem 0.8rem;
    max-width: 50%;
}
.active-asset-group {
    background: rgba(229, 242, 253, 0.5);
    border: 1.5px solid #C9D3DB;
    border-bottom: none;
}
.asset-border-bottom {
    border-bottom: 1.5px solid #C9D3DB;
}
.asset-group-wrap {
    background: rgba(229, 242, 253, 0.5);
    border-radius: 0.4rem;
}

.no-radius-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.info-check-avl {
    color: dimgray;
    font-weight: 200 !important;
    line-height: 1.1rem;
}

.width-10 {
    width: 10%;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
}

.loc-modal {
    padding-right: 15px;
}

.sr-no-col {
    width: 6%;
}

.width-60 {
    width: 60%;
}

.width-30 {
    width: 30%;
}

.align-vm {
    vertical-align: middle !important;
}

/* td, th {  
    border-right: solid 0.5px #D9DDDC; 
    border-left: solid 0.5px #D9DDDC; 
} */

.yes-no{
    height: 15px
}
.item-summery .uppercase-text {
    text-transform: uppercase !important;
}
.btn-size{
    line-height: 1rem !important;
    padding: 0.375rem 0.4rem !important;
}
.ft-font-s{
    font-size: 12px;
}
.sort-arrow {
    width: 1rem;
    cursor: pointer;
}
.admin-setting-mt{
    margin-top: 1rem;
}
.cust-radio{
    margin-top: 0.7rem;
    width: 0.9rem;
    height: 0.9rem;
}
#add-kb-wrap, #add-checklist-wrap {
    height: 61vh;
    overflow-y: auto;
}
.kb-close-btn {
    color: #000 !important;
    outline: none;
}
.kb-divider {
    border-top: 2px dashed rgba(0,0,0,.3);
    margin-top: 2rem !important;
}
.kb-name-label {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.8rem);
    margin-left: 0.3rem;
}
.kb-num-circle {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
}
.cust-info{
    box-shadow: 0 3px 5px 0 #dbdfe3;
    border-radius: 0.5rem !important;
    margin-bottom: 1rem;
    width: 100%;
    background-color: papayawhip;
}
.snap-web img{
    margin-top: 10px;
    width: 65%;
    height: 93%;
    border-radius: 0.8rem;
    margin-left: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.20)!important;
}
.user-bulk-delete{
    max-height: 8rem;
    overflow-y: auto;
    margin-bottom: 1rem;
}
.upload-instruc-wrap {
    background-color: #F5F7FF;
    border: 1px solid #7978E9;
    border-radius: 0.3rem;
    padding: 0.5rem;
}
.upload-file-wrap {
    margin-top: 1.5rem;
    border: 2px dashed #ADAFB5;
}
#addNewResourcePopup .checkboxLayer, #updateResourcePopup .checkboxLayer {
    width: 350px;
}

.custdefaultcol{
    width: 100% !important;
}
#addNewAssetPopup .checkboxLayer, #updateAssetPopup .checkboxLayer {
    width: 350px;
}

.asset-status-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.fr-edit{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    font-size: 17px !important;
    background: white !important;
}
#example .checkboxLayer {
    max-height: 194px;
    overflow: auto;
    width: 275px !important;
}
.color-circle {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

#addNewUsergroupPopup .checkboxLayer {
    width: 350px;
}
#addNewUsergroupPopup .multiSelect .checkBoxContainer {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.attachment-icon {
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
}
#cronTimeDropDown .checkboxLayer {
    width: 100px;
}
#cronTimeDropDown .multiSelect .checkBoxContainer {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.data-not-box{
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.designFormInfo img {
    width: 16px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.designFormInfo:hover .showtext {
    display: block;
}

.close {
    font-size: 1.3rem !important;
}

.assigned-locations-modal {
    max-width: 500px !important;
    top: 40%;
    transform: translateY(-40%) !important;
    margin: 0 auto !important;
}
.service-table {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.create-ticket-bg {
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 15px;
}
.forgot-pwd-font {
    font-size: 0.92rem;
}
.video-notes{
    display: flex; 
    flex: 1; flex-direction: row; 
    justify-content: center; 
    align-items: center;
}

.preferred-user-modal {
    top: 25%;
    transform: translateY(-50%);
}
.text-overflow-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ticket-dropdown .multiSelect > button {
    min-width: 34%;
}
.checked-status {
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}
.green-color {
    background: #005C3F;
}
.red-bg {
    background: #C82124;
}
.report-field-w{
    width: 31%;
}
.showinfo-role img{
    width: 13px;
    margin-right: 2px;
    margin-bottom: 3px
}
.showinfo-role:hover .showtext {
    display: block;
}
.profile-picture {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #c9d3db;
}
.img-profile {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: cover;
}
.camera-img {
    position: absolute;
    right: 8%;
    width: 2rem;
    bottom: 5%;
}
.desc-blk {
    max-height: 15.5rem;
    overflow-y: auto;
}
.safe-html * {
  all: revert;
}
.agent-bulk-up{
    overflow-y: auto;
    height: 16rem;
    margin-bottom: 0.5rem;
}
.email-width {
    width: 14%;
    max-width: 10rem;
}
.login-msg-blk {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
}
.login-msg-blk h5 {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-xxl {
    max-width: 90% !important;
}
.showinfo-pc img {
    width: 0.8125rem;
    margin-right: 0.125rem; 
    margin-bottom: 0.1875rem;
}
.showinfo-pc:hover .showtext {
    display: block;
}

.showtext_btn {
    display: none;
    position: absolute;
    z-index: 1001 !important;
    margin-top: 8px;
}

.showinfodiv:hover .showtext_btn {
    display: block;
}

.visit-accepted-icon {
    position: absolute;
    font-size: 1rem !important;
    color: #005C3F;
    left: -8px;
    background-color: #fff;
    cursor: default;
    z-index: 999;
    border-radius: 50%;
    margin-top: 11px;
}
.asset-type-dropdown .multiSelect > button {
    min-width: 100%;
}
.accordion > .card.single-card .card-header {
    margin-bottom: 0!important;
}

.asset-selection-type-wrap {
    padding: 0.8rem;
    border-radius: 0.3rem;
    border: 1px solid #c9d3db;
}

.weekly-day-selector {
    gap: 1rem;
}
 
.day-block {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6e4e4;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
 
.day-block.selected-day {
    background-color: #4747A1;
    color: white;
}
 
.day-block.day-hover {
    background-color: #f0f0f0;
}

.hide-reset-button .multiSelect .helperButton.reset {
    display: none !important;
}

.date-clear-icon {
    right: 3.5rem;
    top: 1.2rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #bebaba;
  }

.badge-counter {
    position: absolute;
    top: 1rem;
    right: 0;
    transform: scale(0.9);
    border-radius: .50rem !important;
}

.border-color-circle{
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
}

.inv-floating-dropdown .checkboxLayer {
    position: absolute !important;
    z-index: 9999 !important;
}

.hide-height {
    display: none;
    height: 0 !important;
}