.slide-menu a.active {
    color: var(--primary-bg-color) !important;
}
.proposal-row.dragging {
    background-color: var(--white) !important;
    border: 2px dashed var(--primary-bg-color);
}

/* Hide default checkbox */
.custom-check input[type="checkbox"] {
    display: none;
}

/* Wrapper icon */
.custom-check .check-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffd8d8; /* red by default */
    color: #f44336;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

/* Use ✓ for checked, × for unchecked */
.custom-check input[type="checkbox"]:checked + .check-icon {
    background-color: #d1f7e2;
    color: #1bbf5e;
}

.custom-check input[type="checkbox"]:checked + .check-icon::before {
    content: '\2713'; /* ✓ */
}

.custom-check input[type="checkbox"]:not(:checked) + .check-icon::before {
    content: '\2717'; /* ✗ */
}
/* .proposal-section{
    padding-left: 20px;
    padding-right:20px;
} */



/*  Client Proposal template css here */



.proposal-template-section{
    padding-left: 20px;
    padding-right: 20px;
}
.proposal-template-section:not(:first-of-type) {
    border-top: 10px solid #cdd1d6;
    padding-top:20px;
    padding-bottom: 20px;
}
.proposal-template-section:last-child {
    padding-bottom: 20px;
}

.proposal-template-section h2,
.proposal-template-section h3,
.proposal-template-section h4,
.proposal-template-section h5 {
    color: #0693e3;
    margin-bottom: 15px;
    margin-top: 25px;
}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}

.proposal-template-section h2{
    /* font-size: 40px; */
    font-size: 30px;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .proposal-template-section h2 {
        /* font-size: 36px; */
          font-size: 30px;
    }
}

@media (max-width: 767px) {
    .proposal-template-section h2{
        font-size: 30px;
    }

    .proposal-template-section h2.font-sm {
        font-size: 20px;
    }
}

.proposal-template-section h2.font-sm{
    font-size: 24px;
}

.proposal-template-section h3 {
    font-size: 24px;
}

.proposal-template-section ol:not(.splide__list),
.proposal-template-section ul:not(.splide__list) {
    margin: 0;
    padding: 0;
}

.proposal-template-section ol:not(.splide__list) {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 30px;
}

.proposal-template-section ol:not(.splide__list) li {
    list-style-type: decimal;
    margin-bottom: 8px;
}

.proposal-template-section ol:not(.splide__list) li::marker,.proposal-template-section ul:not(.splide__list) li::marker {
    color: #0693e3;
    font-weight: 500;
}

.proposal-template-section ul:not(.splide__list):not(.arrow-list) {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 30px;
}
.proposal-template-section ul:not(.splide__list):not(.arrow-list) li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.proposal-template-section ul.marker-list li {
    list-style-type : none !important;
    margin-bottom: 8px;
}
.proposal-template-section a {
    color: #0693e3;
}

.proposal-template-section .marker-list {
    padding-left: 35px !important;
    margin-bottom: 20px !important;
}

.proposal-template-section .marker-list li[data-marker] {
    position: relative;
    margin-bottom: 10px;
}

.proposal-template-section .marker-list li[data-marker]::before {
    content: attr(data-marker);
    margin-right: 10px;
    position: absolute;
    left: -35px;
    font-weight: 600;
}

.proposal-template-section .marker-list li[data-marker] .marker-list {
    padding-left: 45px;
    margin-top: 10px;
}

.proposal-template-section .marker-list li[data-marker] .marker-list li::before {
    left: -45px;
}

.proposal-template-section u {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.proposal-template-section img {
    /* width: auto; */
    max-width:760px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
}

.proposal-template-section blockquote {
    background: #f5f5f5; /* replace $gray with actual value */
    /* padding: 50px 40px 50px 130px; */
    padding: 30px;
    font-size: 22px;
    /* margin: 40px 0 50px; */
    margin: 0;
    /* background-image: url(../images/svgs/icon-quote.svg);
    background-repeat: no-repeat;
    background-position: 40px 45px;
    background-size: 45px; */
    border-left: 8px solid #0693e3;
    line-height: 1.5;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .proposal-template-section blockquote {
        padding: 70px 20px 20px;
        background-position: 20px 20px;
        background-size: 32px;
        font-size: 18px;
    }
}

 .proposal-template-section .img-caption {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 3rem;
}

.proposal-template-section .img-caption img {
    margin-bottom: 10px;
}

.proposal-template-section .img-caption .img-caption-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.proposal-template-section .img-caption .img-caption-text a {
    font-weight: 500;
}


.proposal-template-section table { 
    border: 1px solid #0693e3;
    padding: 0px;
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 1.375rem;
    width: 100%;
}

.proposal-template-section table tr {
    border-bottom: 1px solid #0693e3;
}

.proposal-template-section table th {
    font-weight: bold;
    padding: 5px 15px;
    background: #0693e3;
    color: #fff;
    border-right: 1px solid #0693e3;
}

.proposal-template-section table th:last-child {
    border-right: 0px;
}

.proposal-template-section table td {
    padding: 5px 15px;
    border: 1px solid #0693e3;
    vertical-align: top;
}

.proposal-template-section table ul {
    font-size: 14px;
}

.proposal-template-section table ul li {
    margin-bottom: 5px !important;
}
.proposal-template-section .btn {
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  min-height: 45px;
  min-width: 150px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 30px;
  overflow: hidden;
  text-decoration: none !important;
  margin-bottom: 30px;
}

.proposal-template-section .btn.btn-sm {
  min-height: 36px;
}

.proposal-template-section .btn.btn-primary {
  color: #ffffff !important;
  border-color: #0693e3 !important;
  background-color: #0693e3 !important;
}

.proposal-template-section .btn.btn-primary:hover,
.proposal-template-section .btn.btn-primary:focus,
.proposal-template-section .btn.btn-primary:active {
  color: #0693e3 !important;
  border-color: #0693e3 !important;
  background-color: transparent !important;
}

.proposal-template-section .proposal-template-index a{
    color: #212529;
}
.proposal-template-section .proposal-template-index a:hover,
.proposal-template-section .proposal-template-index a:focus,
.proposal-template-section .proposal-template-index a:active{
    color: #0693e3 !important;
    border-color: #0693e3 !important;
    background-color: transparent !important;
}
.spinner{
    height:auto;
    width:auto;
    margin:auto 2px;
    position: relative;
    text-align: center;
}

/* show toggle in editor */
.note-editor .dropdown-toggle::after {
    display: inline-block;
}
