body {
    background: #f1f4f9 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
  }
  .logOutMenu:hover {
    color: #d31717 !important;
  }
  .logOutMenu {
    color: #0a5497;
	margin-top: 27%;
  }
  .sidenav a {
    display: flex !important;
    align-items: center !important;
  }
  
  a .fa-caret-right,.fa-caret-down {
    margin: 3px 0 0 5px;
  }
  
  .down-caret {
    transform: rotate(90deg);
    transition: transform 0.3s ease; 
  }
  
  /* side-nav design part */
  .menu-toggle {
    cursor: pointer;
    background: #4c4b4b;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    vertical-align: sub;
    top: 25px;
    position: absolute;
    border-radius: 0 6px 6px 0; 
  }
  .menu-toggle:hover {
    background: #000;
    transition: 0.5s;
  }
  .main-container {
    transition: 0.5s;
  }
  
  /* table design part */
  .common-table {
    color: #3e4046;
  }
  .common-table thead {
    color: #fff;
    font-weight: bold;
  }
  .common-table thead th {
    border-bottom: 1px solid #ccc !important;
  }
  .common-table tbody {
    font-size: 15px;
  }
  .common-table tbody tr {
    border-bottom: 1px solid #dee2e8;
  }
  .common-table tbody tr:hover,
  .common-table .dt-hasChild {
    background: #ececff;
    cursor: pointer;
  }
  
  .common-table .fa {
    font-size: 18px;
  }

.dt-scroll-headInner {
	width: 100% !important;
}
  
  .common-table .fa:hover {
    color: rgb(0, 0, 0);
    transition: 0.5s;
  }
  .dataTable.no-footer {
    border: none !important;
  }
  
  body::-webkit-scrollbar {
    width: 10px;
  }
  
  body::-webkit-scrollbar-thumb {
    background: #bcbebf;
  }
  #content {
    background: #f1f4f9;
    transition: 0.5s !important;
  }
  
  /* css-animation design part */
  .checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }
  
  .checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primaryColor);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
  }
  .checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: var(--primaryColor);
  }
  
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    animation: wave-46 0.4s ease;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(4.5);
    opacity: 0;
    transition: all 0.6s ease;
    position: absolute;
    left: 0px;
  }
  
  @keyframes wave-46 {
    50% {
      transform: scale(0.9);
    }
  }
  
  #footer {
    background: #e9edf2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 2rem 0rem 1rem 0rem;
    font-size: 15px;
    transition: 0.5s;
  }
  
  .card {
    border-radius: 0;
    border: none;
  }
  .card-header {
    border-bottom: 0;
    border-radius: 0 !important;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 /10%);
  }
  .card-header .text-steelBlue {
    color: #37b0e5 !important;
  }
  .common-btn {
    padding: 5px 25px !important;
  }
  .modal-container input[type=text] {
    background: #fff !important;
  }
  .modal-header {
    border-radius: 0 !important;
  }
  .tableCenter {
    margin: 0px 15px 0px 15px;
  }
  a {
    text-decoration: none;
  }
  .fs-100 {
    font-size: 100px;
  }
  .color-red {
    color: red;
  }
  .color-green {
    color: green;
  }
  .btn-padding {
    padding: 10px 25px !important;
  }
  .fade-in-text {
    animation: fadeIn 3s;
  }
  @keyframes fadeIn {
    from {
        opacity: 0;
        animation-timing-function: ease;
    }
    to {
        opacity: 1;
        animation-timing-function: ease;
    }
  }
  .text-color {
    color: #000;
    font-weight: 600;
  }
  .cardtype {
    padding: 7px; 
    background-image: linear-gradient(to right, rgb(230, 218, 196), rgb(206, 189, 206));
  }
  .dataTables_paginate .pagination .active>.page-link,
  .page-link.active {
    background-color: #22baa0 !important;
    border: #22baa0 !important;
  }
  
  .dataTables_filter .form-control {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 0px 3px !important;
    padding-left: 22px;
  }
  .modal-dialog{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  }
  .modal-content {
    border : none !important;
  }
  .modal-dialog .text{
    text-align: center;
    font-size: 41px;
    font-weight: 600;
  }
  .modal-dialog .modal-body{
    padding: 30px 0 0 0;
  }
  .modal-dialog .modal-body .form-row{
    display: flex;
    margin: 32px 0;
    padding-bottom: 10px;
  }
  .modal-body .form-row .input-data{
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
    text-align: start;
  }
  .input-data input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    outline: none;
  }
  .input-data input:focus ~ label, .input-data input:valid ~ label, .input-data input:invalid ~ label{
    transform: translateY(-20px);
    font-size: 14px;
    color: var(--primaryColor);
  }
  
  #message:focus~label,#replyId:focus~label,#newAutoResponder:focus~label {
    transform: translateY(-20px);
    font-size: 15px;
    color: var(--primaryColor);
    margin-top: 5px;
  
  }
  .input-data input:focus {
    border: none !important;
  }
  .input-data label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .input-data .underline{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .input-data .underline:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--primaryColor);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .input-data input:focus ~ .underline:before, .input-data input:valid ~ .underline:before {
    transform: scale(1);
  }
  @media (max-width: 700px) {
    .modal-dialog .text{
      font-size: 30px;
    }
    .modal-dialog .modal-body{
      padding: 10px 0 0 0;
    }
    .modal-dialog .modal-body .form-row{
      display: block;
    }
    .modal-body .form-row .input-data{
      margin: 35px 0!important;
    }
  }
  .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 350px;
    max-width: 100%;
    padding: 25px;
    background-color: #F1DEC9;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    transition: .3s;
    overflow: hidden;
  }
  .file-drop-area.is-active {
    background-color: #1a1a1a;
  }
  
  .fake-btn {
    flex-shrink: 0;
    background-color: #9699b3;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .file-msg {
    color: #030a46;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .item-delete {
    display: none;
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  
  .item-delete:before {
    content: "";
    position: absolute;
    left: 0;
    transition: .3s;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23bac1cb' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
  }
  
  .item-delete:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #f3dbff;
    border-radius: 50%;
    transition: .3s;
  }
  
  .item-delete:hover:after {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 1;
  }
  
  .item-delete:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%234f555f' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .file-input:focus {
    outline: none;
  }
  .dt-paging-button.current {
    background: var(--primaryColor) !important;
    color: white !important;
    border: 1px solid var(--primaryColor) !important;
  }
  .dt-paging-button:hover {
    background: #b4caef !important;
    color: white !important;
    border: 1px solid #b4caef !important;
  }
  .dt-paging-button.current:hover {
    background: var(--primaryColor) !important;
    color: white !important;
    border: 1px solid var(--primaryColor) !important;
  }
  .inputBorderColor:hover~label, textarea:hover~label {
    color: var(--primaryColor);
  }
  .inputBorderColor:focus~label, textarea:focus~label {
    color: var(--primaryColor);
  }
  .dt-scroll-headInner {
    width: 100% !important;
  }
  .inputBorderColor:hover, textarea:hover {
    border-color: var(--primaryColor);
    border-radius: 5px;
  } 
  .inputBorderColor:focus, textarea:focus {
    border-radius: 5px;
    font-size: 25px;
    padding: 6px;
  }
  #dt-search-1 {
    outline: none;
  }
  #dt-search-1:focus, #dt-search-1:hover {
    border: 1px solid var(--primaryColor) !important;
  }
  .exportOutstanding:hover,.exportSearchInvoice,.exportFailedTransaction,.exportOutstanding, .exportRecentPaid, .exportRecentPaid:hover, .exportAllTransaction, .exportAllTransaction:hover, .exportRecurringTransaction, .exportRecurringTransaction:hover{
    color: white;
    background-color: #202538;
  }
  .exportSearchInvoice:hover,
  .exportFailedTransaction:hover {
    background-color: #202538;
    color: white;
  }
  
  #failed_transactions_table_length option:checked {
    color: #111010 !important;
  }
  
  .failedTransactionDate {
    width: 147px !important;
  }
  
  #failed_transactions_table_filter {
    padding-top: 42px !important;
  }
  #modal_recent_Paid_Table_length,
  #modal_outstanding_Table_length,
  #modal_recurring_transaction_Table_length,
  #modalviewdeletedinvoicesTable_length,
  #modalAdjustedInvoicesTable_length {
    float: right;
    margin-bottom: 5px;
  }
  
  .direct-chat-text img {
    max-width: 250px;
  }
  
  .direct-chat-text video {
    max-width: 250px;
  }
  
  .commonInput,
  .commonMailInput,
  .commonAmountInput,
  .commonProviderInput,.commonAppointmentInput,.commonInsuranceInput {
    border: none !important;
    pointer-events: none;
  }
  
  .swal2-image {
    width: 100px;
    height: 100px;
  }
  .invoiceField,
  .recurringField,
  .authorizeField,
  .cloneInvoiceField,
  .updateInvoiceField,
  .searchField,
  .appointmentField {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 1) !important;
  }
  
  .selectBorderColor:hover {
    border-color: #22baa0;
    border-radius: 5px;
  }
  
  .form-floating>.form-control::placeholder {
    color: revert;
  }
  
  .form-floating>.form-control:not(:focus)::placeholder {
    color: transparent;
  }
  .form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .55rem;
  }
  
  option:checked,
  option:hover {
    box-shadow: 0 0 10px 100px #9264cb inset;
    color: white;
    border-radius: 3px;
  }
  
  
  .invoiceLink:hover {
    color: blue;
    text-decoration: underline;
  }
  
  input[type="file"]::file-selector-button {
    background-image: linear-gradient(to right, rgb(230, 218, 196), rgb(206, 189, 206));
    padding: 0.5em;
  }
  
  
  
  .formSelect {
    width: 100%;
  }
  
  .formSelect+.select2-container .select2-selection--single {
    height: 54px;
    padding: 12px;
  }
  
  .formSelect+.select2-container .select2-selection__arrow {
    height: 38px;
  }
  
  .formSelect+.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
    line-height: 28px;
  }
  
  .customerField {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 1) !important;
  }
  
  .customerField:hover {
    border-color: var(--primaryColor);
    border-radius: 5px;
  }
  
  .customerField:focus {
    border-radius: 5px;
    font-size: 25px;
    padding: 6px;
  }
  
  .customerField:hover~label {
    color: var(--primaryColor);
  }
  
  .customerField:focus~label {
    color: var(--primaryColor);
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .transactionField {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 1) !important;
  }
  
  .inputBorderColor:focus {
    border-radius: 5px;
    font-size: 25px;
    padding: 6px;
  }
  
  .selectBorderColor:hover,
  .inputBorderColor:hover {
    border-color: var(--primaryColor);
    border-radius: 5px;
  }
  
  
  
  #ccmo option:checked {
    color: #111010 !important;
  }
  
  #ccyr option:checked {
    color: #111010 !important;
  }
  
  
  .select2-container {
    width: 100% !important;
  }
  
  .select2-selection__arrow {
    margin-top: 14px;
  }
  
  /* Recurring */
  .numberOfDays {
    display: flex;
    background-color: white;
    margin: 10px 60px 30px 0px;
    padding: 10px;
  }
  #ccmorecurring option:checked {
    color: #111010 !important;
  }
  
  #ccyrrecurring option:checked {
    color: #111010 !important;
  }
  .pr-150 {
    padding-right: 150px;
  }
  .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
  }
  
  .w-30 {
    width: 30% !important;
  }
  .mt-7 {
    margin-top: 7px;
  }
  .mt-12 {
    margin-top: 12px;
  }
  .mt2px {
    margin-top: 2px;
  }
  
  /* For Messages */
  .direct-chat .box-body{border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative;overflow-x:hidden;padding:0}
  .direct-chat.chat-pane-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}
  .direct-chat-messages{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:10px;height:250px;overflow:auto}
  .direct-chat-msg,.direct-chat-text{display:block}
  .direct-chat-msg{margin-bottom:10px}
  .direct-chat-msg:before,.direct-chat-msg:after{content:" ";display:table}
  .direct-chat-msg:after{clear:both}
  .direct-chat-messages,.direct-chat-contacts{-webkit-transition:-webkit-transform .5s ease-in-out;-moz-transition:-moz-transform .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out;transition:transform .5s ease-in-out}
  .direct-chat-text{border-radius:5px;position:relative;padding:5px 10px;background:#d2d6de;border:1px solid #d2d6de;margin:auto;color:#444;width:450px;height:auto;}
  .direct-chat-text:after,.direct-chat-text:before{position:absolute;right:100%;top:15px;border:solid transparent;border-right-color:#d2d6de;content:' ';height:0;width:0;pointer-events:none}
  .direct-chat-text:after{border-width:5px;margin-top:-5px}
  .direct-chat-text:before{border-width:6px;margin-top:-6px}
  .right .direct-chat-text{margin-left:50px;}
  .left .direct-chat-text{margin-right:50px;}
  .right .direct-chat-text:after,.right .direct-chat-text:before{right:100%;left:auto;border-left-color:transparent}
  .left .direct-chat-text:after,.left .direct-chat-text:before{left:100%;right:auto;border-right-color:transparent}
  .direct-chat-img{border-radius:50%;float:left;width:40px;height:40px}
  .right .direct-chat-img{float:left}
  .left .direct-chat-img{float:right}
  .direct-chat-info{display:block;margin-bottom:2px;font-size:12px}
  .direct-chat-name{font-weight:600}
  .direct-chat-timestamp{color:#999}
  .direct-chat-contacts-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}
  .direct-chat-contacts{-webkit-transform:translate(101%, 0);-ms-transform:translate(101%, 0);-o-transform:translate(101%, 0);transform:translate(101%, 0);position:absolute;top:0;bottom:0;height:250px;width:100%;background:#222d32;color:#000;overflow:auto}
  .contacts-list>li{border-bottom:1px solid rgba(0,0,0,0.2);padding:10px;margin:0}
  .contacts-list>li:before,.contacts-list>li:after{content:" ";display:table}
  .contacts-list>li:after{clear:both}
  .contacts-list>li:last-of-type{border-bottom:none}
  .contacts-list-img{border-radius:50%;width:40px;float:left}
  .contacts-list-info{margin-left:45px;color:#000}
  .contacts-list-name,.contacts-list-status{display:block}
  .contacts-list-name{font-weight:600}
  .contacts-list-status{font-size:12px}
  .contacts-list-date{color:#aaa;font-weight:normal}
  .contacts-list-msg{color:#999}
  .direct-chat-danger .right>.direct-chat-text{background:#dd4b39;border-color:#dd4b39;color:#000}
  .direct-chat-danger .right>.direct-chat-text:after,.direct-chat-danger .right>.direct-chat-text:before{border-left-color:#dd4b39}
  .direct-chat-primary .right>.direct-chat-text{background:#3c8dbc;border-color:#3c8dbc;color:#000}
  .direct-chat-primary .right>.direct-chat-text:after,.direct-chat-primary .right>.direct-chat-text:before{border-left-color:#3c8dbc}
  .direct-chat-warning .right>.direct-chat-text{background:#f39c12;border-color:#f39c12;color:#000}
  .direct-chat-warning .right>.direct-chat-text:after,.direct-chat-warning .right>.direct-chat-text:before{border-left-color:#f39c12}
  .direct-chat-info .right>.direct-chat-text{background:#def9ff;border-color:#def9ff;color:#000}
  .direct-chat-info .right>.direct-chat-text:after,.direct-chat-info .right>.direct-chat-text:before{border-left-color:#def9ff}
  .direct-chat-success .right>.direct-chat-text{background:#def9ff;border-color:#def9ff;color:#000}
  .direct-chat-success .right>.direct-chat-text:after,.direct-chat-success .right>.direct-chat-text:before{border-right-color:#def9ff}
  .direct-chat-danger .left>.direct-chat-text{background:#dd4b39;border-color:#dd4b39;color:#000}
  .direct-chat-danger .left>.direct-chat-text:after,.direct-chat-danger .left>.direct-chat-text:before{border-left-color:#dd4b39}
  .direct-chat-primary .left>.direct-chat-text{background:#3c8dbc;border-color:#3c8dbc;color:#000}
  .direct-chat-primary .left>.direct-chat-text:after,.direct-chat-primary .left>.direct-chat-text:before{border-left-color:#3c8dbc}
  .direct-chat-warning .left>.direct-chat-text{background:#f39c12;border-color:#f39c12;color:#000}
  .direct-chat-warning .left>.direct-chat-text:after,.direct-chat-warning .left>.direct-chat-text:before{border-left-color:#f39c12}
  .direct-chat-info .left>.direct-chat-text{background:#e9e9e9;border-color:#e9e9e9;color:#000}
  .direct-chat-info .left>.direct-chat-text:after,.direct-chat-info .left>.direct-chat-text:before{border-left-color:#e9e9e9}
  .direct-chat-success .left>.direct-chat-text{background:#e9e9e9;border-color:#e9e9e9;color:#000}
  .direct-chat-success .left>.direct-chat-text:after,.direct-chat-success .left>.direct-chat-text:before{border-left-color:#e9e9e9}
  
  .mc-calendar--modal {
    z-index: 1600 !important;
  }

.titleText {
  width: 100%;
  float: left;
  line-height: 46px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ed2553;
  position: relative;
}
.titleText:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  background: #ed2553;
}
.forgotPassword:hover {
  color: #37b0e5;
}
.poweredByText {
  color: #145aa5;
}
div.scrollmenu {
	overflow-x: auto !important;
	overflow-y: hidden;
}
div.scrollmenu a {
	display: inline-block !important;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}
.nav {
	display: list-item !important;
}
.nav-tabs .nav-link {
	border-radius: 0px;;
}
.row_group {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted black;
}
.formContainer{
  padding: 3em 0 !important;
}
/* Responsive styles */
@media (max-width: 768px) {

	div.scrollmenu a {
		padding: 6px;
	}
	.commonlabel,
	.customerLabel,
	.patientInfoHeader2,
	.scrollmenu,
	.fs-6 { 
		font-size: 14px !important;
	}
	div.dt-container .dt-paging .dt-paging-button {
		padding: 0 !important;
	}

}

@media (max-width: 480px) {

	.row_group {
		padding-top: 0px !important;
	}
	p {
		font-size: 12px !important;
	}
	.scrollmenu,
	.dt-length,
	.dt-paging,
	.dt-info,
	.dt-search {
		font-size: 12px !important;
	}
	div.scrollmenu a {
		padding: 6px;
	}
	#dt-search-1,
	#dt-search-3,
	#dt-search-5,
	#dt-search-7,
	#dt-search-9 {
		height: 20px !important;
	}
	.commonlabel,
	.inputBorderColor:focus,
	.inputBorderColor,
	.patientInfoHeader2,
	.commonProviderInput,
	table.dataTable td,
	.fs-6 {
		font-size: 10px !important;
	}
	.btn.disabled,
	.demographicBlock,
	.btn.btn-primary {
		padding: 2px !important;
	}
	.form-control {
		height: 28px !important;
	}
	.upload-container {
		width:234px !important;
	}
	.customerLabel {
		font-size: 9px !important;
	}
	#lookupform .form-floating label,
	#paymentForm .form-floating label {
		font-size: 10px !important;
		margin-top: -3%;
	}
	h1 {
		font-size:20px !important;
	}
	h2 {
		font-size: 16px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 14px !important;
	}
	.formSelect + .select2-container .select2-selection--single {
		height: 36px !important;
		padding: 6px !important;
	}

}

.common-table thead th  {
	border-right:  1px solid rgba(252, 249, 249, 0.938);
	border-left: 1px solid rgb(255, 255, 255);
}
.text-steelBlue {
  color: #37b0e5;
}
.ui-tooltip {
  padding: 10px 20px;
  border-radius: 20px;
  font: bold 14px"Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}

.custom-tooltip .tooltip-inner {
  max-width: 400px;
  width: 400px;
  white-space: normal;
  background-color: var(--primaryColor);
}

label.required:after{
  content: " *";
  color: red;
}

.iconStyle {
	font-size: 19px;
	opacity: .5;
	color: #000;
}

.iconStyle:hover {
    opacity: 1 !important;
    color: #000 !important;
}

.fa-eye:hover {
  color: #000 !important;
}