@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

/* Header */

@media (max-width: 575.98px) {
    .services-wrapper .service-card-body {
        margin-bottom: 20px;
    }

    .services-wrapper .service-card-body .title-name {
        height: 80px;
    }
}

@media (max-width: 1239px) {
    .navbar-header > .container {
        max-width: none !important;
    }
}

.aside-logo {
    display: flex;
    justify-content: center;
    width: 100%;
}

.

.login-section  {
    padding-top: 80px;
}

.login-section .row {
    gap: 10px 0;
}

.navbar-header {
	height: 70px;
}

.navbar-header > .container {
    padding-inline: 15px !important;
}

body {
    font-family: 'Inter',  "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    background-color: rgba(26, 108, 225, 0.03) !important;
}

svg {
    background-color: transparent !important;
}

img#landing_hosted_logo {
    max-width: 150px;
    height: auto;
}

img#landing_hosted_logo.square {
    max-width: 100px;
}

img#landing_hosted_logo.preview img.square {
    max-width: 80px;
}

.login-beauty img {
    border-radius:5px;
}

@media (max-width: 576px) {
    .login-beauty {
        display: none;
    }
}

.login-fields .field-wrap {
    all: unset;
}

@media (max-width: 767px) {
    .login-fields .field-wrap {
        display: block;
        background-color: var(--white);
        padding: 40px 20px;
        border-radius: 5px;
        border: 1px solid rgba(72, 94, 144, 0.16);
    }
}

.login-fields form {
    padding-left: 50px;
}

@media (max-width: 1200px) {
    .login-fields form {
        padding-left: 0;
    }
}

.login-fields h3 {
    color: #001737;
    margin-bottom: 5px;
}

.login-fields p {
    font-size: 16px;
    color: #8392a5;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .login-fields p {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .login-fields button {
        display: block;
    }
}

@media (max-width: 575px) {
    .login-fields .field-wrap {
        display: block;
        background-color: var(--white);
        padding: 40px 20px;
        border-radius: 5px;
        border: 1px solid rgba(72, 94, 144, 0.16);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (max-width: 575.99px) {
    .container {
        padding-inline: 0;
    }
}

.table-dashboard thead th {
    padding-block: 10px;
}

label.error {
    color: red;
    margin-top: 3px;
    font-size: 12px;
}

@media (min-width: 991px) {
    .df-example {
        padding: 10px 20px;
    }
}

.nav-aside .nav-link {height: 35px !important;}

nav[aria-label="breadcrumb"] {
    display: none;
}

.for-sms .bc-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bc-wrapper {
    /*display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
    margin-bottom: 15px;
}

.bc-wrapper h3 {
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

.align-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575.99px) {
    .align-service {
        display: block;
    }
    .bc-wrapper h3 {
        margin-bottom: 8px;
    }
}

.table-title {
    display: flex;
    padding: 20px 0 10px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 575.99px) {
    .service-section .table-title h5 {
        margin-bottom: 8px;
    }
    .table-title {
        display: block;
    }

}

.table-title h5 {
    margin-bottom: 0;
}

@media (max-width: 575.99px) {
    .table-title h5 {
        margin-bottom: 10px;
    }
}

.service-section {
    margin: 10px 20px 25px 20px;
}

.title-buttons {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}

.title-buttons::-webkit-scrollbar {
    height: 6px;
}

.title-buttons::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.title-buttons a {
    flex: 0 0 auto;
}

@media (max-width: 575.99px) {
    .title-buttons {
        overflow-x: auto;
    }
}


.title-buttons btn,
.title-buttons a {
    padding-inline: 15px;
}

.title-buttons btn svg,
.title-buttons svg,
.title-buttons a svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}


.input-group-addon {
	padding: 8px 12px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    border: 1px solid #c0ccda;
    border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-radius: .25rem;
}

.input-group-addon i {
	width: 16px;
	color: #3b4863;
}

.custom-badge {
    background-color: #1c273c;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 0.625rem;
    border-radius: 3.125rem;
    padding: 0.35rem 0.75rem;
    font-weight: 600;
}

/*#address-book-list.table-dashboard tbody td {
    vertical-align: top;
}*/

.title-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-inline svg {
    height: 18px;
}

.title-inline.inline-end {
    justify-content: flex-end;
}

.table-empty-state .empty-state-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 15px;
}

.table-empty-state .empty-state-img img {
    width: 300px;
}

.table-empty-state .empty-state-img p {
    color: #8392a5;
}

.btn-title {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 575.99px) {
    .btn-title {
        flex-direction: column;
        align-items: normal;
        margin-top: 15px;
    }
    .btn-title .btn {
        margin: 0 0 8px;
    }
    .btn-title .btn:last-child {
        margin-bottom: 0;
    }
}

.dv-h {
    display:none;
    animation: fadeIn 1s;
}

.assign-footer {
    /*border-bottom: 1px solid rgba(72, 94, 144, 0.16);*/
    /*padding-bottom: 10px;*/
    margin-bottom: 20px;
}

/* Tooltip Custom */


.pn-tooltip svg {
	width: 15px;
    height: 15px;
}

/* Swal */


.sweet-alert {
    padding-bottom: 30px;
}

/*.sweet-alert h2 {*/
/*    font-size: 1.53125rem;*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*    margin: 10px 0;*/
/*}*/

.sweet-alert p, .sweet-alert button {
    font-size: .875rem;
}

.sweet-alert p {
    color: #001737; }

.sweet-alert button {
    color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sweet-alert button.cancel {
    border: 1px solid #8392a5;
    background-color: #fff;
    color: #8392a5;
}

.sweet-alert button.cancel:hover {
    background-color: #fff;
    border-color: #bcc3cd;
}

.sweet-alert button.confirm {
    border: 1px solid #0168fa;
    background-color: #0168fa !important;
    color: #fff;
}

.sweet-alert button.confirm:hover {
    border: 1px solid #0050c1;
    background-color: #0050c1 !important;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.btn-wrap .btn-copy {
    position: absolute;
    right: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
    background-color: transparent;
    border-color: transparent;
    color: rgba(27, 46, 75, 0.7);
}

.btn-wrap .btn-copy svg {
    width: 11px;
    height: 11px;
}

.btn-copy:hover {
    color: #000;
}

.masked-token {
    display: inline-block;
    width: 27ch;
    background: repeating-linear-gradient(90deg, #b2b6c5 0, #b2b6c5 1px, transparent 1px, transparent 4px);
    height: 1px;
    vertical-align: middle;
}
.last-chars {
    font-family: monospace;
}


/* Theater box */

.theater-box {
    background-color: white;
    z-index: 10000000020;
}

.theater-box .theater-box-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.theater-box-wrap .spinner-border {
    animation: spinner-border .5s linear infinite;
    color: #0168fa;
}

/* Theater */

.theater,
.theater-box {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.theater {
    background-color: rgba(7, 20, 43, 0.8);
    backdrop-filter: blur(4px);
    padding-top: 25%;
    z-index: 10000000000;
}

.animated.fadeIn {
    animation-name: fadeIn;
    animation-duration: .5s;
}

.popup-guide p {
    color: var(--label);
}


.toast-wrap.alert-for-voice,
.toast-wrap.alert-for-mobile {
    left: 276px;
}

.toast-wrap.inside {
    position: absolute;
    bottom: 84px;
    right: 75px;
}

.toast-wrap.inside .cart-toast,
.toast-wrap.inside-menu .cart-toast {
    width: 250px;
}

#btnGotIt {
    margin-top: 10px;
    margin-left: auto;
}

.cart-toast {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 45px;
    width: max-content;
    -webkit-animation: mover .5s infinite alternate;
    animation: mover .5s infinite alternate;
}

.cart-toast .alert h5 {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #003a42;
}

.cart-toast .alert {
    padding: 7px 10px;
    font-size: 13px;
    color: var(--label);
    background-color: var(--white);
    border-color: var(--border);
    line-height: 18px;
}

.cart-toast .alert-info::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #8392a5; /* border color */
    z-index: 1;
}

.cart-toast .alert-info::after {
    content: '';
    position: absolute;
    top: 21px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid var(--white);
    z-index: 2;
}


.cart-toast .close {
    position: absolute;
    padding: 0;
    top: 0;
    right: 5px;
    font-weight: 500;
    color: #438acb;
}

.cart-toast .close:hover,
.cart-toast .close:focus {
    color: #1f5484;
}

.cart-toast .alert-menu::after {
    border-bottom: 9px solid #ccf1f6;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}

.toast-load {
    margin: 0 auto;
    padding: 13px 10px;
    width: 200px;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(10, 32, 72, 0.5);
}


.toast-load-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-load-top h5 {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 10px;
}

.list-loading .toast-load-top h5 {
    font-size: 11px;
    margin-left: 5px;
}

.list-loading {
    padding-block: 15px;
}

.list-loading .toast-load-top .spinner-border-sm {
    width: 13px;
    height: 13px;
}

.toast-load-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast-load-bottom #stop-loading-btn {
    font-size: 11px;
    color: #ffffff78;
}

.toast-load-top .spinner-border {
    width: 1.2rem;
    height: 1.2rem;
    animation: spinner-border .5s linear infinite;
    color: #0168fa;
}

.btn-settings {
    cursor: pointer;
}

/* loading dots */


.toast-load-top .loading:after {
    content: '.';
    animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
    0%, 20% {
        color: white;
        text-shadow:
                .25em 0 0 rgba(0,0,0,0),
                .5em 0 0 rgba(0,0,0,0);}
    40% {
        color: black;
        text-shadow:
                .25em 0 0 rgba(0,0,0,0),
                .5em 0 0 rgba(0,0,0,0);}
    60% {
        text-shadow:
                .25em 0 0 black,
                .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
        text-shadow:
                .25em 0 0 black,
                .5em 0 0 black;}}



/* OTP Numbers */

.input-center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem 0;
}

.digit-group input {
	background-color: #fff;
	display: inline-block;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 40px;
	height: 50px;
	border: 1px solid #c0ccda;
	border-radius: .25rem;
	line-height: 50px;
	text-align: center;
	font-size: 1.3rem;
	margin: 0 2px;
}

.splitter {
	padding: 0 5px;
	color: #000;
	font-size: 24px;
}

.prompt {
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
}

/* Popup Modal */

#ModalPopup {
	z-index: 9996;
}

#ModalPopupSuccess {
	z-index: 9997;
}


@media (min-width: 992px) {
	.content-fixed {
		margin-top: 60px !important;
	} 
}

.address-book-section .card-custom {
    height: 150px;
}

@media (max-width: 575.98px) {
    .address-book-section .added-card {
        margin-top: 10px;
    }
    .address-book-section .add-card {
        flex-direction: row;
    }
    .address-book-section .add-card svg {
        margin-bottom: 0 !important;
        margin-right: 10px;
    }
    .address-book-section .add-card h6 {
        margin-bottom: 0 !important;
    }
    .address-book-section .add-card {
        height: auto;
    }
    .address-book-section .added-card {
        height: 140px;
    }
}

.address-book-section .add-card {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-color: #0158d4 !important;
}

.address-book-section .add-card,
.address-book-section .added-card{
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.address-book-section .add-card > svg {
    color: #0158d4;
    margin-bottom: 10px;
    width: 40px !important;
    height: 40px !important;
}

.address-book-section .added-card {
    justify-content: space-between !important;
    border-color: #c0ccda !important;
    padding: 10px;
    position: relative;
}

.address-book-section .added-card .added-card-header {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.address-book-section .added-card .added-card-header span {
    display: flex;
    align-items: center;
}

.address-book-section .added-card .added-card-header svg {
    width: 14px;
    color: #0158d4;
    margin-right: 5px;
}

.address-book-section .add-card:hover,
.address-book-section .added-card:hover {
    border-color: rgba(72, 94, 144, 0.16) !important;
    box-shadow: none;
}

.address-book-section .added-card-body {
    display: flex;
    align-items: center;
}

.address-book-section .added-card-body .no-shadow {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: transparent !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-align: center;
    padding: 0 !important;
    white-space: nowrap;       /* Do not wrap content to next line */
    overflow: hidden;          /* Hide overflowed content */
    text-overflow: ellipsis;   /* Show ellipsis when content overflows */
}

.address-book-section .added-card-body .no-shadow:disabled,
.address-book-section .added-card-body .no-shadow[readonly] {
    background-color: transparent !important;
    border: 0 !important;
}

.address-book-section .added-card-body .edit-card-wrap {
    display: flex;
    justify-content: center;
}

.address-book-section .added-card-body .edit-card-wrap svg {
    width: 16px;
    height: 16px;
}

.df-example {
    border-radius: .25rem;
}

.df-example label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    .df-example .row {
        flex-direction: column;
    }
}

/* Dashboard */

.ul-temp li {
	margin: 2px;
	background: #eef0f2;
	color: #52678a;
	border-radius: 3px;
}

table.dataTable tbody td.sorting_1 {
	background-color: #fbfbfd !important;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	background-color: #f3f3f9 !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

.navbar-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.api-guide-bottom {
	position: absolute !important;
	bottom: 0;
	margin-bottom: 1rem;
}

.link-03 {
    color: #8392a5 !important;
}

.card-custom {
	border: 1px solid rgba(72, 94, 144, 0.16) !important;
	border-radius: 0.25rem;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}



/* .dropdown-menu.show {
	left: -20px !important;
} */

.dd-extra {
	position: absolute !important;
	right: 20px;
}

.btn-xs-custom {
    font-size: 10px !important;
    padding: 4px 10px !important;
}

.btn-xs-custom i {

    	width: 10px;
    	height: 10px;
}

.table-dashboard {
    font-size: 13px;
}

.table-dashboard thead th {
    /*font-size: 10px !important;*/
    font-weight: 600 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #8392a5;
}

.table-alignment tr td {
	vertical-align: baseline;
}

.ipc svg {
	width: 20px;
	height: 20px;
}

.gs-white {
	border: 1px solid #fff !important;
	color: #fff !important;
}

.gs-white:hover, .gs-white:focus {
	background: transparent !important;
	border: 1px solid #1aa781 !important;
}

.input-custom-label {
	color: #8392a5;
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin-bottom: 0;
}

.input-custom-label li {
	margin: 5px 0 0;
}

.long-em {
	color: #c0ccda;
	margin-right: 3px;
	font-size: 12px;
}

/* Tags input custom */
.bootstrap-tagsinput .tag {
    padding: 0px 7px !important;
    border-radius: 2.5px !important;
    font-size: 13px;
    margin: 1px;
}

.bd {
    border: 1px solid #c0ccda !important;
}

.custom-input .bootstrap-tagsinput {
	color: #1b2e4b;
	font-size: inherit;
	border: none!important;
	border-radius: 0;
	padding: 7px 5px;
}

.custom-input .bootstrap-tagsinput input::placeholder {
	color: #c0ccda;
}

.mh-c-200 {
	max-height: 200px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .custom-select:disabled {
    background-color: #f5f6fa !important;
}

.sms-timezone .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #c0ccda !important;
    border-top: none !important;
    border-inline: none !important;
    border-radius: 0 !important;
}
.sms-timezone .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.sms-timezone .select2-container {
    width: 100% !important;
}

.sms-timezone .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -5px !important;
    top: -4px !important;
}

.sms-timezone .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px !important;
}

.sms-timezone .select2-container .select2-selection--single {
    height: 22px !important;
}

.sms-timezone .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

.sms-timezone .select2-container--open {
    font-size: 12px !important;
}


/* Card profile */
.card-profile .card-body > div {
	margin-top: 0 !important;
}

.card-profile h5 {
	margin-top: 0 !important;
}

.d-ruby {
	display: ruby !important;
}


/* Custom Radio button for credit card */

.btn-remove {
	color: red !important;
}

.btn-remove:hover {
	color: #8392a5 !important;
}

.card-label label {
  width: 100%;
  font-size: .75rem;
}

.card-label span {
	margin-left: 22px;
	color: #000;
}

.card-input-element+.card {
  height: calc(16px + 2*1rem);
  color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 5px 15px;
}

.card-input-element+.card:hover {
  cursor: pointer;
}

.card-input-element:checked+.card {
  border: 2px solid var(--primary);
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}


/* checked icon 
.card-input-element:checked+.card::after {
  content: '\e5ca';
  color: #AFB8EA;
  font-family: 'Material Icons';
  font-size: 1.2rem;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  right: 20px;
}  */

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

/* Styling Checkbox Starts */

.checkbox-label {
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    clear: both;
    overflow: hidden;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1rem;
    width: 1rem;
    border-radius: 3px;
    border: 1px solid #97a3b9;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #97a3b9;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 3px;
    border: solid #0168fa;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #0168fa;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  float:right;
  margin-bottom: 0;
}

.switch-sm {
    width: 35px;
    height: 21px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-sm {}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-sm:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #0158d4;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .slider-sm:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#DvCallRecording .form-group {
    margin-bottom: 10px;
}

table .switch {float: none; vertical-align: middle;}

/* --- End Custom Switch --- */

.opt-help {
  position: absolute;
  right: 0;
  top: 0;
}

.ul-info {
  list-style: none;
}

.ul-info li {
  font-size: 13px;
  color: #8392a5;
}

.ul-info li::before {
  content: "\2022";
  color: #0158d4;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;

}

.card-number {
  box-shadow: none !important;
  border: 1px solid #c0ccda !important;
}

/* dropdown */


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Input Error */

input.invalid {
    border: 1px solid #dc3545;
    background-color: #fff;
}

/* Collapsible Show hide Button */

#module {
    font-size: 1rem;
    line-height: 1.5;
}

#module #collapseExample.collapse:not(.show) {
    display: block;
    height: 3.8rem;
    overflow: hidden;
}
#module #collapseExample.collapsing {
    height: 3.8rem;
}
#module a.collapsed::after {
    content: '+ Read More';
}
#module a:not(.collapsed)::after {
    content: '- Show Less';
}

.tooltipwrapper {
    position: relative;
    color: red;
}

.select-table .select2 {
    width: 240px !important;
}

.cr-form .form-group {margin-bottom:5px;}

.fa-play::before {
    font-size: 12px;
}

.fa-chevron-up::before {
    font-size: 15px;
}

.btn-play {
    width: 47px;
}

.sp-audio {
    padding: 10px;
    background: transparent !important;
    margin-top: 5px;
}

.badge-custom {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 11px !important;
    font-weight: bold !important;
    padding: 0 !important;
}

.mat-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #001737 !important;
    border-bottom: 1px solid #c0ccda !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    padding: 0 10px 0 0 !important;
    height: calc(1em + 0.5rem + 1px) !important;
    font-size: 12px !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0rem center/7px 8px !important;
}

.services-wrapper .row .card.__voice * {
    position: relative;
    z-index: 1; /* Keep text above the background */
}

.hidden-row {
    background: #fbfbfb;
}

.cursor-pointer {
    cursor: pointer;
}

.cdr-table-wrapper,
.cdr-table-wrapper h6 {
    margin-bottom: 20px;
}

.cdr-table-wrapper table {
    background: #fff;
}

.cdr-toggle-section {
    position: relative;
    padding-left: 20px;
}

.cdr-toggle-section .table-vertical::before {
    content: '';
    border: 1px dashed rgba(72, 94, 144, 0.16);
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
}

/*.cdr-toggle-section .table-vertical thead > tr > th {*/
/*    border-right: 1px solid rgba(72, 94, 144, 0.16);*/
/*}*/

.bd-l-c {
    border-left: 1px solid rgba(72, 94, 144, 0.16);
}

.bd-b-c {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

/* custom clear button */

control--search {-webkit-appearance: textField;}

.control--search__clear {
    background-color: grey;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 18px;
    line-height: 0.9;
    padding: 0;
    position: absolute;
    right: 0.3em;
    text-align: center;
    top: 22%;
    width: 18px;
}

.control--search:not(:valid) ~ .control--search__clear {
    display: none;
}

.custom-file-label span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
}

.rounded-5 h5 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.checkbox-table {
    position: relative;
    top: 7px;
}

.table-vertical tr td {vertical-align:middle;}

.did-card {
    border: 2px solid rgba(72, 94, 144, 0.1) !important;
    box-shadow: none !important;
    transition: 0.4s;
}

.did-card:hover,
.did-card:focus {
    transform: translate(0, -2px);
}

/* custom radio button #3 */

.cus-rad-3 input[type="radio"],
.cus-rad-ic input[type="radio"],
.tier_list input[type="checkbox"] {
    display: none;
}

.cus-rad-3 input[type="radio"]:checked + .box-3,
.tier_list input[type="checkbox"]:checked + .box-ic,
.cus-rad-ic input[type="radio"]:checked + .box-ic {
    z-index: 10;
    background-color: transparent;
    border-color: #0168fa !important;
    color: #1b2e4b !important;
    cursor: default;
}

.cus-rad-3 input[type="radio"]:checked + .box-3 svg,
.tier_list input[type="checkbox"]:checked + .box-ic svg,
.cus-rad-ic input[type="radio"]:checked + .box-ic svg {
    color: #0168fa !important;
}

.tier_list input[type="checkbox"]:checked + .box-ic {
    cursor: pointer;
}

.cus-rad-3 input[type="radio"]:disabled + .box-3,
.cus-rad-ic input[type="radio"]:disabled + .box-ic {
    color: #4a4f55;
    border-color: #2b2c2e;
    cursor: unset;
}

.cus-rad-3 .box-3,
.cus-rad-3 .ncc,
.cus-rad-ic .box-ic,
.cus-rad-ic .ncc {
    background: transparent;
    color: #7f899b;
    transition: all 200ms ease;
    cursor: pointer;
    position: relative;
    padding: .8rem 0.5rem;
    border-radius: 4px;
    line-height: 18px;
    /*margin: 8px 0;*/
}

.cus-rad-3 .box-3,
.cus-rad-ic .box-ic {
    border: 2px solid transparent;
}

.cus-rad-3 .ncc,
.cus-rad-ic .ncc {
    border: 2px solid transparent;
    margin: 0;
}

.cus-rad-3 .box-3 span,
.cus-rad-ic .box-ic span {
    padding-left: 30px;
    font-size: 13px;
}

.cus-rad-3 .box-3 span,
.cus-rad-3 .ncc span,
.cus-rad-ic .box-ic span,
.cus-rad-ic .ncc span {
    text-transform: none;
    /*font-weight: normal;*/
    letter-spacing: 0;
}

.cus-rad-3 .ncc span,
.cus-rad-ic .ncc span {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.box-3:hover,
.box-ic:hover {color: #0168fa;}

.cus-rad-3 label,
.cus-rad-ic label {
    margin-bottom: 0px;
    display: block;}

.cus-rad-3 input[type="radio"]:checked + .box-3::before {
    content: "\2713";
    position: absolute;
    top: 12px;
    display: block;
    font-size: 1rem;
    transition: all 0.25s;
    opacity: 1;
    left: 13px;
}

.cus-rad-3 input[type="radio"] + .box-3::before {
    content: "\2713";
    position: absolute;
    top: 12px;
    display: block;
    font-size: 1rem;
    opacity: .2;
    transition: all 0.25s;
    left: 13px;
}

.number_type .box-3,
.number_type .box-ic {
    border: 1px solid #c0ccda;
    padding: .4rem .2rem;
    text-align: center;
}

.tier_list .box-ic {
    padding: .4rem .2rem;
}

.tier_list .box-ic svg {
    width: 15px;
    height: 15px;
}

.number_type .box-3 span,
.number_type .box-ic span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    padding-left: 0px;
}

/* Custom radio with icon */

.number_type .box-ic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number_type .box-ic.selected-card {
    justify-content: flex-start;
    padding: .5rem 1rem;
}

.number_type .remove-card {
    margin: 0 0 0 auto;
}

.number_type .remove-card svg {
    color: red;
}

.v-align-m {
    vertical-align: middle !important;
}

.cus-rad-ic input[type="radio"]:checked + .box-ic .remove-card svg {
    color: red !important;
}

@media (max-width: 576px) {
    .number_type .box-ic {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.number_type .box-ic svg {
    width: 16px;
}

/* end of custom radio with icon */

/* Services Page */

.services-wrapper {
    position: relative;
    z-index: 1599;
    margin-top: 10%;
}
.services-wrapper .select-title {
    text-align: center;
    font-weight: 500;
    margin: 10px 0 50px;
    color: #fff;
}
@media screen and (max-width: 575.98px) {
    .services-wrapper {
        padding: 0.9375rem;
    }
}
.services-wrapper .row {
    justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 891.98px) {
    .services-wrapper .row .col-lg-cust {
        width: 40.667%;
    }
}
@media screen and (min-width: 1600px) {
    .services-wrapper .row .col-lg-cust {
        width: 20.667%;
    }
}

.label-icon {
    border-radius: 100px;
    background-color: #000;
    padding: 6px 12px;
    margin-bottom: 25px;
    color: white;
    display: flex;
    max-width: fit-content;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.__voice .label-icon svg {
    color: #01C4D0;
}

.__sms .label-icon svg {
    color: #C076FD;
}

.label-icon svg {
    width: 16px;
    height: 16px;
}

.services-wrapper {
    margin: 0 auto;
}


.services-wrapper .row .card {
    position: relative;
    padding: 1.5625rem;
    border-radius: 0.625rem;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.services-wrapper .row .card.__voice::before,
.services-wrapper .row .card.__sms::before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 70%;
    z-index: 0;
}

.services-wrapper .row .card.__voice::before {
    top: -38px;
    left: 125px;
    background: url('/v2/assets/img/ico-voice.svg') no-repeat center;
    opacity: 0.05;
}

.services-wrapper .row .card.__sms::before {
    top: -54px;
    left: 125px;
    background: url('/v2/assets/img/ico-sms.svg') no-repeat center;
    transform: rotate(-15deg);
    opacity: 0.03;
}

.services-wrapper .row .card.__voice {
    background: linear-gradient(126deg, rgb(0, 204, 204) 0%, rgb(0, 139, 238) 100%);
}
.services-wrapper .row .card.__sms {
    background: linear-gradient(152deg, rgb(194, 121, 255) 0%, rgb(103, 25, 181) 100%);
}

.services-wrapper .row .card:hover {
    transform: scale(1.01); /* Scales the card slightly */
    box-shadow: 0 8px 16px transparent;
}

.services-wrapper .row .card .title-name {
    padding: 0.625rem 0 0.9375rem;
}

.services-wrapper .row .card .title-name h6,
.services-wrapper .row .card .title-name p {
    color: #fff;
}
.services-wrapper .row .card .title-name h6 {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.services-wrapper .row .card .title-name p {
    font-size: 12px;
    margin-bottom: 0;
}
.services-wrapper .row .card .title-body {
    padding: 30px 0 0;
}
.services-wrapper .row .card .title-body label {
    display: block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.services-wrapper .row .card .title-body span {
    font-size: 0.75rem;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services-wrapper .row .card .title-name p,
.services-wrapper .row .card .title-body label {
    opacity: 0.8;
}

.modal-backdrop.for-select-service {
    background-color: rgba(7, 20, 43, 0.91);
    overflow-y: hidden;
}

.animated.fadeInTitle {
    animation-name: fadeInTitle;
    animation-duration: 1s;
}

@keyframes fadeInTitle {
    from {
        opacity: 0;
        transform: translateY(20px); /* Adjust the value as needed */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animated.fadeInUpOne {
    animation-name: fadeInUpOne;
    animation-delay: 0.2s;
}

@keyframes fadeInUpOne {
    from {
        opacity: 0;
        transform: translateY(30px); /* Adjust the value as needed */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animated.fadeInUpTwo {
    animation-name: fadeInUpTwo;
    animation-delay: 0.4s;
}

@keyframes fadeInUpTwo {
    from {
        opacity: 0;
        transform: translateY(30px); /* Adjust the value as needed */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.services-wrapper {
    position: relative;
    z-index: 1599;
} */

.oval-icon {
    display: flex;
    position: absolute;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
    top: -8px;
    right: 18px;
    background-color: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 2;
    border-radius: 100%;
    z-index: 2;
}

.oval-icon svg {
    width: 18px;
    height: 18px;
}

.services-wrapper .select-title {
    text-align: center;
    font-weight: 600;
    margin: 20px 0 40px;
    color: #fff;
}
.services-wrapper .row {
    justify-content: center;
}

.services-wrapper .service-card-body {
    padding: 12px;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1.5px transparent;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}

.services-wrapper .service-card-body:hover {
    padding: 12px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1.5px #fff;
}

.services-wrapper .service-card-body .title-name {
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background: #00cccc;
    background-image: none;
    background-size: auto;
    background-image: radial-gradient(#ffffff60 1px, #00cccc 1px);
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.services-wrapper .service-card-body .title-name.bg-purple {
    background: #5c00cc;
    background-image: radial-gradient(#ffffff30 1px, #5300cc 1px);
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.services-wrapper .service-card-body .title-name::before {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
}

.services-wrapper .service-card-body .title-name span {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
}

.services-wrapper .service-card-body .title-body {
    margin-top: 10px;
}

.services-wrapper .service-card-body .title-body h6 {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
}

.services-wrapper .service-card-body .title-body p {
    color: #8392a5;
    font-size: 0.75rem;
    margin-bottom: 0;
}

.services-wrapper .service-card-body .title-body ul.title-details-wrap {
    background: #f7fafe;
    border-radius: 3px;
    padding: 0.625rem;
    list-style: none;
    margin-bottom: 0;
    margin-top: 12px;
}

.services-wrapper .service-card-body .title-body ul.title-details-wrap li hr {
    margin: 10px 0;
    border-color: rgba(72, 94, 144, 0.09);
}

.services-wrapper .service-card-body .title-body ul.title-details-wrap li .user-text {
    display: block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.services-wrapper .service-card-body .title-body ul.title-details-wrap li .user-sip {
    font-size: 12px;
    color: #8392a5;
}

.avatar-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar-wrap .avatar {
    margin-right: 10px;
}

.avatar-wrap .avatar-details h6 {
    margin-bottom: 3px;
    font-weight: 600;
}

.avatar-wrap .avatar-details p {
    margin-bottom: 0;
    font-size: 12px;
}

ul.access-details {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

ul.access-details li {
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
}

ul.access-details li .label-up {
    display: block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #8392a5;
}
ul.access-details li .text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 200px;
}

.modal-backdrop.for-select-service {
    background-color: rgba(0, 28, 86, 0.9);
}

.animated.fadeInTitle {
    animation-name: fadeInTitle;
    animation-duration: 1s;
}

@keyframes fadeInTitle {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUpOne {
    animation-name: fadeInUpOne;
    animation-delay: .2s;
}

@keyframes fadeInUpOne {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUpTwo {
    animation-name: fadeInUpTwo;
    animation-delay: .4s;
}

@keyframes fadeInUpTwo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dashboard */

#sms_dashboard .card,
#sms_dashboard .card-header {
    border: none;
}

#sms_dashboard .card {
    height: 100%;
}

#sms_dashboard .table-dashboard thead th:first-child,
#sms_dashboard .table-dashboard tbody td:first-child {
    border-left: none;
}

#sms_dashboard .table-dashboard thead th:last-child,
#sms_dashboard .table-dashboard tbody td:last-child {
    border-right: none;
}

#sms_dashboard .table-dashboard tbody tr:last-child td  {
    border-bottom: none;
}

#sms_dashboard .card-footer {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    border-bottom: none;
    margin-top: auto;
}

#sms_dashboard .card-footer a {
    display: flex;
    justify-content: center;
}

#sms_dashboard .card-footer a i {
    color: #0168fa;
    margin-left: 10px;
    font-size: 15px;
}

#sms_dashboard .transaction.card-header {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

#sms_dashboard .list-group-item {
    padding: 15px;
}

#sms_dashboard .list-group-item:only-child {
    border-bottom: 1px solid transparent;
}

.tooltip-custom {
    display: flex;
    align-items: center;
    top: 0;
    color: inherit;
    transition: all 0.25s;
    border-bottom: 1px dotted gray;
}

.tooltip-custom svg {
    width: 14px;
    height: 14px;
}

.tooltip-custom:hover {
    color: var(--primary);
}

.label-count {
    font-size: 11px;
    text-transform: uppercase;
}

.mac-wrap {
    color: inherit;
    transition: all 0.25s;
    border-bottom: 1px dotted gray;
    padding-bottom: 3px;
}

.mac-wrap:empty {
    pointer-events: none;
    border-bottom: none;
}

.crm-wrap {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #e1e5ed;
    padding: 15px;
    margin-left: auto;
}

@media (max-width: 576px) {
    .crm-wrap button {
        flex: 1 1 auto;
    }
}


.marker-label {
    background-color: transparent;
    color: red;
    padding: 5px;
}

#stopBtn.btn-tiny {
    padding: 2px 5px;
    font-size: 11px;
}
#stopBtn.btn-tiny svg {
    width: 11px;
}
.for-provision {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.for-provision .provision-countdown {
    font-size: 24px;
    font-weight: 600;
    margin-left: 0;
}

.collapse-body, .collapse-body .button-bar {
    background: #f4f5f8;
}

@keyframes pulsate {
    0% {
        color: #ff0000;
        text-shadow: 0 0 1px #ff0000;
    }
    16.667% {
        color: #ff00ff;
        text-shadow: 0 0 1px #ff00ff;
    }
    33.333% {
        color: #0000ff;
        text-shadow: 0 0 1px #0000ff;
    }
    50% {
        color: #00ffff;
        text-shadow: 0 0 1px #00ffff;
    }
    66.667% {
        color: #00ff00;
        text-shadow: 0 0 1px #00ff00;
    }
    83.333% {
        color: #ffff00;
        text-shadow: 0 0 1px #ffff00;
    }
    100% {
        color: #ff0000;
        text-shadow: 0 0 1px #ff0000;
    }
}

.pulsate {
    animation: pulsate .5s linear infinite;
    font-weight: 600;
}

.highlight {
    color: red;
    font-weight: 600;
}

.stop-highlight {
    color: limegreen;
    font-weight: bold;
}

#tblActionList thead th {
    padding-top: 10px;
    padding-bottom: 10px;
}

#tblActionList thead th, #tblEditActionList thead th {
    padding: 0 !important;
    border: none !important;
}

#tblActionList thead th:last-child, #tblEditActionList thead th:last-child {
    border-top: none !important;
}

#tblActionList tbody td:first-child, #tblEditActionList tbody td:first-child {
    border-top: none;
}

#tblActionList tbody td:last-child, #tblEditActionList tbody td:last-child {
    border-top: none;
}

#tblActionList tbody td, #tblEditActionList tbody td {
    padding-top: 7px;
    padding-bottom: 7px;
}

#tblActionList {
    font-size: 13px;
}
.overflow-y-hidden {
    overflow-y: hidden;
}

.position-relative {
    position: relative;
}

.clear-icon {
    position: absolute;
    right: 20px;
    top: 42px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #aaa;
    z-index: 10;
}

.clear-icon:hover {
    color: #000;
}
@media (min-width: 576px) {
    #popupCreateTrigger .modal-dialog, #popupEditTrigger .modal-dialog {
        max-width: 100%;
    }
}

#selectItems, #selectedItems {
    background-color: #f4f5f8;
    border-radius: 5px;
    padding: 5px;
}

#selectItems.placeholder::before, #selectedItems.placeholder::before {
    content: "Select Action(s)";
    display: flex;
    padding: 10px;
    color: #98a8bb;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.selected-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-bottom: none;
}

.selected-item:last-child {
    border-bottom: 1px solid #ddd;
}

.remove-selected {
    padding: 6px 7px;
    display: flex;
}

#actionScroller, #actionEditScroller {
    max-height: 200px;
}

/* chatbox */


.custom-border {
    border: 1px solid rgba(84, 124, 221, 0.5);
}

.chat-jumble {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.chat-status-icon {
    margin-left: 5px;
}

.chat-jumble svg {
    width: 14px;
    height: 14px;
}

.msg-wrapper header {
    padding: 20px;
}

#chatMsgHeader .avatar svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 576px) {
    #chatMsgHeader .custom-select {
        background-position: right center;
        background-size: 15px 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.chat-recipient-list {
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    height: 100%;
}

.chat-section-wrapper {
    height: 100%;
}

@media (max-width: 576px) {
    .chat-recipient-list {
        display: block;
        border-right: unset;
    }
    .chat-section-wrapper {
        display: block;
    }
}

.btn-search {
    margin-left: 5px;
}

.clear-wrapper {
    position: relative;
    display: flex;
    flex: 1 1 auto;
}

.search-field {
    padding-right: 35px;
}

button:focus {
    outline: none;
}

.search-field:focus {
    outline: none;
}

.search-field:not(:placeholder-shown) ~ .search-clear {
    opacity: 1;
    visibility: visible;
}

.search-clear {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    font-size: 9px;
    text-align: center;
    font-weight: 800;
    position: absolute;
    right: 14px;
    bottom: 12px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.list-settings,
.recipient-show {
    display: flex;
    padding: 9px 14px;
}

.recipient-show button {
    flex: 1 1 auto;
}

.recipient-show {
    display: none;
}

@media (max-width: 575.99px) {
    .recipient-show {
        display: block;
    }
    .recipient-wrapper {
        display: block;
    }

    .chat-section-wrapper {
        display: none;
    }
}

.list-msg-block {
    display: flex;
    padding: 11px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    text-align: left;
    width: 100%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.list-msg-block:last-child {
    border-bottom: 1px solid transparent;
}

.list-msg-block.active,
.list-msg-block:hover {
    background-color: #F7FAFE;
}

.list-msg-block p {
    margin-bottom: 0;
    font-size: 12px;
    color: #001737;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-msg-block .media-body {
    width: 100%;
}

.number-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.end-of-list {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding-block: 10px;
}

.end-of-list svg {
    color: var(--primary);
    width: 15px;
    height: 15px;
}

.number-header h6 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 130px;
}

.number-header span {
    color: #9BA9BE;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recipient-scroll {
    position: relative;
    height: 660px;
}

@media (max-width: 576px) {
    .recipient-scroll {
        max-height: 100vh;
        /*max-height: 400px;*/
        overflow-y: auto;
        height: auto;
    }
}

.chat-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

@media (max-width: 576px) {
    .chat-header {
        border-top: 1px solid rgba(72, 94, 144, 0.16);
        border-bottom: 1px solid rgba(84, 124, 221, 0.5);
    }
}

.contact-title {
    display: flex;
    align-items: center;
    padding: 12px 10px;
}

@media (max-width: 576px) {
    .contact-title h6 {
        width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/*@media (max-width: 576px) {
    .contact-title {
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    }
}*/

.chat-body {
    margin-bottom: 58px;
    background: radial-gradient(
            circle at bottom,
            #F8F6F0,
            #F8F6F0 10%,
            transparent 10%,
            transparent 20%,
            #F8F6F0 20%,
            #F8F6F0 30%,
            transparent 30%,
            transparent 40%,
            #F8F6F0 40%,
            #F8F6F0 50%,
            transparent 50%,
            transparent 60%,
            #F8F6F0 60%,
            #F8F6F0 70%,
            transparent 70%,
            transparent 80%,
            #F8F6F0 80%,
            #F8F6F0 90%,
            transparent 90%
    );

    background-size: 1em 1em;
    background-color: #ecf4f9;
    opacity: 1;
}

@media (max-width: 576px) {
    .chat-body {
        margin-bottom: 0;
    }
}

.chat-group {
    position: relative;
    min-height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chat-msg-list a {
    padding: 0 0 10px;
}

.chat-msg-list .media:hover, .chat-msg-list .media:focus {
    background-color: #f5f6fa;
}

.chat-msg-list .media {
    padding: 8px 10px;
    color: #1b2e4b;
    border-radius: 0.25rem;
}

.chat-msg-footer {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    /*right: 14px;*/
    right: 0;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .chat-msg-footer {
        border-top: 1px solid rgba(84, 124, 221, 0.5);
    }
}

@media (max-width: 576px) {
    .chat-msg-footer {
        position: sticky;
        flex-direction: column;
        height: auto;
    }
}

@media (max-width: 576px) {
    textarea.form-control {
        min-height: 50px;
        border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
        border-radius: 0;
        padding-top: 13px;
    }
}

.chat-msg-footer svg {
    width: 20px;
    height: 20px;
}

.chat-msg-footer .form-control {
    font-size: inherit;
    border: 0;
    box-shadow: none !important;
    background-color: transparent;
    width: 100%;
    resize: none;
    overflow: auto;
    padding: 18px 10px;
    height: 100%;
}

@media (max-width: 576px) {
    .chat-msg-footer .form-control {
        background-color: #fff;
    }
}

.btn-send-msg {
    padding-inline: 25px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0;
    height: 100%;
}

@media (max-width: 576px) {
    .btn-send-msg {
        height: 60px;
    }
}

.chat-group-divider {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0;
    margin-top: 20px;
    color: #3a6499;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.chat-group-divider span {
    background-color: white;
    border-radius: 10px;
    padding: 3px 15px;
}

.chat-group-divider:first-child {
    margin-top: 0;
}

.chat-group-divider::after {
    margin-left: 10px;
}
.chat-group-divider::before, .chat-group-divider::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #e5e9f2;
}
.chat-group-divider::before {
    margin-right: 10px;
}

.chat-container {
    display: flex;
    justify-content: flex-start;
    margin: 5px;
}

.chat-container.for-you {
    justify-content: flex-end;
}

.for-user .chat-bubble,
.for-you .chat-bubble {
    border-radius: 8px;
    padding: 10px;
    max-width: 60%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    position: relative;
}

@media (max-width: 919.99px) {
    .for-user .chat-bubble,
    .for-you .chat-bubble {
        max-width: 95%;
    }
}

.for-user .chat-bubble {
    background-color: #dcf8c6;
}

.for-you .chat-bubble {
    background-color: #fff;
}

.for-user .chat-bubble::after,
.for-you .chat-bubble::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
}

.for-user .chat-bubble::after {
    left: -9px;
    margin-left: -5px;
    border-right-color: #dcf8c6;
    border-left: 0;
}

.for-you .chat-bubble::after {
    right: -12px;
    margin-left: 5px;
    border-left-color: #fff;
    border-right: 0;
}

.for-user .chat-number,
.for-you .chat-number {
    font-size: 11px;
    color: rgba(27, 46, 75, 0.9);
    text-align: left;
    margin-bottom: 4px;
}

.for-user .chat-time,
.for-you .chat-time {
    font-size: 11px;
    color: #666;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 0;
}

.for-user .chat-text,
.for-you .chat-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.header-wrapper,
.footer-wrapper {
    display: flex;
    align-items: flex-end;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
}

@media (max-width: 576px) {
    .header-wrapper {
        justify-content: space-between;
        padding-inline: 10px;
        padding-top: 10px;
        width: 150px;
    }
}

.header-wrapper label,
.footer-wrapper label {
    position: absolute;
    left: 11px;
}

@media (max-width: 576px) {
    .header-wrapper .pos-relative,
    .footer-wrapper .pos-relative {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .footer-wrapper .pos-relative {
        padding-top: 10px;
    }
}

@media (max-width: 576px) {
    .header-wrapper label {
        left: 0;
    }
}

@media (max-width: 576px) {
    .footer-wrapper label {
        top: 6px !important;
    }
}

@media (max-width: 576px) {
    .footer-wrapper {
        border-left: none;
    }
}

.header-wrapper label {
    top: -5px;
}

.header-wrapper .btn-sm {
    margin: 0 10px 11px 0;
}

@media (max-width: 576px) {
    .header-wrapper .btn-sm {
        margin: 0 0 10px 10px;
    }
}

.footer-wrapper label {
    top: -4px;
}

.header-wrapper .custom-select,
.footer-wrapper .custom-select {
    width: 250px;
    border-radius: 0;
    border: none;
    padding: 0 10px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 575.99px) {
    .header-wrapper .custom-select,
    .footer-wrapper .custom-select {
        width: 100%;
    }
}

.header-wrapper .custom-select {
    height: calc(2em + 0.9375rem + 2px);
}

@media (max-width: 576px) {
    .header-wrapper .custom-select {
        padding: 0;
        width: 100%;
    }
}

.footer-wrapper .custom-select {
    height: calc(2.3em + 0.9375rem + 2px);
}

.header-wrapper .custom-select:focus,
.footer-wrapper .custom-select:focus {
    box-shadow: none;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-spacing: -1px;
}

.chat-empty-state {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    background: radial-gradient( circle at bottom, #F8F6F0, #F8F6F0 10%, transparent 10%, transparent 20%, #F8F6F0 20%, #F8F6F0 30%, transparent 30%, transparent 40%, #F8F6F0 40%, #F8F6F0 50%, transparent 50%, transparent 60%, #F8F6F0 60%, #F8F6F0 70%, transparent 70%, transparent 80%, #F8F6F0 80%, #F8F6F0 90%, transparent 90% );
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: 1em 1em;
    background-color: #ecf4f9;
    opacity: 1;
    z-index: 10;
}

@media (max-width: 575.99px) {
    .chat-empty-state {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.chat-empty-state h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

@media (max-width: 575.99px) {
    .chat-empty-state h5 {
        font-size: 16px;
        margin-bottom: 3px;
    }
}

.chat-empty-state p {
    margin-bottom: 0;
    font-size: 13px;
    color: #424242;
}

@media (max-width: 575.99px) {
    .chat-empty-state h5 {
        font-size: 14px;
    }
}

.chat-empty-state img {
    width: 180px;
    margin-bottom: 5px;
}

@media (max-width: 575.99px) {
    .chat-empty-state img {
        width: 150px;
    }
}

/* email to sms */

.email-sms-wrapper {
    margin-bottom: 10px;
    padding: 15px 10px;
    background-color: #f7fafe;
    border-radius: .3rem;
}

.input-row {
    margin-top: 10px;
}

.input-row:first-child {
    margin-top: 0;
}

@media (max-width: 991.99px) {
    .input-row .col-2-custom {
        flex: 1 0 0;
        max-width: 25.678%;
    }
}

@media (max-width: 575.99px) {
    .input-row .col-2-custom {
        flex: 0 0 32.66667%;
        max-width: 32.66667%;
    }
}

@media (max-width: 396.99px) {
    .input-row .col-2-custom {
        flex: 0 0 42.667%;
        max-width: 45.667%;
    }
}

.input-row .col-2-custom:empty {
    display: none;
}

.card.empty-service {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    border-radius: 0.625rem;
}

.card.empty-service .empty-img {
    margin: 0 auto;
    width: 250px;
    margin-bottom: 15px;
}

@media (max-width: 575.99px) {
    .card.empty-service .empty-img {
        width: 200px;
    }
}


.btn-back {
    display: block;
    padding: 8px 12px;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.3s ease
}



.btn-back .back-text {
    margin-left: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-back:hover {
    width: 83px;
}

.btn-back:hover .back-text {
    opacity: 1;
}



.select2-container--open {
    z-index: 10001 !important;
}

.select2-dropdown {
    border-color: #c0ccda;
    z-index: 9998 !important; }

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        /* Safari-specific styles here */
        .select2-container--open {
            z-index: 10001 !important;
        }
    }
}

.link-sentiment .badge-coming-soon,
.link-reporting .badge-coming-soon {
    display: table;
    font-size: 8px;
    padding: 1px 6px;
    border-radius: .2rem;
    margin-top: 1px;
}

.badge-coming-soon {
    padding: 2px 9px;
    background-color: var(--success);
    border-radius: .35rem;
    color: var(--white);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#sms_dashboard .theater-box {
    z-index: 0;
}

.btn-processing {
    padding-block: 6px;
}

.btn-processing .toast-load-top .spinner-border {
    width: 12px;
    height: 12px;
    color: #ff9307;
}

.btn-processing .toast-load-top h5 {
    font-size: 12px;
    margin-left: 5px;
}

.dial-plan-wrapper .required_inp {
    border-bottom: 1px solid #e1e5ed;
    padding-block: 10px;
}

@media (max-width: 767.99px) {
    .dial-plan-wrapper .required_inp .form-group {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .dial-plan-wrapper .required_inp .form-group {
        margin-bottom: 0;
    }
}

.error-pattern {
    background-image: url('/v2/assets/img/error-pattern.png');
    background-repeat: repeat;
    background-size: auto;
    }

.error-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.error-header {
    position: relative;
}

.error-status {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-anim {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.6s ease;
}

.status-anim.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575.99px) {
    .error-code span {
        font-size: 9rem !important;
    }

    .error-status span {
        font-size: 16px !important;
    }
}

.error-status span {
    background-color: #f7fafe;
    padding: 10px 20px;
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    color: #0168fa;
}

.error-code span {
    font-size: 13rem;
    font-weight: 900;
    line-height: 1.1;
    font-style: italic;
    font-family: 'Inter', sans-serif;
    color: #f7fafe;

}

.error-code.client-side span {
    text-shadow:
            2px 0 #CC3333,
            -2px 0 #CC3333,
            0 2px #CC3333,
            0 -2px #CC3333;
}

.error-code.server-side span {
    text-shadow:
            2px 0 #CC7A33,
            -2px 0 #CC7A33,
            0 2px #CC7A33,
            0 -2px #CC7A33;
}

.error-caption p {
    color: #001737;
    margin-bottom: 30px;
}

.bold-italic {
    font-weight: 600;
    font-style: italic;
}

.hide-box-wrapper::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 18px;
    border-bottom: 10px solid #f4f5f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.svc-flag-icon {
    color: var(--success);
    margin-left: 12px;
    width: 17px;
    height: 17px;
}

ul.button-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    gap: 4px 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 575.99px) {
    ul.button-list {
        flex-wrap: unset;
    }
}

ul.button-list li, .agent-label {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 3px 9px;
    background-color: var(--primary);
    color: var(--white);
    border-radius: .3rem;
    font-size: 11px;
}

.agent-label {
    display: inline;
    background-color: var(--success);
    margin-right: 5px;
}

ul.button-list.button-assigned li {
    background-color: var(--success);
}

ul.button-list li svg {
    width: 13px;
    height: 13px;
}

ul.button-list li:only-child,
ul.button-list li:last-child {
    margin-right: 0;
}

ul.button-list li:empty {
    display: none;
}

ul.button-list li .no-status,
.no-status {
    background-color: bisque !important;
    color: var(--bs-black) !important;
}

._length {
    display: block;
    margin: 0;
    max-width: 200px;
}

#linemode.collapse {
    padding: 0 0 20px 20px;
}

@media (max-width: 992px) {
    #linemode.collapse {
        padding: 20px;
    }
}

.add-template-wrapper {
    padding: 20px;
    margin-left: 20px;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-left: 1px solid rgba(72, 94, 144, 0.16);
}

@media (max-width: 992px) {
    .add-template-wrapper {
        margin-inline: 0;
        border-inline: unset;
    }
}

.add-template-wrapper .row {
    gap: 10px 0;
}

.accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    position: relative;
}

.accordion-header i {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
}

.accordion-header button {
    display: flex;
    width: 100%;
    text-align: left;
    padding-block: 10px;
}

.accordion-content {
    padding: 15px;
}

.key-header, .key-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.key-header {
    margin-bottom: 10px;
}

.key-label {
    display: none;
    margin-bottom: 5px;
}

@media (max-width: 575.99px) {
    .key-header {
        display: none;
    }

    .key-label {
        display: block;
    }
}

.key-fields {
    margin-bottom: 15px;
}

.key-fields .row {
    align-items: center;
    gap: 8px 0;
}

.key-fields .row > div:last-of-type .check-container {
    text-align: right;
}

@media (max-width: 575.99px) {
    .key-fields {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    }

    .key-fields .row > div:last-of-type {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .key-fields .row > div:last-of-type label {
        margin-bottom: 0;
    }
}

.check-container label {
    margin-bottom: 0;
}

.button-name {
    font-size: 13px;
}

.sp-wrap {
    padding: 20px 20px 0 0;
}

@media (max-width: 920px) {
    .sp-wrap {
        padding: 20px;
    }
}

.modal-info {
    margin-top: 10px;
    padding: 15px;
    background-color: rgba(26, 108, 225, 0.03);
    border-radius: 5px;
}

.modal-info h5 {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.modal-info p {
    font-size: 13px;
}

.modal-info svg {
    width: 18px;
    height: 18px;
    color: var(--success);
}

.mandatory {
    color: var(--danger);
}

._eye {
    border: 1px solid #c0ccda;
    height: 38px;
    border-radius: 0 5px 5px 0;
    border-width: 1px 1px 1px 0;
}

.demo-forms .row,
.card-table {
    gap: 10px 0;
}



.contact-card {
    border-radius: .3rem;
    border: 1px solid rgba(72, 94, 144, 0.17);
}

.contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.contact-header h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.contact-body {
    padding: 20px 15px;
}

.select-all-wrap {
    display: flex;
    align-items: center;
    padding-inline-end: 15px;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    margin-right: 5px;
    gap: 0 12px;
}

.remove-section {
    padding-left: 15px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
}

.checkbox-ht.custom-control {
    padding-left: 1.8rem;
}

.checkbox-ht .custom-control-label::before,
.checkbox-ht .custom-control-label::after {
    top: 52%;
    transform: translateY(-50%);
}

/*.data-split-between {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}*/

/*.data-split-between li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}*/

.data-split-between .row {
    gap: 7px 0;
}



.data-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    color: #8392a5;
}

.data-disp {
    display: block;
    font-size: 13px;
    max-width: 200px;
    color: var(--bs-black);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-spacing: -1px;
}

.data-disp ul.button-list {
    flex-wrap: wrap;
}

.mx-wd-unset {
    max-width: unset;
}

.contact-footer {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding: 10px 15px;
    border-top:  1px solid rgba(72, 94, 144, 0.16);
}


.categories-wrapper .required_inp {
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .categories-wrapper,
    .categories-wrapper .req_input {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
    }

    .categories-wrapper .req_input .required_inp .row {
        flex-direction: column;
    }

    .categories-wrapper .required_inp {
        margin-bottom: 0;
    }
}

.dropdown-wrapper {
    margin-bottom: 20px;
}

/* Naming Convention */

.disp-reporting::before {content: "Reporting";}
.disp-setup::before {content: "Setup";}
.disp-features::before {content: "Features";}
.disp-help::before {content: "Get Help";}
.disp-extl::before {content: "Extension Management";}
.disp-ext::before {content: "Extension";}
.disp-didl::before {content: "DID Management";}
.disp-did::before {content: "DID";}
.acc-num-label::before {content: "Account Number";}
.cli-label::before {content:"CLI";}
.acc-num-desc::before {content:"Numeric only (3-7 digits in length)";}
.disp-name::before {content:"Display Name";}
.disp-from-label::before {content:"FROM Label";}
.disp-auto-att::before {content:"Auto Attendant";}
.disp-servf::before {content:"Service Flags";}
.disp-callp::before {content:"Call Parking";}
.disp-music::before {content:"Music on Hold";}
.disp-huntg::before {content:"Hunt Group";}
.disp-pi::before {content:"Device Management";}
.disp-dev::before {content:"Device";}
.disp-env::before {content:"Env Settings";}
.disp-cq::before {content:"Call Queue";}
.disp-icp::before {content:"Input Code Prompt";}
.disp-icp-short::before {content:"ICP";}
.disp-send-sms::before {content:"Send SMS";}
.disp-address-book::before {content:"Address Book";}
















