﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*Set padding to keep content from hitting the edges
*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column*/

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
*/
input,
select,
textarea {
    max-width: 100%;
}

.counter_area span {
    font-size: 66px;
    color: #555;
    margin-bottom: 350px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
}

    .counter_area span > span {
        margin-bottom: 0;
    }

.counter_area .circle {
    background: #2980b9;
    width: 200px;
    line-height: 200px;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
}

.addTaskForm .form-group:after {
    content: "";
    clear: both;
    display: table;
    height: 0;
    width: 100%;
}

.validations {
    color: #d92550;
}

.addTaskForm .url-input {
    margin: 10px 0;
    width: auto;
    max-width: 362px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .input-append {
    padding: 9px;
    min-width: 40px;
    display: table-cell;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* Hide the browser's default checkbox */
.container input, .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.i-green {
    color: #96c04f
}

.full-width {
    width: 100% !important;
}

.bg_grey {
    background: #f8f9fa !important;
}

.webkit_fill {
    width: -webkit-fill-available !important;
}

.btn-margin {
    margin: 0px 15px 15px 0px;
}

.icon-gradient {
    padding: 10px;
    font-size: xx-large;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.admin_chat {
    background-color: #7cb63d;
    color: white;
    margin: 5px 10px 5px 15px;
    padding: 10px;
    /*text-align: left;*/
    border-radius: 20px;
}

.user_chat {
    background-color: #b5b5b5;
    color: white;
    margin: 5px 15px 5px 10px;
    padding: 10px;
    /*text-align: right;*/
    border-radius: 20px;
}

.chat_card {
    color: black;
    background-color: #f6f6f6;
    height: 600px;
    margin-bottom: 26%;
}
.scrlchat {
    /*overflow: scroll;*/
    height: 600px;
}
.chatform {
    position: fixed;
    bottom: 0;
    width: 61%;
    padding: 13px;
    background-color: #f6f6f6;
}

.comn {
    border: 5px solid #f5f5f5;
    border-radius: 20px;
}

.btnstyl {
    margin-top: 10px;
    text-align: center;
}

.FAQreplyArea {
    background: white;
    border-radius: 40px;
    padding: 4px 20px 4px 20px;
    border: 2px solid #918e8e;
}

.btnbotmstyl {
    margin-bottom: 10px;
    text-align: center;
}

.bg-white {
    background-color: #fff !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
/*.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}*/
/*.input-group-prepend, .input-group-append {
    display: flex
}*/
/*.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}*/
.chtz_index {
    z-index: 10;
}

.theme-color {
    color: #86bc42;
}

.chat_ques {
    color: white;
    padding: 13px;
    position: sticky;
    top: 0;
    background: #7cb63d;
    z-index: 1;
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
}

#AccountType_chosen .chosen-single {
    background: white;
    border-radius: 0;
    height: 33px;
    line-height: 29px;
}

    #AccountType_chosen .chosen-single div {
        top: 5px;
    }

.chosen-container .chosen-results li.highlighted {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#86bc42),color-stop(90%,#86bc42)) !important;
}

.modal-xl {
    max-width: 1300px !important;
}

.modal-md {
    max-width: 600px !important;
}

.formatstyle {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: none;
    border: none;
    box-sizing: border-box;
    padding: 0;
    font-size: 20px;
    color: #95d195;
    cursor: pointer;
    outline: none;
}

    .formatstyle:hover {
        border: 1px solid #a6a6a6;
        color: #777;
    }

.editor {
    width: 755px;
    padding: 10px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow-y: auto;
}

    .editor:focus {
        box-shadow: none;
    }

#bold,
#italic,
#underline {
    font-size: 18px;
}
/* Parent Class for Cash Card Management */
.cash-card-management {
    background-color: #f5faf2; /* Light background for the entire section */
    padding: 20px;
    border-radius: 5px;
}

    /* Page Title */
    .cash-card-management .page-title {
        font-weight: bold;
        font-size: 24px;
        color: #444;
    }

    /* Nav Tab Customization */
    .cash-card-management .custom-nav-tabs .nav-link {
        background-color: #e1f3d6;
        color: #444;
        font-weight: 600;
        padding: 15px 30px;
        border: 1px solid transparent;
        border-radius: 0;
        transition: background-color 0.3s ease, border 0.3s ease;
    }

        .cash-card-management .custom-nav-tabs .nav-link.active {
            background-color: #86bc42 !important;
            color: #fff !important;
            border-color: #58b14b !important;
        }

            .cash-card-management .custom-nav-tabs .nav-link.active:hover {
                color: #fff !important;
            }

        .cash-card-management .custom-nav-tabs .nav-link:hover {
            color: black !important;
        }


    .cash-card-management .nav-link.active {
        background-color: #86bc42 !important;
        color: #fff !important;
        border-color: #58b14b !important;
    }

        .cash-card-management .nav-link.active:hover {
            color: #fff !important;
        }

    .cash-card-management .nav-link:hover {
        color: black !important;
    }

/* Sub Nav Customization */
.cash-card-management .custom-sub-nav .nav-link {
    background-color: #f0f0f0;
    color: #444;
    padding: 10px 20px;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease, color 0.3s ease;
}

        .CashCardLogs .nav-link.active,
        .cash-card-management .custom-sub-nav .nav-link.active {
            background-color: #86bc42 !important;
            color: #fff !important;
            border-color: #86bc42 !important;
        }

        .CashCardLogs custom-nav-tabs:hover,
        .cash-card-management .custom-nav-tabs:hover
         {
            color: black !important;
        }


    /* Styling icons */
    .cash-card-management .custom-tab-link i {
        margin-left: 5px;
        color: #58b14b;
    }

    .cash-card-management .custom-tab-link.active i {
        color: #fff;
    }

fieldset.fieldset-border {
    min-width: 0 !important;
    padding: 6px !important;
    /* margin: 30px !important;*/
    border: 2px solid silver !important;
    padding-bottom: 15px !important;
    border-radius: 4px;
}

legend.fieldsetLegend {
    border: 0 !important;
    width: auto;
    margin-left: 25px;
    margin-bottom: 6px;
}

.cash-card-rule-parent .custom-radio,
.cash-card-rule-parent .custom-radio {
    font-size: 16px;
    padding: 5px 0px 5px 15px;
    background: transparent;
}

.cash-card-rule-parent .vartual-box {
    padding-top: 0px;
    box-shadow: none !important;
}

    .cash-card-rule-parent .vartual-box .checkmark_radio {
        height: 20px;
        width: 20px;
    }

.cash-card-rule-parent .mb-10 {
    margin-bottom: 10px;
}

.cash-card-rule-parent .rule-parent {
    margin-left: 20px;
}

    .cash-card-rule-parent .rule-parent .popover[role="tooltip"] {
        width: 300px !important;
    }

    .cash-card-rule-parent .rule-parent .info-popover i {
        color: #51b152;
    }

.cash-card-rule-parent .m-0 {
    margin: 0;
}

.cash-card-rule-parent .p-0 {
    padding: 0;
}

.cash-card-rule-parent .header-border {
    box-shadow: 0px 0px 6px 0px #c3c3c3;
}

cash-card-rule-parent .btn-edit-cashcard-rule {
    cursor: pointer;
    color: #039005;
}

.cash-card-rule-parent .green-info-icon, .btn-edit-cashcard-rule {
    color: #86bc42 !important;
}

.cash-card-rule-parent {
    .rule-main

{
    margin-bottom: 15px;
}

.ruleName {
    font-weight: 500;
    margin-left: 10px;
}

.info-popover {
    margin-left: 10px;
}

.redcolor {
    color: #ffe6e6;
}

.border-red {
    border: 2px solid red !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.font-17 {
    font-size: 17px;
}

}

.cash-card-rule-parent .vartual-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cash-card-rule-parent .vartual-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 18px;
        width: 100%;
        left: 0;
        z-index: 1;
    }

.cash-card-rule-parent .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #d5d5d5;
}

.cash-card-rule-parent .checkmark_radio {
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #c4c2c2;
}
/* On mouse-over, add a grey background color */
.cash-card-rule-parent .vartual-box:hover input ~ .checkmark {
    background-color: #ccc;
}

.cash-card-rule-parent .vartual-box:hover input ~ .checkmark_radio {
    background-color: #86bc42;
}
/* When the checkbox is checked, add a blue background */
.cash-card-rule-parent .vartual-box input:checked ~ .checkmark, .vartual-box input:checked ~ .checkmark_radio {
    background-color: #86bc42;
    border-color: #86bc42;
}
/* Create the checkmark/indicator (hidden when not checked) */
.cash-card-rule-parent .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cash-card-rule-parent .checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.cash-card-rule-parent .vartual-box input:checked ~ .checkmark:after, .vartual-box input:checked ~ .checkmark_radio:after {
    display: block;
}
/* Style the checkmark/indicator */
.cash-card-rule-parent .vartual-box .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.document-no-image {
    display: none;
}

.gg-upload {
    height: 150px;
    color: #bcd6a4;
    border: 2px dashed #dadada !important;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 2px 1px #8c8c8c;
}

.upload-image-container clickable {
    cursor: pointer;
}


.upload-image-container .padding {
    padding: 1px;
    border: 1px solid#67a968;
    color: #ffffff;
    margin: 2px;
    background: #67a968;
    float: left;
    border-radius: 10%;
}

.upload-image-container .cancel {
    color: #fff;
    font-size: 13px;
    background: #84b384;
    padding: 2px;
    margin-left: 5px;
}

.upload-image-container .close {
    opacity: 1 !important;
}


.upload-image-container .panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.upload-image-container .h-style {
    background: #dfdfdf !important;
    color: #333 !important;
}

.upload-image-container .MouseOver:hover {
    text-decoration: underline;
}

.upload-image-container .img-hover::after {
    content: "";
    position: absolute;
    width: 94.8%;
    background: #5e5e5e;
    opacity: 0.5;
    transform: scale(0);
    visibility: hidden;
    top: 0;
    left: 0;
    height: 165px;
    transition: all 0.4s ease-in;
}

.upload-image-container .img-hover:hover::after {
    visibility: visible;
    transform: scale(1);
}

.img-hover:hover .twoicons {
    visibility: visible;
    transform: scale(1);
    z-index: 1;
}

.upload-image-container .twoicons {
    position: absolute;
    left: 35%;
    top: 67px;
    transition: all 0.5s 0.5s linear;
    visibility: hidden;
    transform: scale(0);
}

    .upload-image-container .twoicons span {
        cursor: pointer;
        padding: 9px;
        background: #5e8f5b;
        border-radius: 62%;
        color: #fff;
    }

        .upload-image-container .twoicons span i {
            width: 17px;
            font-size: 18px;
            padding: 0px;
            margin-right: 0;
        }

.upload-image-container .upload {
    height: 150px;
    color: #bcd6a4;
    border: 2px dashed #6c726c;
    position: relative;
}

    .upload-image-container .upload span i {
        color: #585555;
        font-size: 32px;
    }

.upload-image-container input[type="file"] {
    display: block;
    height: 150px;
    color: #bcd6a4;
    opacity: 0;
    position: absolute;
    top: 0;
}

.upload-image-container .document {
    position: relative !important;
    opacity: 1 !important;
    height: auto !important;
    color: #68a968 !important;
}

.upload-image-container input[type="text"],
.upload-image-container .drop-down {
    width: 100%;
    margin-bottom: 15px;
    padding: 0px 10px;
    height: 33px;
}


.upload-image-container .upload .additionsign {
    text-align: center;
    width: 100%;
    padding: 56px 64px;
    color: #585555;
    font-size: 34px !important;
    position: absolute;
}

.upload-image-container .r1_maingraph {
    background: white;
}

.upload-image-container .Popupinside h4 {
    color: #fff;
    margin-bottom: 5px;
}

.upload-image-container .ehover .first i,
.upload-image-container .ehover .secound i {
    margin: 2px;
}

.upload-image-container .white {
    background: #fff !important;
}

.gg-upload .gg-click-upload {
    color: #0ba149 !important;
    border-radius: 16px;
    padding: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.law-main-parent .text-style {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #4a4a4a;
    line-height: 1.6;
}

.law-main-parent .hr-style {
    border: 1px solid #4eab4f;
}

.law-main-parent .description-header {
    line-height: 1.2;
    color: #adadad;
    font-weight: bold;
    font-size: 24px;
}

a:hover, a:focus {
    outline: none !important;
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #65A764 !important;
    text-decoration: none !important;
}

.law-header {
    font-size: 32px;
    padding: 0 0 10px;
    line-height: 1.2;
}

.displayBlock {
    display: block !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.state-flag-im {
    max-height: 200px;
}

.text-style-modal {
    font-size: 18px;
    margin-top: 15px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

#addEditPdfContentMain .popoverButton {
    color: #0f6a0b;
    background: #fff;
    position: relative;
    width: 100%;
    text-decoration: none;
}

#addEditPdfContentMain .popoverElement {
    color: #0f6a0b;
    background: #fff;
    display: block;
    border-bottom: 1px solid #eff7e8;
    cursor: pointer;
}

.height-60vh {
    height: 60vh !important;
}

.pdf-header-style {
    padding-top: 30px;
    font-size: 60px;
    color: white;
}

.height-170 {
    height: 170px !important;
}

@media print and (color) {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    .background-dark-grey {
        background-color: #655d5d !important;
        -webkit-print-color-adjust: exact;
    }

    .img-thumbnail.laws-logo-pdf {
        padding: 4px !important;
        background-color: #fff !important;
    }

    .pdf-header-style {
        color: white !important;
    }


    .sms-ticket-main .sms-action-btns {
        display: none;
    }

    .sms-ticket-main .box {
        background: #65a763 !important;
        box-shadow: 0px 0px 10px !important;
        color: white !important;
        border-radius: 10px !important;
    }

    .sms-ticket-main .sentSmsTxt {
        border-radius: 30px !important;
        background-color: #d1d3d4 !important;
        float: right !important;
        padding: 10px !important;
        margin-bottom: 20px !important;
        width: 80% !important;
    }

    .sms-ticket-main .receiveSmsTxt {
        border-radius: 30px !important;
        background-color: #d1d3d4 !important;
        float: left !important;
        padding: 10px !important;
        margin-bottom: 20px !important;
        width: 80% !important;
    }

    .sms-ticket-main .ticketStatus {
        color: white !important;
    }

    .myPrintBtn {
        visibility: hidden !important;
    }

    .partial-container-main {
        background: white !important;
        font-family: sans-serif !important;
        padding: 15px !important;
    }

        .partial-container-main .deductPoint-header {
            height: 35px !important;
            background-color: black !important;
            color: white !important;
            font-size: large !important;
            padding: 5px !important;
            text-align: center !important;
        }

    .notice_header {
        background: #65a763 !important;
        margin-bottom: 15px !important;
    }

    .noprint {
        display: none !important;
    }
}

.height-100 {
    height: 100px !important;
}

.state-laws-partial-container input, .custom-checkbox input {
    position: relative !important;
    opacity: unset !important;
    cursor: pointer !important;
    height: auto !important;
}

.state-laws-partial-container .btn-print-laws {
    display: initial;
}

.state-laws-partial-container .laws-print {
    display: none;
}

.bg-bodyTab {
    background-color: #d7eec2;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.green-square-box {
    background: green;
    color: green;
}

.red-square-box {
    background: red;
    color: red;
}

.wells {
    background: #eff7e8;
    border-color: #e0e0e0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-field-validation {
    background: rgb(255, 158, 149);
    /*background: red;
    color: white;*/
    padding: 4px 4px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    padding-right: 26px;
}

.updated-license-property-container .custom-field-validation {
    background: #fdb45d;
    padding: 4px 4px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    padding-right: 26px;
    color: #f5f5f5;
    font-weight: 600;
}

.approve-property-container .custom-field-validation {
    background: #4fac4f;
    padding: 4px 4px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    padding-right: 26px;
    color: #f5f5f5;
    font-weight: 600;
}

.custom-field-validation li.list-group-arrow {
    position: absolute;
    top: -11px;
    left: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #fdb45d;
    width: 0;
    height: 0;
}

.approve-property-container .ul-custom-field-validation li.list-group-arrow {
    position: absolute;
    top: -11px;
    left: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #4fac4f;
    width: 0;
    height: 0;
}

.ul-custom-field-validation li.list-group-arrow {
    position: absolute;
    top: -11px;
    left: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid rgb(255, 158, 149);
    width: 0;
    height: 0;
}

.updated-license-property-container .ul-custom-field-validation li.list-group-arrow {
    position: absolute;
    top: -11px;
    left: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid red;
    width: 0;
    height: 0;
}

.ul-custom-field-validation {
    color: black
}

.padding-top-25 {
    padding-top: 25px !important;
}
.display-btn {
    display: flex;
    column-gap: 10px;
}