.card-modal .card-left-panel .card-comments .comment-danger {
    font-size: 13px;
    background-color: #ffe5e5;
    color: #3e4852;
    margin-bottom: 10px;
    border-radius: 5px;
}

.dropdown-subscription-action {
    transform: translate3d(-123px, 40px, 0px) !important;
    left: 40px !important;
}

.iti-phone-container .iti {
    display: block !important;
}

.card-wrapper {
    padding: 0;
    margin-right: 2px;
}

.circle {
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 4px;
    margin-bottom: 20px;
}

.circle-text {
    font-size: 30px;
    font-weight: 700;
}

.custom-line {
    border-top: solid 2px;
    border-color: #eae7e7;
    margin-top: 5px;
}
.divider-label {
    border-left: 1px solid #898989;
    padding: 7px 12px;
}

.card-border {
    border: 1px solid rgb(38, 36, 36);
    border-radius: 10px;
}
.card-border-disabled {
    border-radius: 10px;
    border: 2px solid grey;
    opacity: 0.6;
}
.card-border-approved {
    border-radius: 10px;
    border: 2px solid grey;
}

.card-header {
    text-align: center;
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.card-header h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.stage-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    border: 1px solid #4285f4;
    background: #ffffff;
}

.div_skip {
    color: white;
}

.switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: 0.4s;
    border-radius: 100px;
    border: 2px solid #0068c4;
    background: #ebf1f7;
}

.slider::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 2px;
    top: 50%;
    background-color: #0068c4;
    transition: 0.4s;
    border-radius: 100px;
    transform: translate(0, -50%);
}

input:checked + .slider {
    background-color: transparent;
}

input:checked + .slider::before {
    transform: translate(15px, -50%);
}


.text-truncate-one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .card-body.tab-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/** START GCP Opportunities Cards **/
.gcp-board {
    min-height: 568px;
    position: relative;
    white-space: nowrap;
    display: flex;
    padding-bottom: 16px;
    overflow-x: auto;
    /* overflow-y: hidden; */
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

.gcp-card {
    width: 300px;
    display: inline-flex;
    vertical-align: top;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    border-radius: 2px;
}

.gcp-card .card-body {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gcp-card.disabled-visual {
    opacity: 0.5;
}

.gcp-card .card-footer {
    background: none;
    border: 0;
}

.board .card-primary {
    border-top: 10px solid#4285f4;
}

.board .card-info {
    border-top: 10px solid #048bb6;
}

.board .card-success {
    border-top: 10px solid #28a745;
}

.board .card-warning {
    border-top: 10px solid #e8a801;
}

.board .card-danger {
    border-top: 10px solid #c3391b;
}

.board .card-primary .circle {
    border: 1px solid #4285f4;
    background: rgba(66, 133, 244, 0.1);
    color: #4285f4;
}

.board .card-info .circle {
    border: 1px solid #048bb6;
    background: rgba(4, 139, 182, 0.1);
    color: #048bb6;
}

.board .card-success .circle {
    border: 1px solid #02954e;
    background: rgba(2, 149, 78, 0.1);
    color: #02954e;
}

.board .card-warning .circle {
    border: 1px solid #e8a801;
    background: rgba(232, 168, 1, 0.1);
    color: #e8a801;
}

.board .card-danger .circle {
    border: 1px solid #c3391b;
    background: rgba(195, 57, 27, 0.1);
    color: #c3391b;
}

.gcp-card:first-child {
    border-top-left-radius: 8px;
}

.gcp-card:last-child {
    border-top-right-radius: 8px;
}

.switch-container > span {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.card-cta-button {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 12px;
    text-align: center;
    width: 100%;
}

.card-cta-button:disabled {
    opacity: 0.3;
}

.card-cta-button:focus {
    outline: none;
}

.card-cta-button.outlined-primary {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #003ca4;
}

.card-cta-button.primary {
    background-color: #003ca4;
    color: #ffffff;
    border: 1px solid #003ca4;
}

.card-cta-button.primary:hover {
    background-color: rgba(0, 60, 164, 0.7);
}

.icon_step {
    height: 100px;
}

.customer-info {
    background: #ffffff;
    padding: 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.info-label {
    color: #585858;
    font-size: 14px;
    font-weight: 500;
}

.info-value {
    color: #003ca4;
    font-size: 14px;
    font-weight: 600;
}

.phase-header {
    padding: 0 20px 10px 20px;
}

.board .card-primary .phase-header {
    background: #4285f4;
}

.board .card-info .phase-header {
    background: #048bb6;
}

.board .card-success .phase-header {
    background: #28a745;
}

.board .card-warning .phase-header {
    background: #e8a801;
}

.board .card-danger .phase-header {
    background: #c3391b;
}

.phase-header .phase-order {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.phase-header .phase-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.phase-header .phase-time-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.phase-header .phase-time-value {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.phase-content-container {
    padding: 10px;
}

.stage-content-header {
    gap: 30px;
    padding: 10px;
}

.stage-content-title {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stage-content-time {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.stage-content-details {
    background: #ebf1f7;
    padding: 10px;
}

.stage-detail-label {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.stage-detail-label.primary {
    color: #003ca4;
}

.stage-detail-value {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 576px) {
    .board.card-deck {
        margin-right: -8px;
        margin-left: -8px;
    }
    .board.card-deck .card {
        margin-right: 8px;
        margin-left: 8px;
        min-height: 568px;
    }
}

@media (max-width: 1023px) {
    .gcp-board .d-flex {
        display: flex !important;
    }
}
/** END GCP Opportunities Cards **/
