                            @charset "UTF-8";
                            body {
                                padding: 0;
                                margin: 0;
                                font-family: "Roboto", sans-serif;
                                overflow-x: hidden;
                            }
                            
                            a {
                                text-decoration: none;
                            }
                            
                            span {
                                font-family: "Roboto", sans-serif;
                            }
                            
                            p {
                                margin-bottom: 0;
                            }
                            
                             :-ms-input-placeholder {
                                /* Internet Explorer 10-11 */
                                color: #a7a6a6 !important;
                                font-weight: 400 !important;
                            }
                            
                             ::-moz-placeholder {
                                color: #a7a6a6 !important;
                                font-weight: 400 !important;
                            }
                            
                             ::-ms-input-placeholder {
                                color: #a7a6a6 !important;
                                font-weight: 400 !important;
                            }
                            
                             ::placeholder {
                                color: #a7a6a6 !important;
                                font-weight: 400 !important;
                            }
                            
                            .sidebar-badge {
                                position: absolute;
                                top: 10px;
                                right: 5px;
                                font-size: 10px;
                                color: #fff;
                                padding: 0px 5px;
                                border-radius: 100px;
                                z-index: 3;
                            }
                            
                            .TitleEveryMain {
                                font-size: 33px;
                                color: #414141;
                            }
                            
                            .header-badge {
                                top: -6px;
                                right: -1px;
                            }
                            
                            .warning-badge {
                                background-color: #fc8902;
                            }
                            
                            .success-badge {
                                background-color: #12c45d;
                            }
                            
                            .alert-badge {
                                background-color: #fc0202;
                            }
                            
                            .rounded-circle {
                                padding: 7px;
                            }
                            
                            .df-center {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                gap: 12px;
                            }
                            
                            .df-space {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                            }
                            
                            .df-space-even {
                                display: flex;
                                justify-content: space-evenly;
                                align-items: center;
                            }
                            
                            .df-start {
                                display: flex;
                                justify-content: start;
                                align-items: center;
                                gap: 12px;
                            }
                            
                            @media (min-width: 1400px) {
                                .container,
                                .container-lg,
                                .container-md,
                                .container-sm,
                                .container-xl,
                                .container-xxl {
                                    max-width: 700px !important;
                                }
                            }
                            
                            .sub-sidebar {
                                padding-top: 60px;
                                min-height: 100vh;
                                max-width: 255px;
                            }
                            
                            .sub-sidebar .inner-sub {
                                overflow: auto;
                                height: calc(100vh - 60px);
                                position: fixed;
                                width: 225px;
                                background: #0497d0;
                            }
                            
                            .sub-sidebar .inner-sub ul {
                                padding-left: 0;
                            }
                            
                            .sub-sidebar .inner-sub ul h1 {
                                font-size: 18px;
                                color: #fff;
                                padding: 4px 5px 4px 25px;
                                cursor: pointer;
                            }
                            
                            .sub-sidebar .inner-sub ul li {
                                list-style: none;
                                padding: 4px 5px 4px 25px;
                                color: #fff;
                                font-weight: 300;
                                font-size: 14px;
                            }
                            
                            .sub-sidebar .inner-sub ul li:hover,
                            .sub-sidebar .inner-sub ul .active {
                                background-color: #1ebaed;
                            }
                            
                            .card {
                                padding: 20px;
                                box-shadow: 0 3px 3px rgb(0 0 0 / 6%);
                            }
                            
                            span {
                                font-family: "Roboto", sans-serif;
                            }
                            
                            p {
                                margin-bottom: 0;
                            }
                            
                            h1,
                            h2,
                            h3,
                            h4 {
                                margin-bottom: 0;
                            }
                            
                             :-ms-input-placeholder {
                                /* Internet Explorer 10-11 */
                                color: #cbcbcb;
                            }
                            
                             ::-moz-placeholder {
                                color: #cbcbcb;
                            }
                            
                             ::-ms-input-placeholder {
                                color: #cbcbcb;
                            }
                            
                             ::placeholder {
                                color: #cbcbcb;
                            }
                            
                            .sidebar-badge {
                                position: absolute;
                                top: 10px;
                                right: 5px;
                                font-size: 10px;
                                color: #fff;
                                padding: 0px 5px;
                                border-radius: 100px;
                                z-index: 3;
                            }
                            
                            .header-badge {
                                top: -6px;
                                right: -1px;
                            }
                            
                            .warning-badge {
                                background-color: #fc8902;
                            }
                            
                            .success-badge {
                                background-color: #12c45d;
                            }
                            
                            .alert-badge {
                                background-color: #fc0202;
                            }
                            
                            .rounded-circle {
                                padding: 7px;
                            }
                            
                            .inner-content {
                                background-color: #f5f4f4;
                            }
                            
                            .df-center {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                gap: 12px;
                            }
                            
                            .df-space {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                            }
                            
                            .df-space-even {
                                display: flex;
                                justify-content: space-evenly;
                                align-items: center;
                            }
                            
                            .df-start {
                                display: flex;
                                justify-content: start;
                                align-items: center;
                                gap: 12px;
                            }
                            
                            .df-starttop {
                                display: flex;
                                justify-content: start;
                                align-items: start;
                                gap: 12px;
                            }
                            
                            .icon-img {
                                height: 16px;
                            }
                            
                            .table-datga:hover input {
                                background-color: #ccc;
                            }
                            
                            input[type="checkbox"]::after {
                                background: #00578a !important;
                            }
                            
                            input[type="checkbox"]:checked::after {
                                mix-blend-mode: unset;
                                color: transparent;
                            }
                            
                            .usertype-button {
                                background-color: #0180b1;
                                border-radius: 6px;
                                color: #fff;
                                font-size: 20px;
                                font-weight: 400;
                                padding: 6px 12px;
                                line-height: 20px;
                                transition: 0.3s all ease-in-out;
                            }
                            
                            .usertype-button:hover {
                                background-color: #1990be;
                                color: #fff;
                                /* box-shadow: 2px 2px 1px #043c52; */
                            }
                            
                            @media (max-width: 1770px) {
                                .usertype-button {
                                    font-size: 18px;
                                    padding: 6px 12px;
                                }
                            }
                            
                            @media (max-width: 1440px) {
                                .usertype-button {
                                    font-size: 16px;
                                    padding: 6px 10px;
                                }
                            }
                            
                            @media (max-width: 1200px) {
                                .usertype-button {
                                    font-size: 14px;
                                    padding: 6px 8px;
                                }
                            }
                            
                            .component-title {
                                border-radius: 3px 3px 0 0;
                                padding: 5px 17px;
                                height: 38px;
                                display: flex;
                                justify-content: start;
                                align-items: center;
                            }
                            
                            .component-title h3 {
                                text-transform: capitalize;
                                font-size: 20px;
                                font-weight: 400;
                                line-height: 20px;
                                color: #fff;
                                margin-bottom: 0;
                            }
                            
                            @media (max-width: 1200px) {
                                .component-title h3 {
                                    font-size: 18px;
                                }
                            }
                            
                            .component-title h4 {
                                text-transform: capitalize;
                                font-size: 16px;
                                font-weight: 500;
                                line-height: 16px;
                                color: #fff;
                                margin-bottom: 0;
                            }
                            
                            @media (max-width: 1200px) {
                                .component-title h4 {
                                    font-size: 14px;
                                }
                            }
                            
                            .component-title p {
                                text-transform: capitalize;
                                font-size: 12px;
                                font-weight: 400;
                                line-height: 12px;
                                color: #fff;
                                margin-bottom: 0;
                            }
                            
                            @media (max-width: 1200px) {
                                .component-title p {
                                    font-size: 11px;
                                }
                            }
                            
                            .component-title.title-mid {
                                background-color: #0497d0;
                            }
                            
                            .component-title.title-light {
                                background-color: #1ebaed;
                            }
                            
                            .component-title.title-green {
                                background-color: #028e89;
                            }
                            
                            .component-title.title-purple {
                                background-color: #535e9a;
                            }
                            
                            .component-title.title-alert {
                                background-color: #fc0202;
                            }
                            
                            .contact-tag::before {
                                content: " \2022   ";
                            }
                            
                            .component-content {
                                padding: 10px 15px;
                                background-color: white;
                                border-radius: 0 0px 3px 3px;
                            }
                            
                            .component-box {
                                box-shadow: 0px 3px 6px #00000029;
                                margin-bottom: 18px;
                            }
                            
                            .contacts {
                                display: flex;
                                justify-content: start;
                                align-items: start;
                                gap: 10px;
                                margin-bottom: 12px;
                                margin-top: 6px;
                            }
                            
                            .component-divider {
                                display: flex;
                                gap: 18px;
                            }
                            
                            .left-comps {
                                width: 50%;
                            }
                            
                            .right-comps {
                                width: 50%;
                            }
                            
                            .mini-components {
                                display: flex;
                                gap: 18px;
                            }
                            
                            .mini-components .mini-comp {
                                width: 50%;
                            }
                            
                            .usertype-edit {
                                background-color: #0180b1;
                                border-radius: 3px;
                                color: #fff;
                                font-size: 14px;
                                font-weight: 400;
                                padding: 6px 12px;
                                line-height: 12px;
                                transition: 0.3s all ease-in-out;
                                height: 30px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }
                            
                            .usertype-edit:hover {
                                background-color: #1990be;
                                color: #fff;
                                /* box-shadow: 2px 2px 1px #043c52; */
                            }
                            
                            .text-weight-small {
                                font-weight: 400 !important;
                            }
                            
                            .text-weight-extra-small {
                                font-weight: 300 !important;
                            }
                            
                            .header-icon img {
                                transition: 0.1s all ease-in-out;
                            }
                            
                            .header-icon img:hover {
                                -webkit-filter: brightness(0.5);
                                filter: brightness(0.5);
                            }
                            
                            .contact-detail-wrapper input[type="radio"] {
                                visibility: hidden;
                            }
                            
                            .contact-detail-wrapper input[type="radio"]:checked+*::before {
                                background: radial-gradient(#0497d0 0%, #0497d0 50%, #fff 50%, #fff);
                                border-color: #000;
                            }
                            
                            .contact-detail-wrapper input[type="radio"]+*::before {
                                content: "";
                                display: inline-block;
                                vertical-align: bottom;
                                width: 1rem;
                                height: 1rem;
                                border-radius: 50%;
                                margin-right: 0.3rem;
                                border-style: solid;
                                border-width: 0.1rem;
                                border-color: gray;
                            }
                            
                            .org-name {
                                font-size: 16px;
                                font-weight: 400;
                                color: #00578a;
                            }
                            
                            .org-name a {
                                color: #00578a;
                            }
                            
                            .org-name i {
                                color: #747373;
                            }
                            
                            @media (max-width: 1770px) {
                                .org-name {
                                    font-size: 16px;
                                }
                            }
                            
                            @media (max-width: 1440px) {
                                .org-name {
                                    font-size: 14px;
                                }
                            }
                            
                            @media (max-width: 1200px) {
                                .org-name {
                                    font-size: 14px;
                                }
                            }
                            
                            .org-name {
                                position: relative;
                            }
                            
                            .org-name .org-dropdown {
                                position: absolute;
                                display: none;
                                left: 15px;
                                bottom: -25px;
                            }
                            
                            .org-name .org-dropdown input {
                                font-size: 12px;
                                padding: 5px;
                                height: 30px;
                            }
                            
                            .org-name .org-dropdown button {
                                height: 30px;
                                font-size: 12px;
                                padding: 0px 5px;
                            }
                            
                            .org-name .org-dropdown li {
                                font-size: 12px;
                                font-weight: 400;
                                padding: 3px 5px;
                                height: 35px;
                            }
                            
                            .org-name:hover .org-dropdown {
                                display: block;
                            }
                            
                            .dropdown-toggle::after {
                                display: inline-block;
                                margin-left: 0.255em;
                                vertical-align: 0.255em;
                                content: "";
                                border-top: 0.4em solid #cbcbcb;
                                border-right: 0.4em solid transparent;
                                border-bottom: 0;
                                border-left: 0.4em solid transparent;
                            }
                            
                            .history-content {
                                background-color: #ddf6fd;
                                border: 1px solid #5f9bac7c;
                                border-left: 0;
                                border-right: 0;
                                border-bottom: 0;
                                padding: 12px;
                            }
                            
                            .history-tabs {
                                padding: 5px 0;
                            }
                            
                            .all-history-tabs {
                                border-radius: 3px;
                                background-color: #fff;
                                border: 1px solid #ccc;
                                margin-bottom: 12px;
                            }
                            
                            .all-history-tabs h4 {
                                color: #00578a;
                                font-size: 16px;
                                font-weight: 500;
                            }
                            
                            .dots {
                                color: #747373;
                            }
                            
                            .tab-header {
                                padding: 10px;
                                border-bottom: 1px solid #a7a6a6;
                            }
                            
                            .green-check {
                                color: #12c45d;
                            }
                            
                            .done-tags {
                                color: #a7a6a6;
                                font-size: 16px;
                                font-weight: 500;
                            }
                            
                            .note-info {
                                background-color: #fdf7d6;
                            }
                            
                            .note-header {
                                background-color: #fdf7d6;
                            }
                            
                            .tab-header-gray {
                                color: #747373 !important;
                            }
                            
                            .usertype-mod-body {
                                background-color: #fff;
                            }
                            
                            .sertype-headermod {
                                border-radius: 0;
                            }
                            
                            .usertype-mod-body .edit-btns {
                                justify-content: flex-end !important;
                            }
                            
                            .usertype-headermod {
                                border-radius: 0 !important;
                            }
                            
                            .usertype-modalbody {
                                padding: 20px 20px 0px 20px;
                            }
                            
                            .nopcard {
                                padding: 0 !important;
                            }
                            
                            .post-relative {
                                position: relative;
                            }
                            
                            .post-absolute {
                                position: absolute;
                            }
                            
                            .check-style input {
                                height: 16px !important;
                                border: 1px solid #787474 !important;
                                border-radius: 3px !important;
                            }
                            
                            .check-style label {
                                color: #414141 !important;
                                font-size: 16px !important;
                                font-weight: 300 !important;
                            }
                            
                            input {
                                height: 26px;
                            }
                            
                            .accordion-button {
                                background-color: #028e89;
                                color: #fff;
                                border: 1px solid #028e89;
                                box-shadow: none !important;
                            }
                            
                            .accordion-button::after {
                                display: none !important;
                            }
                            
                            .accordion-button:not(.collapsed) {
                                color: #fff;
                                background-color: #028e89;
                                border: 1px solid #028e89;
                                box-shadow: none;
                                font-size: 20px;
                                padding: 10px 17px;
                            }
                            
                            .accordion-button:not(.collapsed)::after {
                                display: none;
                            }
                            
                            .accordion-item:last-of-type {
                                border-bottom-right-radius: 0rem;
                                border-bottom-left-radius: 0rem;
                            }
                            
                            .accordion-item:first-of-type {
                                border-top-left-radius: 0rem;
                                border-top-right-radius: 0rem;
                            }
                            
                            .usertype-modalbody label {
                                color: #00578a;
                            }
                            
                            .usertype-inner-table {
                                border: 1px solid #cbcbcb;
                            }
                            
                            .page-wrapper {
                                display: flex;
                            }
                            
                            .page-contents {
                                padding: 70px 20px 0 235px;
                            }
                            
                            .customBorder {
                                padding: 12px;
                                border-radius: 5px;
                                border: 1px solid #c3c3c3;
                            }
                            
                            .h38 {
                                height: 38px;
                            }
                            
                            .require::after {
                                content: "*" !important;
                                color: red;
                            }
                            
                            .main-wrapper {
                                position: relative;
                                display: flex;
                            }
                            
                            .main-wrapper .navbar {
                                position: fixed;
                                top: 0px;
                                left: 0px;
                                width: 100%;
                                height: 60px;
                                padding: 10px;
                                box-shadow: 0px 2px 4px #0000002f;
                                z-index: 10;
                                background-color: #fff;
                                display: flex;
                                align-items: center;
                                justify-content: space-between;
                            }
                            
                            .main-wrapper .navbar .logo-wrap {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                            
                            .main-wrapper .navbar .page-title h3 {
                                margin-bottom: 0px;
                                margin-left: 10px;
                                color: #84848459;
                                font-size: 28px;
                                font-weight: 600;
                            }
                            
                            .main-wrapper .navbar .search-wrap {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                            
                            .main-wrapper .navbar .search-wrap .search-bar {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                border: 2px solid #bebcbc;
                                border-radius: 21px;
                                padding: 5px 10px;
                            }
                            
                            .main-wrapper .navbar .search-wrap .search-bar input {
                                background-color: transparent;
                                border: 0;
                                outline: 0;
                                font-size: 16px;
                            }
                            
                            .main-wrapper .navbar .search-wrap .search-bar .search-icon i {
                                color: #bebcbc;
                                font-size: 17px;
                                margin-right: 5px;
                            }
                            
                            .main-wrapper .navbar .header-icon {
                                display: flex;
                                align-items: center;
                                justify-content: space-between;
                            }
                            
                            .main-wrapper .navbar .header-icon i {
                                font-size: 28px;
                                color: #bebcbc;
                                margin: 0 7px;
                                transition: 0.3s all ease-in-out;
                            }
                            
                            .main-wrapper .navbar .header-icon i:hover {
                                color: #979797;
                            }
                            
                            .main-wrapper .sidebar-icon i {
                                position: relative;
                            }
                            
                            .main-wrapper .sidebar {
                                display: flex;
                                justify-content: space-between;
                                flex-direction: column;
                                position: fixed;
                                z-index: 9;
                                width: 60px;
                                height: 100vh;
                                background-color: #00578a;
                                padding-top: 60px;
                            }
                            
                            .main-wrapper .sidebar .sidebar-icon {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 0;
                            }
                            
                            .main-wrapper .sidebar .sidebar-icon a {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                border: 0;
                                background: 0;
                                color: #fff;
                                font-size: 30px;
                                transition: 0.3s all ease-in-out;
                                width: 100%;
                                padding: 10px;
                            }
                            
                            @media (max-width: 1440px) {
                                .main-wrapper .sidebar .sidebar-icon a {
                                    padding: 3px;
                                }
                            }
                            
                            .main-wrapper .sidebar .sidebar-icon a:hover {
                                background: #1ebaed;
                                text-decoration: none;
                            }
                            
                            button:focus {
                                box-shadow: none !important;
                            }
                            
                            .btn {
                                white-space: nowrap;
                            }
                            
                            .search-add-btn {
                                white-space: nowrap;
                                border: 0;
                                background-color: #0497d0;
                                color: #fff;
                                border-radius: 100px;
                                padding: 7px 12px;
                                font-size: 16px;
                                margin-left: 10px;
                                transition: 0.3s all ease-in-out;
                            }
                            
                            .search-add-btn:hover {
                                background-color: #0063a5;
                            }
                            
                            .search-add-btn:hover {
                                background-color: #0063a5;
                            }
                            
                            .btnWhite {
                                background-color: #ffffff;
                                border: 1px solid #a7a6a6;
                                border-radius: 6px;
                                color: #00578a;
                                font-size: 20px;
                                font-weight: 500;
                                padding: 6px 12px;
                                line-height: 20px;
                                transition: 0.3s all ease-in-out;
                                max-height: 34px;
                            }
                            
                            .btnWhite:hover {
                                color: #013757;
                                box-shadow: 2px 2px 1px #043c52;
                            }
                            
                            @media (max-width: 1770px) {
                                .btnWhite {
                                    font-size: 18px;
                                    padding: 6px 12px;
                                }
                            }
                            
                            @media (max-width: 1440px) {
                                .btnWhite {
                                    font-size: 16px;
                                    padding: 6px 10px;
                                }
                            }
                            
                            @media (max-width: 1200px) {
                                .btnWhite {
                                    font-size: 14px;
                                    padding: 6px 8px;
                                }
                            }
                            
                            .btnBlue {
                                background-color: #0180b1 !important;
                                border-radius: 6px;
                                color: #fff !important;
                                font-size: 20px;
                                font-weight: 500;
                                padding: 6px 12px;
                                line-height: 20px;
                                transition: 0.3s all ease-in-out;
                            }
                            
                            .btnBlue:hover {
                                background-color: #1990be;
                                color: #fff;
                                box-shadow: 2px 2px 1px #043c52;
                            }
                            
                            @media (max-width: 1770px) {
                                .btnBlue {
                                    font-size: 18px;
                                    padding: 6px 12px;
                                }
                            }
                            
                            @media (max-width: 1440px) {
                                .btnBlue {
                                    font-size: 16px;
                                    padding: 6px 10px;
                                }
                            }
                            
                            @media (max-width: 1200px) {
                                .btnBlue {
                                    font-size: 14px;
                                    padding: 6px 8px;
                                }
                            }
                            
                            .btn_sm {
                                font-size: 14px;
                                padding: 6px 8px;
                            }
                            
                            .alphabet-btn {
                                padding: 4px 20px;
                                background-color: transparent;
                                border: 1px solid transparent;
                                color: #414141;
                                line-height: 18px;
                                text-transform: uppercase;
                                font-size: 12px;
                                font-weight: 500;
                            }
                            
                            .alphabet-btn:active {
                                background-color: #0180b1;
                                border: 1px solid #00578a;
                                color: white;
                            }
                            
                            @media (max-width: 1770px) {
                                .alphabet-btn {
                                    padding: 4px 15px;
                                }
                            }
                            
                            @media (max-width: 1440px) {
                                .alphabet-btn {
                                    padding: 4px 10px;
                                }
                            }
                            
                            @media (max-width: 1200px) {
                                .alphabet-btn {
                                    padding: 4px 5px;
                                    font-size: 10px;
                                }
                            }
                            
                            .email-dropdown {
                                border: 0;
                                background-color: transparent;
                                font-size: 18px;
                                padding: 0 0 0 4px;
                            }
                            
                            .bulk-call-btns {
                                padding: 5px 10px;
                                font-size: 20px;
                                font-weight: 400;
                                color: #fff;
                                line-height: unset !important;
                            }
                            
                            .autodial-btn {
                                background-color: #12c45d;
                            }
                            
                            .autodial-btn:hover {
                                color: #fff;
                                background-color: #0a9e48;
                            }
                            
                            .autodial-cancel {
                                background-color: #cbcbcb;
                                color: #747373;
                                font-size: 20px;
                                font-weight: 500;
                                border-radius: 6px;
                            }
                            
                            .autodial-cancel:hover {
                                color: #747373;
                                background-color: #aaaaaa;
                            }
                            
                            .trash-btns {
                                color: #aaaaaa;
                                white-space: nowrap;
                            }
                            
                            .trash-btns:hover {
                                color: #747373;
                            }
                            
                            .tab-add-compaigns {
                                background-color: #0180b1;
                                color: #fff;
                                font-size: 20px;
                                font-weight: 500;
                                border-radius: 6px;
                            }
                            
                            .tab-add-compaigns:hover {
                                color: #fff;
                                background-color: #005272;
                            }
                            
                            .title-btns {
                                border-radius: 3px;
                                background-color: #fff;
                                color: #028e89;
                                font-size: 14px;
                                font-weight: 500;
                                border: 0;
                                transition: 0.3s all ease-in-out;
                                white-space: nowrap;
                            }
                            
                            .title-btns:hover {
                                color: #027a76;
                                background-color: #ffffff;
                                box-shadow: 2px 2px 1px #043c52;
                            }
                            
                            .see-all-btn {
                                font-size: 14px;
                                padding: 2px 10px;
                            }
                            
                            .trash-btn {
                                color: #cbcbcb;
                            }
                            
                            .campaigns-btn {
                                color: #535e9a;
                                transition: 0.2s all ease-in-out;
                            }
                            
                            .campaigns-btn:hover {
                                color: #4d5aa5;
                            }
                            
                            .org-dropdown-btn {
                                background-color: #0497d0;
                                color: white;
                                font-size: 14px;
                                font-weight: 400;
                                padding: 3px 8px;
                            }
                            
                            .org-dropdown-btn:hover {
                                background-color: #02a1e0;
                                color: white;
                            }
                            
                            .add-contact-btn {
                                font-size: 12px;
                                color: #a3c7dd;
                                font-weight: 400;
                                border-color: #a3c7dd;
                                padding: 0px 6px;
                            }
                            
                            .add-contact-btn:hover {
                                color: #5fb4e9;
                                border-color: #67b8eb;
                            }
                            
                            .value-btn {
                                padding: 1px 5px;
                                font-size: 10px;
                                font-weight: 500;
                                background: transparent;
                                color: #12c45d;
                                border-color: #d3d3d3;
                                text-transform: uppercase;
                                width: 100%;
                                text-align: start;
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                            }
                            
                            .value-btn:hover {
                                color: #014b20;
                            }
                            
                            .value-btn.red {
                                color: #fc0202;
                            }
                            
                            .value-btn.red:hover {
                                color: #b80000;
                            }
                            
                            .exclude-btn {
                                background-color: #fc8989;
                                color: #fff;
                                visibility: hidden;
                            }
                            
                            .exclude-btn:hover {
                                background-color: #ff6666;
                                color: #fff;
                            }
                            
                            .from-start-btn {
                                background-color: #ffad4d;
                                color: #fff;
                                visibility: hidden;
                            }
                            
                            .from-start-btn:hover {
                                background-color: #f89f38;
                                color: #fff;
                            }
                            
                            .title-btns.show-btns {
                                visibility: visible !important;
                            }
                            
                            .camp-dropdown-btn {
                                background-color: #fff;
                                color: #414141;
                                font-size: 16px;
                                font-weight: 400;
                                padding: 1px 8px;
                                border: 1px solid #d3d3d3;
                            }
                            
                            .camp-dropdown-btn:hover {
                                background-color: #fff;
                                color: #414141;
                            }
                            
                            .camp-dropdown::after {
                                content: "   from:";
                            }
                            
                            .btn-alert {
                                background-color: #fc0202;
                                font-size: 18px;
                                font-weight: 500;
                            }
                            
                            .btn-blue {
                                background-color: #0180b1;
                                color: #fff;
                                font-weight: 500;
                                font-size: 18px;
                                transition: 0.3s all ease-in-out;
                            }
                            
                            .btn-blue:hover {
                                color: #fff;
                                background-color: #00578a;
                            }
                            
                            .tab-btns {
                                font-size: 14px;
                                font-weight: 700;
                                color: #a7a6a6;
                                text-transform: uppercase;
                                white-space: nowrap;
                            }
                            
                            .tab-btns:focus {
                                box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0) !important;
                            }
                            
                            .tab-btns.active-btn {
                                color: #414141;
                            }
                            
                            .edit-dropdown-btn {
                                font-size: 12px;
                                font-weight: 400;
                                color: #747373;
                                line-height: 10px;
                                padding: 5px 10px;
                                border: 1px solid #d3d3d3;
                            }
                            
                            .tab-cross-btn {
                                color: rgba(255, 255, 255, 0.329);
                                font-size: 16px;
                            }
                            
                            .tab-cross-btn:hover {
                                color: #fff;
                            }
                            /* designing part starts for html css only  */
                            
                            .main-content {
                                width: 100%;
                                padding: 45px 0px 0px 220px;
                            }
                            
                            .inner-content {
                                padding: 20px;
                            }
                            
                            .dashboardTitle a {
                                color: #fff;
                            }
                            
                            .dashboardTitle:hover,
                            .dashboardTitle:active {
                                background-color: #1ebaed;
                            }
                            
                            .header-right .dropdown-menu {
                                right: 0;
                            }
                            
                            .titleTireMain {
                                border: 0 !important;
                            }
                            
                            .titleTire {
                                background-color: #028e89;
                                padding: 20px;
                            }
                            
                            .titleTire h3 {
                                color: #fff;
                                font-size: 20px;
                            }
                            
                            .titleTireMain .tireContent {
                                border: 1px solid #dfdfdf;
                                border-bottom-left-radius: 4px;
                                border-bottom-right-radius: 4px;
                            }
                            
                            .tireContent {
                                padding: 0 12px;
                            }
                            
                            .titleTire i {
                                color: #fff;
                                padding: 5px;
                                border-radius: 20px;
                                border: 1px solid #fff;
                                width: 22px;
                                height: 23px;
                                line-height: 12px;
                                cursor: pointer;
                            }
                            /* css started for login page */
                            
                            .login-wrapper {
                                width: 100%;
                                height: 100%;
                                display: table;
                                background: url(../../images/login-top.png) no-repeat right -240px top -70px, url(../../images/login-bottom.png) no-repeat left -280px bottom -140px;
                            }
                            
                            .login-inner-wrapper {
                                display: table-cell;
                                vertical-align: middle;
                                padding: 0 20px;
                            }
                            
                            .login-sec {
                                max-width: 470px;
                                margin: 30px auto;
                                border-radius: 21px;
                                background-color: #fff;
                                padding: 40px;
                                box-shadow: 0px 0px 12px 2px rgba(41, 41, 97, 0.08);
                            }
                            
                            .login-sec h1 {
                                font-size: 29px;
                                text-transform: uppercase;
                                text-align: center;
                                font-weight: normal;
                                margin: 15px 0 35px;
                            }
                            
                            .login-sec h2 {
                                color: #424242;
                                font-size: 15px;
                                text-align: center;
                                margin: 0 0 20px;
                            }
                            
                            .btn-block {
                                width: 100%;
                            }
                            
                            .login-group {
                                margin-bottom: 20px;
                            }
                            
                            .login-group .form-control {
                                height: 50px;
                                border-radius: 6px;
                                /*  border-color: #BBBAD6;
  border-width: 2px;
  background-color: #FAFAFC;*/
                            }
                            
                            .login-btn {
                                height: 50px;
                                color: #fff !important;
                                text-transform: uppercase;
                                font-size: 16px;
                                border-radius: 6px;
                                outline: none !important;
                                box-shadow: none !important;
                            }
                            
                            .login-btn:hover {
                                opacity: 0.9;
                            }
                            
                            .invalid-text {
                                text-align: center;
                                margin-bottom: 15px;
                                font-size: 16px;
                            }
                            
                            .login-group i {
                                font-size: 20px;
                            }
                            
                            @media (max-width: 1370px) {
                                .login-wrapper {
                                    background-position: right -250px top -100px, left -350px bottom -200px;
                                }
                            }
                            
                            @media (max-width: 991px) {
                                .login-wrapper {
                                    background-position: right -300px top -175px, left -480px bottom -300px;
                                }
                            }
                            
                            .dropdown-submenu {
                                position: relative;
                            }
                            
                            .dropdown-submenu .dropdown-menu {
                                top: 0;
                                left: 100%;
                                margin-top: -1px;
                            }
                            
                            .dropdown-submenu a:focus {
                                outline: none !important;
                            }
                            
                            .nonelink {
                                text-decoration: none;
                                color: #707070;
                                position: relative;
                            }
                            a {
                              text-decoration: none;
                            }
                            
                            .noWrap {
                                white-space: nowrap;
                            }
                            /* permission table starts */
                            
                            .mainAdminRole table {
                                border-top: 0;
                            }
                            
                            .mainAdminRole table thead {
                                border-left: 1px solid #fff;
                                border-bottom: 0;
                            }
                            
                            .mainAdminRole table thead tr {
                                border-bottom: 0 !important;
                            }
                            
                            .mainAdminRole table thead tr th {
                                border-bottom: 0;
                                vertical-align: middle;
                                font-weight: 500;
                                color: #414141;
                                font-size: 16px;
                            }
                            
                            .mainAdminRole table thead tr th i {
                                color: #6fd6d2;
                                font-size: 11px;
                                border: 1px solid #6fd6d2;
                                border-radius: 20px;
                                height: 19px;
                                width: 19px;
                                line-height: 16px;
                                position: absolute;
                                top: 5px;
                                margin-left: 6px;
                            }
                            
                            .customILeft {
                                top: 12px !important;
                                margin-left: 3px !important;
                            }
                            
                            .customIRight {
                                top: 3px !important;
                                margin-left: 15px !important;
                            }
                            
                            .mainAdminRole table tbody {
                                border: 1px solid #cbcbcb;
                            }
                            
                            .mainAdminRole table tbody tr {
                                border-bottom: 1px solid #cbcbcb;
                            }
                            
                            .mainAdminRole table tbody tr .number-usertype {
                                color: #357397;
                            }
                            
                            .borderLeft {
                                border-left: 1px solid #cbcbcb;
                            }
                            
                            .borderTops {
                                border-top: 1px solid #cbcbcb;
                            }
                            
                            .borderTopsColor {
                                background-color: #ddfcfd !important;
                                border-top: 1px solid #cbcbcb;
                            }
                            
                            .borderRight {
                                border-right: 1px solid #cbcbcb;
                            }
                            
                            .table> :not(:first-child) {
                                border-top: 1px solid #cbcbcb !important;
                            }
                            
                            .accordion-item:first-of-type .accordion-button {
                                border-top-left-radius: 0 !important;
                                border-top-right-radius: 0 !important;
                            }
                            
                            .accordion-item {
                                border: 0;
                            }
                            /* permission table ends  */
                            /* admin role header button  */
                            
                            .buttonUserTabl a {
                                border-radius: 5px;
                                background: #0180b1;
                                border: 1px solid #0180b1;
                                font-size: 20px;
                                padding: 3px 12px;
                            }
                            
                            .buttonUserTabl a:hover {
                                background: #0180b1;
                                border: 1px solid #0180b1;
                                text-decoration: none;
                            }
                            /* admin role header button  */
                            
                            .customAnchor {
                                color: #00578a;
                            }
                            
                            .search-bar {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                border: 1px solid #a7a6a6;
                                border-radius: 6px;
                                padding: 3px 8px;
                                background-color: #fff;
                            }
                            
                            .search-bar input {
                                background-color: transparent;
                                border: 0;
                                outline: 0;
                                font-size: 16px;
                            }
                            
                            .search-icon i {
                                color: #a7a6a6;
                                font-size: 17px;
                                margin-right: 5px;
                            }
                            
                            .allInputs label {
                                color: #00578a;
                                font-size: 16px;
                                font-weight: 500;
                            }
                            
                            .photoInner i {
                                color: #cbcbcb;
                                font-size: 30px;
                            }
                            
                            .photoInner img {
                                object-fit: contain;
                                max-height: 50px;
                                max-width: 80px;
                            }
                            
                            .photoInnerTrash {
                                font-size: 22px !important;
                            }
                            
                            .customBrowse {
                                padding: 6px 20px;
                                height: 28px;
                            }
                            
                            .allSelect i {
                                right: 12px;
                                top: 7px;
                                color: #cbcbcb;
                            }
                            
                            .activeInactive .nav-item button {
                                padding: 3px 15px;
                            }
                            
                            .adminStatus {
                                padding: 1px;
                                border-radius: 4px;
                                background-color: #6c757d;
                                border-color: #6c757d;
                                width: 224px;
                                max-height: 38px;
                            }
                            
                            .adminStatus .btn-check:checked+.btn-secondary {
                                background-color: #12c45d;
                                border-color: #02893a;
                                color: #fff !important;
                            }
                            
                            .adminStatus label {
                                font-size: 17px;
                                padding: 5px 27px;
                                box-shadow: none !important;
                            }
                            
                            .adminStatus label:focus {
                                box-shadow: none !important;
                                outline: none !important;
                            }
                            
                            .adminStatus input:focus {
                                box-shadow: none !important;
                                outline: none !important;
                            }
                            
                            .colorGrey {
                                color: #cbcbcb !important;
                            }
                            
                            .adminStatus i {
                                right: -18px;
                                top: -17px;
                                border: 1px solid #cbcbcb;
                                height: 18px;
                                width: 18px;
                                text-align: center;
                                padding: 1px;
                                border-radius: 13px;
                                font-size: 12px;
                                line-height: 13px;
                                color: #cbcbcb;
                            }
                            
                            .activeColorGreen {
                                color: #12c45d;
                            }
                            
                            .activeColorBlue {
                                color: #0180b1;
                            }
                            
                            .invitedColorOrange {
                                color: #fc8902;
                            }
                            
                            .usertype-table table th {
                                border-bottom: 0;
                            }
                            
                            .iconsUpDown {
                                top: -10px;
                                left: -8px;
                            }
                            
                            .tableEditPen {
                                color: #00578a;
                            }
                            
                            .cancelButons {
                                height: 30px;
                                padding: 6px 15px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                background: #bb2d3b;
                                border: 1px solid #bb2d3b;
                                color: #fff;
                            }
                            
                            .cancelButons:hover {
                                color: #fff;
                                background-color: #bb2d3b;
                                border: 1px solid #bb2d3b;
                            }
                            
                            .adminStatus .btn-check:checked+.backOrange {
                                background-color: #fc8902;
                                border-color: #fc8902;
                                color: #fff !important;
                            }
                            
                            .colorWhite {
                                color: #fff !important;
                            }
                            
                            .modalTitleDelete {
                                background-color: #0497d0;
                                padding: 10px;
                            }
                            
                            .modalTitleDelete h4 {
                                color: #fff;
                                font-size: 20px;
                                font-weight: 400;
                                line-height: 20px;
                            }
                            
                            .closeButons {
                                border-radius: 12px;
                                width: 24px;
                                height: 23px;
                                line-height: 10px;
                                background: #0497d0;
                                border: 1px solid #93d5ee;
                                color: #8ed9f7;
                                text-align: center;
                            }
                            
                            .mainDeleteModalInner {
                                white-space: normal;
                            }
                            
                            .mainDeleteModalInner p {
                                color: #ff0000;
                                font-size: 30px;
                            }
                            
                            .mainDeleteModalInner .spans {
                                color: #414141;
                                font-size: 16px;
                                line-height: 24px;
                            }
                            
                            .modalSelectInner .form-check .form-check-input {
                                float: none !important;
                            }
                            
                            .customSeclectModalInner {
                                font-size: 16px;
                                font-weight: 300;
                            }
                            
                            .sortingUpColorGry {
                                color: #cbcbcb;
                            }
                            
                            .sortingDownColorGry {
                                color: #414141;
                            }
                            
                            .new-contact {
                                min-height: 39px;
                            }
                            
                            .inactiveColorGrey {
                                color: #a7a6a6;
                                font-size: 12px;
                            }
                            
                            .inactiveColorTextGrey {
                                color: #a7a6a6;
                            }
                            
                            .inactiveColorTextRed {
                                color: #ff0000;
                            }
                            
                            .table tbody td {
                                font-weight: 400;
                            }
                            
                            .defaultColor {
                                color: #414141;
                            }
                            
                            .btn-default {
                                color: #747373;
                                background-color: #cbcbcb;
                                border: 0;
                            }
                            
                            .btn-delete {
                                color: #fff;
                                background-color: #fc0202;
                                border: 0;
                            }
                            /* filter part  */
                            
                            .filterAdminUser a {
                                color: #fff;
                                padding: 5px 20px;
                                font-size: 12px;
                                background-color: #0180b1;
                            }
                            
                            .allFilter a {
                                border-radius: 4px;
                                border: 1px solid #00578a;
                            }
                            
                            .filterAdminUser .active {
                                background-color: #00578a;
                                border-radius: 4px;
                            }
                            
                            .threeFilter {
                                border-radius: 4px;
                                border: 1px solid #00578a;
                                background-color: #0180b1;
                            }
                            
                            .borderRightLeft {
                                border-right: 1px solid #00578a;
                                border-left: 1px solid #00578a;
                            }
                            /* filter part  */
                            
                            .btn-resend {
                                color: #fff;
                                background-color: #fc8902;
                            }
                            
                            .loginStatus i {
                                top: -17px;
                                border: 1px solid #cbcbcb;
                                height: 18px;
                                width: 18px;
                                text-align: center;
                                padding: 1px;
                                border-radius: 13px;
                                font-size: 12px;
                                line-height: 13px;
                                color: #cbcbcb;
                            }
                            
                            .tableColorTrue th a {
                                color: #414141;
                                font-weight: 500;
                            }
                            
                            .form-control:focus {
                                box-shadow: none !important;
                            }
                            
                            .btn {
                                box-shadow: none !important;
                            }
                            
                            .hThirty2 {
                                height: 32px;
                            }
                            
                            .btn-resend:hover {
                                color: #fff !important;
                                background-color: #e37c02;
                            }
                            
                            .inputIconms i {
                                right: -7px;
                                top: -14px;
                                border: 1px solid #cbcbcb;
                                height: 18px;
                                width: 18px;
                                text-align: center;
                                padding: 1px;
                                border-radius: 13px;
                                font-size: 12px;
                                line-height: 13px;
                                color: #cbcbcb;
                            }
                            
                            .custom_inputIconms i {
                                right: -20px !important;
                                top: -11px !important;
                            }
                            
                            .copy-slug {
                                padding: 2px 10px;
                            }
                            
                            .custom_export .drop_export::after {
                                display: none;
                            }
                            
                            .custom_export .drop_export {
                                border: 1px solid #a7a6a6;
                                background-color: #ffffff;
                            }
                            
                            .custom_export .drop_export i {
                                color: #a7a6a6;
                            }
                            
                            .format_export .form-select {
                                padding: 3px 5px;
                                font-size: 14px;
                                font-weight: 500;
                                border: 1px solid #a7a6a6;
                            }
                            
                            .custom_export .drop_export label {
                                color: #414141;
                                font-size: 16px;
                            }
                            
                            .filter-by {
                                border-radius: 6px;
                                border: 1px solid #A7A6A6;
                            }
                            
                            .filter-by .dropdown-toggle {
                                background-color: white;
                                width: 220px;
                                text-align: left;
                                position: relative;
                                border-radius: 6px;
                                color: #A7A6A6;
                                font-weight: bold;
                            }
                            
                            .filter-by button i {
                                margin-right: 11px;
                                color: #00578A;
                            }
                            
                            .filter-by .dropdown-toggle::after {
                                border-top: 0.4em solid #a7a6a6;
                                position: absolute;
                                right: 12px;
                                top: 50%;
                                margin-top: -5px;
                            }
                            
                            .filter-by .btn:hover {
                                color: #00578A;
                            }
                            
                            .filter-by:hover .btn::after {
                                border-top: 0.4em solid #00578A;
                            }
                            
                            .custom-select {
                                width: 163px;
                            }
                            
                            .custom-select:focus {
                                box-shadow: none;
                            }
                            
                            .subscription-modal-body {
                                padding: 10px 15px;
                            }
                            
                            .invalid-feedbac {
                                display: block;
                                width: 100%;
                                margin-top: 0.25rem;
                                font-size: 80%;
                                color: #e3342f !important;
                            }
                            
                            .change-plan-bottom-text {
                                color: #00578A;
                                font-weight: 500;
                            }
                            
                            .custom_import .drop_export::after {
                                display: none;
                            }
                            
                            .custom_import .drop_export {
                                border: 1px solid #fff;
                                background-color: #0180b1;
                                border-radius: 5px;
                                font-size: 20px;
                            }
                            
                            .custom_import .drop_export i {
                                color: #fff;
                            }
                            
                            .custom_import .drop_export label {
                                color: #414141;
                                font-size: 20px;
                            }
                            
                            .filter-dropdown-head {
                                padding: 8px;
                                background-color: #0497d0;
                            }
                            
                            .filter-dropdown-head h6 {
                                font-size: 20px;
                                margin-bottom: 2px;
                            }
                            
                            .filter-by .dropdown-menu {
                                padding: 0;
                                margin-top: 4px;
                            }
                            
                            .filter-dropdown-head-bottom {
                                border-radius: 21px;
                                background-color: white;
                                margin-top: 8px;
                                position: relative;
                            }
                            
                            .filter-dropdown-head-bottom input {
                                border: none;
                                width: 100%;
                                border-radius: 21px;
                                padding-left: 25px;
                            }
                            
                            .filter-dropdown .btnBlue {
                                font-size: 14px;
                            }
                            
                            .filter-dropdown-head-bottom i {
                                position: absolute;
                                top: 5px;
                                left: 5px;
                            }
                            
                            .filter-dropdown-list {
                                max-height: 165px;
                                overflow-x: hidden;
                                overflow-y: scroll;
                            }
                            
                            .filter-dropdown-list-item {
                                border-bottom: 1px solid #cbcbcb;
                                padding: 4px;
                            }
                            
                            .filter-dropdown-list-item:hover {
                                background-color: #a3c7dd;
                            }
                            
                            .filter-dropdown-list-item a {
                                font-size: 15px !important;
                            }
                            
                            .filter-dropdown-list-item:hover i {
                                opacity: 1;
                            }
                            
                            .filter-dropdown-list i {
                                color: #414141;
                                opacity: 0;
                                font-size: 12px;
                            }
                            
                            .filter-dropdown-list-item-icons>div {
                                width: 24px;
                                height: 24px;
                            }
                            
                            .filter-modal-head {
                                background-color: #0497D0;
                                color: white;
                            }
                            
                            .filter-modal-body {
                                text-align: start;
                                padding: 0;
                                font-size: 14px;
                            }
                            
                            .fwb {
                                font-weight: bold;
                            }
                            
                            .filter-all-list,
                            .filter-any-list {
                                background-color: #DDF6FD;
                                border-top: 1px solid #A7A6A6;
                                border-bottom: 1px solid #A7A6A6;
                            }
                            
                            .filter-modal-body .btnWhite {
                                font-size: 16px;
                                padding: 2px 10px;
                            }
                            
                            .filter-modal-body .add-condition {
                                font-size: 14px;
                                padding: 2px 10px;
                                margin-bottom: 8px;
                            }
                            
                            .filter-all-list input,
                            .filter-all-list select,
                            .filter-any-list input,
                            .filter-any-list select {
                                width: 170px;
                                font-size: 12px !important;
                                height: 32px;
                                max-width: 280px;
                            }
                            
                            .dropdown-toggle-split {
                                border-left: 1px solid white;
                                padding: 6px;
                            }
                            
                            .dropdown-toggle-split::after {
                                border-top: 0.4em solid white;
                                vertical-align: 0.1em;
                                margin-left: 0.1em;
                            }
                            
                            input :focus {
                                outline: none;
                            }
                            
                            .filter-modal-footer .author-details-img {
                                width: 28px;
                                height: 28px;
                                border-radius: 50%;
                            }
                            
                            .filter-modal-footer .author-details-img {
                                width: 100%;
                                height: 100%;
                            }
                            
                            .author-details-text .author-details-name {
                                font-size: 15px;
                                color: #747373;
                            }
                            
                            .author-details-text .author-details-date {
                                font-size: 10px;
                                color: #A7A6A6;
                            }
                            
                            .filter-modal-mid .visible-to::after {
                                right: 10px;
                                top: 10px;
                                position: absolute;
                            }
                            
                            .mw200 {
                                max-width: 200px;
                            }
                            
                            .text-ellipsis {
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                overflow: hidden;
                            }
                            
                            .h30 {
                                height: 30px !important;
                            }
                            
                            .pagination {
                                margin-bottom: 0;
                            }
                            
                            .pagination-tile {
                                margin-bottom: 8px;
                            }
                            
                            .starChecked {
                                color: orange !important;
                                opacity: 1 !important;
                            }
                            
                            .tireContent label {
                                color: #00578A;
                                font-weight: 500;
                            }
                            
                            .tireContent label::after {
                                color: #00578A;
                            }
                            
                            .select2-container--default .select2-selection--multiple:before {
                                content: ' ';
                                display: block;
                                position: absolute;
                                border-color: #888 transparent transparent transparent;
                                border-style: solid;
                                border-width: 5px 4px 0 4px;
                                height: 0;
                                right: 6px;
                                margin-left: -4px;
                                margin-top: -2px;
                                top: 50%;
                                width: 0;
                                cursor: pointer
                            }
                            
                            .select2-container--open .select2-selection--multiple:before {
                                content: ' ';
                                display: block;
                                position: absolute;
                                border-color: transparent transparent #888 transparent;
                                border-width: 0 4px 5px 4px;
                                height: 0;
                                right: 6px;
                                margin-left: -4px;
                                margin-top: -2px;
                                top: 50%;
                                width: 0;
                                cursor: pointer
                            }
                            
                            .select2-container--default {
                                width: 100% !important;
                            }
                            
                            #trial_period {
                                width: 80px;
                            }
                            
                            . {
                                box-shadow: none;
                                background-color: transparent;
                                border: none;
                            }
                            
                            .text-blue {
                                color: #00578A;
                            }
                            
                            .filterClick {
                                background: transparent !important;
                                border: transparent !important;
                                color: black;
                                font-size: 18px !important;
                            }
                            
                            .removeFilterBlue {
                                background-color: #00578A !important;
                            }
                            
                            .w250 {
                                width: 250px;
                            }
                            
                            .additional_td {
                                background-color: #DCF1FA !important;
                                text-align: center;
                                padding-top: 28px !important;
                                position: relative;
                                box-sizing: border-box;
                                border-bottom: 1px solid #ddd !important;
                            }
                            
                            .additional_td::before {
                                content: "";
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                height: 23px;
                                background-color: #8AD2EF;
                                width: 100%;
                                display: block;
                                z-index: 3;
                            }
                            
                            .phone_th::before {
                                content: "ADDITIONAL";
                                color: #fff;
                            }
                            
                            .multi_btn {
                                gap: 1px;
                            }
                            
                            .multi_btn>a {
                                border-radius: 6px 0 0 6px;
                            }
                            
                            .multi_btn>.dropdown>button {
                                border-radius: 0 6px 6px 0;
                                height: 100%;
                            }
                            
                            .multi_btn>.dropdown>button::after {
                                margin-left: 0;
                                margin-top: 8px;
                                border-top: 0.4em solid #fff;
                            }
                            
                            .svg_btn {
                                background-color: transparent;
                                border: 0;
                                outline: none;
                            }
                            
                            .svg_btn span {
                                color: #dddddd7d;
                                font-size: 30px;
                                transition: 0.3s all ease-in-out;
                            }
                            
                            .svg_btn span:hover {
                                color: #ddd;
                                font-size: 30px;
                            }
                            
                            .btn-primary {
                                color: #fff;
                                background-color: #0180b1;
                                border: 0 !important;
                            }
                            
                            .btn-primary:hover {
                                background-color: #0091ca;
                            }
                            
                            .btn-check:active+.btn-primary,
                            .btn-check:checked+.btn-primary,
                            .btn-primary.active,
                            .btn-primary:active,
                            .show>.btn-primary.dropdown-toggle {
                                color: #fff;
                                background-color: #0180b1;
                            }
                            a:hover{
                              text-decoration: none !important;
                            }