﻿

.tblIcon {
    font-size: 16px;
    margin-left: 7px;
    margin-right: 7px;
}

    .tblIcon:hover {
        font-weight: bold;
    }

.form-floating > .form-control ~ label::after{
    background:rgba(0, 0, 0, 0.00) !important;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label{
    font-size:14px;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.activeTab{
    font-weight:500;
    font-size:14px;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.latest-update-card .card-body .latest-update-box:after {
    left: 97px;
}

.btn-small {
    padding-top: 2px;
    height: 24px;
    font-size: 12px;
}

.modal-fullscreen {
    height: 100% !important;
}

.trItem{
    cursor:pointer
}

.border-r {
    border-right:1px solid #e2e4ed
}
.myDatepicker {
    opacity: 1 !important;
}
.flatpickr-input[readonly] {
    opacity: 1 !important;
}

.chat-item {
    border: 1px solid silver !important;
    border-radius: 6px !important;
    width: 94% !important;
}
.chat-you {
    align-self: flex-end !important;
}
.hidden {
    visibility: hidden !important;
    display: none !important;
}

.cardItem {
    cursor:pointer;
}

    .cardItem.active {
        background: aliceblue;
        box-shadow: 1px 1px #e3e3e3;
        border-top: 3px #3fa3ff solid;
        transition: all 0.5s linear;
    }
    .cardItem:hover {
        background: #f8f8f8;
        transition: all 0.5s linear;
    }

.modal-content {
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, .18);
}

.modal {
    background: rgb(0 0 0 / 20%);
}

.choices__inner {
    height: 58px;
    padding: 14px;
}

.choices__list {
    z-index: 5 !important;
}

.choices__inner.is-valid {
    border-color: #52c41a;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2352c41a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .325rem) center;
    background-size: calc(.75em + .65rem) calc(.75em + .65rem)
}

.choices__inner.is-invalid {
    border-color: #ff4d4f;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4d4f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4d4f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .325rem) center;
    background-size: calc(.75em + .65rem) calc(.75em + .65rem)
}

.badgeCount{
position: relative;
    border-radius: 50%;
    font-size: 9px !important;
    height: 17px;
    width: 17px;
    padding: 4px !important;
}

.readCls .user-avtar{
        background: #e8f4ff !important;
        color: #1890ff !important;
}

.readCls .txtDiv{
    font-weight: bold !important;
}

.readCls .msgBadge{
    display: block !important;
}


.msgBadge{
    display: none;
}

.fc-body .fc-row {
        min-height: 35px; /* Adjust as needed */
}

.passwordDiv .list-group-item{
padding:8px !important;
}


.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -7px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -7px;
  content: "✖";
}


.variables ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.variables li {
  float: right;
}

.variables li a {
  display: block;
  color: blue;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.variables li a:hover {
  color: #111111;
  cursor:pointer;
}

.variables {
font-size: 13px;
    top: 2px;
    position: absolute;
    right: 15px;
    z-index: 2;

}

.variables .dropdown-item {
    padding: 6px 20px;
    font-size: 12px;
      cursor:pointer;
}
.variables .dropdown-menu {
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
     transform: translate3d(0px, 34px, 0px);
     height:170px;
     overflow-y:auto
}


._checkout{ border-bottom: solid 4px #1890ff !important; }
._checkout i{  color:#1890ff !important;  }

._cancelled{ border-bottom: solid 4px #fbbc00 !important; }
._cancelled i{  color:#fbbc00 !important;  }

._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

.content-center{
justify-content:center;
}

.choices__heading {
    font-weight: bold;
    font-size: 16px;
 }

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    left: 10px;
    }
.choices__inner {
    height: auto;
}

.disabled-link {
  pointer-events: none; /* Prevents click events */
  cursor: default; /* Changes cursor to default arrow */
    color: #bbbbbb !important;
  text-decoration: none; /* Removes underline if desired */
}

.disabled-link .tblIcon{
    color: #bbbbbb !important;
}

.displayNone{
    display: none;
}
