body,
html {
    margin: 0;
    padding: 0;
    word-break: break-word;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    /* background-color: #3e4a4e; */
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 0;
}


/* ==== Basic Styles ==== */

.container {
    padding: 0 15px;
}

.container-boxed {
    max-width: 1130px;
}

.container-boxed.small {
    max-width: 600px;
}

a {
    color: #7C3BE7;
    text-decoration: none;
}

p {
    line-height: 1.9;
    color: #525252;
}

figure,
img {
    max-width: 100%;
    object-fit: cover;
}

blockquote {
    font-size: 14px;
    border-left: 4px solid #D81230;
    padding-left: 20px;
    position: relative;
}

blockquote:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 32px;
    color: #D81230;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 20px;
    opacity: .2;
}

blockquote cite {
    color: #777777;
    display: table;
    margin-left: auto;
}


/* -- Font Boldness -- */

.fb-3 {
    font-weight: 300;
}

.fb-4 {
    font-weight: 400;
}

.fb-5 {
    font-weight: 500;
}

.fb-6 {
    font-weight: 600;
}

.fb-7 {
    font-weight: 700;
}

.fb-8 {
    font-weight: 800;
}


/* -- Color Styles -- */

.clr-white {
    color: #ffffff;
}

.bgc-white {
    background-color: #ffffff;
}

.clr-white {
    color: #ffffff;
}

.bgc-grey {
    background-color: #F1F1F1;
}

.clr-black {
    color: #000000;
}

.bgc-black {
    background-color: #000000;
}

.bgc-dark {
    background-color: #180F2D;
}

.clr-red {
    color: #D81230;
}

.bgc-red {
    background-color: #D81230;
}

.bgc-light-grey {
    background-color: #F2F2F3;
}

.bgc-purple {
    background-color: #7C3BE7;
}

.clr-purple {
    color: #7C3BE7;
}


/* -- Alignment Styles -- */

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}


/* -- Heading Styles -- */

h1,
h2,
h3,
h4 {
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.3;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    text-transform: uppercase;
}


/*  -- Button Styles -- */

.btn,
.btn-def,
.button,
button {
    font-size: 14px;
    padding: 16px 26px;
    line-height: 1;
    border: none;
    border-radius: 4px;
    outline: none;
}

.btn:hover,
.btn-def:hover,
.button:hover,
button:hover {
    color: #ffffff;
    opacity: .9;
}


/* --- Removing Outline & Box Shadow Styles -- */

.btn:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* -- Form Fiels Styles -- */

.form-group {
    margin: 0 0 20px;
}

.form-group:last-child {
    margin: 0;
}

.form-inline {
    display: inline-block;
    width: calc(50% - 8px);
    max-width: 360px;
}

.form-inline.second {
    margin-left: 2%;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 12px;
}

input,
select,
textarea {
    font-size: 14px;
    font-weight: 400;
    color: #374151;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    width: 100%;
    height: 40px;
}

input::placeholder,
input[type=date],
textarea::placeholder {
    color: #555a6567;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    outline: none;
    border-color: #8b5df1;
    box-shadow: 0 0 5px rgba(139, 93, 241, .7);
}

select,
.form-control {
    color: #6B7280;
    padding: 10px;
    border: 1px solid #D1D5DB;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    padding: unset;
    width: auto;
    cursor: pointer;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
}

.form-switch input[type="checkbox"] {
    width: 40px;
    height: 20px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
    cursor: pointer;
}

.form-switch input[type="checkbox"]:checked,
.form-check-input:checked[type=radio] {
    background-color: #7C3BE7;
    border-color: #7C3BE7;
}

.form-switch input[type="checkbox"]:focus,
.form-check-input:checked[type=radio]:focus {
    box-shadow: none;
    border-color: #7C3BE7;
}

.form-check label {
    cursor: pointer;
}

textarea {
    min-height: 85px;
}


/* ==== Header Styles ==== */


/* -- Navigation Bar Styles -- */

header.navbar-header {
    padding: 10px 0;
    /* background-color: #344c54; */
    background-color: #494b54;
    position: absolute;
    top: 30px;
    right: 15px;
    left: 15px;
    margin: 0 auto;
    max-width: 1284px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#top-navigation {
    padding: 0;
}

#top-navigation .container,
.header_banner .container,
.section_services .container,
.section_how_it_works .container {
    max-width: 1320px;
}

#top-navigation .navbar-brand {
    width: 100%;
    max-width: 113px;
	margin-right: 20px;
}

#top-navigation #navbarSupportedContent {
	align-items: center;
	justify-content: flex-end;
}

#top-navigation #navbarSupportedContent .number {
	margin: 0 auto;
	color: #ffffff;
}

#top-navigation .navbar-nav {
    align-items: center;
}

#top-navigation .nav-item {
    margin: 0 15px;
}

#top-navigation .nav-item:last-child {
    margin-right: 0;
}

#top-navigation .nav-link {
    color: #ffffff;
    padding: 0;
    line-height: 1.6;
}

#top-navigation .nav-link.active {
    background-color: #EDE9FD;
    color: #7C3BE7;
    padding: 7px 14px;
    border-radius: 4px;
}

.btn-navbar-logout {
    background-color: transparent;
    color: #6B7280;
    padding: 7px 14px;
}


/* -- Navnar Collapse Hamburger Menu Animation Styles -- */

.navbar-toggler {
    padding: 5px 0;
}

.navbar-toggler-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler-icon span {
    display: block;
    background-color: #7C3BE7;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navbar-toggler-icon span:nth-child(1) {
    top: 0px;
}

.navbar-toggler-icon span:nth-child(2) {
    top: 7px;
}

.navbar-toggler-icon span:nth-child(3) {
    top: 14px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
}


/* -- Header Banner Styles -- */

#content .header_banner {
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-position: 0% 30%;
    background-size: cover;
    padding: 100px 0 100px;
}

.header_banner .jumbotron {
    padding: 100px 0;
}
.header_banner .jumbotron img {
    margin: 0 0 36px;
}
.header_banner .heading {
    margin: 0 0 16px;
}

.header_banner p {
    font-size: 18px;
    color: #bab7c0;
    line-height: 1.6;
    margin-bottom: 32px;
}

.header_banner .jumbotron .btn:hover {
    color: #ffffff;
}

.header_banner address {
    margin: 52px 0 0;
}

.header_banner address p {
    font-size: 16px;
    margin: 0 0 8px;
    color: #ffffff;
}

.header_banner address p:last-child {
    margin: 0;
}

.header_banner address p a {
    color: #A78BF6;
}


/* -- Page Styles -- */

.page-header {
    padding: 130px 0 160px;
}

.page-header h1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.entry-meta img {
    margin-right: 4px;
}

.entry-meta>span {
    margin-right: 16px;
}


/* -- Setting Page Styles -- */

.settings-wrapper {
    padding: 0 0 50px;
}

.inner-content.above {
    padding: 24px;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    margin-top: -120px;
    color: #1F2937;
}
.inner-content.below {
    margin-top: 20px;
}

.heading-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 28px;
}

.inner-content.above .section-heading {
    font-size: 18px;
    color: #1F2937;
    margin: 0 0 0 10px;
}

.settings-wrapper .column {
    margin-bottom: 24px;
}

.settings-wrapper .column:nth-last-child(1),
.settings-wrapper .column:nth-last-child(2) {
    margin-bottom: 0;
}

.settings-wrapper .col-content {
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
}

.col-header-wrap,
.form-group.form-flex,
.radio-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-header-wrap {
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 18px;
    padding-bottom: 15px;
}

.col-header-wrap .number {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.col-header-wrap .number .disable {
    font-size: 12px;
    font-weight: 500;
    color: #B3541A;
    background-color: #FDE692;
    text-transform: capitalize;
    padding: 5px;
    border-radius: 50px;
    padding: 2px 7px;
    margin-left: 7px;
}

.settings-wrapper form {
    margin: 0;
}

.form-group.form-flex label {
    width: 32%;
    color: #6B7280;
    font-weight: 400;
    margin: 0;
    padding-right: 20px;
}

.form-group.form-flex input,
.settings-wrapper select,
.radio-group {
    width: 68%;
}

.settings-wrapper .form-check {
    margin-bottom: 0;
    padding: 0;
    display: flex;
}

.settings-wrapper .form-check-input[type=radio] {
    height: 20px;
    width: 20px;
    margin: 0;
}

.settings-wrapper .form-check label {
    margin-bottom: 0;
    padding: 0;
    width: auto !important;
    margin-left: 7px;
}

.settings-wrapper .form-group.save input {
    width: auto;
    padding: 11px 16px;
}


/* -- Contact Page Styles -- */

.fit-screen {
    min-height: 94vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0 100px;
}

.form-details {
    padding: 40px;
    max-width: 522px;
    margin: 0 auto;
    border-radius: 4px;
}

.form-details .page-title {
    font-size: 18px;
    color: #1F2937;
}

.form-details form {
    margin: 0;
}

.form-details .form-group.submit {
    margin-top: 24px;
}

.contact-wrapper .form-details address  {
	text-align: center;
	margin: 50px 0;
}

.contact-wrapper .form-details address p {
	margin: 0;
}


/* -- Call Log Page Styles -- */

.call-wrapper {
    padding: 0 0 50px;
}

.inner-content.above .entry-meta p {
    display: inline-block;
    margin: 0;
    line-height: 1.6;
}

#filter {
    margin-bottom: 24px;
}

.filter-title {
    font-size: 26px;
}

.form-filter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.form-filter .form-group {
    width: 25%;
    padding: 0 12px;
    margin: 0;
}

.time-zone {
    position: relative;
}

.time-zone select {
    color: #ED4510;
}

.time-zone img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
}

.form-filter .form-group.search {
    margin-top: auto;
}

.form-filter .form-group.search .btn {
    height: 40px;
    width: 44%;
    padding: 0;
}

.form-filter .form-group.search .btn-download {
    width: 48%;
    color: #63554B;
    border: 1px solid #D1D5DB;
    margin-left: 5%;
}

.form-filter .form-group.search .btn-download:hover {
    color: inherit;
}

.form-filter .form-group.search img {
    margin-left: 3px;
}


/* -- Call Log Table -- */

.table-style {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #374151;
    border-radius: 4px;
    overflow: auto;
    border: 1px solid #E6E6E6;
    margin: 28px 0 0;
}

.table-style::-webkit-scrollbar,
.responsive::-webkit-scrollbar {
    height: 2px;
}

.table-style::-webkit-scrollbar-track,
.responsive::-webkit-scrollbar-track {
    background-color: transparent;
}

.table-style::-webkit-scrollbar-thumb,
.responsive::-webkit-scrollbar-thumb {
    background-color: #A78BF6;
}

.table-style thead,
.table-style tbody {
    display: block;
}

.table-style tr {
    display: flex;
}

.table-style th {
    position: relative;
    font-weight: 500;
    color: #6B7280;
}

.table-style th:before,
.table-style th:after {
    content: '';
    /*background-image: url("../images/icons/short-down.png");*/
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: 6px;
    width: 10px;
    cursor: pointer;
}

.table-style th:before {
    /* background-image: url("../images/icons/short-up.png"); */
    top: 0;
    bottom: 8px;
}

.table-style th,
.table-style td {
    font-size: 12px;
    white-space: nowrap;
    padding: 15px;
    width: 25%;
    /* min-width: 140px; */
    min-width: 120px;
    display: inline-block;
    border-bottom: 1px solid #E6E6E6;
}

.table-style tbody tr:last-child td {
    border: none;
}

.table-style audio{
    width:100%;
}

.table-style .nt_date {
    width: 28%;
    min-width: 230px;
}
.table-style .nt_date span:first-child,
.tbl-tinder td.date span:first-child{
    margin-right:7px
}

/* .table-style .call-duration {
    /*width: 15%;*/
    /*min-width: 130px;
}

.table-style td.date {
    /* display: flex;
    align-items: center;
    justify-content: space-between; 
} */

.table-style td.date img {
    margin-right: 7px;
}

.responsive {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}
.voicemails-table td.date{
    display: block;
}
.voicemails-table td.date span.time{
    display: block;
    margin-top: 7px;
}
.voicemails-table th.th_index,
.voicemails-table td.index_td{
    /* width: 140px!important; */
    width: 100px!important;
    min-width: initial;
}
.voicemails-table th.download_rec,
.voicemails-table td.download_rec_td{
    /* width: 150px; */
    width: 75px;
    min-width: initial;
}
.voicemails-table th.call-duration,
.voicemails-table td.call_duration_td{
    /* width: 120px; */
    width: 100px;
    min-width: initial;
}
.voicemails-table th.date-time,
.voicemails-table td.date{
    /* width: 170px; */
    width: 120px;
}
.voicemails-table th.call-form,
.voicemails-table td.call_form_td{
    width: 150px;
    min-width: initial;
}
.voicemails-table td.td_rec_aud,
.voicemails-table th.number_recording{
    width: calc(100% - 730px);
}

.tbl-tinder th,
.tbl-tinder td{
    width: 33.33%;
}
@media only screen and (max-width: 750px){
    .tbl-tinder th,
    .tbl-tinder td{
        min-width:170px;
    }   
    
    .tbl-tinder th.date,
    .tbl-tinder td.date{
        min-width:250px;
    }
}

@media only screen and (max-width: 813px) {
    .voicemails-table th.th_index,
    .voicemails-table td.index_td, 
    .voicemails-table th.download_rec,
    .voicemails-table td.download_rec_td
    {
        /* min-width: 100px; */
        min-width: 70px;
    }
    .voicemails-table th.call-form,
    .voicemails-table td.call_form_td{
        min-width: 150px;
    }
    .voicemails-table th.call-duration,
    .voicemails-table td.call_duration_td{
        /* min-width: 130px; */
        min-width: 100px;
    }
    .voicemails-table td.td_rec_aud,
    .voicemails-table th.number_recording{
        
        min-width: 270px;
    }
}

@media only screen and (max-width: 991px) {
	#top-navigation #navbarSupportedContent .number {
		margin-top: 15px;
	}
}


/* -- Empty Call Log Styles -- */

.inner-content.above .description {
    background-color: #FEFCE9;
    border: 1px solid #914118;
    border-radius: 4px;
    padding: 24px;
}

.inner-content.above .description h3 {
    font-size: 16px;
    color: #914118;
    margin: 0 0 10px;
}

.inner-content.above .description p {
    font-size: 14px;
    color: #B3541A;
    margin: 0;
}


/* ==== Footer Styles ==== */

#footer {
    padding: 30px 0;
}

.copyright {
    font-size: 14px;
    color: #ffffff;
}

/* added by bibek; you may edit as needed*/
.pagination {clear: both;padding-top: 25px;
}
.pagination li {display: inline-block;border: solid 1px #f1f1f1;height: 30px;text-align: center;color: #000;line-height: 30px;margin: 0 2px 2px 0;padding: 0 10px;
}
.pagination li a {color: #000;display: block;line-height: 30px;
}
.pagination li.active, .pagination li a:hover {color: #bf0707;
}



/*! formstone v1.4.18-1 [upload.css] 2020-10-12 | GPL-3.0 License | formstone.it */
.fs-upload{
	position:relative;
	overflow:hidden
}
.fs-upload,.fs-upload *,.fs-upload :after,.fs-upload :before,.fs-upload:after,.fs-upload:before{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:none;
	transition:none;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important
}
.fs-upload-input{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1px;
	opacity:0;
	pointer-events:none
}
.fs-upload-target{
	cursor:pointer
}
.fs-upload-disabled .fs-upload-target,.no-touch .fs-upload-disabled:hover .fs-upload-target{
	cursor:default;
	cursor:not-allowed
}
.fs-upload-target{
	cursor:pointer
}
.fs-upload-disabled .fs-upload-target,.no-touch .fs-upload-disabled:hover .fs-upload-target{
	cursor:default;
	cursor:not-allowed
}


/*! formstone v1.4.18-1 [upload.css] 2020-10-12 | GPL-3.0 License | formstone.it */
.fs-upload{
	position:relative;
	overflow:hidden
}
.fs-upload,.fs-upload *,.fs-upload :after,.fs-upload :before,.fs-upload:after,.fs-upload:before{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:none;
	transition:none;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important
}
.fs-upload-input{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1px;
	opacity:0;
	pointer-events:none
}
.fs-upload-target{
	cursor:pointer
}
.fs-upload-disabled .fs-upload-target,.no-touch .fs-upload-disabled:hover .fs-upload-target{
	cursor:default;
	cursor:not-allowed
}

.fs-upload.fs-light .fs-upload-target{
	background:#fff;
	border:3px dashed #607d8b;
	border-radius:2px;
	color:#455a64;
	font-size:14px;
	margin:0;
	padding:25px;
	text-align:center;
	-webkit-transition:background .15s linear,border .15s linear,color .15s linear,opacity .15s linear;
	transition:background .15s linear,border .15s linear,color .15s linear,opacity .15s linear
}
.fs-light.fs-upload-dropping .fs-upload-target,.fs-light.fs-upload-focus .fs-upload-target,.no-touchevents .fs-light:hover .fs-upload-target{
	background:#cfd8dc;
	border-color:#546e7a;
	color:#263238
}
.fs-light.fs-upload-disabled{
	opacity:.5
}
.fs-light.fs-upload-disabled .fs-upload-target,.fs-light.fs-upload-disabled.fs-upload-dropping .fs-upload-target,.fs-light.fs-upload-disabled.fs-upload-focus .fs-upload-target,.no-touchevents .fs-light.fs-upload-disabled.fs-upload-dropping:hover .fs-upload-target,.no-touchevents .fs-light.fs-upload-disabled:hover .fs-upload-target{
	background:#fff;
	border-color:#607d8b;
	color:#455a64
}


.filelists {
    margin: 20px 0;
}

.filelists h5 {
    margin: 10px 0 0;
}

.filelists .start_all {
    background: #455a64;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    clear: both;
    display: inline-block;
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 8px 12px;
    text-transform: uppercase;
}

.filelists .cancel_all {
    color: red;
    cursor: pointer;
    clear: both;
    display: inline-block;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}

.filelist {
    margin: 0;
    padding: 10px 0;
}

.filelist li {
    background: #fff;
    border-bottom: 1px solid #ECEFF1;
    font-size: 14px;
    list-style: none;
    padding: 5px;
    position: relative;
}

.filelist li:before {
    display: none !important;
}
/* main site demos */

.filelist li .bar {
    background: #eceff1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;
}

.filelist li .content {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.filelist li .file {
    color: #455A64;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    white-space: nowrap;
}

.filelist li .progress {
    color: #B0BEC5;
    display: block;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
}

.filelist li .cancel {
    color: red;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 10px;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

.filelist li.error .file {
    color: red;
}

.filelist li.error .progress {
    color: red;
}

.filelist li.error .cancel {
    display: none;
}

/** new dropbox **/

.custom-select {
    background: #FFF url(downward-arrow.png) no-repeat center right 10px;
    display: inline-block;
    padding: 5px 15px;
    border: #aea794 1px solid;
    color: #4d628a;
    border-radius: 4px;
    cursor:pointer;
    width: 66%;
    
}
div#custom-select-option-box {
    background: #FFF;
    border: #4d628a 1px solid;
    color: #4d628a;
    border-radius: 4px;
    position:absolute;
    z-index:1;
    display:none;
    width: 75%;
}
.custom-select-option {
    padding: 5px 15px;
    margin: 1px 0px;
    cursor:pointer;
}
.custom-select-option:hover {
    background: #c6e7ed;
}
.minh{
    min-height: 1900px;
}

.invalid_, .error-messages li{
    color: red;
}
.success-messages{
    color: #7C3BE7;
}

body.page-template-dashboard div.col-header-wrap{
    cursor:pointer;
    cursor: hand;
    padding-left: 5px;
}
body.page-template-dashboard div.col-header-wrap i{
    font-size: 20px;
    padding-right: 5px;
    padding-top: 1px;
}

body.page-template-dashboard div.col-header-wrap:hover{
    background-color: #f9f9f9;
}

div.bbk-switch{
    justify-content: normal !important;
}

div.bbk-switch input[type=checkbox]{
    width: 40px !important;
}
a.vm-arc, a.vm-unarc, a.vm-del, a.remove-blockedtn, a.add-blockedtn{
    font-size: 150%;
}
.highlight{
    transform: translateY(5%) scale(1);
    background: whitesmoke;
}
.highlight-khaki{
    transform: translateY(5%) scale(1);
    background: khaki;
}
.highlight-red{
    transform: translateY(5%) scale(1);
    background: salmon;
}
.highlight-lime{
    transform: translateY(5%) scale(1);
    background: palegreen;
}
.flex-left{
    margin-left: auto;
}

.tnlabel-head{
    font-size: 14px;
    font-weight: 500;
    background: whitesmoke;
    margin: 0 10px 0 auto;
    padding-left: 8px;
    padding-right: 8px;
}

.greetaudioplayer{
    width: 100%;
}
.delgreetform{
    margin-top: 35px !important;
}
.delgreetform .delgreetbtn{
    background-color: #ded3f0;
    width: 50%;
}
.delgreetform .delgreetbtn:hover{
    color: white;
    background-color: #e7779d;
}

.blockedtn-table td, .blockedtn-table th{
    border-bottom: 0;
}
.blockedtn-table tr{
    border-bottom: 1px solid #E6E6E6;
}