/*
Purple:  #3139b7 
Green: #14B8A6 s
*/
@keyframes callsavvyBouncer {
  0% {
        right: 5px;
        bottom: 30px;
    }
    25% {
        right: 8px;
        bottom: 35px;
    }
    50% {
        right: 10px;
        bottom: 40px;
    }
    75% {
        right: 8px;
        bottom: 35px;
    }
    100% {
        right: 6px;
        bottom: 30px;
    }
}    
@keyframes Callservycf3FadeInOut {
  0% {
       -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 255, 100, .80);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0, 255, 100, .80);
    }
    25% {
      -webkit-box-shadow: 0px 0px 10px 5px rgba(50, 255, 100, .80);
        -moz-box-shadow: 0px 0px 10px 5px rgba(50, 255, 100, .80);
    }
    50% {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(100, 255, 100, .80);
        -moz-box-shadow: 0px 0px 15px 5px rgba(100, 255, 100, .80);
    }
    75% {
        -webkit-box-shadow: 0px 0px 20px 5px rgba(175, 255, 100, .80);
        -moz-box-shadow: 0px 0px 20px 5px rgba(175, 255, 100, .80);
    }
    100% {
        -webkit-box-shadow: 0px 0px 25px 5px rgba(255, 255, 100, .80);
        -moz-box-shadow: 0px 0px 25px 5px rgba(255, 255, 100, .80);
    }
}    
.support_btn {
    animation-name: Callservycf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: alternate;
}
#floating_help_button {
    bottom:40px;right:10px;
    animation-name: callsavvyBouncer;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: alternate;
}
.dd-item > button:before {
    font-size: 20px;
}
.btn-lg2 {
    padding: 1.05rem 1.25rem;
    font-size: 20px;
}
.task-list-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: top;
  padding: 8px;
  
  inputs {
    flex-shrink: 0;
  }
  
  &-label {
    display: flex;
    align-items: flex-start;
    margin-right: 8px;
    position: relative;
    transition: .2s;
  }
}

[type=checkbox].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 3px solid #006633;
    top: 7px;
}
[type=checkbox].filled-in:checked+label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    background-color: #006633;
    top: 7px;
}

* {
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}
    /*
    .iti__selected-flag {
        height: 80%;
    }
    */
	table.ui.table {
	  display: none;
	  font-size: 30px;
	}
	table.ui.table td {
	  cursor: pointer;
	  font-size: 40px;
	}
	table.ui.table td:hover {
	  background-color: rgb(233, 233, 233);
	}
	.hidden {
		display:none !important;
	}
	.keybuttonLats {
		font-family: 'Lato' , sans-serif;
		text-align: center;
		font-size: 30px;
		color: #666;
		padding: 4px 0px;
		border: 1px solid #fff;
	}
	.keybutton, .keybutton2 {
		font-family: 'Lato' , sans-serif;
		text-align: center;
		font-size: 25px;
		color: #666;
		padding: 11px 0px;
		border: 1px solid #fff;
	}

	.keybutton:hover, .keybutton2:hover {
		background: #fff;
		cursor: pointer;
		color: #7e4ed1;
	}
	.keybutton small, .keybutton2 small, #contacts small {
		font-size: 9px;
		line-height: 12px;
		color: #aaaaaa;
		margin-top: 0px !important;
	}
	#contacts .fa {
	    font-size: 25px !important;
	}
	#call-btn {
		padding-top: 15px;
		padding-bottom: 15px;
		max-width: 200px;
		margin-top: 10px;
		border-radius: 5px;
		font-size: 20px;
	}
	.formcontrols {
		width: 100%;
		font-size:26px;
		border:0px; 
		padding-left: 50px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.formcontrols:focus {
		border: none;   
		outline: none;
	}
	::placeholder {
	  color: #bbb;
	  opacity: 1;
	}
	:-ms-input-placeholder { 
	  color: #bbb;
	}
	::-ms-input-placeholder {
	  color: #bbb;
	}
	.x_panel {
		background: #ffffff;
		padding: 10px;
	}
    .se-pre-con {
    	position: fixed;
    	left: 0px;
    	top: 0px;
    	width: 100%;
    	height: 100%;
    	z-index: 9999;
    	background: url(logo-small.png) center no-repeat #fefefe;
    	background-size: 120px 120px !important;
    }
	.hidden {
	    display:none;
	}
	#statements_filter label, 
	#statements2_filter label,
	#statements3_filter label,
	#statements4_filter label,
	#statements5_filter label,
	#statements6_filter label,
	#statements7_filter label,
	#statements_kb_filter label,  
	#case_ticket_filter label,  
	#ticket_ticket_filter label,  
	#ticket_note_filter label,  
	#case_note_filter label,  
	#case_agents_filter label,  
	#case_call_filter label,  
	#statements_fm_filter label  {
		color: #fff;
	}
     #dtmf-keyboard3 {
	    max-width: 400px;
        margin: 1px auto;
	}
	#dtmf-keyboard2 .fa, #dtmf-keyboard3 .fa {
		font-size: 16px;
	}
	.stk {
	    font-size: 18px !important;
	}
	.boxround {
		border-radius: 30px !important;
	}
	.fa-long-arrow-left {
		font-size: 20px !important;
	}
	.callpad {
		display: block;
		max-width: 300px;
		margin: 0px auto;
	}
	button.ui .fa {
		margin-right: 10px;
	}
	#conbtactLists {
	    width: 100% !important;
	}
	#conbtactLists .fa {
	    margin-right: 10px;
	}
	
.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}
.direct-chat-messages {
    height: 350px;
}
.panel-fullscreen .direct-chat-messages {
    height: auto;
}
.panel-fullscreen .box {
    height: 100%;
}

 #statements_processing, 
 #statements2_processing, 
 #statements3_processing, 
 #statements4_processing, 
 #statements5_processing, 
 #statements6_processing, 
 #statements7_processing, 
 #case_ticket_processing,  
 #case_note_processing,  
 #case_call_processing,  
 #statements_kb_processing, 
 #statements_fm_processing {
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
}   
.dataTables_wrapper .form-control {
    margin: 0 25px 0 0 !important;
}
.dataTables_filter input {
    border-radius: 15px;
    border: 1px solid #ccc;
}
#statements tr:hover, 
#statements2 tr:hover, 
#statements3 tr:hover, 
#statements4 tr:hover, 
#statements5 tr:hover, 
#statements6 tr:hover, 
#statements7 tr:hover, 
#statements_kb tr:hover, 
#case_ticket_filter tr:hover,  
#case_note_filter tr:hover,  
#case_call_filter tr:hover,  
.datatableclass tr:hover,
#statements_fm tr:hover{
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#statements table, 
	#statements thead, 
	#statements tbody, 
	#statements th, 
	#statements td, 
	#statements tr,
	
	#statements2 table, 
	#statements2 thead, 
	#statements2 tbody, 
	#statements2 th, 
	#statements2 td, 
	#statements2 tr,
	
	#statements3 table, 
	#statements3 thead, 
	#statements3 tbody, 
	#statements3 th, 
	#statements3 td, 
	#statements3 tr,
	
	#statements4 table, 
	#statements4 thead, 
	#statements4 tbody, 
	#statements4 th, 
	#statements4 td, 
	#statements4 tr,
	
	#statements5 table, 
	#statements5 thead, 
	#statements5 tbody, 
	#statements5 th, 
	#statements5 td, 
	#statements5 tr,
	
	#case_ticket_filter table, 
	#case_ticket_filter thead, 
	#case_ticket_filter tbody, 
	#case_ticket_filter th, 
	#case_ticket_filter td, 
	#case_ticket_filter tr, 
	
	#case_note_filter table,  
	#case_note_filter thead,  
	#case_note_filter tbody,  
	#case_note_filter th,  
	#case_note_filter td,  
	#case_note_filter tr,  
	
	#case_call_filter table,  
	#case_call_filter thead,  
	#case_call_filter tbody,  
	#case_call_filter th,  
	#case_call_filter td,  
	#case_call_filter tr,  
	
	#statements_kb table, 
	#statements_kb thead, 
	#statements_kb tbody, 
	#statements_kb th, 
	#statements_kb td, 
	#statements_kb tr,
	
	.datatableclass table, 
	.datatableclass thead, 
	.datatableclass tbody, 
	.datatableclass th, 
	.datatableclass td, 
	.datatableclass tr,
	
	#statements_fm table, 
	#statements_fm thead, 
	#statements_fm tbody, 
	#statements_fm th, 
	#statements_fm td, 
	#statements_fm tr{ 
		/* display: block;  */
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#statements thead tr, #statements_kb thead tr, #statements_fm thead tr, .datatableclass thead tr { 
	/*	position: absolute;
		top: -9999px;
		left: -9999px;  */
	}
 
	#statements tr , #statements_kb tr, #statements_fm tr, .datatableclass tr { 
	    /*  border: 1px solid #eee;    */
	}
 
	#statements td, #statements_kb td, #statements_fm td, .datatableclass td  { 
		/* Behave  like a "row" */
	/*	border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 40%; 
		white-space: normal;
		overflow-wrap: break-word;
		text-align:left; */
	}
 
	#statements td:before, #statements_kb td:before, #statements_fm td:before, .datatableclass td:before { 
		/* Now like a table header */
		/* Top/left values mimic padding */
		/* position: absolute;
		top: 6px;
		left: 6px;
		width: 35%; 
		padding-right: 10px; 
		padding-top: 6px;
		white-space: normal;
		overflow-wrap: break-word;
		text-align:left;
		font-weight: bold;  */
	}
 
	/*
	Label the data
	*/
	#statements td:before , #statements_kb td:before , #statements_fm td:before, .datatableclass td:before { 
	    /*  content: attr(data-title);   */
	}
}	

#callAgentTab:hover, #callHiastoryTab:hover {
    cursor: pointer;
}
#callMinimized {
    width: 100%; 
    max-width: 400px;
    position: fixed; 
    bottom:10px;
    right:10px; 
    z-index:168257389538;
}

#callMinimized2 {
    width: 100%; 
    max-width: 400px;
    position: fixed; 
    bottom:110px;
    right:10px; 
    z-index:168257389539;
}

.file_attached_class {
    float: left;
    display: block;
    border: 1px solid #bbbbbb;
    margin-right: 20px;
    width: 100%;
    max-width: 250px;
    padding: 5px;
    padding-right: 20px;
    border-radius: 3px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(155, 155, 155, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
}

.file_attached_class .deleter {
    position: absolute;
    right: 2px;
    top: 3px;
    border-radius: 50%;
    background: #fff;
    color: red;
    padding: 4px;
    font-weight: 500;
}
.minimizexCall {
    position: relative;
    border: 1px solid #090;
    width: 100%;
    max-width: 450px; 
    padding:10px;
    font-size:16px;
    background: #000;
    background: rgba(0,0,0,0.8);
    color:#FFFFFF;
    border-radius: 7px;
}
.minimizexCall:hover {
    cursor: pointer;
    background: #666666;
}
.cmmzer:hover {
    cursor: pointer;
    color: #008;
}

#floating_call_button {
	display:block;
	position: fixed; 
	bottom:10px;
	left:10px; 
	z-index:100;
}

#fmenu {
	width: 100%; position: fixed; bottom:0px;left:0px; 
	z-index:100;
	background: #fff;
	padding-top: 12px;
	padding-bottom: 10px;	
	border-top: 1px solid #ccc;
	display: none;
}
.fmenu-item span {
	margin-top: 3.5px;
	display: block;
	width: 100%;
	font-size: 8px;
}
.fmenu-item .fa {
	font-size: 16px;
	color: #224A30;
	font-weight: bold;
}

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

.badge-tops {
	position: absolute;
	top: -8px;
	right:10px;	
}

.modal-dialog-mobile {
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-content-mobile {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.modal {
    z-index: 9001;
}
.modal-body {
    overflow: hidden; 
    scrollbar-gutter: stable both-edges;
    outline: none;  
    transition: all 0.3s ease;
}

.modal-body:hover {
    overflow: auto; 
}

#caller_image, #caller_image2 {
    object-fit: contain; 
    width:70px;
    height:70px;
    border-radius:50%;
}
#incallRoundButtons button{
      /* width: 100%; */
      /*height:60px; */
      aspect-ratio: 1 / 1;
      text-align:center;
      box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 0.0);
      background: transparent;
      border: none;
}
#incallRoundButtons > div:hover {
    cursor: pointer;   
}
#incallRoundButtons .col-4{
  text-align:center; 
  margin-bottom:0px;
}
#incallRoundButtons button i{
    font-size: 22px;
    margin-bottom: 0px;
    color:#747474;
}
#incallRoundButtons button svg{
 margin-top: 5px;
}
#incallRoundButtons small{
     font-size: 11px; 
     display: block;
     width:100%;
     text-align:center;
     margin-top: -9px;
     white-space: nowrap;
    overflow: hidden;
}
#caller_number small {
     font-size: 16px;margin-top:-5px;display:block;width:100%;padding-top:0px;
}
#caller_number small br{
  margin-top:0px;margin-bottom:0px;display:none;
}
small.tiny-text {
  font-size:7px;
}
#callInforBody{
  padding-left:10px;
}
#incallRoundButtons {
    padding-top: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 9px 10px 10px -6px rgba(142, 142, 142, 0.19);
    margin-bottom: 20px;
}
#tempPh {
	margin-top: 10px; 
	border-top: none; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	text-align:left;
	background-color: #FCFCFC;	
}
#tempPh button {
	border: none;
	background-color: #FCFCFC;
}
#tempPh button i{
	font-size: 16px;
}
.minis {
	background-color: #FCFCFC;	
	padding: 10px;
	min-height: 150px;
}

.small_label {
    font-size: 12px;
}
@media ( max-device-width: 580px) {
    /* Mobile */
    .fc .fc-toolbar-title {
        font-size: 16px;
    }
	.minis {
		overflow-y: auto;
		max-height: 310px;
	}
	.keybuttonLats {
		font-size: 25px;
	}
	.keybutton, .keybutton2 {
		font-size: 25px;
		padding: 10px 0px;
	}
	.keybutton small, .keybutton2 small, #contacts small {
		font-size: 10px;
	}
}
.content-header {
    padding: 20px 20px 15px;
}


/*  Chat UI Style ----- */
#messages-main {
    position: relative;
    margin: 0 auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#messages-main:after, #messages-main:before {
    content: " ";
    display: table;
}
#messages-main .ms-menu {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #eee;
    padding-bottom: 50px;
    height: 100%;
    width: 280px;
    background: #fff;
}
@media (min-width:768px) {
    #messages-main .ms-body {
    padding-left: 280px;
}
}@media (max-width:767px) {
    #messages-main .ms-menu {
    height: calc(100% - 58px);
    display: none;
    z-index: 1;
    top: 58px;
}
#messages-main .ms-menu.toggled {
    display: block;
}
#messages-main .ms-body {
    overflow: hidden;
}
}
#messages-main .ms-user {
    padding: 15px;
    background: #666EE8;
	color: #ffffff;
}
#messages-main .ms-user>div {
    overflow: hidden;
    padding: 3px 5px 0 15px;
    font-size: 11px;
}
#messages-main #ms-compose {
    position: fixed;
    bottom: 120px;
    z-index: 1;
    right: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
#ms-menu-trigger {
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding-right: 10px;
    padding-top: 19px;
}
#ms-menu-trigger i {
    font-size: 21px;
}
#ms-menu-trigger.toggled i:before {
    content: '\f2ea'
}
.fc-toolbar-2:before, .login-content:after {
    content: ""
}
.message-feed {
    padding: 20px;
}
#footer, .fc-toolbar-2 .ui-button, .fileinput .thumbnail, .four-zero, .four-zero footer>a, .ie-warning, .login-content, .login-navigation, .pt-inner, .pt-inner .pti-footer>a {
    text-align: center;
}
.message-feed.right>.pull-right {
    margin-left: 15px;
}
.message-feed:not(.right) .mf-content {
    background: #03a9f4;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.message-feed.right .mf-content {
    background: #eee;
}
.mf-content {
    padding: 12px 17px 13px;
    border-radius: 2px;
    display: inline-block;
    max-width: 80%
}
.mf-date {
    display: block;
    color: #B3B3B3;
    margin-top: 7px;
}
.mf-date>i {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    top: 1px;
}
.msb-reply {
    box-shadow: 0 -20px 20px -5px #fff;
    position: relative;
    margin-top: 3px;
    border-top: 1px solid #eee;
    background: #f8f8f8;
}
.four-zero, .lc-block {
    box-shadow: 0 1px 11px rgba(0, 0, 0, .27);
}
.msb-reply textarea {
    width: 100%;
    font-size: 13px;
    border: 0;
    padding: 10px 15px;
    resize: none;
    height: 60px;
    background: 0 0;
}
.msb-reply button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 100%;
    width: 50px;
    font-size: 25px;
    color: #2196f3;
    background: 0 0;
}
.msb-reply button:hover {
    background: #f2f2f2;
}
.msb-reply .button2 {
    position: absolute;
    top: 0;
    right: 50px;
    border: 0;
    height: 100%;
    width: 45px;
    font-size: 25px;
    color: #2196f3;
    background: 0 0;
}
.msb-reply .button2:hover {
    background: #f2f2f2;
}
.img-avatar {
    height: 37px;
    border-radius: 50%;
    width: 37px;
}


.fa-avatar {
	font-size: 25px;
	border-radius: 1px solid #fff;
	background: #033;
	color: #ffffff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 5px;
}
.fa-avatar-read {
	background: #099;
	color: #ffffff;
}
.action-header-has-i i {
	font-size: 25px;
	color: #ffffff;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 5px;
}
.br {
    display: block;
    margin-bottom: 0px;
	margin-top: -3px;
}
.fa-avatar-admin {
	border-radius: 1px solid #fff;
	background: #bbbbbb;
	color: #000000;
}
.mefdi2 {
    padding-left: 10px;;
}

.list-group.lg-alt .list-group-item {
    border: 0;
}
.p-15 {
    padding: 15px!important;
}
.btn:not(.btn-alt), .btn:not(.btn-rounded) {
    /*border: 0; */
}
.action-header {
    position: relative;
    background: #666EE8;
	color: #ffffff;
    padding: 10px 13px 10px 17px;
}
.ah-actions {
    z-index: 3;
    float: right;
    margin-top: 7px;
    position: relative;
}
.actions {
    list-style: none;
    padding: 0;
    margin: 0;
}
.actions>li {
    display: inline-block;
}

.actions:not(.a-alt)>li>a>i {
    color: #ffffff;
}
.actions>li>a>i {
    font-size: 20px;
	margin-top: 5px;
}
.actions>li>a {
    display: block;
    padding: 0 10px;
}
.ms-body{
    background:#fff;    
}
#ms-menu-trigger {
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding-right: 10px;
    padding-top: 19px;
    cursor:pointer;
}
#ms-menu-trigger, .message-feed.right {
    text-align: right;
}
#ms-menu-trigger, .toggle-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
}

.msb-ligroup {
	position: relative; 
	max-height: calc(100vh - 200px); 
	min-height: calc(100vh - 200px); 
	overflow-y: auto;
}
.msgmeyou {
	position: relative; 
	max-height: calc(100vh - 250px); 
	min-height: calc(100vh - 250px); 
	overflow-y: auto;
}
.list-group-item-heading2 {
	display: block; 
	width: 100%; 
	font-weight: bold;	
	color: #003;
}
.list-group-item-text {
	display: block; 
	width: 100%; 
	margin-top: -3px;
}
.mf-content-header {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;	
}
.adm {
	border-bottom: 1px solid #aaa;
}
.mf-content-header i {
	margin-right: 5px;	
}
.read-list-chat {
	color: #099;
}
@media (min-width: 992px) {
	.msb-ligroup {
		max-height: calc(100vh - 286px); 
		min-height: calc(100vh - 286px); 
	}
	.msgmeyou {
		max-height: calc(100vh - 336px);
		min-height: calc(100vh - 336px); 
	}
}



/* ==========
==       New Chat UI  
   ===========  */
/* ===== MENU ===== */
.c-menu {
  float: left;
  height: 700px;;
  width: 70px;
  background: #4768b5;
  background: -webkit-linear-gradient(#4768b5, #35488e);
  background: -o-linear-gradient(#4768b5, #35488e);
  background: -moz-linear-gradient(#4768b5, #35488e);
  background: linear-gradient(#4768b5, #35488e);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19);
}

.c-menu .items {
  list-style:none;
  margin: auto;
  padding: 0;
}

.c-menu .items .item {
  height: 70px;
  border-bottom: 1px solid #6780cc;
  display:flex;
  justify-content: center;
  align-items: center;
  color: #9fb5ef;
  font-size: 17pt;
}

.c-menu .items .item-active {
  background-color:#5172c3;
  color: #FFF;
}

.c-menu .items .item:hover {
  cursor: pointer;
  background-color: #4f6ebd;
  color: #cfe5ff;
}

/* === CONVERSATIONS === */

#chat-conversation.b-on {
    display:block;
    width: 70%;
    float:left;
    position: relative;
    height: 100%;
}
#chat-conversation.b-off {
    display:block;
    width: 100%;
    position: relative;
    height: 100%;
}

#chat-details.b-off {
    display:block;
    width: 100%;
    height: 0%;
    background: #ffffff;
}
#chat-details.b-on {
    display:block;
    position:relative;
    width: 30%;
    float:right;
    height: 100%;
    background: #fff;
    max-height: calc(100% - 0px);
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1.5px solid #ccc;
}

@media (max-width: 767px) {
    #chat-conversation.b-on {
        display:block;
        width: 100%;
        position: relative;
        height: 100%;
    }
    #chat-conversation.b-off {
        display:block;
        width: 100%;
        position: relative;
        height: 100%;
    }
    
    #chat-details.b-off {
        display:none;
        width: 100%;
        height: 0%;
        background: #ffffff;
    }
    #chat-details.b-on {
        display:none;
        width: 100%;
        float:right;
        height: 100%;
    }
}
.discussions {
  height: 100%;
 /* box-shadow: 0px 8px 10px rgba(0,0,0,0.20);*/
  overflow: hidden;
  background-color: #efefef;
  padding-right: 1px;
  padding-left: 1px;
  overflow-y: hidden;
  max-height: 100%;
}

.datalist {
    height: calc(100% - 110px);
    overflow-x: hidden;
    overflow-y: auto;
}
.discussions .discussion {
  width: 100%;
  height: 74px;
  background-color: #FAFAFA;
  border-bottom: solid 1px #E0E0E0;
  display:flex;
  align-items: center;
  cursor: pointer;
}

.discussions .search {
  display:flex;
  align-items: center;
  justify-content: center;
  color: #666EE8;
}

.discussions .search .searchbar {
  height: 40px;
  background-color: #FFF;
  width: 70%;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #666EE8;
  display:flex;
  align-items: center;
  cursor: pointer;
}

.discussions .search .searchbar input {
  margin-left: 15px;
  height:38px;
  width:100%;
  border:none;
  font-family: 'Montserrat', sans-serif;;
}

.discussions .search .searchbar *::-webkit-input-placeholder {
    color: #666EE8;
}
.discussions .search .searchbar input *:-moz-placeholder {
    color: #666EE8;
}
.discussions .search .searchbar input *::-moz-placeholder {
    color: #666EE8;
}
.discussions .search .searchbar input *:-ms-input-placeholder {
    color: #666EE8;
}

.discussions .message-active {
  height: 90px;
  background-color: #FFF;
  border-bottom: solid 1px #E0E0E0;
  border-right: solid 5px #036;
}

.discussions .discussion .photo {
    margin-left:20px;
    display: block;
    width: 45px;
    height: 45px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
    background: #E6E7ED;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	font-weight: 700;
}

.online {
  display: none;	
  position: relative;
  top: 30px;
  left: 35px;
  width: 13px;
  height: 13px;
  background-color: #8BC34A;
  border-radius: 13px;
  border: 3px solid #FAFAFA;
}

.desc-contact {
  height: 43px;
  width:50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discussions .discussion .name {
  margin: 0 0 0 20px;
  font-family:'Montserrat', sans-serif;
  font-size: 11pt;
  color:#515151;
}

.discussions .discussion .message {
  margin: 6px 0 0 20px;
  font-family:'Montserrat', sans-serif;
  font-size: 9pt;
  color:#515151;
}

.timer {
  margin-left: 25%;
  font-family:'Open Sans', sans-serif;
  font-size: 8px;
  padding: 3px 8px;
  color: #666;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  min-width: 65px;
}

.chat {
  position: relative;
  background: #ffffff;
  padding: 5px 5px 0px 0px;
}

.select2-dropdown {
    z-index: 9001;   
}
.header-chat {
  position: absolute;
  top: 0px;
  left: 0px;	
  background-color: #FFF;
  height: 43px;
  box-shadow: 0px 3px 2px rgba(70,70,70,0.100);
  display:flex;
  align-items: center;
  width: 100%;
}

.chat .header-chat .icons {
  margin-left: 10px;
  color:#515151;
  font-size: 14pt;
}

.chat .header-chat .name {
  margin: 0 0 0 20px;
  text-transform: capitalize;
  font-family:'Montserrat', sans-serif;
  font-size: 13pt;
  color:#515151;
}

.chat .header-chat .right2 {
  position: absolute;
  right: 45px;
}
.chat .header-chat .right3 {
  position: absolute;
  right: 80px;
}
.chat .header-chat .right4 {
  position: absolute;
  right: 105px;
}
.chat .header-chat .right {
  position: absolute;
  right: 15px;
}
.chat .header-chat .chat-menus {
	z-index: 10;
	position: absolute; 
	right:70px; 
	top: 45px; 
	background: #fff;
	border: 1px solid #eee;
	border-radius:3px; 
	min-height: 50px; 
	padding: 10px; 
	width: 200px;	
}
.chat .messages-chat {
    padding: 0 15px;
    padding-right:0px;
    position: absolute;
    top: 48px;
    left: 0px;
    bottom: 80px;
    padding-bottom: 0;
    height: calc(100% - 130px);
    max-height: calc(100% - 130px);
    width: calc(100% - 2px);
    overflow-x: hidden;
}

.chat .messages-chat .message {
  display:flex;
  /* align-items: center; */
  margin-bottom: 8px;
}

#in_reply_msg {
    border-top: 1px solid #ccc;
    position: absolute;
    bottom:80px;
    left:0px;
    width:100%;
    background:#f3f3f3;
    color:#333;
    overflow:hidden;
    padding:7px 15px;
    padding-right: 50px;
    text-align:left;
    height:auto;
    max-height:50px;
    border-left: 4px solid #666ee8;
}

#in_reply_msg_close {
    font-size:21px;
    position: absolute;
    right:15px;
    bottom:95px;
    z-index:200;
}
#in_reply_msg_close {
    cursor: pointer;
    color: #800;
}

.msg_quoted {
    font-size:12px;
    max-height:70px;
    overflow:hidden;
    display:block;
    width:99%;
    margin:5px auto;
    border:1px solid #ccc; 
    border-left: 5px solid #999;
    background:rgba(0,0,0,0.1);
    padding:10px 10px;
}

.chat .messages-chat .message .photo {
    display: block;
    width: 45px;
    height: 45px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
    background: #E6E7ED;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	font-weight: 700;
}

.chat .messages-chat .text {
  margin: 0 15px;
  background-color: #525252;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
}

.text-only {
  margin-left: 45px;
}

.time {
  font-size: 10px;
  color:lightgrey;
  margin-bottom:10px;
  margin-left: 65px;
}

.response-time {
  float: right;
  margin-right: 20px !important;
}

.response {
  float: right;
  margin-right: 0px !important;
  margin-left:auto; /* flexbox alignment rule */
}

.response .text {
  background-color: #305683 !important;
  border-top-right-radius: 2px !important;
  color: #fff;
}

.footer-chat {
  width: 100%;
  height: 80px;
  display:flex;
  align-items: center;
  position:absolute;
  bottom: 0;
  left: 0;
  background-color: #f1f1f1;
  border-top: 2px solid #EEE;
  border-bottom: 1px solid #EEE;
  
}

.hide_if_no_chat .btn-block + .btn-block {
    margin-top: 0rem;
}
.chat .footer-chat .icons {
  margin-left: 10px;
  color:#4f6ebd;
  font-size: 14pt;
}

.chat .footer-chat .send {
  color:#4f6ebd;
  background-color: #ffffff;
  border: none;
  border-color: #fff;
  position: absolute;
  right: 10px;
  padding: 12px 12px 12px 12px;
  border-radius: 0px;
  font-size: 14pt;
}

.chat .footer-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  font-size: 13pt;
  color:#515151;
}

.chat .footer-chat .right {
  position: absolute;
  right: 40px;
}

.add_to_chat {
    position: absolute;
    bottom: 65px;
    left: 10px;
    width: 150px;
    height: 82px;
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 13px;
    padding: 12px;
}
.add_emojis {
    position: absolute;
    bottom: 75px;
    left: 10px;
    width: 350px;
    height: 200px;
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 13px;
    padding: 12px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1), 0 2px 8px 0 rgba(0,0,0,0.05);
    border-radius: 7px;
    padding: 8px;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.jb-emoji-search {
    font: inherit;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    -webkit-appearance: none;
    outline: none;
    resize: none;
    color: inherit;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    margin-bottom: 8px;
    display: block;
}

.jb-emoji-grid {
    width: 100%;
    overflow: hidden;
}

.jb-emoji-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 4px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

.jb-emoji-btn:hover,
.jb-emoji-btn.jb-active-emoji {
    background: #f0f0f0;
}

.write-message {
  border: 1px solid #fff !important;
    width: calc(100% - 60px);
    height: 50px;
    margin-left: 4px;
    padding: 10px;
    border-radius: 15px;
    resize: none;
}

.write-message:focus {
  outline: none !important;
  border:none !important;
}

.footer-chat *::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}
.footer-chat input *:-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}
.footer-chat input *::-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
  margin-left:5px;
}
.footer-chat input *:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

.clickable {
  cursor: pointer;
}   

.chart_ui_container {
	height: calc(100vh - 130px);
	max-height: calc(100vh - 130px);
}
#main-page-content-area {
	padding: 10px 10px 70px 10px;	
}
.nav-balanced > .nav-item {
        min-width: 180px;
}
.nav-item > .upro > li.user-header {
    height: 110px;
    padding: 0 10px;
    text-align: center;
}
.nav-item > .upro > .user-body {
    padding: 0px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #ddd;
}
.nav-item > .upro > .user-body a {
    padding: 9px 10px;display: block;color: #67757c;font-size: 1.1rem;
}
.hide-on-mobile {
    display: none !important;
}
.hide-on-desktop {
    display: block;
}
.skin-green .main-header {
    background: #1e2a6f;
    background: -moz-linear-gradient(left, #1e2a6f 0, #1e2a6f 100%);
    background: -webkit-linear-gradient(left, #1e2a6f 0, #1e2a6f  100%);
    background: linear-gradient(90deg, #1e2a6f 0%, #1e2a6f 68%, #1e2a6f 100%);
}
.main-nav {
    margin-top: 0px ;
    background: linear-gradient(90deg, #1e2a6f 0%, #1e2a6f 68%, #1e2a6f 100%);
}
.main-nav a {
    color: #eff3f9;
}
.main-nav .navbar-nav > .nav-link:focus, .main-nav .navbar-nav > .nav-item > .nav-link:hover, .main-nav .nav-item.active > .nav-link, .main-nav .navbar-nav > .nav-item.show >.nav-link:focus {
    color: #ffffff;
    font-weight: 600;
}
.btn-secondary {
    background-color: #14B8A6;
    border-color: #14B8A6;
    color: #fff !important;
}
.btn-secondary:hover {
    background-color: #11a998;
    border-color: #11a998;
}
@media (min-width: 992px) {
    .modal-content {
        border-radius: 12px;
    }
    .layout-top-nav .content-wrapper {
        margin-top: 63px;
    }
    .content-wrapper::before {
        background: linear-gradient(90deg, #1e2a6f 0%, #1e2a6f 68%, #1e2a6f 100%);
        top: -17px;
        left: 0;
        content: '';
        height: 100px;
        width: 100%;
        position: absolute;
    }
    .main-nav {
        margin-top: 0px !important;
    }
    .hide-on-mobile {
        display: block !important;
    }
    .hide-on-desktop {
        display: none;
    }
    .extream-right {
        display: block;
        position: absolute;
        right: 0px;
    }
	#main-page-content-area {
		padding-bottom: 20px;		
	}
	.chart_ui_container {
		height: calc(100vh - 132.5px);
		max-height: calc(100vh - 132.5px); 
	}
}

.length, .messages {
    font-weight: bold;
    margin-right: 10px;
}

.tcoun {min-width: 100px;}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
.hoverable:hover{cursor:pointer;}
.dragables:hover{cursor:move;}

.bootstrap-tagsinput{width:100% !important; min-width:100% !important;}
.dd3-item > button {
	margin-left: 10px !important;
}
.myadmin-dd-empty .dd-list .dd3-content {
	border: 1px solid rgba(120, 130, 240, 0.43);
	padding: 8px 16px 8px 26px;
	border-radius: 7px;
}
.centered {
    text-align: center !important;
}
.incallactionables, .incallb {
    margin-top: 15px;
    margin-bottom: 1px;
}
.incallRoundButtons > div > small {
    font-size: 57%;
}
.customtab li a.nav-link {
    padding: 0.75rem 3.0rem;
    color: #0e0f0f;
    min-width: 160px;
    text-align: center;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;    
    padding: 10px;
}
.selectize-dropdown-content {
    background: #fff;
}

.quick-action-box {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.nav-tabs .nav-link {
    color: #0e0f0f;
    border: 1px solid #ffffff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    color: #666ee8;
    border-bottom-width: 1px;
    border-width: 2px;
    font-weight: bold;
    border-color: #c3c6f3;
    background-color: #666ee810;
    border-radius: 10px;
    padding: 7px 15px !important;
}
:not(.tabs-verticals) > .nav-tabs .nav-link.active {
    margin-top:7px;
    margin-bottom: 2px;
}
.nav-tabs {
    background: #f7f8f8; /*#e1f0ff99;*/
}
.tabs-verticals  {
    background: #ffffff;
}
.nav-tabs .nav-link {
    color: #101012;
    padding: 0.96rem 1.25rem;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 3px solid #eeee;
}
.bootstrap-timepicker-widget, .daterangepicker {
    z-index: 9002 !important;
}
.daterangepicker td.in-range {
    background-color: #47a3cc !important;
    color: #fff !important;
}
.border-underlined {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
[type=checkbox]+label {
    position: relative;
    padding-left: 26px;
}
[type=checkbox].filled-in+label:after, [type=checkbox].filled-in+label:before {
    left: -14px;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: #ccc;
}
.flatpickr-day.today {
    border-color: #0d1a14;
}
.flatpickr-day {
    color: #000000;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #0c4531;
    border-color: #0c4531;
}

.note-editor  .card-header {
    display: block !important;
}
.note-btn-group .note-btn {
    border-color: #fff;
    padding: 0.68rem 1.25rem;
    font-size: 15px;
    color: #000;
}

/* wiggle annimation  */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.ai-speech-bubble {
	position: relative;
	background: #fff;
	border-radius: .5em;
}

.ai-speech-bubble:after {
	content: '';
	display:none;
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-left: 0;
	margin-left: -20.5px;
	margin-bottom: -30px;
}
.ai-close-btn {
    position: absolute;
    font-size: 16px;
    text-align: center;
    bottom: 490px;
    left: 290px;
    border: 3px solid #fff;
    background: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    z-index: 1;
    color: #fff;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.homeBigIco {
    border: 0px solid #fff;
    background: transparent;
    background: rgb(255,255,255,0.5);
    text-align: center;
    height: auto; 
    padding-top: 20px; 
    border-radius: 15px;
}
.homeBigIco svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    /*background: #d9e4df;
    background: linear-gradient(243deg, rgba(237,239,239,1) 28%, rgba(214,222,219,1) 100%); */
    padding: 5px 5px;
    border-radius: 9px;
}

.homeBigIco .fa {
    font-size: 70px;
    margin-bottom: 15px;
}
.homeBigIco p {
    font-size: 20px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homeBigIco .text-small {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px; 
    line-height: 12px;
    margin-bottom: 6px;
    max-width: 90%;
    display:block;
    white-space: nowrap; 
    overflow:hidden;
    text-align: center;
    text-overflow: ellipsis;
}
@media (max-device-width: 576px) {
    .homeBigIco svg {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
        padding: 5px 5px;
        border-radius: 6px;
    }
    .homeBigIco .text-small {
        margin-bottom: 10px;
    }
}
.homeBigIco:hover {
    color: #12a772;
    border-bottom: 2px solid #000000;
    transition: color 1s border-color 1s;
    transition-timing-function: ease-in-out;
}
.homeBigIco:hover i {
    font-size: 70px;
    color: #ffffff;
    transition: color 1s, font-size 1s;
    transition-timing-function: ease-in-out;
}

.homeBigIco > i {
    color: #12a772;
}
.head_titles_mob {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.fc .fc-button-group > .fc-button {
    padding-bottom: 24px;
    background-color: #fff;
    border: none;
    color: #333;
    font-weight: bold;
}
.fc .fc-toolbar-title {
    font-size: 1.55em;
}
.fc-daygrid-day-frame:hover {
    cursor: pointer;
}
.media-single {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.media {
    padding: 0.75rem;
}
.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
} 
@media ( max-device-width: 991px) {
    .hidden-on-mobiles {
        display: none !important;
    }
    .homeBigIco {
        padding-top: 20px; 
    }
    .homeBigIco .fa {
        font-size: 45px;
    }
    .homeBigIco p {
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    .homeBigIco:hover i {
        font-size: 50px;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-4 {
        width: 33.33%;
    }
    #floating_call_button {
      display: none !important;
    }
    #fmenu {
		display: block;	
	}
}

.multi-check:not(:checked), .multi-check-all:not(:checked) {
    position: relative;
    left: 0px;
    opacity: 1;
    width:20px;
    height:20px;
}
.multi-check:checked, .multi-check-all:checked {
    position: relative;
    left: 0px;
    opacity: 1;
    width:20px;
    height:20px;
    background:white;
}

#waiting_pop {
    z-index:1000;
    line-height:100px;
    position:fixed;
    top:50%;left:50%;
    margin-top:-50px;
    margin-left:-100px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius:10px;
    font-size:25px;
    color:#777;
    text-align:center;
    width:300px;
    height:100px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .27);
}


/*   New Side Menu CSS */

.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  
  /* == */
  width: 100%;
  /* == */
}
.mcd-menu li {
  position: relative;
  /*float:left;*/
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  color: #777;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
  
  /* == */
  text-align: left;
  min-height: 36px;
  position: relative;
  border-bottom: 1px solid #EEE;
  /* == */
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: capitalize;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}
.mcd-menu li a .fa-angle-right {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #666EE8;
}
.mcd-menu li a.active {
  position: relative;
  color: #666EE8;
  border:0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  
  /* == */
  border-left: 4px solid #666EE8;
  border-right: 4px solid #fff;
  margin: 0 -4px;
  /* == */
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #666EE8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #666EE8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  
  /* == */
  left:280px;
  top: 0px;
  border-left: 4px solid #e67e22;
  /* == */
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/
  
  /* == */
  left:250px;
  /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #EEE;
  
  /* == */
  height: auto;
  /* == */
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #e67e22;
}  
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  
  /* == */
  width:170px;
  float:left;
  /* == */
}
.mcd-menu li a.search button {
  border: 1px solid #e67e22;
  /*padding: 10px;*/
  background: #e67e22;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  
  /* == */
  float:left;
  padding: 10px 10px 11px 10px;
  /* == */
}
.mcd-menu li a.search input:focus {
  border: 1px solid #e67e22;
}


.search-mobile { 
	display:none !important;
	background:#e67e22;
	border-left:1px solid #e67e22;
	border-radius:0 3px 3px 0;
}
.search-mobile i { 
	color:#FFF; 
	margin:0 !important;
}
.select2-container .select2-selection--single {
    height: 36px;
}

.fc-daygrid-day-number {
    font-size: 20px;
}
.fc-direction-ltr .fc-daygrid-more-link {
    font-weight: bold;
    font-size: 14px;
}
.fc th {
    background-color: #efefef;
    font-weight: bold;
}
@media (max-width: 991px) {
    .fc-daygrid-day-number {
        font-size: 16px;
    }
    .fc-direction-ltr .fc-daygrid-more-link {
        font-size: 12px;
        margin-top: -5px;
    }
    .fc .fc-toolbar-title {
        font-size: 1.15em;
    }
}

.show-on-hover {
    transition: display 2s;
    display: none;
}
.with-show-on-hover:hover > .show-on-hover {
    display: inline;
}
.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: pointer;
}

/* HTML: <div class="loader"></div> */
.loaderCSS {
  width: 40px;
  height: 40px;
  position: relative;
  --c:no-repeat linear-gradient(#25b09b 0 0);
  background:
    var(--c) center/100% 10px,
    var(--c) center/10px 100%;
}
.loaderCSS:before {
  content:'';
  position: absolute;
  inset: 0;
  background:
    var(--c) 0    0,
    var(--c) 100% 0,
    var(--c) 0    100%,
    var(--c) 100% 100%;
  background-size: 15.5px 15.5px;
  animation: l16 1.5s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes l16 {
   33%  {inset:-10px;transform: rotate(0deg)}
   66%  {inset:-10px;transform: rotate(90deg)}
   100% {inset:0    ;transform: rotate(90deg)}
}

.col-xl-25, .col-lg-25, .col-md-25, .col-sm-25, .col-xs-25 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (max-device-width: 991px) {
    .col-25 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .mb-sm-10 {
        margin-bottom: 10px !important;
    }
}

.progress-xs {
    margin-top: 20px;
}
.emv {
    min-height: 500px;
}
.emv-back {
    background-size: contain; 
    background-repeat: no-repeat;
    background-image: url('https://app.getcallsavvy.com/images/verimg.png'); 
    background-position: center center;
}
.font-20 {
    font-size: 20px;
}
.font-25 {
    font-size: 25px;
}
.font-35 {
    font-size: 35px;
}
.font-40 {
    font-size: 40px;
}
.font-50 {
    font-size: 50px;
}
@media (max-device-width: 992px) {
    .col-lg-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .progress-xs {
        margin-top: 20px;
    }
    .emv {
        min-height: 500px;
    }
}
@media (max-device-width: 768px) {
    .col-md-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .progress-xs {
        margin-top: 16px;
    }
    .emv {
        min-height: 250px;
    }
    .emv-back {
        background-size: 220px auto;
    }
}
@media (max-device-width: 576px) {
    .col-sm-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .progress-xs {
        margin-top: 13px;
    }
    .emv {
        min-height: 200px;
    }
    .emv-back {
        background-size: 170px auto;
    }
}

#progress {
    overflow: hidden;
    padding-bottom: 3em;
    text-align: center;
}
#progress .part {
    border-bottom: 3px solid #999;
    float: left;
    margin-bottom: 0.75em;
    position: relative;
    width: 25%;
}
#progress .desc {
    height: 1.1875em;
    padding-bottom: 3em;
}
#progress .desc span {
    font-size: 0.95em;
}
#progress .circle {
    left: 0;
    position: absolute;
    right: 0;
    top: 1.5em;
}
#progress .circle span {
    background: none repeat scroll 0 0 #666;
    border-radius: 2em 2em 2em 2em;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.95em;
    height: 3em;
    line-height: 3;
    width: 3em;
}
#progress .step {
    position: absolute;
}
#progress .on {
    border-bottom-color: #0099FF;
}
#progress .on .desc {
    font-weight: bold;
}
#progress .on .circle span{
    font-weight: bold;
    background-color:#0099FF;
}


.flexit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
  .checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
  }
    
   .checkbox-wrapper {
       width: 100%;
       margin-bottom: 20px;
   }
  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:hover + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc; 
  }
  .checkbox-wrapper-16 .checkbox-input:hover + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: none;
    justify-content: start;
    width: 100%;
    min-height: 9.8rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.35rem;
    right: 0.35rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .checkbox-wrapper-16 .checkbox-icon svg, .checkbox-wrapper-16 .checkbox-icon img {
    width: 2rem;
    height: 2rem;
  }

  .checkbox-wrapper-16 .checkbox-label {
    color: #6e6c6c;
    font-weight: 600;
    transition: 0.375s ease;
    /* text-align: center; */
    font-size: 19px;
  }
  
  .checkbox-wrapper-16 small {
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    /* padding: 2px 10px; */
    margin-bottom: 10px;
    color: #7f7f7f;
  }

.radio-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-inputs label {
  width: 100%;
}

.radio-inputs small {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 2px 30px;
}
  
.radio-inputs > * {
  margin: 6px;
}

.radio-input:checked + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}

.radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}

.radio-input:checked + .radio-tile .radio-icon svg {
  fill: #2260ff;
}

.radio-input:checked + .radio-tile .radio-label {
  color: #2260ff;
}

.radio-input:focus + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}

.radio-tile:hover {
  border-color: #2260ff;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-icon svg {
  width: 8rem;
  height: 8rem;
}

.radio-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.card2 {
  width: 100%;
  max-width: 400px;
  height: 130px;
  background: rgb(17, 4, 134);
  border-radius: 7px;
  box-shadow: rgb(0,0,0,0.7) -3px 0px 3px;
  display: flex;
  color: white;
  justify-content: center;
  position: relative;
  flex-direction: column;
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(36, 59, 85));
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.card2:hover {

}

.time-text {
  margin: 5px 0px;    
  margin-top: 5px;
  font-size: 50px;
  margin-top: 0px;
  margin-left: 10px;
  font-weight: 400;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-family: 'Orbitron', sans-serif;
}

.time-sub-text {
  font-size: 22px;
  margin-left: 7px;
  line-height: 23px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .time-text {
      margin-left: 15px;
    }
    .time-sub-text {
      margin-left: 15px;
    }
}
.day-text {
  margin-bottom: 10px;    
  font-size: 18px;
  margin-top: 0px;
  margin-left: 15px;
  font-weight: 500;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.moon {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s ease-in-out;
}

.card2:hover > .moon {
  font-size: 23px;
}

#processor_p {
    z-index:10002;position: absolute; top:0; left:0; width:100%; height:100%; 
    background: rgba(255,255,255,0.7); display: flex; justify-content: center; align-items: center;
}

.small-radio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-radio-radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.small-radio-radio-tile-group .input-container {
  position: relative;
  height: 80px;
  width: 110px;
  margin: 0.5rem;
}

.small-radio-radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.small-radio-radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #2260ff;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}

.small-radio-radio-tile-group .input-container .icon svg {
  width: 3rem;
  height: 3rem;
}

.small-radio-radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #000;
}

.small-radio-radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #2260ff;
  border: 2px solid #079ad9;
  color: white;
  transform: scale(1.1, 1.1);
}

.small-radio-radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #2260ff;
}

.small-radio-radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #2260ff;
}

@media (min-width: 992px) {
    .main-nav > .navbar, .layout-top-nav .content-wrapper, .layout-top-nav .main-footer {
        max-width: 1600px;
        width: 99%;
    }
}

.sweet-alert button.cancel {
    background-color: #448eae;
}
.sweet-alert {
    border-radius: 7px;
    z-index: 99999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.59);
}
.content-header > h1 {
    font-size: 18px;
    color: #455a64;
}
.content-header > .container > h1 {
    font-size: 18px;
    color: #455a64;
}
.content-header {
    padding: 15px 20px 9px;
    border-radius: 20px;
}
.jq-toast-wrap {
    width: 90%;
    max-width: 350px;
}
.content-header>.breadcrumb>li+li:before, .content-header>.container>.breadcrumb>li+li:before {
    display:none;
}
.content-header>.breadcrumb, .content-header>.container>.breadcrumb {
    top: 10px;
    border-radius: 2px;
}

.sweet-alert button {
    border-radius: 30px;
    margin: 26px 5px 10px 5px;
}
.fc-event {
    text-align: left;
    font-size: 10px;
    margin: 1px -1px 0;
    padding: 5px;
}
.fc-daygrid-event-dot {
    display: none;
}
.fc-toolbar {
    padding-left: 2px;
    padding-right: 2px;
}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 500;
    min-width: 0px;
    display: inline-block;
    white-space: nowrap;
    overflow: unset;
    text-overflow: ellipsis;
}
.fc .fc-daygrid-day-events {
    margin-top: 1px;
    overflow: hidden;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
    display: inline-block;
    font-weight: bold;
}
.jq-toast-single button {
   padding-top: 7px;
   padding-bottom: 7px;
   margin-top: 7px;
}

/*7alendar Box -- */
.cparent {
  width: 100%;
  padding: 20px;
  perspective: 1000px;
}
@media (min-width: 992px) {
    .cparent {
      width: 33.33%;
      perspective: 1000px;
    }
}

.ccard {
  padding-top: 50px;
  /* border-radius: 10px; */
  border: 2px solid rgb(214 207 255);
  transform-style: preserve-3d;
  background: linear-gradient(135deg,#0000 18.75%,#f3f3f3 0 31.25%,#0000 0),
      repeating-linear-gradient(45deg,#f3f3f3 -6.25% 6.25%,#ffffff 0 18.75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 0;
  background-color: #f0f0f0;
  width: 100%;
  box-shadow: rgba(142, 142, 142, 0.3) 0px 20px 20px -10px;
  transition: all 0.5s ease-in-out;
}

.ccard:hover {
  border: 3px solid rgb(0, 50, 100);
  cursor: pointer;
}

.ccard:hover > .ccontent-box {
  background: rgba(14, 1, 90, 0.732); 
}

.ccard:hover > .ccontent-box .card-title {
  color: white;
}

.ccard:hover > .ccontent-box .card-content {
  color: white;
}

.ccontent-box {
  background: rgb(214 207 255 / 74%);
  /* border-radius: 10px 100px 10px 10px; */
  transition: all 0.5s ease-in-out;
  padding: 60px 25px 25px 25px;
  transform-style: preserve-3d;
}

.ccontent-box .card-title {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 900;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 50px);
}

.ccontent-box .card-title:hover {
  transform: translate3d(0px, 0px, 60px);
}

.ccontent-box .card-content {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #777;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 30px);
}

.ccontent-box .card-content:hover {
  transform: translate3d(0px, 0px, 60px);
}

.ccontent-box .see-more {
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 900;
  font-size: 10px;
  text-transform: capitalize;
  color: rgb(7, 7, 7);
  /* border-radius: 5px; */
  background: white;
  padding: 0.5rem 0.7rem;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 20px);
}

.ccontent-box .see-more:hover {
  transform: translate3d(0px, 0px, 60px);
}

.cdate-box {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  background: white;
  border: 1px solid rgb(7, 185, 255);
  /* border-radius: 10px; */
  padding: 10px;
  transform: translate3d(0px, 0px, 80px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 17px 10px -10px;
}

.cdate-box span {
  display: block;
  text-align: center;
}

.cdate-box .month {
  color: rgb(4, 90, 250);
  font-size: 9px;
  font-weight: 700;
}

.cdate-box .date {
  font-size: 20px;
  font-weight: 900;
  color: rgb(4, 90, 250);
}

.dataTables_wrapper  > .row > .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

/* Foprt minimizable modal     */
.min{
        width: 320px; 
        height: 40px;
        overflow: hidden !important;
        padding: 0px !important;
        margin: 0px;    
        float: left;  
        position: static !important; 
        background: rgba(0,0,0,0) !important;
 }

.min .modal-dialog, .min .modal-content{
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important; 
        border-radius:2px !important;
        border: 1px solid #ccc;
 }

.min .modal-header{
        height: 100%;
        width: 100%;
        margin: 0px !important;
        padding: 7px 10px !important; 
 }

.display-none{display: none;}

.min .fa{
        font-size: 14px; 
 }

.min .menuTab{display: none;}

.minmaxCon{
      height: 40px;
      bottom: 1px;
      left: 1px;
      position: fixed;
      z-index: 90002;
}
.minmaxCon2{
      height: 82px;
      bottom: 1px;
      left: 1px;
      position: fixed;
      z-index: 90002;
}
    
/* Loader 1 animation ---- */
.loaderCL {
  scale: 3;
  height: 50px;
  width: 40px;
}

.boxCL {
  position: relative;
  opacity: 0;
  left: 10px;
}

.side-leftCL {
  position: absolute;
  background-color: #286cb5;
  width: 19px;
  height: 5px;
  transform: skew(0deg, -25deg);
  top: 14px;
  left: 10px;
}

.side-rightCL {
  position: absolute;
  background-color: #2f85e0;
  width: 19px;
  height: 5px;
  transform: skew(0deg, 25deg);
  top: 14px;
  left: -9px;
}

.side-topCL {
  position: absolute;
  background-color: #5fa8f5;
  width: 20px;
  height: 20px;
  rotate: 45deg;
  transform: skew(-20deg, -20deg);
}

.box-1CL {
  animation: from-left 4s infinite;
}

.box-2CL {
  animation: from-right 4s infinite;
  animation-delay: 1s;
}

.box-3CL {
  animation: from-left 4s infinite;
  animation-delay: 2s;
}

.box-4CL {
  animation: from-right 4s infinite;
  animation-delay: 3s;
}

@keyframes from-left {
  0% {
    z-index: 20;
    opacity: 0;
    translate: -20px -6px;
  }

  20% {
    z-index: 10;
    opacity: 1;
    translate: 0px 0px;
  }

  40% {
    z-index: 9;
    translate: 0px 4px;
  }

  60% {
    z-index: 8;
    translate: 0px 8px;
  }

  80% {
    z-index: 7;
    opacity: 1;
    translate: 0px 12px;
  }

  100% {
    z-index: 5;
    translate: 0px 30px;
    opacity: 0;
  }
}

@keyframes from-right {
  0% {
    z-index: 20;
    opacity: 0;
    translate: 20px -6px;
  }

  20% {
    z-index: 10;
    opacity: 1;
    translate: 0px 0px;
  }

  40% {
    z-index: 9;
    translate: 0px 4px;
  }

  60% {
    z-index: 8;
    translate: 0px 8px;
  }

  80% {
    z-index: 7;
    opacity: 1;
    translate: 0px 12px;
  }

  100% {
    z-index: 5;
    translate: 0px 30px;
    opacity: 0;
  }
}


/*============ Loader for pages  --- */
.loaderPG {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 160px;
  height: 100px;
  margin-left: -80px;
  margin-top: -50px;
  border-radius: 5px;
  background: #1e3f57;
  animation: dot1_ 3s cubic-bezier(0.55,0.3,0.24,0.99) infinite;
}

.loaderPG:nth-child(2) {
  z-index: 11;
  width: 150px;
  height: 90px;
  margin-top: -45px;
  margin-left: -75px;
  border-radius: 3px;
  background: #3c517d;
  animation-name: dot2_;
}

.loaderPG:nth-child(3) {
  z-index: 12;
  width: 40px;
  height: 20px;
  margin-top: 50px;
  margin-left: -20px;
  border-radius: 0 0 5px 5px;
  background: #6bb2cd;
  animation-name: dot3_;
}

@keyframes dot1_ {
  3%,97% {
    width: 160px;
    height: 100px;
    margin-top: -50px;
    margin-left: -80px;
  }

  30%,36% {
    width: 80px;
    height: 120px;
    margin-top: -60px;
    margin-left: -40px;
  }

  63%,69% {
    width: 40px;
    height: 80px;
    margin-top: -40px;
    margin-left: -20px;
  }
}

@keyframes dot2_ {
  3%,97% {
    height: 90px;
    width: 150px;
    margin-left: -75px;
    margin-top: -45px;
  }

  30%,36% {
    width: 70px;
    height: 96px;
    margin-left: -35px;
    margin-top: -48px;
  }

  63%,69% {
    width: 32px;
    height: 60px;
    margin-left: -16px;
    margin-top: -30px;
  }
}

@keyframes dot3_ {
  3%,97% {
    height: 20px;
    width: 40px;
    margin-left: -20px;
    margin-top: 50px;
  }

  30%,36% {
    width: 8px;
    height: 8px;
    margin-left: -5px;
    margin-top: 49px;
    border-radius: 8px;
  }

  63%,69% {
    width: 16px;
    height: 4px;
    margin-left: -8px;
    margin-top: -37px;
    border-radius: 10px;
  }
}
.home_meter canvas {
    background: #fff;
    border-radius:50px;
    margin-bottom: 10px;
}
.canvas_holder {
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.canvas_holder .canvas_name {
    position: absolute;
    top: 60%;
    left: 0px;
    width:100%;
    display:block;
    text-align:center;
    margin-top: -10px;
    font-size:13px;
}

/* For the new Tool Tip  */
.tooltip2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
  visibility: hidden;
  width: 95%;
  min-width: 160px;
  max-width: 300px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  font-size: 13px;
  z-index: 11001;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Loader 5 with anomated blobs ---- */
.blobs {
  width: 300px;
  height: 300px;
  margin: 10px auto;
  position: absolute;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
}

.blobs .blob-center {
  transform-style: preserve-3d;
  position: absolute;
  background: #1d1d1d;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform-origin: left top;
  transform: scale(0.9) translate(-50%, -50%);
  animation: blob-grow_2 linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #1d1d1d;
}

.blob {
  position: absolute;
  background: #1d1d1d;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: blobs_2 ease-out 3.4s infinite;
  transform: scale(0.9) translate(-50%, -50%);
  transform-origin: center top;
  opacity: 0;
}

.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes blobs_2 {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }

  1% {
    opacity: 1;
  }

  35%, 65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blob-grow_2 {
  0%, 39% {
    transform: scale(0) translate(-50%, -50%);
  }

  40%, 42% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  43%, 44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  45%, 46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  47%, 48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }

  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }

  68%, 70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }

  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }

  80%, 81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  82%, 83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  84%, 85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  86%, 87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  90%, 91% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  92%, 100% {
    transform: scale(0) translate(-50%, -50%);
  }
}


/* New loader 4 --- */
.loader4 {
  --duration: 3s;
  --primary: rgba(7, 68, 106, 1);
  --primary-light: #5c9cb5;
  --primary-rgba: rgba(7, 68, 106, 0);
  width: 200px;
  height: 320px;
  margin: 20px auto;
  position: relative;
  transform-style: preserve-3d;
}

@media (max-width: 480px) {
  .loader4 {
    zoom: 0.44;
  }
}

.loader4:before, .loader4:after {
  --r: 20.5deg;
  content: "";
  width: 320px;
  height: 140px;
  position: absolute;
  right: 32%;
  bottom: -11px;
/* change the back groung color on switching from light to dark mood */
  background: transparent;
  transform: translateZ(200px) rotate(var(--r));
  -webkit-animation: mask var(--duration) linear forwards infinite;
  animation: mask var(--duration) linear forwards infinite;
}

.loader4:after {
  --r: -20.5deg;
  right: auto;
  left: 32%;
}

.loader4 .ground {
  position: absolute;
  left: -50px;
  bottom: -120px;
  transform-style: preserve-3d;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
}

.loader4 .ground div {
  transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  width: 200px;
  height: 200px;
  background: var(--primary);
  background: linear-gradient(45deg, var(--primary) 0%, var(--primary) 50%, var(--primary-light) 50%, var(--primary-light) 100%);
  transform-style: preserve-3d;
  -webkit-animation: ground var(--duration) linear forwards infinite;
  animation: ground var(--duration) linear forwards infinite;
}

.loader4 .ground div:before, .loader4 .ground div:after {
  --rx: 90deg;
  --ry: 0deg;
  --x: 44px;
  --y: 162px;
  --z: -50px;
  content: "";
  width: 156px;
  height: 300px;
  opacity: 0;
  background: linear-gradient(var(--primary), var(--primary-rgba));
  position: absolute;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
  -webkit-animation: ground-shine var(--duration) linear forwards infinite;
  animation: ground-shine var(--duration) linear forwards infinite;
}

.loader4 .ground div:after {
  --rx: 90deg;
  --ry: 90deg;
  --x: 0;
  --y: 177px;
  --z: 150px;
}

.loader4 .box4 {
  --x: 0;
  --y: 0;
  position: absolute;
  -webkit-animation: var(--duration) linear forwards infinite;
  animation: var(--duration) linear forwards infinite;
  transform: translate(var(--x), var(--y));
}

.loader4 .box4 div {
  background-color: var(--primary);
  width: 48px;
  height: 48px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-animation: var(--duration) ease forwards infinite;
  animation: var(--duration) ease forwards infinite;
  transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
}

.loader4 .box4 div:before, .loader4 .box4 div:after {
  --rx: 90deg;
  --ry: 0deg;
  --z: 24px;
  --y: -24px;
  --x: 0;
  content: "";
  position: absolute;
  background-color: inherit;
  width: inherit;
  height: inherit;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
  filter: brightness(var(--b, 1.2));
}

.loader4 .box4 div:after {
  --rx: 0deg;
  --ry: 90deg;
  --x: 24px;
  --y: 0;
  --b: 1.4;
}

.loader4 .box4.box0 {
  --x: -220px;
  --y: -120px;
  left: 58px;
  top: 108px;
}

.loader4 .box4.box1 {
  --x: -260px;
  --y: 120px;
  left: 25px;
  top: 120px;
}

.loader4 .box4.box2 {
  --x: 120px;
  --y: -190px;
  left: 58px;
  top: 64px;
}

.loader4 .box4.box3 {
  --x: 280px;
  --y: -40px;
  left: 91px;
  top: 120px;
}

.loader4 .box4.box4 {
  --x: 60px;
  --y: 200px;
  left: 58px;
  top: 132px;
}

.loader4 .box4.box5 {
  --x: -220px;
  --y: -120px;
  left: 25px;
  top: 76px;
}

.loader4 .box4.box6 {
  --x: -260px;
  --y: 120px;
  left: 91px;
  top: 76px;
}

.loader4 .box4.box7 {
  --x: -240px;
  --y: 200px;
  left: 58px;
  top: 87px;
}

.loader4 .box0 {
  -webkit-animation-name: box-move0;
  animation-name: box-move0;
}

.loader4 .box0 div {
  -webkit-animation-name: box-scale0;
  animation-name: box-scale0;
}

.loader4 .box1 {
  -webkit-animation-name: box-move1;
  animation-name: box-move1;
}

.loader4 .box1 div {
  -webkit-animation-name: box-scale1;
  animation-name: box-scale1;
}

.loader4 .box2 {
  -webkit-animation-name: box-move2;
  animation-name: box-move2;
}

.loader4 .box2 div {
  -webkit-animation-name: box-scale2;
  animation-name: box-scale2;
}

.loader4 .box3 {
  -webkit-animation-name: box-move3;
  animation-name: box-move3;
}

.loader4 .box3 div {
  -webkit-animation-name: box-scale3;
  animation-name: box-scale3;
}

.loader4 .box4 {
  -webkit-animation-name: box-move4;
  animation-name: box-move4;
}

.loader4 .box4 div {
  -webkit-animation-name: box-scale4;
  animation-name: box-scale4;
}

.loader4 .box5 {
  -webkit-animation-name: box-move5;
  animation-name: box-move5;
}

.loader4 .box5 div {
  -webkit-animation-name: box-scale5;
  animation-name: box-scale5;
}

.loader4 .box6 {
  -webkit-animation-name: box-move6;
  animation-name: box-move6;
}

.loader4 .box6 div {
  -webkit-animation-name: box-scale6;
  animation-name: box-scale6;
}

.loader4 .box7 {
  -webkit-animation-name: box-move7;
  animation-name: box-move7;
}

.loader4 .box7 div {
  -webkit-animation-name: box-scale7;
  animation-name: box-scale7;
}

@-webkit-keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }

  25%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move0 {
  12% {
    transform: translate(var(--x), var(--y));
  }

  25%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  14%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale0 {
  6% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  14%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }

  29%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move1 {
  16% {
    transform: translate(var(--x), var(--y));
  }

  29%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  18%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale1 {
  10% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  18%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }

  33%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move2 {
  20% {
    transform: translate(var(--x), var(--y));
  }

  33%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  22%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale2 {
  14% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  22%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }

  37%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move3 {
  24% {
    transform: translate(var(--x), var(--y));
  }

  37%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  26%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale3 {
  18% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  26%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }

  41%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move4 {
  28% {
    transform: translate(var(--x), var(--y));
  }

  41%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  30%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale4 {
  22% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  30%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }

  45%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move5 {
  32% {
    transform: translate(var(--x), var(--y));
  }

  45%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  34%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale5 {
  26% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  34%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }

  49%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move6 {
  36% {
    transform: translate(var(--x), var(--y));
  }

  49%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  38%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale6 {
  30% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  38%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }

  53%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@keyframes box-move7 {
  40% {
    transform: translate(var(--x), var(--y));
  }

  53%, 52% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, -32px);
  }

  90%, 100% {
    transform: translate(0, 188px);
  }
}

@-webkit-keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  42%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@keyframes box-scale7 {
  34% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }

  42%, 100% {
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
}

@-webkit-keyframes ground {
  0%, 65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }

  75%, 90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
  }

  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
}

@keyframes ground {
  0%, 65% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }

  75%, 90% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
  }

  100% {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
  }
}

@-webkit-keyframes ground-shine {
  0%, 70% {
    opacity: 0;
  }

  75%, 87% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ground-shine {
  0%, 70% {
    opacity: 0;
  }

  75%, 87% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes mask {
  0%, 65% {
    opacity: 0;
  }

  66%, 100% {
    opacity: 1;
  }
}

@keyframes mask {
  0%, 65% {
    opacity: 0;
  }

  66%, 100% {
    opacity: 1;
  }
}

.box-header button {
    margin-top: 7px;
}

/* small user box card ----- */
.cardCollection {
  width: 100%;
  max-width: 590px;
  height: 80px;
  background: transparent;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: 0.5s ease-in-out;
  border-bottom: 1px solid #d0d0d0;
}

.cardCollection-small {
    height: 60px;
}

.cardCollection:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.cardCollectionimg {
  width: 41px;
  height: 41px;
  margin-left: 10px;
  border-radius: 10px;
}

.cardCollection:hover > .cardCollectionimg {
  transition: 0.5s ease-in-out;
}

.cardCollectiontextBox {
  width: calc(100% - 90px);
  margin-left: 10px;
  color: #444;
  font-family: "Poppins" sans-serif;
}

.cardCollectiontextContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.span {
  font-size: 10px;
}

.cardCollectionh1 {
  font-size: 16px;
  font-weight: bold;
}
.cardCollectionh1-small {
    font-size: 14px;
    font-weight: bold;
}
.cardCollectionp {
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0.2em;
}
.cardCollectionp-small {
    font-size: 10px;
    font-weight: 300;
    margin: 0 0 0.2em;
}
.cardCollectioncheckbox-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.cardCollectioncheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cardCollectioncheckmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*  This is for info card used for lead actions ----- */
.card2c {
  margin-bottom: 10px;    
  width: 100%;
  background-color: #f2f3f7;
  border-radius: 0.75em;
  cursor: pointer;
  transition: ease 0.2s;
  /*box-shadow: 1em 1em 1em #d8dae0b1, -0.75em -0.75em 1em #ffffff;*/
  border: 1.5px solid #f2f3f7;
}

.card2c:hover {
  background-color: #d3ddf1;
  border: 1.5px solid #1677ff;
}

.container2c {
  margin-top: 1.25em;
  margin-bottom: 1.375em;
  margin-left: 1.375em;
  margin-right: 2em;
  display: flex;
  flex-direction: row;
  gap: 0.75em;
}

.status-ind {
  width: 0.625em;
  height: 0.625em;
  background-color: #ff0000;
  margin: 0.375em 0;
  border-radius: 0.5em;
}

.status-ind2 {
  width: 0.625em;
  height: 0.625em;
  background-color: #00ff00;
  margin: 0.375em 0;
  border-radius: 0.5em;
}

.text-wrap2c {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  color: #333;
}

.time2c {
  font-size: 0.875em;
  color: #777;
}

.text-link2c {
  font-weight: 500;
  text-decoration: none;
  color: black;
}

.button-wrap2c {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}

.secondary-cta {
  background-color: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
}

.primary-cta {
  font-size: 15px;
  background-color: transparent;
  font-weight: 600;
  color: #FF7716;
  border: none;
  border-radius: 1.5em;
  cursor: pointer;
}

.button2c:hover {
  text-decoration: underline;
}

.right2c {
  display: flex;
  flex-direction: column;
  gap: 0.875em;
}

/* Card fro billing tghings ------- */
.card-b {
  font-family: Arial, sans-serif;
  width: 90%;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(to bottom right, #1e9154, #a78bfa);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  color: white;
}

.card-b::before,
.card-b::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.card-b::before {
  width: 160px;
  height: 160px;
  top: -80px;
  right: -80px;
}

.card-b::after {
  width: 128px;
  height: 128px;
  bottom: -64px;
  left: -64px;
}

.card-b-title {
  font-size: 1.2em;
  font-weight: bold;
}

.balance {
  font-size: 2em;
  line-height: 0.5em;
  font-weight: bold;
  margin: 0 0 22px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.account {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 22px !important;
}

.account svg {
  margin-right: 8px;
}

.buttons-b {
  display: flex;
  justify-content: space-between;
}

.button-b {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.button-b:hover {
  transform: translateY(-2px);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.button-b svg {
  margin-right: 8px;
}

.button-transfer {
  background-color: rgb(253, 253, 253);
  color: #3b82f6;
  margin-right: 16px;
  z-index: 2;
}

.button-save {
  background-color: #7e4ed1;
  color: white;
}

.dollar-sign {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.5;
}

.box-body.b-2.bg-white {
    /*box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.38); */
    border-radius: 8px;
    border-width: 1px 1px 2px 1px !important;
    background-color: rgb(330, 330, 330);
}
.box-body.b-2.bg-white:hover {
    border-radius: 15px;
}
.border-success.bg-white {
     background-image: linear-gradient(135deg, rgb(93 169 99) 0%, rgb(57 143 87) 50%, rgb(29 84 48) 100%);
}
.border-primary.bg-white {
     background-image: linear-gradient(135deg, rgb(93 104 169) 0%, rgb(65 57 143) 50%, rgb(36 29 84) 100%);
}
.border-warning.bg-white {
     background-image: linear-gradient(135deg, rgb(191 141 65) 0%, rgb(167 103 29) 50%, rgb(163 81 40) 100%);
}
.border-danger.bg-white {
     background-image: linear-gradient(135deg, rgb(169 93 93) 0%, rgb(143 57 57) 50%, rgb(84 29 29) 100%);
}
.border-info.bg-white {
     background-image: linear-gradient(135deg, rgb(93 137 169) 0%, rgb(57 104 143) 50%, rgb(29 61 84) 100%);
}
.border-dark.bg-white {
     background-image: linear-gradient(135deg, rgb(5 7 8) 0%, rgb(67 67 67) 50%, rgb(153 153 153) 100%);
}
.border-brown.bg-white {
     background-image: linear-gradient(135deg, rgb(81 64 48) 0%, rgb(103 71 43) 50%, rgb(77 57 22) 100%);
}
.border-cyan.bg-white {
     background-image: linear-gradient(135deg, rgb(93 169 160) 0%, rgb(57 142 143) 50%, rgb(29 81 84) 100%);
}
.border-purple.bg-white {
     background-image: linear-gradient(135deg, rgb(155 105 207) 0%, rgb(108 57 143) 50%, rgb(80 29 84) 100%);
}
.box-body .progress-xs, .progress.xs {
    height: 5px;
}
.box-body.b-2.bg-white .flexbox span {
    font-size: 12px;
    color: #fff !important;
}

.box-body.b-2.bg-white .font-size-30.countable {
    font-size: 25px !important;
    color: #fff !important;
}

/*== new dashbord stuffs ========= */
.independent_clock {
    display: none;
}
@media (min-width: 320px) and (max-width: 767px) { 
    .clock_holder {
      display: none;
    }
    .clock_holder2 {
      display: none;
    }
    .independent_clock {
        display: block;
    }
}
.home_meter canvas {
    background: radial-gradient(circle, rgba(219,226,238,1) 0%, rgba(250,250,250,1) 90%);
}

.card22 {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
  margin-top: 15px;
}
.wave {
  position: absolute;
  transform: rotate(90deg);
  left: -56px;
  top: 52px;
  width: 140px;
  fill: #c4f5e3;
}
.icon-container2 {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4f5e3;
  border-radius: 50%;
  margin-left: 8px;
}
.icon2 {
  width: 17px;
  height: 17px;
  color: #006633;
}
.message-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}
.message-text2,
.sub-text {
  margin: 0;
  cursor: default;
}
.message-text2 {
  color: #006633;
  font-size: 17px;
  font-weight: 700;
}
.sub-text {
  font-size: 14px;
  color: #555;
}
@media (min-width: 320px) and (max-width: 767px) { 
        .clock_holder2 {
              display: none;
        }
        .centered2 {
                margin-left: -29px; margin-right: -31px;     margin-top: -21px;
        }
}

.engagestat {
    border-radius:8px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.engagestat .text-center {
    position: relative;
    height:180px;
}
.engagestat .text_holder {
    position: absolute;
    bottom: 0px;
    left:0px;
    right:0px;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom:-15px;
    min-height:70px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
     display: flex;
  justify-content: center;
  align-items: center;
}
.engagestat .bg-warning {
    background-image: linear-gradient(135deg, rgb(191 141 65) 0%, rgb(167 103 29) 50%, rgb(163 81 40) 100%);
}
.engagestat .bg-primary {
     background-image: linear-gradient(135deg, rgb(93 104 169) 0%, rgb(65 57 143) 50%, rgb(36 29 84) 100%);
}
.engagestat .bg-danger {
     background-image: linear-gradient(135deg, rgb(169 93 93) 0%, rgb(143 57 57) 50%, rgb(84 29 29) 100%);
}
.engagestat .bg-info {
     background-image: linear-gradient(135deg, rgb(93 137 169) 0%, rgb(57 104 143) 50%, rgb(29 61 84) 100%);
}
.engagestat .bg-dark {
     background-image: linear-gradient(135deg, rgb(5 7 8) 0%, rgb(67 67 67) 50%, rgb(153 153 153) 100%);
}
.engagestat .bg-brown {
     background-image: linear-gradient(135deg, rgb(81 64 48) 0%, rgb(103 71 43) 50%, rgb(77 57 22) 100%);
}
.engagestat .bg-cyan {
     background-image: linear-gradient(135deg, rgb(93 169 160) 0%, rgb(57 142 143) 50%, rgb(29 81 84) 100%);
}
.engagestat .bg-purple {
     background-image: linear-gradient(135deg, rgb(155 105 207) 0%, rgb(108 57 143) 50%, rgb(80 29 84) 100%);
}
.campain_sett {
    border-radius: 7px;
}
.campain_sett:hover {
    border: 1px solid #003388;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    padding-left: 0px;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #b8b8b8;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.selectize-control.single {
    display: inline-block;
}
.selectize-dropdown .selected {
    background-color: #394a69;
}
.video_popup {
    max-height: 95vh;
    overflow: hidden;
}
.video_popup .modal-content {
    color: #fff;
    background-color: #333;
}
.video_popup .modal-header {
    border-bottom-color: #5b5959;
}
.video_popup .modal-header .close{
    color: #ffffff;
}
.responsive-iframe {
    width: 100%; 
    height: 100%;
    border: none; 
    max-height: calc(100vh - 95px);
    min-height: calc(100vh - 112px);
    margin-top: -24px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .responsive-iframe {
        min-height: calc(100vh - 108px);
        max-height: calc(100vh - 100px);
    }
}

/* For incoming call video bew design  o*/
.card2e {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #333333;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  padding: 5px;
  color: #fff;
}

.card2e, .imgBox, .caller {
  display: flex;
  align-items: center;
}

.imgBox {
  width: 6em;
  height: 6em;
  box-shadow: 0px 0.25em 1rem rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  justify-content: center;
}

.imgBox svg, .imgBox img  {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.name2 {
  width: 100%;
  text-align: center;
  font-weight: 900;
  transition: 1s ease-in-out;
}

.name2 .p1 {
  font-size: 1.2em;
}

.name2 .p2 {
  font-size: 0.8em;
  color: rgb(50, 146, 255);
}

.caller {
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
}

.callerBtn {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  animation: animate linear infinite 2s;
}

.callerBtn:hover {
  scale: 1.1;
}

#pick {
  background-color: #28ff28;
  box-shadow: 0px 3px 10px #28ff28;
}

#end {
  background-color: #ff2828;
  box-shadow: 0px 3px 10px #ff2828;
}

#end svg {
  rotate: 135deg;
}

@keyframes animate {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(3px) rotate(-10deg);
  }

  100% {
    transform: translateY(0px);
  }
}
.iti-mobile .iti--container {
    z-index: 1000000;
}

#small_calendar_place table {
    margin-left: -14px;
}
#small_calendar_place .h-100 {
    height: 100% !important;
}
#small_calendar_place .text-bg-primary {
    background: rgba(255, 220, 40, .15);
}
#small_calendar_place .w-100 {
    width: 100% !important;
}

#small_calendar_place table thead tr th:first-child, #small_calendar_place table tbody tr th:first-child { 
    display: none; 
}
.js-day-name {
    font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
    #small_calendar_place table {
        margin-left: -4px;
    }
}
.popover {
    display:none;
}
.modal-backdrop.fade.removedcontent{
    display: none;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 28px;
    cursor: text;
}
/* 
    Invoice Te,plate 
*/
#invoice_viewer  *,
#invoice_viewer ::before,
#invoice_viewer ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

#invoice_viewer ::before,
#invoice_viewer ::after {
  --tw-content: '';
}

#invoice_viewer  {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

#invoice_viewer  {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

#invoice_viewer hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

#invoice_viewer abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

#invoice_viewer h1,
#invoice_viewer h2,
#invoice_viewer h3,
#invoice_viewer h4,
#invoice_viewer h5,
#invoice_viewer h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

#invoice_viewer a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

#invoice_viewer b,
#invoice_viewer strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

#invoice_viewer code,
#invoice_viewer kbd,
#invoice_viewer samp,
#invoice_viewer pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

#invoice_viewer small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

#invoice_viewer sub,
#invoice_viewer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#invoice_viewer sub {
  bottom: -0.25em;
}

#invoice_viewer sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

#invoice_viewer table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

#invoice_viewer button,
#invoice_viewer input,
#invoice_viewer optgroup,
#invoice_viewer select,
#invoice_viewer textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

#invoice_viewer button,
#invoice_viewer select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

#invoice_viewer button,
#invoice_viewer [type='button'],
#invoice_viewer [type='reset'],
#invoice_viewer [type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

#invoice_viewer :-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

#invoice_viewer :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

#invoice_viewer progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

#invoice_viewer ::-webkit-inner-spin-button,
#invoice_viewer ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

#invoice_viewer [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

#invoice_viewer ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

#invoice_viewer ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

#invoice_viewer summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

#invoice_viewer blockquote,
#invoice_viewer dl,
#invoice_viewer dd,
#invoice_viewer h1,
#invoice_viewer h2,
#invoice_viewer h3,
#invoice_viewer h4,
#invoice_viewer h5,
#invoice_viewer h6,
#invoice_viewer hr,
#invoice_viewer figure,
#invoice_viewer p,
#invoice_viewer pre {
  margin: 0;
}

#invoice_viewer fieldset {
  margin: 0;
  padding: 0;
}

#invoice_viewer legend {
  padding: 0;
}

#invoice_viewer ol,
#invoice_viewer ul,
#invoice_viewer menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

#invoice_viewer dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

#invoice_viewer textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

#invoice_viewer input::placeholder,
#invoice_viewer textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

#invoice_viewer button,
#invoice_viewer [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

#invoice_viewer :disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

#invoice_viewer img,
#invoice_viewer svg,
#invoice_viewer video,
#invoice_viewer canvas,
#invoice_viewer audio,
#invoice_viewer iframe,
#invoice_viewer embed,
#invoice_viewer object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

#invoice_viewer img,
#invoice_viewer video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

#invoice_viewer [hidden] {
  display: none;
}

#invoice_viewer *, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

#invoice_viewer ::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

#invoice_viewer .fixed{
  position: fixed;
}

#invoice_viewer .bottom-0{
  bottom: 0px;
}

#invoice_viewer .left-0{
  left: 0px;
}

#invoice_viewer .table{
  display: table;
}

#invoice_viewer .h-12{
  height: 3rem;
}

#invoice_viewer .w-1\/2{
  width: 50%;
  padding-right: 40px;
}
#invoice_viewer .w-1\/2.text-right{
  padding-right: 0px;
  padding-left: 40px;
}
#invoice_viewer .w-full{
  width: 100%;
}

#invoice_viewer .border-collapse{
  border-collapse: collapse;
}

#invoice_viewer .border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

#invoice_viewer .whitespace-nowrap{
  white-space: nowrap;
}

#invoice_viewer .border-b{
  border-bottom-width: 1px;
}

#invoice_viewer .border-b-2{
  border-bottom-width: 2px;
}

#invoice_viewer .border-r{
  border-right-width: 1px;
}

#invoice_viewer .border-main{
  border-color: #5c6ac4;
}

#invoice_viewer .bg-main{
  background-color: #5c6ac4;
}

#invoice_viewer .bg-slate-100{
  background-color: #f1f5f9;
}

#invoice_viewer .p-3{
  padding: 0.75rem;
}

#invoice_viewer .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

#invoice_viewer .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#invoice_viewer .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#invoice_viewer .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#invoice_viewer .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#invoice_viewer .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#invoice_viewer .pb-3{
  padding-bottom: 0.75rem;
}

#invoice_viewer .pl-2{
  padding-left: 0.5rem;
}

#invoice_viewer .pl-3{
  padding-left: 0.75rem;
}

#invoice_viewer .pl-4{
  padding-left: 1rem;
}

#invoice_viewer .pr-3{
  padding-right: 0.75rem;
}

#invoice_viewer .pr-4{
  padding-right: 1rem;
}

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

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

#invoice_viewer .align-top{
  vertical-align: top;
}

#invoice_viewer .text-sm{
  font-size: 1.175rem;
  line-height: 1.55rem;
}

#invoice_viewer .text-xs{
  font-size: 0.95rem;
  line-height: 1.2rem;
}

#invoice_viewer .font-bold{
  font-weight: 700;
}

#invoice_viewer .italic{
  font-style: italic;
}

#invoice_viewer .text-main{
  color: #5c6ac4;
}

#invoice_viewer .text-neutral-600{
  color: #525252;
}

#invoice_viewer .text-neutral-700{
  color: #404040;
}

#invoice_viewer .text-slate-300{
  color: #cbd5e1;
}

#invoice_viewer .text-slate-400{
  color: #94a3b8;
}

#invoice_viewer .text-white{
  color: #fff;
}

@page {
  margin: 0;
}

@media print {
  #invoice_viewer  {
    -webkit-print-color-adjust: exact;
  }
}

.oneliner  {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.main-nav .badge {
    border-radius: 6px;
    font-weight: 300;
    line-height: 1.1;
    font-size: 65%;
    position: absolute;
    top: 17px;
    right: 0px;
}
@media (max-width: 991px) {
    .main-nav .navbar-nav > .nav-item > .nav-link {
        padding: 0.85rem 2rem;
        font-size: 18px;
    }
    .main-nav .navbar-nav .dropdown-menu .nav-item .nav-link {
        padding: 0.6rem 2rem;
        font-size: 15px;
    }
    .main-nav .badge {
        border-radius: 6px;
        font-weight: 300;
        line-height: 1.1;
        font-size: 65%;
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
    }
}

.modal-fullscreen {
    width: 100%;
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
}
.modal-fullscree .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

img:not(.no_lodering_bg) {
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: transparent url(Preloader_4.gif) no-repeat scroll center center;
    min-height: 30px;
    min-width: 30px;
}
@keyframes cssAnimation {
    to {
        background: none;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        background: none;
    }
}
.selectize-input::-webkit-input-placeholder {
    box-sizing: initial;
    color: #090909;
    opacity: 1 !important;
    font-weight: 500;
}
.selectize-input>input[placeholder] {
    box-sizing: initial;
    color: #090909;
    opacity: 1 !important;
    font-weight: 500;
}

#navbarNavDropdown a.nav-link {
    white-space: nowrap;
    overflow: hidden;
}

/* 
Home Page New Link design 
*/
.quick-launch-container {
    display: flex;
    gap: 20px;
}

.quick-launch-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 95%;
    margin-bottom: 10px;
    padding: 20px;
    text-left: left;
    transition: transform 0.3s;
}

.quick-launch-box:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 40px;
    color: #FFA500;
    margin-bottom: 10px;
}
.icon svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    /*background: #d9e4df;
    background: linear-gradient(243deg, rgba(237,239,239,1) 28%, rgba(214,222,219,1) 100%); */
    padding: 5px 5px;
    border-radius: 9px;
}


.walk-icon {
    margin-bottom: 0px;
}

.walk-icon svg {
    margin-bottom: 0px;
}

.quick-launch-box .text-small {
    font-size: 10px; 
    line-height: 12px;
    display:block;
    white-space: nowrap; 
    overflow:hidden;
    text-align: center;
    text-overflow: ellipsis;
}
@media (max-device-width: 576px) {
    .icon svg {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
        padding: 5px 5px;
        border-radius: 6px;
    }
    .icon .text-small {
        margin-bottom: 10px;
    }
}

.link-name {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.link-name a {
    text-decoration: none;
    color: inherit;
}

.description {
    font-size: 14px;
    color: #666;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; 
    height: 40px; */
}


#quicklaunch-div {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index:100;
}

#quicklaunch-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #3139b7;
  box-shadow: 0 0 10px 0 rgba(0,50,0,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#quicklaunch-button ~ button > i {
  margin-right: 5px;
}
#quicklaunch-button ~ button {
  visibility: hidden;
  font-weight: 600;
  height: 40px;
  width: 150px;
  text-align:left;
  padding: 0 20px;
  padding-left:10px;
  color: #fff;
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 60px;
  margin-right: -70px;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#quicklaunch-button.quicklaunchopen ~ button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#quicklaunch-button ~ .primary-color {
  background: linear-gradient(0deg, #666EE8, #667fE8);
}

#quicklaunch-button ~ .telegram-color {
  background: linear-gradient(0deg, #017AB1, #01ABE6);
}

#quicklaunch-button ~ .whatsapp-color {
  background: linear-gradient(0deg, #00B100, #09db09);
}

#quicklaunch-button ~ .messenger-color {
  background: linear-gradient(0deg, #0078FF, #00C6FF);
}
#quicklaunch-button  .fa-times {
  display:none;
}
#quicklaunch-button.quicklaunchopen  .fa-times {
  display:block;
}
#quicklaunch-button.quicklaunchopen ~ a {
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#quicklaunch-button.quicklaunchopen ~ button:nth-of-type(1) {
  bottom: 110px;
}
#quicklaunch-button.quicklaunchopen ~ button:nth-of-type(2) {
  bottom: 160px;
}
#quicklaunch-button.quicklaunchopen ~ button:nth-of-type(3) {
  bottom: 210px;
}

.quicklaunch-wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {box-shadow: 0 0 0px 0px rgba(249, 114, 14, 0.6);}
  100% {box-shadow: 0 0 0px 17px rgba(249, 114, 14, 0);}
}

.quicklaunchopen {
  animation-iteration-count: 1;
}

@media (max-device-width: 991px) {
    #quicklaunch-div {
        bottom: 70px;
    }
}

/* Arrow container styles */
.ql-arrow-container {
    position: fixed;
    bottom: 48px;
    right: -10px;
}

/* Arrow styles */
.ql-arrow {
    animation: bounce 2s infinite;
}

/* Arrow animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

#pointer_for_quicklaunch {
    display:none;
}
@media (max-device-width: 991px) {
    .ql-arrow-container {
        position: fixed;
        bottom: 78px;
        right: -10px;
    }
}

.info_note {
    margin-top: 15px;
    padding: 12px 18px;
    background-color: #dde3ff;
    border-left: 6px solid #99b9ec;
    border-radius: 5px;
}

.warning_note {
    margin-top: 15px;
    padding: 12px 18px;
    background-color: #ffefdd;
    border-left: 6px solid #d36912;
    border-radius: 5px;
}

/* 
    =========== New Pricing Design 
*/

.container2 {
  margin: 0 auto;
  width: 99%;
  max-width: 1240px;
}
.group2:after {
  content: "";
  display: table;
  clear: both;
}
.grid-1-5 {
  border: 2px solid #ffffff;   
  min-height: 410px;
  padding: 1.25em;
  position: relative;
  text-align: center;
  border-radius:7px;
  transition: all .2s ease-in-out;
  color: #fff;
  
  background-color: rgb(10,69,91);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
  
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDU1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #366255), color-stop(100%, #2c395c));
  background-image: -moz-linear-gradient(top, #366255 0%, #2c395c 100%);
  background-image: -webkit-linear-gradient(top, #366255 0%, #2c395c 100%);
  background-image: linear-gradient(to bottom, #366255 0%, #2c395c 100%);
  
  @media screen and (min-width: 700px) {
    & {
      float: left;
      width: 49%;
      margin-left: 0.5%;
      margin-right: 0.5%;
    }
    &:nth-child(odd) {
      clear: left;
    }
  }
  
  @media screen and (min-width: 800px) {
    & {      
      width: 32.3333333%;
      margin-left: 0.5%;
      margin-right: 0.5%;
    }
    &:nth-child(3n+1) {
      clear: left;
    }
    &:nth-child(odd) {
      clear: none;
    }    
  }
  
  @media screen and (min-width: 1120px) {
    & {
       width: 19%;
       margin-left: 0.5%;
       margin-right: 0.5%;
    }
    &:nth-child(odd), &:nth-child(3n+1) {
       clear: none;
    }    
  }
  
}
.grid-1-5:not(.disabled_plan):hover {
    cursor: pointer;
  background-color: rgb(10,91,69);
  border-top: 2px solid #000000;
  border-bottom: 2px solid #1d2220;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
  transform: scale(1.025);
  z-index: 2;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDU1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #1d2220));
  background-image: -moz-linear-gradient(top, #000000 0%, #1d2220 100%);
  background-image: -webkit-linear-gradient(top, #000000 0%, #1d2220 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #1d2220 100%);

  &:before, &:after {
    content: ""; 
    position: absolute; 
    background-color: rgb(246,125,53);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDU1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #1d2220));
  background-image: -moz-linear-gradient(top, #000000 0%, #1d2220 100%);
  background-image: -webkit-linear-gradient(top, #000000 0%, #1d2220 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #1d2220 100%);
    top: -2px; 
    bottom: -2px; 
    width: 2px;    
  }

  &:before { 
    left: -2px; 
  }
  &:after { 
    right: -2px; 
  }  

  & .button {
    background-color: rgb(52,122,238);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDU1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #454b5b), color-stop(100%, #1d2022));
  background-image: -moz-linear-gradient(top, #454b5b 0%, #1d2022 100%);
  background-image: -webkit-linear-gradient(top, #454b5b 0%, #1d2022 100%);
  background-image: linear-gradient(to bottom, #454b5b 0%, #1d2022 100%);
  }
}
.container2 h2, .container2 h3, .container2 p, .container2 ul {
  margin: 0;
  color: #fff;
}
.container2 h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.5em;
}
.container2 h3 {
  font-size: 1.5em;
  font-weight:bold;
  letter-spacing: 0.0625em;
  margin: 0 0 0.3333333333333333em;
}
.container2 p {
  font-size: 0.975em;  
}
.container2 p, .container2 ul {
  margin:0 0 1.5em
}
.container2 ul {
  color: #fff;
  font-size: 0.95em;
  list-style-type: none;
  padding: 0;
  text-align:left;

  li {
    margin: 0 0 0.8333333333333333em;
  }
}
.container2 .button {
  background-color: #006633;
  border-radius: 20px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1.5em;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  margin-left: -60px;
  text-decoration: none;
  width: 140px;
}
.container2 .uppercase, .container2 .button, .container2 h2 {
  text-transform: uppercase;
}
.container2 sup, .container2 .small {
  font-size: 0.6125em;
  color: #fff;
}

.disabled_plan {
    background-color: rgb(147,148,148);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
  
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDU1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8d9cb5), color-stop(100%, #a2a2a2));
  background-image: -moz-linear-gradient(top, #8d9cb5 0%, #a2a2a2 100%);
  background-image: -webkit-linear-gradient(top, #8d9cb5 0%, #a2a2a2 100%);
  background-image: linear-gradient(to bottom, #8d9cb5 0%, #a2a2a2 100%);
}
.current_plan {
    border: 4px solid #003366;   
}
.current_plan:hover, .disabled_plan:hover {
    cursor: not-allowed;
    border: 4px solid #0f2a57;   
}
.price span {
    display: inline;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
}

.range_down {
    position:absolute;
    left:0px;
    top: -4px;
    font-size: 20px;
}
.range_up {
    position:absolute;
    right:0px;
    top: -4px;
    font-size: 20px;
}

#change_language {
    display:none;
    z-index: 1032; 
    position: fixed;
    top:0px;right:0px;left:0px;bottom:0px;
    background: rgba(25,25,25,0.7);
}
.language_inside {
    padding: 20px 10px;
    width: 400px;
    height: auto;
    background: #efefef;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.language_inside p {
     font-size:14px; 
     margin-bottom:10px;
     margin-top:10px;
     font-weight:500;
     text-align:left;
     margin-left: 10px;
 }
.language_ins_close {
    position: absolute; right: 2px; top: 5px; font-size: 30px; padding-top: 0px; text-align: center; color: #0e0000; display: block; width: 39px;height: 39px;
}

.box-body.b-2.bg-white {
    /*background-image: linear-gradient(135deg, rgb(245 251 255) 0%, rgb(243 249 255) 50%, rgb(247 247 247) 100%) !important;*/
    background-image: linear-gradient(135deg, rgb(245 251 255) 0%, rgb(255 255 255) 50%, rgb(246 246 246) 100%) !important;
    border-color: #c7c7c7 !important;
    color: #888;
}
.box-body.b-2.bg-white .font-size-30.countable {
    color: #000000 !important;
}
.box-body.b-2.bg-white .flexbox span {
    color: #000000 !important;
}
.box-body.b-2.bg-white .text-white {
    color: #000 !important;
}

/* Language Selector ty;r --- */
.gt_container--hich1m .gt_switcher {
    /* margin: 20px auto;    */
}
.gt_container--hich1m .gt_switcher .gt_selected a {
    border: 1px solid #ccc;
    padding: 9px 12px;
    width: 177px;
}
.gt_container--hich1m .gt_switcher a {
    font-size: 15px;   
}
.gt_container--hich1m .gt_switcher a img {
    margin-right: 5px;   
}
.lang_str {
    font-size: 30px;
    color: #fff;
    background: #000000;
    padding: 10px;
    position: fixed;
    left: 10px;
    bottom: 150px;
    z-index: 100;
    border-radius: 90%;
}
.gt_container--hich1m .gt_switcher .gt_option a {
    color: #000;
}

.btn_inside_input {
    float: right;
    margin-top: -37px;
    margin-right: 8px;
    background: #fff;
    border: none;
    position: relative;
}

.btn_inside_input .btn_inside_input_text {
    display:none;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.btn_inside_input:hover .btn_inside_input_text {
    display:inline;
    margin-left: 5px; 
    opacity: 1;
}

.strenght_bar {
    display:inline-block;
    width:90%;
    height:4px;
    background: #efefef;
}
.pstrong {
    background: green;
}
.pfair {
    background: #ffc107;
}
.pweak {
    background: red;
}

@media (max-device-width: 991px) {
    #ticket-view-content-area {
        padding-left:10px !important;
        padding-right:10px !important;
    }
}

.stat_amt {
    display:block;
    font-size:14px;
    margin-top:-10px;
    text-align:right;
} 

.input_shadowed {
    margin-bottom: 5px;
    border: 1px solid #d6d3d3;
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


/*  FAQ Style =============================== */
.faq-body p {
    line-height: 1.4em;
    color: #444444;
}

div.seperator {
    width: 7.5em;
    background-color: #0c087c;
    height: 0.17em;
    margin-left: -1.8em;
}

.faq-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1.5em 0em;
} 

.faq-list > div:last-child {
    border: unset;
}

details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    transition: all 0.3s ease;
    margin-left:35px;
}

summary small {
    color: #777;
    font-weight:500;
}

summary:hover {
    color: #036;
}

details[open] summary ~ * {
    margin-top: 10px;
    padding-left: 40px;
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
    color: #0c087c;
}

details[open] p {
    border-left: none;
    margin-left: 5px;
    padding-left: 2px;
    opacity: 100;
    transition: all 3s ease;
}

details[open] summary:before {
    content: "-";
    font-size: 3.2em;
    margin: -0.1px 0.45em 0 0;
    margin: -4px 0.1em 0 0;
    font-weight: 200;
    margin-left:-35px;
}

details[open] summary small {
    display:none;
}

.faq-body {
    width: 100%;
}

.faq-list {
    width: 100%;
    margin: 1em auto;
    padding: 0;
}

summary::-webkit-details-marker {
    display: none;
}

summary:before {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: #0c087c;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.1em 0.65em 0 0;
    margin: 0em 0.1em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
    margin-left:-35px;
}
a.nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.is3d_shadowed {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.dropdown-menu-2 {
    width: 240px; 
}
.dropdown-column {
    display: inline-block;
    width: 49%; 
}

@media (max-device-width: 991px) { 
    #quicklaunch-div {
        display:none !important;
    }
    .p-40 {
        padding: 20px !important;
    }
}
.chat .header-chat .icons {
    margin-left: 10px;
}
.chat .header-chat .right {    
    right: 15px;
} 
.chat .header-chat .right2 {  
    right: 45px;
} 
.is3d_shadowed { 
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.table.table-sm>tbody>tr>td, .table.table-sm>tbody>tr>th, .table.table-sm>tfoot>tr>td, .table.table-sm>tfoot>tr>th, .table.table-sm>thead>tr>td, .table.table-sm>thead>tr>th {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.modal-content {
    max-height: 99vh;
}
@media (min-width: 320px) and (max-width: 767px) {
    .modal-content {
        min-height: 99vh;
    }
}

.center-middle-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.center-middle-parent > * {
  width: 100%; 
  margin-bottom: 10px; 
}

.content {
    min-height: 250px;
    padding: 10px 30px 0px 30px;
}
.btn-rounded-5 {
    border-radius: 5px;
}
.btn-md {
    padding: 0.65rem 1.05rem;
    font-size: 0.95rem;
    font-weight:700;
}
.note-btn.btn-md {
    font-size: 0.95rem;
    padding: 0.48rem 1.25rem;
}
.ticket_file_up_button, #analyse_button2 {
    display:none;
}

.note-toolbar.card-header {
    border-bottom: 1px solid rgba(97, 106, 120, 0.27);
}
.prompt_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 98%;
    max-width: 600px;
    height: auto;
    min-height: 350px;
}

.prompt_inner {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    background: #fafdff;
    position: relative;
    height: calc(100vh - 250px);
}

.prompt_icon svg {
    width:50%;
    max-width:250px;
}
.table-responsive {
    overflow-x: unset;
}
@media (min-width: 320px) and (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
    }
}
.btn-default {
    background-color: #ffffff;
    color: #324149;
    border-color: #c1bcbc;
}
.hello {
    font-family: \'Poppins\', sans-serif;
    font-family: \'Apple Color Emoji\', \'Segoe UI Emoji\', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #2C3E50; 
    margin: 30px 0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.hello small {
    font-size:50%;
    margin-top:2px;
    line-height:1;
}
.flexbox-v {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#home_stt {
    border-radius: 20px;
}
#home_search {
    border-radius: 25px;
}
#feature-search-result {
    position: absolute;
    top: 80px;
    left: 45px;
    width: 90%;
    max-width: 380px;
    height: auto;
    min-height: 70px;
    padding:15px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.show {
    box-shadow: 0 1px 11px rgba(0, 0, 0, .27);
}
#datalist_chats {
    background-color: #FAFAFA;
    min-height: 100%;
}
.content-wrapper {
    background-color: #edeeef;
}

.autosho-scrool {
    overflow-y: hidden; 
    scrollbar-gutter: stable both-edges;
    outline: none;  
    transition: all 0.3s ease;
}

.autosho-scrool:hover {
    overflow-y: auto; 
}

.cardCollectionh1 {
    color: #757171;
}

.cardAlts {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04); 
    border-radius: 12px; 
    transition: all 0.3s ease;
}

.cardAlts:hover {
  transform: translateY(-3px); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}

@media (min-width: 768px) {
  .cols-md-5 {
    flex: 0 0 auto;
    width: 20%; /* 100% / 5 columns = 20% each */
  }
}

.dynamically_loaded .box {
    background: transparent;
}
.dynamically_loaded .box {
    background: #ffffff;
    border-radius: 15px;
    padding-top: 0px;
}
.box-min-width {
    min-height: calc(100vh - 190px);
}
@media (min-width: 768px) {
    .dynamically_loaded .box {
        border-radius: 10px;
    }
    .box-min-width {
        min-height:none;
    }
}

.box {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1); 
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1); 
}

@media (min-width: 992px) {
    #navbarNavDropdown a.nav-link i {
        /*
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-top: -5px;
        margin-bottom: 5px;
        */
    }
}
.b-radius-5 { border-radius: 5px; }
.b-radius-10 { border-radius: 10px; }
.b-radius-15 { border-radius: 15px; }
.b-radius-20 { border-radius: 20px; }

td, th {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.dropdown-toggless::after {
    border-top: 0.3em solid transparent;
}
.border-lighter {
    border-color: #ccc9c9 !important;
}
.feature_bx {padding: 10px;}
.feature_bx_in {margin-bottom: 0px;padding: 15px;padding: 15px; background: #fff; border: 1px solid #a2adcf;min-height: 112px; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 12%);}

/* added to shrink nav bar */
.navbar {
    min-height: 3.715rem;
}
@media (min-width: 768px) {
    .navbar-nav > .nav-item > .nav-link {
        padding-top: 1.2915rem;
        padding-bottom: 1.1915rem;
    }
}
@media (min-width: 992px) {
    .content-wrapper::before {
        height: 92px;
    }
}
@media (min-width: 992px) {
    .layout-top-nav .content-wrapper {
        margin-top: 57px;
    }
    .main-nav {
        font-size: 0.99rem;
        position: fixed;
        top: 0px;
        left: 0px;
    }
}
.content-header {
    padding: 10px 20px 9px;
    border-radius: 20px;
}
.content-header>.breadcrumb, .content-header>.container>.breadcrumb {
    top: 7px;
}

.spaced-bordered-text span {
  display: inline-block;
  border: 1px solid #ddd; /* Character border */
  padding: 0.2em 0.25em; /* Adjust character padding */
  margin: 0 0.25em; /* Compensates for letter spacing */
  position: relative;
  background-color: white; /* Ensures borders don't overlap */
  z-index: 1;
}
.swal-text-left {
    text-align: left !important;
}
.swal-text-left ol {
    padding-left: 20px;
    margin: 10px 0;
}

.ai-button {
    border: none;
    background: linear-gradient(135deg, #6e45e2 0%, #88d3ce 100%);
    color: white !important;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(110, 69, 226, 0.4);
    transition: all 0.3s ease;
}

.ai-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(110, 69, 226, 0.6);
}

.ai-button:active {
    transform: translateY(1px);
}

/* Optional: Add a subtle shine effect */
.ai-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 50px;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    transition: all 0.3s ease;
}

.ai-button:hover::after {
    left: 110%;
}

/* Payment summary box */
.payment-summary {
  padding: 0px 15px;
  margin-bottom: 20px;
}

.summary-item {
  padding: 8px 12px;
}

.payment-summary strong {
  color: #495057;
  font-weight: 500;
  margin-right: 10px;
}

.payment-summary .text-right {
  font-weight: 600;
}

/* Card element containers */
#stripe-card-container,
#stripe-card-expiry,
#stripe-card-cvc {
  padding: 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: white;
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .payment-summary .col-md-4 {
    margin-bottom: 10px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .summary-item {
    margin-bottom: 10px;
  }
  
  .payment-summary .d-flex {
    flex-direction: column;
  }
  
  .payment-summary .text-right {
    text-align: left !important;
    margin-top: 4px;
  }
}

.switch-wrapper {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: sans-serif;
      margin: 5px;
    }
    .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 26px;
    }
    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: #ccc;
      transition: .4s;
      border-radius: 34px;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: .4s;
      border-radius: 50%;
    }
    input:checked + .slider {
      background-color: #5E72E4;
    }
    input:checked + .slider:before {
      transform: translateX(24px);
    }

    .notes-container * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: kalam;
        }

        @font-face {
            font-family: 'Reenie Beanie';
            src: url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
        }

        /* Notes Container */
        .notes-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 25px;
            padding: 20px;
        }

        /* Note Card - Sticky Note Style */
        .note-card {
            border-radius: 2px;
            padding: 20px;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            cursor: pointer;
            transition: all 0.3s ease;
            background-color: var(--default-note-color);
            box-shadow: 3px 3px 7px var(--shadow-color);
            position: relative;
            transform: rotate(-1deg);
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

        /* Different rotation for variety */
        .note-card:nth-child(3n) { transform: rotate(1deg); }
        .note-card:nth-child(5n) { transform: rotate(-2deg); }
        .note-card:nth-child(7n) { transform: rotate(2deg); }

        .note-card:hover {
            transform: scale(1.05) rotate(0deg) !important;
            box-shadow: 5px 5px 15px var(--shadow-color);
            z-index: 10;
        }

        /* Note Content */
        .note-title {
            font-weight: bold;
            margin-bottom: 12px;
            font-size: 22px;
            outline: none;
            border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
            padding-bottom: 5px;
        }

        .note-content {
            font-size: 20px;
            color: #333;
            line-height: 1.4;
            flex-grow: 1;
            outline: none;
            resize: none;
            border: none;
            background: transparent;
            font-family: inherit;
            overflow-y: auto;
            min-height: 120px;
        }

        .note-content:empty::before {
            content: "Write your note here...";
            color: #666;
            opacity: 0.6;
        }

        /* Note Footer */
        .note-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            color: #666;
            margin-top: 10px;
        }

        .note-date {
            opacity: 0.7;
            font-family: sans-serif;
            font-size: 12px;
        }

        /* Note Actions */
        .note-actions {
            display: flex;
            gap: 8px;
        }

        .note-action-btn {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 16px;
            opacity: 0.7;
            transition: opacity 0.2s;
        }

        .note-action-btn:hover {
            opacity: 1;
        }

        /* Tear effect at bottom */
        .note-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.03));
        }

        /* Responsive */
        @media (max-width: 600px) {
            .notes-container {
                grid-template-columns: 1fr;
            }
            .note-card {
                transform: rotate(0deg) !important;
            }
        }
.hello {
  font-family: \'Poppins\', sans-serif;
  font-family: \'Apple Color Emoji\', \'Segoe UI Emoji\', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #2C3E50; 
  margin: 30px 0;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hello small {
  font-size:50%;
  margin-top:2px;
  line-height:1;
  }
.flexbox-v {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
  #home_stt {
    border-radius: 20px;
  }
  #home_search {
    border-radius: 25px;
  }
  #feature-search-result {
  position: absolute;
  top: 80px;
  left: 45px;
  width: 90%;
  max-width: 380px;
  height: auto;
  min-height: 70px;
  padding:15px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  z-index: 10;
}                