/*layout common start*/	
body {
	font-family: Montserrat, sans-serif;
	background-color: #fff;
	overflow: hidden;
}

.btn-outline-primary:hover,
.btn-primary {
	color: #fff;
	background-color: #0e2154 !important;
	border-color: #0e2154;
}

.bg-primary {
    background-color: #0e2154 !important;
}


.master-container {
    display: flex;
    flex-direction: row;
    width: 100%;
	height: calc(100dvh - 60px);
  background:#f5f5f5;
}

.master-container > #content > div.container {
  flex-grow: 1;
}

.master-container > #content > footer {
  margin-top: auto;
}

label, p, span, td,a,th {
  font-size: .875rem;
}

.breadcrumb-buttons a {
	font-size: .775rem;
}

.ajax-alerts {
  position: sticky;
  z-index: 999;
  width: 100%;
  top: 0;
  font-size: .875rem;
}

.ajax-alerts .alert {
  margin-bottom: 0.1rem;
}

.validation-alerts {
  font-size: .775rem;
  line-height: .875rem;
}

.tel-success, .tel-error {
  display: inline-block;
  padding: 0 .3rem;
}

.tel-success {
  color: #3c763d;
}

.tel-error {
  color: #a94442;
}

.error-help {
  width: 100% !important;
  border-radius: 4px !important;
}
.has-error {
  border-color: #f5c2c7 !important;
  border-radius: 4px !important;
}
.tel-success , .tel-error {
  position: absolute;
  right: 1rem;
  top: 2rem;
}
/*
#headline .row>div {
  width: fit-content;
  flex: none;
}*/

.p-container>.pagination {
  justify-content: center;
}

.default_buttons {
  z-index: 999;
  position: fixed;
  right: 1%;
  bottom: 2%;
}

a {
  text-decoration: none;
}

.file-icon-span {
  line-height: 1.7 !important;
}

/*layout common end*/	



/*layout head*/
#header {
	width: 100%;
	height: 60px;
	top: 0;
	position: relative;
}	

#header .badge {
	font-size: 11px;
	font-weight: 400
}


.avatar{
  line-height: 30px;
  text-align: center;
  padding: 9px;
  font-size: 12px;
}


.header-right {
	display: inline-flex;
    position: absolute;
    right: 1rem;
}

header .header-right a span {
    font-size: .875rem;
}

a.btn.shadow-none.position-relative.text-secondary:hover {
  background-color: #cfe2ff;
  color: #0058cc !important;
  border-color: #0058cc !important;
}

/*layout head*/

/*images box*/
.modal-backdrop {
  background-color: rgba(0, 0, 0, .7);
  height: 100%;
  z-index: 1003;
}
.modal-red {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  overflow: auto;
  position: fixed;
  top: 50%;
  width: 80%;
  height: 80%;
  z-index: 1050;
}
/*images box*/

/*layout sidebar*/
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  #sidebar {
    scrollbar-width: thin;
    scrollbar-color: #D0D3D8 #f5f5f5;
  }

  /* Chrome, Edge, and Safari */
  #sidebar::-webkit-scrollbar {
    width: .875rem;
  }

  #sidebar::-webkit-scrollbar-track {
    background: #f5f5f5;
  }

  #sidebar::-webkit-scrollbar-thumb {
    background-color: #D0D3D8;
    border-radius: 10px;
    border: 3px solid #f5f5f5;
  }

#sidebar {
  min-width: fit-content;
  overflow: auto;
  /*
  transition: width .25s ease,background .25s ease;
  -webkit-transition: width .25s ease,background .25s ease;
  -moz-transition: width .25s ease,background .25s ease;
  -ms-transition: width .25s ease,background .25s ease;*/

}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#sidebar.active {
  width: 20%;
}

#sidebar ul li button {
  width: 100%;
  margin: 0 0 .2rem 0;
  line-height: 1rem;
}

#sidebar ul li button span {
  font-weight: 700;
  color: #364354;
  font-size: .875rem;
  white-space: nowrap;
}

#sidebar ul li .btn-outline-primary:hover span,
#sidebar .btn-outline-primary:hover  i {
  color:#fff !important;
}

.btn:focus {
  box-shadow: none;
}


#sidebar ul li ul {
  padding: 0;
  /*
  max-height: 360px;
  overflow-y: scroll;*/
}

/*
#sidebar ul li ul::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

#sidebar ul li ul::-webkit-scrollbar-thumb {
  background-color: #0058cc;
  border-radius: 10px;
}*/

#sidebar ul li ul li {
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
}

#sidebar ul li ul li:hover {
    background-color: #f0f8ff;
}

#sidebar ul li ul li.active {
    background-color: #f0f8ff;
}

#sidebar ul li ul li a {
  text-decoration: none;
  padding: 3px 0;
  margin: 0;
  display: block;
  font-size: 14px;
  color: #7A8EA8;
  white-space: nowrap;
}

/*for left menu navigation */
.activeMenu , .activeMenuNav {
  background-color: #0e2154 !important; 
}

.activeMenu>div>* , .activeMenuNav>div>* {
  color: #fff !important;
}
/*for left menu navigation */



/*for left menu minimized */
#sidebar.sidebarMinimized{
  width: 5rem;
  min-width: 4.4rem;
  max-width: 5rem;
}
#sidebar.sidebarMinimized ul li ul , #sidebar.sidebarMinimized ul li button span , #sidebar.sidebarMinimized ul li button div i:last-child, #sidebar.sidebarMinimized ul li a span, #sidebar.sidebarMinimized .expert-switch {
  display: none;
}

.customer-upload-excel-btn {
  font-size: .775rem;
}

@media (max-width: 767.98px) { 

  #sidebar.sidebarMinimized{
      display: none;
  }

  #sidebar {
      position: absolute;
      z-index: 99;
      height: calc(100vh - 60px);
  }

}

/*for left menu minimized */


#sidebar ul li button div i:last-child {
  margin-left: .5rem !important;
}

#sidebar ul li button div i:first-child {
  width: 1.25rem !important;
}

/*layout sidebar*/


/*loaders*/

/*overlay*/
.overlay {
  opacity: 0.75;
  z-index: 9999;
  background: rgba(255,255,255, .7) !important;
}

.overlay:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border: 3px solid #007bff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotating .8s linear infinite;
  -webkit-animation: rotating .8s linear infinite;
}

@keyframes rotating {
  from{
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating {
  from{
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
  }
}

.overlay.small {
  background: #eee url(images/ui-loading.gif) center center no-repeat;
}
/*overlay*/


/*loader*/
.loader {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 1rem auto;
}

.loader:before,
.loader:after,
.loading:before,
.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7f2aff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: l-bounce 2.0s infinite ease-in-out;
  animation: l-bounce 2.0s infinite ease-in-out;
}

.loader:after,
.loading:after {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  opacity: .8;
  position: relative;
}

.loading:before,
.loading:after {
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-animation: l-bounce 2.0s infinite ease-in-out;
  animation: l-bounce 2.0s infinite ease-in-out;
}

@-webkit-keyframes l-bounce {
  0%,
  100% {
      -webkit-transform: scale(0.0)
  }
  50% {
      -webkit-transform: scale(1.0)
  }
}

@keyframes l-bounce {
  0%,
  100% {
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
  }
  50% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
  }
}

.spin-icon i {
  animation: spin .5s infinite linear;
  transform-origin: 50% 50%;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

/*loader*/

/*loaders*/









/*layout content*/
#content {
  overflow-x: hidden;
  width: 80%;
  flex-grow: 1;
  overflow-y: auto;
  margin: .2rem 0 0 .2rem;
}



/* ===== Scrollbar CSS ===== */
  /* Firefox */
  #content {
    scrollbar-width: thin;
    scrollbar-color: #41a2fe94 #f5f5f5;
  }

  /* Chrome, Edge, and Safari */
  #content::-webkit-scrollbar {
    width: 16px;
  }

  #content::-webkit-scrollbar-track {
    background: #f5f5f5;
  }

  #content::-webkit-scrollbar-thumb {
    background-color: #41a2fe94;
    border-radius: 10px;
    border: 3px solid #f5f5f5;
  }

/*layout content*/

/* Table List Start */

tr.op td {
  opacity: .6;
}

tr.op td.user-actions {
  opacity: 1;
}

.imageInput{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;

}

.minh-300 {
	min-height:300px;
}

.btn-credits {
  color: #fff;
  background-color: #9ca7c5;
  border-color: #9ca7c5;
  cursor: default !important;
  min-width: 6rem;
  font-size: .875rem;
}

.list-table p {
  margin-bottom: 0;
}

.list-table .dropdown-menu {
  font-size: 0.875rem;
}

/*for backward compatibility icons*/
.i-user:before {
  content: "\f007" !important;
}
.i-agent:before {
  content: "\f508" !important;
}
.i-close::before {
  content: "\1F5D9" !important;
}

.i-arrow-up::before {
  content: "\f102" !important;
}

.i-check::before {
  content: "\2713" !important;
}

.bi-time::before {
  content: "\F291";
}

.bi-bullhorn::before {
  content: "\F483";
}

/*for backward compatibility icons*/


/* Table List End */


/*gift credit*/
.gift-credit input.error {
  border-color: red;
}

.credit-col-update {
  font-weight: bold;
  animation: change_color 1s linear;
  animation-iteration-count: 2;
}

@-webkit-keyframes change_color {
  0%,
  20%,
  40%,
  80%,
  100% {
      background-color: #defdcaaf;
  }
  50%,
  70%,
  90% {
      background-color: #18aF451A;
  }
}

@keyframes change_color {
  0%,
  20%,
  40%,
  100% {
      background-color: #defdcaaf;
  }
  50%,
  80% {
      background-color: #18aF451A;
  }
}

/*gift credit*/

/* Tabs Section Start*/

.nav-pills {
  border-bottom: 2px solid #0e2154;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000 !important;
  background-color: transparent;
  font-weight: 700;
  border-bottom: 4px solid #0e2154;
  border-radius: 0;
}
/*Tabs Section End*/

/* Messages Page Start */
.show-message-detail {
  font-size: .7rem;
  color: #000;
}

.attachment-item {
  margin-bottom: .25rem;
}

.result-text {
  position: relative;
  display: inline-block;
  border: 1px solid red;
  border-radius: 3px;
  color: red;
  width: 20px;
  height: 20px;
  text-align: center;
}

.result-text.caller,
.result-text.result-success {
  color: green;
  border: 1px solid green;
}

.result-text.result-read {
  color: blue;
  border: 1px solid blue;
}

/* Messages Page End */

/* Contact Page Start */
.card-img-top {
  width: 80px;
  height: 50px;
}

.message-box .list-group-item.active {
  z-index: 2;
  color: #364354;
  background-color: #E7EFF8;
  border:unset !important;
  border-radius:8px;
}

/* Contact Page End */

/* Contact Form Page Start */
.message-box .list-group-item {
  border:unset !important;
  border-radius:8px;
}

.message-box {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #D0D3D8 #f5f5f5;
}

/* Contact Form Page End */

textarea.form-control {
  min-height: calc(100% - 2.8rem);
}

/*users list*/
.unbanuser , .unbanipuser {
  text-decoration: line-through;
}
/*users list*/

.experts .badge-blue {
  color: #fff !important;
  background-color: #0e2154;
  border: 1px solid #0e2154;
  text-decoration: none;
  font-weight: 400;
}

.experts .badge-primaryblue {
  color: #fff !important;
  background-color: #0e2154 !important;
  border: 1px solid #0e2154 !important;
  text-decoration: none;
  font-weight: 400;
}

.experts .badge-primarywhite {
  color: #0e2154;
  background-color: #fff;
  border: 1px solid #0e2154;
  text-decoration: none;
  font-weight: 400;
}

.agent-status a {
  font-family:'Poppins';
  font-size:14px;
}

.experts .badge-red {
  background-color: #ff4B4B1A;
  border: 1px solid #e54848;
  color: #e54848 !important;
  text-decoration: none;
  font-weight: 400;
}

.experts .badge-grey {
  background-color: #e5e5e547;
  border: 1px solid #ccc;
  color: #ccc !important;
  text-decoration: none;
  font-weight: 400;
}

.deleted-badge-blue {
  color: #fff;
  background-color: #6EB573;
  border: 1px solid #6EB573;
  text-decoration: none;
  font-weight: 400;
  font-family:'Poppins';
  font-size:15px;
}

.deleted-badge-red {
  background-color: #6EB573;
  border: 1px solid #fff;
  color: #fff !important;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Poppins';
}

.imgMove {
  margin:0 auto;
}

.settings-help {
  display: block;
  padding: .5rem 1rem;
  font-size: .9rem;
  margin-bottom: 0.5rem;
  color: #0e2154;
  background-color: #8fc0ff;
  border: 1px solid #8fc0ff;
}

/*dashboard*/
.dashboard-acordion .accordion-button::after {
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 30px;
  color: #636363;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  margin: 10px 5px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  color:#0e2154;
  font-family: 'Poppins';
  font-weight : 300px;
}

.revenueItems .btn {
  width: 55px;
  height: 55px;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

.settings-image-preview {
  padding: 1rem 0;
  width: 100%;
  height: auto;
  max-height: 160px;
}

.settings-image-preview img {
  max-height: 145px;
  width: auto;
}


@media (max-width: 767.98px) { 

  .noborder-sm {
      border: 0px !important;
  }

}

@media (max-width: 450px) { 

  .app_menu .nav-pills {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

}


.bg-gradiant {
  background: transparent linear-gradient(96deg,#0e2154 0,#8fc0ff 100%) 0 0 no-repeat padding-box;
}

.badge-shadow {
  border-top: 3px solid #21252957;
  border-right: 3px solid #21252957;
}

.i-phone::before {
  content: "\f879";
}
.i-video::before , .i-video-camera::before {
  content: "\f03d";
}
.i-audio::before {
  content: "\f130";
}
.i-message::before {
  content: "\f0e0";
}

.whatsnew-img {
  object-fit: cover;
  object-position: center;
}
/*dashboard*/

.price-table td select {
  font-size: .775rem;
}

.price-table td input {
  font-size: .650rem;
}

.stars label {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #fff url(/css/img/star.svg) 0 0 no-repeat;
  cursor: pointer;
}

.stars label:hover,
.stars label.vote {
  background-position: 0 -32px;
}

.comment-form input[type="radio"] {
  display: none;
}

/* Settings Page Start */

.app_menu .nav-pills .nav-link.active {
  border-bottom: none;
    border-bottom-color: currentcolor;
  border-color: #0058cc;
    border-left-color: rgb(0, 88, 204);
  border-left: 10px solid #0e2154 !important;
}

/* Settings Page End */

.week-calendar {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, .2);
  border-radius: 3px;
  position: relative;
}

.calendar-heading {
  text-align: center;
  font-weight: 700;
  font-size: .9rem;
  color: #888;
  padding: 1rem;
  box-shadow: 0 0 6px -3px rgba(0, 0, 0, .2);
  background: #155dd9;
  color: #fff;
}

.calendar-body ul,
.calendar-body li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dates {
  box-shadow: 0 0 4px -2px #2079ff;
}

.calendar-body ul {
  display: flex;
  -webkit-display: flex;
  align-items: stretch;
}

.dates li {
  flex-grow: 1;
}

.dates li a {
  display: block;
  padding: .5rem .3rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #dfecff;
  color: #4078cc;
  cursor: pointer;
}

.dates li a:hover,
.dates li a:focus {
  text-decoration: none;
  color: #000;
}

.dates li.active a {
  background: #dfecff;
  color: #0f54d4;
}

.dates li:last-child {
  border-right: 0;
}

.dates li a>span {
  display: block;
  font-size: .65rem;
  font-weight: 400;
}

.hours {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem .5rem;
  max-height: 50vh;
  overflow-y: auto;
}

.bookedSlot.btn-pickatime.slot {
  background-color: aliceblue;
  text-decoration: line-through;
  cursor: default;
  color: #446c9e;
}

.bookedSlot.btn-pickatime.slot:hover {
  background-color: aliceblue;
  color: #446c9e;
}

.slot {
  padding: .8rem .6rem;
  margin: 1%;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: .8rem;
  color: #446c9e;
  border: 1px solid #dfecff;
  border-radius: 3px;
  letter-spacing: .5px;
  min-width: 18%;
}

.slot:hover {
background-color: #446c9e;
color: #fff;
}

.slot.active {
  position: relative;
  background: #446c9e;
  color: #fff;
}

.slot.active:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  background: #283f5d;
  border-radius: 50%;
}

.slot.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.modal-pre-next {
  border-radius: 3px;
  padding: 3px;
  height: 28px;	
  float: left;
  width: auto;
  display: block;
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  color: #4078cc !important;;
  cursor: pointer;
  
}

.modal-pre-next:hover {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  background: #ddd;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.alert-primary{
color:#0e2154;
background-color:#8fc0ff;
border-color: #8fc0ff;
}

.text-primary {
  color:#0e2154 !important;
}

.form-check-input:checked {
  background-color:#0e2154;
  border-color: #0e2154;
}

.btn-outline-primary {
  color: #0e2154;
  border-color: #0e2154;
}

.nav-link{
  color:#0e2154;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .experts img {
    width: 160px;
    height: 160px;
  }

  h3 {
    font-size:1.25rem;
  }
}

.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: calc(50%);
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}
    
    .modal.right.fade .modal-dialog {
		right: 0;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

    .video-btn{
        background-color:#fff !important;
        border-color:#fff !important;
    }

    .btn-primary.video-btn{
        background-color:#fff !important;
        padding: 0;
        margin: 10px;
    }

    .poster {
        box-shadow: -5px -4px 20px 0px rgb(0 0 0 / 11%);
        border-radius: 5px;
    }

    #myModal3 .modal-body {
        position:relative;
        padding:0px;
    }

    #myModal3 .modal-content {
        background-color: unset;
    }

    .close {
    position: absolute;
    right: -35px;
    top: -27px;
    z-index: 999;
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background: unset;
    border: unset;
}

@media (max-width:600px) {
  .close{
    position:unset;
  }
}

.package-info-area {
  text-align: end;
}

.package-info-area span {
  color: #000000;
  font-weight: 300;
  font-size: 12px;
}

.session-title {
  color: #0E2255;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
}

.session-info-text {
  color: #000000;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

hr.line {
  width: 100%;
  border-top: 1px solid #0E2255;
}

.session-date-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dont-show {
  display: none !important;
}

.session-counter-title span{
  color: #0E2255;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
}

.choose-from-calendar p{
  color: #0E2255;
  font-weight: 600;
  font-size: 7px;
  line-height: 10.5px;
}

.appointment-session-date::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.appointment-session-date:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #696969;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.appointment-session-date::-ms-input-placeholder { /* Microsoft Edge */
  color: #696969;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.cf-calendar-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cf-calendar-icon {
  color: #0E2255;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  margin: auto 0;
  margin-right: 5px;
}

.cf-calendar-text {
  color: #0E2255;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;    
}

.charge-info-area ul li{
  color: #000000;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
}

.session-date-area-row {
  margin-bottom: .5rem;
}

#session-label {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}

.btn-session-updown {
  background-color: #E9ECEF;
}

.session-counter-area #sessionCount {
  background-color: #fff !important;
}

.session-counter-area #session-label {
  background-color: #f8f9fa !important;
}

.new-menu-a {
  text-decoration: none;
    padding: 1rem;
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    gap: 15px;
    align-items: center;
}

.switch-label {
  font-size:15px;
  color:#0e2154;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.form-switch .panel-switch.form-check-input {
  background-image: url("data:image/svg+xml,%3Csvg fill='%230e2154' height='64px' width='64px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-33 -33 396.00 396.00' xml:space='preserve' stroke='%230e2154' stroke-width='0.0033'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0' transform='translate(41.25,41.25), scale(0.75)'%3E%3Crect x='-33' y='-33' width='396.00' height='396.00' rx='198' fill='%230e2154' strokewidth='0'%3E%3C/rect%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath id='XMLID_520_' d='M165,0C74.019,0,0,74.019,0,165s74.019,165,165,165s165-74.019,165-165S255.982,0,165,0z M165,300 C90.561,300,30,239.44,30,165S90.561,30,165,30c74.439,0,135,60.561,135,135S239.439,300,165,300z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.form-switch .panel-switch.form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input.panel-switch {
  border:1px solid #979797;
}


.new-menu-a span, .menu-span {
font-size:16px !important;
color:#0e2154;
font-family: 'Poppins', sans-serif;
font-weight: 400 !important;
}

#sidebar ul li.active {
  background-color:#f3f3f3;
}

#sidebar ul li:hover {
  background:#f3f3f3;
}

#sidebar {
  background-color:#f9f9f9;
}

.cls-1 {
  fill: #0e2154;
}

.cls-2 {
  fill: none;
}

.clss-1, .clss-2 {
  fill: none;
}

.clss-1 {
  stroke: #0e2154;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.card-menu-title {

  color:#0e2154;
  font-size:17px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  transition: 0.6s;
}

.menu-excerpt {

  color:#0e2154;
  font-size:15px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.menu-card-item .card {
  border-radius: 15px !important;
  
}

.breadcrumb-head {
  color:#0e2154;
  font-family: 'Poppins', sans-serif;
  font-size:17px;
}

.breadcrumb-exp {
  color:#636363;
  font-family: 'Poppins', sans-serif;
  font-size:14px;
  font-weight:400;
}

.menu-card-item .card .card-body:hover > .menu-card-head h3 {
  transform: translate(5px, -5px);
}

.menu-card-item .card .card-body:hover {
  background:#0e2154;
  border-radius: 15px;
}

.menu-card-item .card .card-body:hover > p, .menu-card-item .card .card-body:hover > .menu-card-head h3 {
  color:#fff;
}

.menu-card-item .card .card-body:hover > p, .menu-card-item .card .card-body:hover > .menu-card-head .cls-1 {
  fill:#fff;
}

.login-bg {
  background-image: url(/expert-static/img/login_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 100vh;
  width: 100%;      
}

.login-form-container {
  border-color: #CFCFCF;
  width: 90%;
  height: 80%;
  max-width: 500px;
} 

.login-form-header {
  padding: 0 1.5rem;
}

.login-form-header img {
  max-width: 80%;
}

.login-form-body .form-label.required:after {
  content:" *";
  color:red;
}

.login-form-body label {
  color: #464646;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.newformcard.card, .newformcard > .card-body {
  border:unset;
}

.newformcard .card-header {
  border-bottom:2px solid #d8d8d8;
}

.newformcard .card-header .cardhead {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
  color: #0e2154;
}

.newformcard .card-body .form-label, .newmodal .modal-body label {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
  color: #0e2154;
}

.newformcard .card-body input[type="text"], .newformcard .card-body input[type="color"], .newformcard .card-body input[type="date"], .newformcard .card-body input[type="file"], .newformcard .card-body input[type="time"], .newformcard .card-body textarea, .newformcard .card-body input[type="number"], .newmodal .modal-body select, .newmodal .modal-body input[type="text"], .newmodal .modal-body textarea {
  border-radius: 5px !important;
  border:1px solid #707070;
  color:#6d6d6d;
  font-family: 'Poppins';
  font-size:14px;
}

.form-check-label {
  color: #6d6d6d;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins';
}

.newformcard .card-body form .btn-primary {
  border-radius:6px;
  font-family:'Poppins';
}

.newFormNoRecord {
  font-family: 'Poppins';
  color:#0e2154;
  font-weight: 400;

}

.newmodal .modal-title {
  font-family: 'Poppins';
  font-size:17px;
  color:#0e2154;
  font-weight: 400;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(43%) sepia(6%) saturate(14%) hue-rotate(315deg) brightness(92%) contrast(75%);
}

.breadcrumb-a {
  font-size:17px;
  color:#0e2154;
  font-weight: 400;
  font-family: 'Poppins';
}

.newformhead .nav-link, .newformhead .nav-link.active{
  font-size:17px;
  color:#0e2154 !important;
  font-weight: 400 !important;
  font-family: 'Poppins';
}

.newformcard > .card-body > .table-responsive > table > tbody {
  border:unset;
}

.newformcard > .card-body > .table-responsive > table > thead > tr > th {
  border:unset;
  background: #F8F8F8;
  padding:15px 7px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #0e2154;
}

.newformcard > .card-body > .table-responsive > table > tbody > tr > td {
  padding:15px 7px;
  font-family: 'Poppins';
  font-weight: 400;
  color:  #6d6d6d;
  border-bottom:1px solid #707070;
}

.newformcard > .card-body > .price-filter-form > .table-responsive > table > tbody {
  border:unset;
}

.newformcard > .card-body >  .price-filter-form > .table-responsive > table > thead > tr > th {
  border:unset;
  background: #F8F8F8;
  padding:15px 7px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #0e2154;
}

.newformcard > .card-body >  .price-filter-form > .table-responsive > table > tbody > tr > td {
  padding:15px 7px;
  font-family: 'Poppins';
  font-weight: 400;
  color:  #6d6d6d;
  border-bottom:1px solid #707070;
}

.text-dark strong a, td a, td strong {
  font-family: 'Poppins';
  color:#0e2154;
  font-weight: 500;
}

.newformcard .card-body .table-responsive .table tfoot tr {
  background:#F8F8F8 !important;
}

.customCard {
  border: unset;
  background: #E8ECEF;
  text-align: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">") !important;
  font-size: 17px;
  color: #0e2154;
}

.contact-form-span {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 300;
}

.contact-form-sender {
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 400;
  color:#0e2154;
}

.attach-icon {
  filter:invert(99%) sepia(0%) saturate(20%) hue-rotate(186deg) brightness(96%) contrast(90%);
}

.newmodal.modal-header {
  border-radius:23px 23px 0 0;
  background: #fff;
  margin:0 10px;
  border-bottom: 1px solid #707070 ;
}


.newmodal.modal-content {
  border-radius:23px;
}

.newmodal.btn-close {
  color:#0e2154;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.46' height='25.46' viewBox='0 0 25.46 25.46'%3E%3Cpath id='Path_234' data-name='Path 234' d='M24,21.17l9.9-9.9,2.83,2.83L26.83,24l9.9,9.9L33.9,36.73,24,26.83l-9.9,9.9L11.27,33.9l9.9-9.9-9.9-9.9,2.83-2.83Z' transform='translate(-11.27 -11.27)' fill='%230e2154'/%3E%3C/svg%3E%0A") center/1em auto no-repeat !important;
  opacity:1 ;
}

.agentBox .card, .app_packages, .app_categories .card {
  border:1px solid #707070;
  border-radius: 13px;
}

.app_packages .agentName {
  font-family: 'Poppins';
    font-size: 15px;
    color: #707070;
    font-weight: 300;
}

.agentInfos span {
  font-size:14px;
  color:#0e2154;
  font-family: 'Poppins';
}

.agentCardName {
  font-size:20px;
  color:#0e2154;
  font-family: 'Poppins';
  font-weight: 500;
}

.newformcard .card-body select {
  border-radius:5px ;
  border:1px solid #707070;

}

.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color:#0e2154 !important;
}

.tableHead {
  font-family:'Poppins';
  font-size:17px;
  color:#0e2154;
  font-weight: 400;
}

.menu_app {
  background-color: #E7EFF8 !important;
  border-color: #E7EFF8 !important;
}

.menu_app .card-title, .menu_app .card-text {
  font-family:'Poppins';
  font-size:15px;
  color: #707070;
}

.formInputGroup {
  background-color: #fff;
  border-color:#707070;
  border-left:unset !important;
}

input[type="file"]::file-selector-button{
  background:#0e2154;
  color:#fff;
  font-family: 'Poppins';
}

tags.tagify-form-control {
  width: 100%;
  border:1px solid #707070;
  border-radius:5px !important;
}

.settings-form.card-body {
 padding:3rem 1rem;
}

.settings-fields .card-body {
  padding:unset;
}

.resendPurchaseMailBtn {
  border: 1px solid #0e2154;
    padding: 7px;
    color: #0e2154;
    font-family: 'Poppins';
    border-radius: 8px;
    font-size:13px;
}

.appointment-purchase-success {
  font-family: 'Poppins';
  font-size:14px;
  color:#60E5AB;
}

.valid-appointment-pending {
  font-family: 'Poppins';
  font-size:14px;
  color:#E58060;
}

.appointment-creator {
  font-family: 'Poppins';
    color: #0e2154;
    font-size: 14px;
}

.cancel-appointment {
  background-color:#EE6F6F !important;
  border-color:#EE6F6F !important;
}

.change-appointment { 
  background-color:#6EB573 !important;  
  border-color:#6EB573 !important;  
}

.approove-appointment { 
  background-color:#60E5AB !important;  
  border-color:#60E5AB !important;  
}

.form-switch .form-check-input {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230e2154'/%3e%3c/svg%3e") ;
}

.form-check-input {
  border-color:#979797 ;
  background-color:#f5f5f5 ;
}

a.show-deleted-items:hover {
  color:#fff;
}

.display-block {
  display: block !important;
}

.display-none {
  display: none;
}




/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .login-form-container {
      height: 80vh;
  }
}

@media (min-width: 320px) { 
  
  .login-form-container {
      width: 100%;
      height: auto;
  }

  .login-bg {
      background-size: contain;
      max-height: 100vh;
      width: 100%;
  
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
  
  .login-form-container {
      width: 80%;
  }

  .login-bg {
      background-size: contain;
      max-height: 100vh;
      width: 80%;
  
  }

  .login-bg {
      max-height: 90vh;
      width: 90vh;
      background-size: contain;
  
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  .login-form-container {
      height: 70vh;
      width: 60%;
  }

  .login-bg {
      max-height: 80vh;
      width: 80vh;
  
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .login-form-container {
      width: 70%;
  }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  .login-form-container {
      width: 60%;
  }

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {     .login-form-container {
  width: 60%;
}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {     .login-form-container {
  width: 54%;
}
.appointment-purchase-info-area .valid-appointment-pending {
  color: orange;
}

/* Yükleniyor ekranı */
#loadingOverlay {
  display: none; /* Başlangıçta gizli */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Gri yarı saydam arka plan */
  z-index: 1050; /* içeriğin üzerinde görünmesini sağlar */
  justify-content: center;
  align-items: center;
  text-align: center;
}

#loadingOverlay {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#loadingIcon {
  display: none;
}

#errorMessage {
  display: none;
}
}


/* Admin Step Modal Genel Stilleri */
.onboarding-custom-modal {
    top: 15%;
    right: 20px;
    left: auto; 
    width: 360px;
    /* height: auto; */
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 15% - 40px);
    margin: 0;
    transform: translateY(10px);

}

.onboarding-custom-modal.show {
    opacity: 1;
    transform: translateY(0);
}

.onboarding-custom-modal .modal-dialog.onboarding-dialog-custom {
    margin: 0;
    width: 100%;
    height: 100%; 
    max-width: none;
    transform: none !important;
}

.onboarding-custom-modal .modal-content {
    border: 1px solid #adb5bd;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    color: #343a40;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.onboarding-custom-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    background-color: #ebebeb;
    flex-shrink: 0;
    border-top-left-radius: calc(15px - 1px);
    border-top-right-radius: calc(15px - 1px);
}

.onboarding-custom-modal .modal-header h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #2e3f6aff;
}

.onboarding-custom-modal .custom-close-button {
    border: none;
    line-height: 1;
    color: #2e3f6aff !important;
    padding: 0 5px;
    opacity: 0.7;
}
.onboarding-custom-modal .custom-close-button:hover {
    color: #2e3f6aff !important;
    opacity: 1;
}

.onboarding-custom-modal .modal-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.onboarding-custom-modal .loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.onboarding-custom-modal .progress-container {
    background-color: #e9ecef;
    border-radius: 5px;
    margin: 15px 15px 5px 15px;
    height: 6px;
    flex-shrink: 0;
}

.onboarding-custom-modal .progress-bar {
    height: 100%;
    width: 0%;
    background-color: #45b18dff;
    border-radius: 5px;
    transition: width 0.4s ease-in-out;
}

.onboarding-custom-modal .modal-body.steps-list {
    padding: 5px 10px 10px 10px;
    margin: 0 5px;
    flex-grow: 1;
}

/* Diğer tüm adım stilleri .onboarding-custom-modal ile sarmalanacak */
.onboarding-custom-modal .step-item {
    padding: 10px 10px;
    margin-bottom: 3px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    cursor: default;
}
.onboarding-custom-modal .step-item.active {
    background-color: #e6f7ff;
}
.onboarding-custom-modal .step-header {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #2e3f6aff;
}
.onboarding-custom-modal .step-header .active-step-indicator {
    display: none;
    margin-left: 5px;
}
.onboarding-custom-modal .step-item.active .step-header .active-step-indicator {
    display: inline-block;
}
.onboarding-custom-modal .step-icon {
    margin-right: 10px;
    color: #2e3f6aff;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}
.onboarding-custom-modal .step-title {
    flex-grow: 1;
    margin-right: 5px;
    color: #2e3f6aff;
}
.onboarding-custom-modal .checkmark {
    color: #45b18dff;
    font-size: 0.9em;
    display: none;
    flex-shrink: 0;
}
.onboarding-custom-modal .step-item.completed .step-header {
    color: #adb5bd;
}
.onboarding-custom-modal .step-item.completed .step-icon {
    color: #adb5bd;
}
.onboarding-custom-modal .step-item.completed .checkmark {
    display: inline-block;
}
.onboarding-custom-modal .step-item.completed .step-details {
    display: none !important;
}
.onboarding-custom-modal .step-details {
    display: none;
    padding-left: 28px;
    margin-top: 8px;
}
.onboarding-custom-modal .step-item.active .step-details {
    display: block;
}
.onboarding-custom-modal .step-details p {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.onboarding-custom-modal .complete-step-btn {
    background-color: unset;
    color: #2e3f6aff;
    border: 2px solid #2e3f6aff;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
}
.onboarding-custom-modal .complete-step-btn:hover {
    background-color: #ffffff;
}

.onboarding-custom-modal .modal-footer {
    padding: 10px 15px;
    border-top: 1px solid #e9ecef;
    background-color: #ebebeb;
    flex-shrink: 0;
    justify-content: flex-end;
    display: flex; 
    border-bottom-left-radius: calc(15px - 1px);
    border-bottom-right-radius: calc(15px - 1px);
}

.onboarding-custom-modal .dismiss-button {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 5px;
}
.onboarding-custom-modal .dismiss-button:hover {
    text-decoration: none;
    color: #343a40;
    background-color: #ffffff;
}

.step-title-popover {
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 1060;
    max-width: 300px;
    font-size: 0.9em;
    color: #333;
    display: none;
    word-wrap: break-word;
}

