:root {
    --max-width: 1320px;
    --padding-inline: 1rem;

    --main-font: 'Montserrat', sans-serif;
    --secondary-font: 'Noto Sans', sans-serif;
}

body, html {
    font-size:1rem;
}
h1,h2,h3{
    letter-spacing: -1px;
    font-weight:600;
}



.mw-400 {
    max-width: 400px;
}

.vh-75 {
    height: 75vh;
}


.btn {
    border-radius: 10px !important;
}

.staff-as-btn {
    position: absolute;
    background: #17a2b8;
    padding: 0.4rem 1rem;
    right: 20px;
    top: 0;
    border-radius: 0px 0px 11px 10px;

    a {
        color: white !important;
        text-decoration: none;
    }
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: var(--max-width);
    }
}

.info-card {
    position: sticky;
    /* top: 106px; */
    /* display: flex !important; */
    align-items: flex-start !important;
    flex-direction: column !important;
    border: 1px solid ￼#E5E7EB !important;
    /* padding: 2px; */

    @media (min-width: 320px) and (max-width: 425px) {
        display: none !important;
    }

    .card {
        padding: 2rem 1rem 0 1rem !important;
        gap: 8px !important;
        color: var(--black) !important;
        width: 100%;

        &:last-child {
            padding: 1rem !important;
        }

        @media (min-width: 426px) and (max-width: 768px) {
            padding: 4px !important;

            &:last-child {
                padding: .2rem !important;

                font-size: small;
            }

            .btn {
                margin: 0;
                padding: 0;
                width: 16px;
            }
        }


        .card-header {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 0px !important;
            margin-bottom: 14px !important;
            text-align: center;

            strong {
                font-size: medium;
                font-weight: 600;
            }

            img {
                width: 7rem;
                height: 7rem;
                border-radius: 50%;
                margin-bottom: 20px;
                background-color:#f5f5f5;
            }

            @media (min-width: 426px) and (max-width: 768px) {
                font-size: 1.3rem !important;

                strong {
                    font-size: small;
                }

                img {
                    width: 4rem;
                    height: 4rem;
                    margin-bottom: 10px;
                }
            }
        }

        .card-body {
            padding: 0px !important;

            address {
                text-align: center;
                font-size: 1.1rem;

                strong {
                    display: block;
                    height: 10px;
                }

                @media (min-width: 426px) and (max-width: 768px) {
                    font-size: .9rem;
                }
            }
        }

        .list-group {
            .alert-info {
                color: var(--black) !important;
                background-color: var(--white) !important;
                border: none !important;
                padding: 0px !important;
            }
        }

        #amounts {
            ul {
                display: flex !important;
                flex-direction: row-reverse !important;
                align-items: center;
                justify-content: space-between;

                @media (min-width: 426px) and (max-width: 768px) {
                    flex-direction: column-reverse !important;
                }

                li {
                    &:last-child {
                        padding: 0px !important;
                    }

                    @media (min-width: 426px) and (max-width: 768px) {
                        &:first-child {
                            width: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;

                            .btn {
                                width: 50%;
                            }
                        }
                    }
                }
            }

            .list-group-item {
                margin-top: 1rem;
                padding: .4rem;
                border: none;
            }

            .bg-light {
                background: #fff !important;

                /*  @media (min-width: 426px) and (max-width: 768px) {
                    display: flex;
                    flex-direction: column;
                } */
            }
        }
    }
}


/* table start */
.table {
    border: none !important;

    thead {
        tr {
            th {
                padding: 0.5rem 1rem;
                border: none;
                background: #F5F5F5;
                color: #1f2f5f;
                font-size: 1rem;

                a {
                    font-size: 1rem;
                    text-decoration: none;

                    &:hover {
                        text-decoration: none !important;
                    }
                }

                &:first-child {
                    border-top-left-radius: 8px;
                    border-bottom-left-radius: 8px;
                }

                &:last-child {
                    border-top-right-radius: 8px;
                    border-bottom-right-radius: 8px;
                    /*min-width: 132px;*/
                    position: sticky;
                    right: 0px;

                    @media (min-width: 320px) and (max-width: 425px) {
                        /* position: absolute;
                        right: 20px;  */
                        min-width: 100px;
                        max-width: 100px;
                    }
                }
            }
        }
    }

    tbody {
        tr {
            position: relative;

            &:nth-of-type(odd) {
                background-color: var(--white) !important;
            }

            /*&:hover {*/
            /*    background-color: #f5f5f5 !important;*/
            /*}*/

            &.expand-in {
                td {
                    &:last-child {
                        position: sticky;
                        right: 0px;
                        border-bottom: none;
                        border-right: none !important;
                        gap: 10px;
                        min-width: auto;
                        height: 100%;
                        background-color: var(--white);
                        border-bottom: 1px solid var(--gray-300);

                        @media (min-width: 320px) and (max-width: 425px) {
                            /* right: -10px; */
                            /*min-width: 120px;*/
                            /*max-width: 120px;*/
                            max-height: 60px;
                        }
                    }
                }
            }

            &.expand {
                td {
                    &:last-child {
                        position: sticky;
                        right: 0;
                        border-bottom: none;
                        border-right: none !important;
                        gap: 10px;
                        min-width: auto;
                        background-color: var(--white);
                        border-bottom: 1px solid var(--gray-300);
                        display: flex;
                        justify-content: flex-end;
                        align-items: center;
                        height: auto;
                        min-height: 5rem;
                        /* Set the height to auto */

                        @media (min-width: 320px) and (max-width: 425px) {
                            /* right: -10px; */
                            /*min-width: 120px;*/
                            /*max-width: 120px;*/
                            max-height: 60px;
                        }
                    }
                }
            }

            td {
                padding: 14px;
                border-top: none;
                border-left: none;
                border-right: none;
                border-bottom: 1px solid var(--gray-300);
                border-radius: 0px !important;
                /* max-height: 74px !important;
                min-height: 74px !important; */
                height: 100%;
                text-align: justify;
                vertical-align: middle;

                .service-ips {
                    text-decoration: none;
                    cursor: pointer;
                    color: inherit;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    gap: 2px;
                    min-width: 278px;

                    &:hover {
                        /*color: #0056b3;*/

                        &::after {
                            display: flex;
                            content: "";
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E");
                            width: 12px;
                            height: 12px;
                        }
                    }
                }

                .license-key {
                    text-decoration: none;
                    cursor: pointer;
                    color: inherit;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    gap: 2px;
                    min-width: 278px;

                    &:hover {
                        /*color: #0056b3;*/

                        &::after {
                            display: flex;
                            content: "";
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(108,117,125,1)'%3E%3Cpath d='M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM5.00242 8L5.00019 20H14.9998V8H5.00242ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6Z'%3E%3C/path%3E%3C/svg%3E");
                            width: 12px;
                            height: 12px;
                        }
                    }
                }

                &:first-child {
                    border-left: none !important;
                }

                h4 {
                    margin-top: 15px;
                    padding-bottom: 5px !important;
                }

                .btn-group {
                    gap: 8px;
                    transition: all 1.5s ease-in-out;

                    @media (min-width: 320px) and (max-width: 425px) {
                        span {
                            display: none;
                        }
                    }

                    .btn {
                        &.btn-light {
                            background-color: #dfdfdf75;

                            color: black;
                            border-radius: 8px;
                            padding: 4px 3px;
                            border-color: #ededed;
                            color: var(--black);
                            display: flex;
                            align-items: center;
                            font-size: 14px;

                            i {
                                padding: 2px;
                                font-size: 14px;
                            }

                            &:hover {
                                color: var(--cpguard-pink-dark) !important;
                                /*background: var(--cpguard-pink-light) !important;*/
                                border-color: var(--cpguard-pink-dark) !important;
                            }
                        }

                        &.btn-danger {
                            background:#fff;
                            color:#dc3545;
                            border-radius: 8px;
                            padding: 4px 3px;
                            display: flex;
                            align-items: center;
                            font-size: 14px;
                            border: solid 1px #ffe0e0;
                            background-color: #ffe0e0;

                            i {
                                padding: 2px;
                                font-size: 14px;
                            }
                            &:hover {
                                color: #fff;
                                background:#dc3545;
                                border-color: #fff;
                            }

                        }
                    }
                }
            }

            .badge {
                font-size: .9em;
                padding: 0.3rem 0.4rem;
                font-weight: 500;
            }
        }

    }

    &.table-curved {
        border-left: none !important;
        border-radius: 0px !important;
    }
}

/* table end */

.title h3 {
    margin: 0px;
}

.right_content {


    @media (max-width: 425px) {
        padding: 0.5rem !important;
    }

    .alert {

        &.alert-warning {
            color: rgb(31, 35, 40);
            background: rgb(255, 248, 197);
            border-color: #fff;
            border: 1px solid rgba(212, 167, 44, 0.4);
            border-left: 3px solid rgba(212, 167, 44, 0.4);

            div {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px;

                @media (min-width: 320px) and (max-width: 425px) {
                    flex-direction: column;
                }

                p {
                    word-break: break-word;
                    word-wrap: break-word;
                }

                a {
                    margin-top: 0px !important;
                    min-width: 154px;
                }
            }
        }

        &.alert-success {
            border-left: 3px solid #3c763d;
        }

        &.alert-info {
            border-left: 3px solid #3a87ad;
        }

        &.alert-danger {
            border-left: 3px solid #b94a48;
        }

        .btn-success,
        .btn-danger,
        .btn-info,
        .btn-warning {
            color: #040404;
        }

        button.close {
            color: #000;
        }

        h5 {
            font-size: 1.5rem;
            padding: .5rem 0 0.4rem 0;
        }

    }
}

.tab-pane {
    padding: 0px !important;
}

.card-blesta .card-body {

}

.card-blesta .card-header {
    padding: 10px !important;
    font-size: 2.3rem !important;
    border-bottom: none !important;
    font-weight: 600 !important;
    padding-top: 0 !important;
    letter-spacing: -1px;
}

.tab-content {
    padding: 0px !important;
}

#my-info .card-blesta>.card-header {
    font-weight: 700;
}

.card-blesta {
    border: none !important;
}

#package-tabs {
    .page-title {
        padding: 0 !important;
    }

    a.nav-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;

        @media (min-width: 320px) and (max-width: 425px) {
            justify-content: center;

            svg {
                width: 80px;
            }
        }
    }
}

#packages {

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        margin-right: 5px;
    }

    &.tab-content {
        .content_section {
            background: #fff;
        }

        /* .package-header {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
        } */

        @media (min-width: 320px) and (max-width: 425px) {
            .float-right {
                margin-top: 1rem;
            }
        }

        strong {
            display: block;
            font-size: 24px !important;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #000;
        }

        h4 {
            line-height: 2rem;
            border: 0;
            font-size: 1rem;
            margin-top: -2rem;
            float: right;
            text-align: right;
            max-width: 300px;

            @media (max-width: 425px) {
                display: none;
            }

            @media (min-width: 769px) and (max-width: 1024px) {
                display: none;
            }
        }

        .pkg-description {
            font-size: 16px !important;
            text-align: left !important;

            p {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-direction: row;
                gap: 6px;
                padding: 7px;

                &::before {
                    display: block;
                    content: "";
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(1,177,18,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11.0026 16L6.75999 11.7574L8.17421 10.3431L11.0026 13.1716L16.6595 7.51472L18.0737 8.92893L11.0026 16Z'%3E%3C/path%3E%3C/svg%3E");
                    background-repeat: no-repeat;
                    height: 16px;
                    width: 16px;
                }
            }
        }

        /*margin-top: 3rem;*/

        hr {
            margin-bottom: 2rem;
            margin-top: 2rem;
        }

        form {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0;

            .form-control {
                /*border: solid 1px #f3f0f0;*/
                /*background: #f9f7f7;*/
                outline: none;
            }

            button.submit {
                /* font-size: 12px; */
                background-color: rgb(255, 55, 108);
                color: #fff;
                border-color: rgb(255, 55, 108);
            }


        }

    }
}

.cards .nav-tabs .nav-link {
    --mdb-nav-tabs-link-font-weight: 500;
    --mdb-nav-tabs-link-font-size: 12px;
    --mdb-nav-tabs-link-color: rgba(var(--mdb-emphasis-color-rgb), 0.55);
    --mdb-nav-tabs-link-padding-top: 17px;
    --mdb-nav-tabs-link-padding-bottom: 16px;
    --mdb-nav-tabs-link-padding-x: 29px;
    --mdb-nav-tabs-link-hover-bgc: var(--mdb-highlight-bg-color);
    --mdb-nav-tabs-link-border-bottom-width: 2px;
    --mdb-nav-tabs-link-active-color: #3b71ca;
    --mdb-nav-tabs-link-active-border-color: #3b71ca;
    border-width: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    line-height: 1;
    font-weight: var(--mdb-nav-tabs-link-font-weight);
    font-size: var(--mdb-nav-tabs-link-font-size);
    color: var(--mdb-nav-tabs-link-color);
    padding: var(--mdb-nav-tabs-link-padding-top) var(--mdb-nav-tabs-link-padding-x) var(--mdb-nav-tabs-link-padding-bottom) var(--mdb-nav-tabs-link-padding-x);
}

.cards .nav-tabs {
    width: 100%;
}

.cards .nav-tabs .nav-link,
.nav-tabs li a {
    font-size: 16px;

    >span {
        font-size: 14px;
        margin-left: .5rem;
    }
}

.cards .nav-tabs .nav-link.active,
.cards .nav-tabs .nav-item.show .nav-link {
    color: var(--mdb-nav-tabs-link-active-color) !important;
    border-color: var(--mdb-nav-tabs-link-active-border-color);
}

.cards {
    padding: 0;
    margin: 0;

    .nav-tabs {
        .nav-link {
            min-height: 77px !important;

            &.active {
                color: var(--mdb-nav-tabs-link-active-color) !important;
                border-color: var(--mdb-nav-tabs-link-active-border-color);
            }
        }
    }
}

#myHomeContent {
    .card {
        border: none;
    }
}

/* #amounts ul.list-group {
    display: grid !important;
    grid-template-columns: 1fr 1.5fr;
} */

.contact-info {
    display: grid;
    align-items: center;
}

.card-footer,
.panel .panel-footer {
    border: none
}

.list-group .list-group-item:first-child() {
    border-bottom: 0;
    /*1px solid rgba(0,0,0,.125); */
}

.list-group .list-group-item :last-child() {
    border-top: 0;
    /*1px solid rgba(0,0,0,.125); */
}

span.d-sm-block {
    float: right;
    padding-left: 3px;
    padding-right: 3px;
}

.card-content .card-header,
.panel .card-blesta>.panel-heading {
    background: #fff;
    color: rgba(1, 73, 101, 1);
    font-size: 24px;
    font-weight: 500;
}

#client_invoices .card-nav .float-right:last-child {
    float: left;
}

#invoice,
#services {
    border: none;
}

/* #client_services .table-responsive {
    width: calc((100% / 4) * 4 - 110px);
} */

@media (max-width:1024px) {

    /* #client_transactions .table-responsive,
    #client_services .table-responsive,
    #client_invoices .table-responsive {
        width: calc((100% / 4) * 4 - 110px);
    } */

    .table-curved th:last-child {
        min-width: 110px;
    }

    tr.expand td:last-of-type {
        padding-right: 22px;
        position: absolute;
        right: 10px;
    }


    .table-curved th:last-child {
        position: absolute;
        right: 10px;
    }
}

.card-nav {
    border-bottom: solid 1px #e6e6e6;
}

.card-links {
    padding: 0;

    &>li+li:before {
        content: '';
        padding: 0;
    }

    li {
        margin-right: 1rem;
        padding-top: 12px;
        padding-bottom: 7px;

        a {
            text-decoration: none;

            .badge {
                color: #17a2b8;
                background-color: transparent;
            }
        }

        a:hover {
            color: #1279F5;

        }
    }

    li.active {
        border-bottom: solid 2px #1279F5;

        a {
            color: #1279F5;
        }

        .badge {
            color: #1279F5;
        }
    }
}

.float-left {
    .card-links {
        display: flex;
        gap: 0px;
        border: 1px solid currentColor;
        border-radius: 8px;
        padding: 0px;
        overflow: hidden;

        @media (min-width: 320px) and (max-width: 425px) {
            flex-direction: column;
        }

        li {
            margin-right: 0px !important;
            padding: 6px 12px 6px 8px;
            border-right: 1px solid var(--gray-400);


            &:last-child {
                border-right: none;
            }

            a {
                color: var(--gray-600) !important;
            }

            .badge {
                color: var(--gray-600) !important;
            }

            &.active {
                opacity: 1;
                background-color: #1f2f5f !important;
                border-bottom: none !important;

                a {
                    color: var(--white) !important;
                }

                .badge {
                    color: var(--white) !important;
                }
            }
        }
    }
}

.float-right {
    /*float: none !important;*/

    .filter-toggle {
        border-radius: 10px;
    }
}
}

 .card-nav {
     border-bottom: none !important;
     margin-bottom: 2rem;
 }

 #myHome {
     .nav-item {
         .nav-link {
             display: flex;
             align-items: center;
             justify-content: flex-start;

             @media (max-width: 425px) {
                 justify-content: center;
             }

             svg {
                 height: 30px;
                 width: 40px;

                 @media (max-width: 425px) {
                     display: none;
                 }
             }

             &.active {
                 border-bottom: 2px solid var(--mdb-nav-tabs-link-active-border-color) !important;

                 .info-counts {
                     background: #cbe0ff;
                     color: #084eb7;
                 }
             }

             .info-counts {
                 background: #efefef;
                 border-radius: 4px;
                 color: #a7a7a7;
                 padding: 4px;
             }
         }
     }
 }

 #orderForm {

     h1{
         font-size: 3rem !important;
         border-bottom: none !important;
         font-weight: 600 !important;
     }

     .nav-pills{
         display: grid;
         grid-template-columns: 1fr 1fr 1fr;
         border-bottom: solid 2px #e6e6e6;
     }

     .nav-item {
         display: grid;
         grid-template-columns: subgrid;
     }

     .nav-link {
         padding: 1.5rem;
         font-size: 2.5rem;
         font-weight: 500;
         letter-spacing: -1px;
         color:#000 !important;
         display: grid;
         align-items: end;
     }

     .nav-link img {
         height: 60px;
     }

     .nav-item .active {
         border-radius: 0;
         background: none !important;
         border-bottom: solid 2px #3b71ca;
         margin-bottom: -2px;
     }

     .tab-content ul{
         margin-top:15px;
         padding-left: 0px;
     }
     .tab-content li{
         font-size: 1rem;
         list-style: none;
         margin-bottom: .5rem;
         padding-left:20px;
         background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(1,177,18,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11.0026 16L6.75999 11.7574L8.17421 10.3431L11.0026 13.1716L16.6595 7.51472L18.0737 8.92893L11.0026 16Z'%3E%3C/path%3E%3C/svg%3E");
         background-repeat: no-repeat;
         background-position: left center;
         background-size: 15px;
     }
     .card-order{
         border-radius: 15px;
         padding:25px;
         padding-bottom: 0;
         margin-bottom: 25px;
     }

     .package-list .package-item{
         padding:10px;

         .instructions{
             margin-bottom: 8px;
         }
     }

     .package-list h3{
         margin-top: 0;
         margin-bottom: 15px;
     }

     .package-description{
         margin-top:5px;
     }
 }

 .login-toggle {
     display: flex;
     border-bottom: 1px solid rgba(0, 0, 0, .125);
 }

 .login-toggle>.toggle {
     display: flex;
     cursor: pointer;
     margin: 0;
     background-color: #fff;
 }

 .toggle>input {
     width: 0;
     height: 0;
     margin: 0;
     display: none;
 }

 .toggle>.box {
     font-size: 1.2rem;
     font-weight: 600;
     width: 100%;
     text-align: center;
     transition: 0.5s;

     border: 1px solid rgba(0, 0, 0, .08);
     border-radius: 10px 10px 0px 0px;
     padding: 1rem 1.5rem;
     margin-bottom: -1px;
 }

 .toggle>input:checked+.box {
     border: 1px solid rgba(0, 0, 0, .125);
     border-bottom-color: #fff;
 }

 .option_section {
     border: 1px solid rgba(0, 0, 0, .125);
     border-top:0;
     border-radius: 0px 10px 10px 10px;
     padding: 2rem 1.5rem;
 }

 .username-alert {
     margin-top: 30px;
     padding: 6px;
 }

.row.login {
  padding-top: 0;
}

.login-page {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.login-page .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

.login-box {
  position: relative;
  z-index: 3;
  max-width: 450px;
}

.min-vh-90 {
  min-height: 90vh;
}

#edit-my-information .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#edit-my-information   .tab-content {
    margin-top: 2rem !important;;
}

#editar-mi-informaci-n .card-content {
    background: #ffffff;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#editar-mi-informaci-n .tab-content {
    margin-top: 2rem !important;;
}

#add-payment-account .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#add-contact .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#add-contact .tab-content {
    margin-top: 2rem !important;;
}

#client_emails .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#client_tickets .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#client_tickets .widget_filter_form {
    background: white !important;
}

#client_ticket_reply .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#client_domains .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}


#client_domains .widget_filter_form {
    background: white !important;
}

#client_services .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

#client_services .widget_filter_form {
    background: white !important;
}

#client_services_manage .card-content {
    background: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}
