.alert-message {
    padding: 10px 15px 10px 12px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 16px;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.success {
    background-color: #ddf5e6;
    border-color: #a2e3b0;
    color: #31a15c;
}

.alert-success {
    background-color: #ddf5e6;
    border-color: #a2e3b0;
    color: #31a15c;
}

.alert-success hr {
    border-top-color: #8fdd9f;
}

.alert-success .alert-link {
    color: #257a45;
}

.alert-info {
    background-color: #d9f5fc;
    border-color: #91f4f8;
    color: #0a7d99;
}

.alert-info hr {
    border-top-color: #7af2f6;
}

.alert-info .alert-link {
    color: #075669;
}

.alert-warning {
    background-color: #fdf2dd;
    border-color: #f7d396;
    color: #f0b137;
}

.alert-warning hr {
    border-top-color: #f6c97e;
}

.alert-warning .alert-link {
    color: #e49b11;
}

.error {
    background-color: #fcecec;
    border-color: #f2aab6;
    color: #de2525;
}

.alert-danger {
    background-color: #fcecec;
    border-color: #f2aab6;
    color: #de2525;
}

.alert-danger hr {
    border-top-color: #ef94a3;
}

.alert-danger .alert-link {
    color: #b51b1b;
}
.font17 {
    font-size: 17px;
    font-weight: bold;
}
.accordian {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    cursor:pointer;
}

.pad10 td:nth-child(1) {
    padding-left:30px;
}
.pad10 td:nth-child(2) {
    /*padding-left: 30px;*/
}
.pad20 td:nth-child(1) {
    padding-left: 60px;
}

.pad20 td:nth-child(2) {
   /* padding-left: 60px;*/
}
#myTable tr:hover {
    background-color: #f9f9f9;
}
@media (min-width: 768px) {
    .stacked-menu .menu-link {
        line-height: 1.80rem;
    }
}
.badge-subtle1.badge-success {
    color: #008974;
    background-color: rgba(0,162,138,.08);
}

.user-avtar-icon .user-avatar {
    height: 36px !important;
    background-color: #4D7FBA
}

.user-avtar-icon .user-avatar i {
    font-size: 19px !important;
    color: #DBE5F1;
    vertical-align: top;
    padding-top: 6px;
}

.avtar-res {
font-size: 30px;
vertical-align: top;
}
.footertext, .footertext a {
    color: #363642 !important;
    font-size: 12px !important;
}
.note {
    font-size:13px;
}
.forgotpassword {
    cursor: pointer;
    float: left;
    margin: 12px 0 9px 3px;
    color: #346cb0 !important;
}
.forgotpassword:hover {
    color: #234875 !important;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.form-control-static {
    padding-top: 7px;
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: -18px;
    margin-bottom: 10px;
    color: #737373;
    text-align: left;
    font-size: 15px;
    color: red;
    font-weight: 300;
}
.hide {
    display:none;
}

.help-block {
    margin-top: 15px;
}
.NoRecords {
    font-size: 18px;
    color: #ccc;
    margin: 10px 20px 15px 20px;
}
.lds-dual-ring.hidden {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
.marright13{
    margin-right:13px !important;
}
.martop12 {
    margin-top:12px;
}
.no-border {
    border: none !important;
}
.padleft0 {
    padding-left: 0px !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #b7b7b7 !important;
    opacity: 1;
    color: #000 !important;
}
.form-select:disabled {
    background-color: #b7b7b7 !important;
    opacity: 1;
    color: #000 !important;
}
.form-check-input:disabled {
    opacity: inherit !important;
}

.form-check-input:disabled ~ .form-check-label {
    opacity: inherit !important;
}
.slick-track {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.curPointer {
    cursor:pointer;
}

.lb-data-top .lb-details span {
    color: #fff;
}

.lb-data-top .lb-details {
    width: 100%;
    background: #000;
    float: left;
    padding: 0 0 0 12px;
    text-align: left;
    line-height: 1.1em;
}

.lb-data-top .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

    .lb-data-top .lb-caption a {
        color: #4ae;
    }

.lb-data-top .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data-top .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .lb-data-top .lb-close:hover {
        cursor: pointer;
        opacity: 1;
    }

.lb-data .lb-caption {
font-weight:normal !important;
}

.quate2 li a, .quate3 li a {
    font-size: 14px !important;
}

.resert-section button {
    background: transparent;
    color: #fff;
    border: #cccccc 1px solid;
    padding: 2px 20px 0px;
    margin-left: 20px;
}

.review-sction:last-child {
    border-bottom:none !important;
}

.myaccount-heading {
    background: #111111;
    padding: 10px;
    margin-bottom: 38px;
    margin-left:14px;
    width: 100%;
}

    .myaccount-heading p {
        font-size: 24px;
        color: #fff;
    }

.stripe .profile-fields input {
    height: 44px !important;
}
.report .fa-search:before {
    content: "\f002";
    font-size: 14px;
}

.chat-section .divChat1 .yellow-part-R:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #6495ed;
    position: absolute;
    left: -9px;
    content: '';
    top: 10px;
}

.chat-section .divChat1 .yellow-part-R {
    background: #6495ed;
    border-radius: 6px;
    width: 255px;
    position: relative;
}
.chat-section .divChat1 .user-img img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: solid #6495ed 2px;
    margin: 3px 0px 0 0;
}
.chat-section .divChat1 {
    padding: 20px 12px 0 12px;
    margin: 0px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.manage-dispute-btn-resolve {
    font-size: 14px;
    color: #6495ed;
    padding: 8px 9px;
    border: 1px solid #6495ed;
}

    .manage-dispute-btn-resolve:hover {
        color: #ffff00;
        border-color: #ffff00;
    }
    .manage-dispute-btn-resolve i {
        margin-left: 5px;
    }
.back-section{
    margin-bottom:6px;
}
.chat-section .chat-user .change-yellow img {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    border: solid yellow 2px !important;
    margin: 0 10px 0 0;
}

/*6/1/22*/
.chat-section .divChat1 .yellow-img img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: solid yellow 2px;
    margin: 3px 0px 0 0;
}

/*6/1/22*/


.chatwindows p strong {
    overflow-wrap: break-word;
}

/*25/1/22*/
.fixed-chat .chat-box-business {
    background: #6495ed;
}
.fixed-chat .chat-box-business:before {
    background: #6495ed;
}

.chatBusiness::-webkit-scrollbar-track {
    background-color: #6495ed !important;
}


.TotalCount {
    background: #ff00ff;
    padding: 4px 8px 4px 7px;
    border-radius: 14px;
    margin-left: 6px;
}
.chatParent {width:100%}