/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800,900');
@import url('../css/theme-mood.css');
:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

[data-bs-theme=light],
[data-bs-theme=dark] {
  transition: all .4s ease-in-out;
  scroll-behavior: smooth;
}
[data-bs-theme=dark] .activity-box,
[data-bs-theme=dark] .form-group .mce-panel,
[data-bs-theme=dark] .entity-box,
[data-bs-theme=dark] .edits-btns .dropdown-menu,
[data-bs-theme=dark] .entitiy-list-box figure .card .card-footer .post-btn,
[data-bs-theme=dark] .entitiy-list-box figure .card,
[data-bs-theme=dark] .maintenance-task-list,
[data-bs-theme=dark] .flat-maintanace-box {
  background: #323743;
  border-color: #4f5467;
}

#mceu_2-open .mce-txt {
  color: rgba(242, 156, 31, 1);
}

[data-bs-theme=dark] body {
  background-color: #000;
  transition: all .4s ease-in-out;
}

[data-bs-theme=dark] .booking-user-info span {
  color: #808191;
}

[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, 
[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
[data-bs-theme=dark] .contact-form .form-label,
[data-bs-theme=dark] .form-group h4,
[data-bs-theme=dark] .activity-box h3,
[data-bs-theme=dark] .table-box h3,
[data-bs-theme=dark] .mce-menubar .mce-menubtn button span,
[data-bs-theme=dark] .all-entity-list .section-title h3 {
  color: #fff;
}

[data-bs-theme=dark] .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, 
[data-bs-theme=dark] .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  background-color: #4f5467;
}

[data-bs-theme=dark] .contact-form .form-select option {
  background-color: #4f5467;
  color: #fff;
}

[data-bs-theme=dark] .mce-btn button i,
[data-bs-theme=dark] .mce-btn button {
  color: #fff;
  opacity: 1;
}

[data-bs-theme=dark] .mce-btn:hover,
[data-bs-theme=dark] .mce-btn,
[data-bs-theme=dark] .mce-menubar .mce-menubtn:hover, 
[data-bs-theme=dark] .mce-menubar .mce-menubtn.mce-active, 
[data-bs-theme=dark] .mce-menubar .mce-menubtn:focus {
  border-color: #323743;
  background: #4f5467;
  color: #fff;
}

[data-bs-theme=dark] .mce-menubar {
  border-color: #4f5467;
}

[data-bs-theme=dark] .edits-btns .dropdown-item, 
[data-bs-theme=dark] .archive-list-box .card .edits-btn, 
[data-bs-theme=dark] .archive-list-box figure .card .card-footer .post-btn, 
[data-bs-theme=dark] .archive-list-box .card .left-content-info h3 a, 
[data-bs-theme=dark] .add-card-box .card-body h3, 
[data-bs-theme=dark] .add-card-box .card-body p, 
[data-bs-theme=dark] .edits-btn:focus, 
[data-bs-theme=dark] .edits-btn, 
[data-bs-theme=dark] .overview-box .overview-title, 
[data-bs-theme=dark] .sedule-box p, 
[data-bs-theme=dark] .left-content-info h3 a, 
[data-bs-theme=dark] .maintenance-card-body h3, 
[data-bs-theme=dark] .maintenance-card-body p,
[data-bs-theme=dark] .maintenance-card-body p span,
[data-bs-theme=dark] .maintenance-card-body p a,
[data-bs-theme=dark] .booking-user-details h4 span, 
[data-bs-theme=dark] .booking-user-info p, 
[data-bs-theme=dark] .booking-user-details h4 {
  color: #fff;
}

[data-bs-theme=dark] .contact_search_list .input-group {
  background-color: transparent;
}
[data-bs-theme=dark] .arrangement-content h5,
[data-bs-theme=dark] .add-now-modal .modal-footer .btn.cancle-btn,
[data-bs-theme=dark] .add-now-modal .modal-footer .btn,
[data-bs-theme=dark] .add-now-modal .modal-body .deal-form .form-label,
[data-bs-theme=dark] .contact_search_list .input-group .form-control {
  color: #fff;
}

[data-bs-theme=dark] .venue-tab-link,
[data-bs-theme=dark] .venu-tab-content,
[data-bs-theme=dark] .contact_search_list .input-group {
  background-color: #1d2228;
  border-color: #4f5467;
}


[data-bs-theme=dark] .add-now-modal .modal-content,
[data-bs-theme=dark] .sidebarnav .dropdown-menu {
  background-color: #1d2228;
  border-color: transparent;
}

[data-bs-theme=dark] .add-now-modal .modal-header {
  background-color: #1d2228;
  border-color: #4f5467;
}

[data-bs-theme=dark] .add-now-modal .modal-header h5,
[data-bs-theme=dark] .sidebarnav .dropdown-item {
  color: #fff;
}

[data-bs-theme=dark] .tenant-table-list .table tbody tr th,
[data-bs-theme=dark] .tenant-table-list .table thead tr th,
[data-bs-theme=dark] .payment-history-list .table tbody tr,
[data-bs-theme=dark] .payment-history-list .table .payment-table-head tr th,
[data-bs-theme=dark] .task-table-list .table tbody tr th,
[data-bs-theme=dark] .task-table-list .table tbody tr td .btn.view-btn,
[data-bs-theme=dark] .task-table-list .table tbody tr td a.view-btn,
[data-bs-theme=dark] .task-table-list .table tbody tr td,
[data-bs-theme=dark] .task-table-list {
  border-color: #4f5467;
  color: #fff;
}

[data-bs-theme=dark] .tenant-table-list .table-hover > tbody > tr:hover td {
  color: #fff;
}

[data-bs-theme=dark] .tenant-table-list .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: #4f5467;
  color: #fff;
}

[data-bs-theme=dark] .payment-history-list .table tbody tr td {
  color: #fff;
}

[data-bs-theme=dark] .tenant-table-list .table tbody tr {
  background-color: transparent;
  border-color: #4f5467;
}

[data-bs-theme=dark] .tenant-filter-form .search-form .input-group {
  background-color: transparent;
  color: #fff;
  border-color: #4f5467;
}

[data-bs-theme=dark] .dataTables_length .form-control {
  background-color: rgba(242, 156, 31, 1);
  border-color: #4f5467;
  color: #fff;
}

[data-bs-theme=dark] .ticket-print-box,
[data-bs-theme=dark] .contact-table .table thead,
[data-bs-theme=dark] .pagination .page-link {
  background-color: #323743;
  border-color: #4f5467;
  color: #fff;
}

[data-bs-theme=dark] .contact-table .table {
  background-color: transparent;
  border-color: #323743;
}

[data-bs-theme=dark] .tenant-table-list .table thead tr,
[data-bs-theme=dark] .payment-history-list .table .payment-table-head tr {
  background-color: #323743;
  border-color: #4f5467;
}

[data-bs-theme=dark] .page-link-table,
[data-bs-theme=dark] .activities-box, 
[data-bs-theme=dark] .right-sidebar, 
[data-bs-theme=dark] .tab-box .tab-top-box {
  background-color: #1d2228;
  border-color: transparent! important;
}

[data-bs-theme=dark] .sidebar-title {
  background-color: #323743;
  border-color: transparent;
}

[data-bs-theme=dark] .files-upload-box .card .card-body span,
[data-bs-theme=dark] .files-upload-box .card .card-body p,
[data-bs-theme=dark] .bottom-tab .inner-tab-nav .nav-pills .nav-link,
[data-bs-theme=dark] .inner-tab-nav .nav-pills .nav-link {
  color: #fff;
  transition: none;
}

[data-bs-theme=dark] .save-btn:hover {
  background-color: #323743;
  border-color: #4f5467;
}

[data-bs-theme=dark] .promo-form-box .form-body .reset-btn {
  color: #fff;
}

[data-bs-theme=dark] .ticket-print-box .printticket .save-btn:hover {
  background-color: #4f5467;
  border-color: #323743;
}

[data-bs-theme=dark] .files-upload-box .card {
  background-color: #323743;
  border-color: #4f5467;
}

[data-bs-theme=dark] .contact-table .table thead tr th,
[data-bs-theme=dark] .contact-table .table tbody tr td,
[data-bs-theme=dark] .dataTables_length label,
[data-bs-theme=dark] .repeter-item .form-select {
  color: #fff;
}

[data-bs-theme=dark] .activities-box.personal-activites-box {
  background-color: transparent;
}

[data-bs-theme=dark] .personal-form-box .card .img-preview,
[data-bs-theme=dark] .img-preview {
  background-color: #1d2228;
}

[data-bs-theme=dark] .contact-form-box {
  background-color: #1d2228;
}

[data-bs-theme=dark] .footer, 
[data-bs-theme=dark] .contact_list_box {
  background-color: #1d2228;
  border-color: transparent;
}
[data-bs-theme=dark] .list-group-item {
  border-color: #4f5467;

}

[data-bs-theme=dark] .event-form .input-group .btn:hover,
[data-bs-theme=dark] .list-group-item .nav-link:hover,
[data-bs-theme=dark] .list-group-item .nav-link.active {
  background-color: #000;
  border-color: #4f5467;
}

[data-bs-theme=dark] .topbar .top-navbar .navbar-nav > .nav-item > .nav-link.user-pic {
  background-color: #000;
  color: #fff;
}

[data-bs-theme=dark] .topbar .top-navbar .navbar-nav > .nav-item > .nav-link,
[data-bs-theme=dark] .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

[data-bs-theme=dark] .sidebar-nav > #sidebarnav > .sidebar-item > .sidebar-link:hover,
[data-bs-theme=dark] .sidebar-nav ul .sidebar-item .sidebar-link:hover,
[data-bs-theme=dark] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
  background: rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in-out;
}

/* 
[data-bs-theme=dark] .list-group-item .nav-link:hover .user-info h4,
[data-bs-theme=dark] .list-group-item .nav-link:hover .user-contact-info span,
[data-bs-theme=dark] .list-group-item .nav-link:hover .user-info span,
[data-bs-theme=dark] .list-group-item .nav-link.active .user-info h4,
[data-bs-theme=dark] .list-group-item .nav-link.active .user-contact-info span, 
[data-bs-theme=dark] .list-group-item .nav-link.active .user-info span{
  color: rgba(17, 20, 45, 1);
} */

[data-bs-theme=dark] .right-edit-btn .btn {
  color: #fff;
  border-color: #4f5467;
}

[data-bs-theme=dark] .page-link-table th,
[data-bs-theme=dark] .page-link-table td {
  color: #fff;
  border: 1px solid #4f5467! important;
}

[data-bs-theme=dark] .sidebar-list .top-title h5,
[data-bs-theme=dark] .activities-lifecycle .top-title h5 {
  color: #000;
}
[data-bs-theme=dark] .sidebar-nav ul.sidebarnav2 .sidebar-item .sidebar-link .powered-by span,
[data-bs-theme=dark] .activities-title h4,
[data-bs-theme=dark] .sidebar-title h4,
[data-bs-theme=dark] .contact-btn,
[data-bs-theme=dark] .contact-btn span,
[data-bs-theme=dark] .user-contact-info p,
[data-bs-theme=dark] .user-contact-info span, 
[data-bs-theme=dark] .user-info span,
[data-bs-theme=dark] .user-info h4,
[data-bs-theme=dark] form .form-label,
[data-bs-theme=dark] .section-title h3 {
  color: #fff;
  transition: none;
}

[data-bs-theme=dark] .tab-nav {
  border-color: transparent;
  background-color: #323743;
}

[data-bs-theme=dark] .event-form .input-group .form-control,
[data-bs-theme=dark] .activity-form .form-control,
[data-bs-theme=dark] .ticket-print-box .printticket .form-control,
[data-bs-theme=dark] .contact-form .form-control {
  background-color: transparent;
  border-color: #4f5467;
}

[data-bs-theme=dark] .equalizer, 
[data-bs-theme=dark] .filter-btn,
[data-bs-theme=dark] .adv-filter a,
[data-bs-theme=dark] .tenant-filter-form .form-group .form-control {
  color: #fff;
}

[data-bs-theme=dark] .tenant-filter-form .form-group .form-control option {
  color: #fff;
  background-color: #323743;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.7;
	color: #c4c3ca;
	background-color: var(--bs-body-color-rgb);
	overflow-x: hidden;
  transition: all .4s ease-in-out;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
	cursor: pointer;
  transition: all 200ms linear;
}
a:hover {
	text-decoration: none;
}
.forget-pass .link {
  color: #fff;
}
.forget-pass .link:hover {
  color: #ffeba7;
}
p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
h4 {
  font-weight: 600;
}
h6 span{
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.section{
  position: relative;
  width: 100%;
  display: block;
}
.full-height{
  min-height: 100vh;
}

.topbar .top-navbar {
  min-height: 90px;
}

/* [type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 16px;
  border-radius: 8px;
  padding: 0;
  margin: 10px auto;
  cursor: pointer;
  background-color: #ffeba7;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before{
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffeba7;
  background-color: #102770;
  font-family: 'unicons';
  content: '\eb4f';
  z-index: 20;
  top: -10px;
  left: -10px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  transition: all 0.5s ease;
}
.checkbox:checked + label:before {
  transform: translateX(44px) rotate(-270deg);
} */

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected>.sidebar-link, 
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
  color: rgba(48, 118, 188, 1);
}

.card-3d-wrap {
  position: relative;
  width: 440px;
  max-width: 100%;
  height: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
  margin-top: 30px;
}
.card-3d-wrapper {
  width: 100%;
  height: 100%;
  position:absolute;    
  top: 0;
  left: 0;  
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 600ms ease-out; 
}
.card-front, .card-back {
  width: 100%;
  height: 100%;
  background-color: #2a2b38;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-back {
  transform: rotateY(180deg);
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg);
}
.center-wrap{
  position: absolute;
  width: 100%;
  padding: 0 35px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 35px) perspective(100px);
  z-index: 20;
  display: block;
}


.form-group{ 
  position: relative;
  display: block;
    margin: 0;
    padding: 0;
}
.form-style {
  padding: 13px 20px;
  padding-left: 45px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #c4c3ca;
  background-color: #1f2029;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}

.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}

.input-icon {
  position: absolute;
  top: 0;
  left: 5px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #ffeba7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-ms-input-placeholder  {
  color: #757B7E;
  opacity: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-moz-placeholder  {
  color: #757B7E;
  opacity: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:-moz-placeholder  {
  color: #757B7E;
  opacity: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-webkit-input-placeholder  {
  color: #757B7E;
  opacity: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-ms-input-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-moz-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-moz-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-webkit-input-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn.submit-btn{  
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition : all 200ms linear;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #ffeba7;
  color: #102770;
  box-shadow: 0 8px 24px 0 rgba(255,235,167,.2);
}
.btn.submit-btn:active,
.btn.submit-btn:focus{  
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}
.btn.submit-btn:hover{  
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}

.title {
    font-size: 24px;
    color: #fff;
}

.login-btn {
  padding: 10px;
}

/* ===== Dashboard === */
/* .logo-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
} */

.entry-form-box {
  max-width: 100%;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

.entry-form-box .form-check-inline {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.entry-form-box .form-check .form-check-label {
  color: #67757c;
  font-size: 18px;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  background-color: #eaedf5;
  width: 1rem;
  height: 1rem;
}

.entry-form-box .form-group {
  margin-bottom: 20px;
}

.form-group label,
.entry-form-box .form-group label {
  color: #67757c;
  font-size: 18px;
  line-height: 1.4;
  display: block;
}

#inlineFormCustomSelect.form-select {
  background-color: #fff;
}

.input-group .btn {
  height: 100%;
}

.social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.social-links a {
  color: #000;
  font-size: 36px;
  line-height: 1;
}

.social-links a:hover {
  color: #186dde;
}

.pick-box-color {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.color-box  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.box-color-modal .color-box {
  justify-content: space-evenly;
}

.form-check.theme-item {
  margin: 0;
  padding: 0;
}

.form-check.theme-item .theme-link {
  width: 60px;
  border-radius: 5px;
  height: 60px;
  margin-left: 0;
  margin-bottom: 5px;
}

.form-check.theme-item .theme-link.bx {
  font-size: 36px;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  width: 100%;
  background: transparent;
  line-height: 1;
}

.form-check.theme-item .theme-link.bx:checked {
  color: #0923df;
}

.form-check.theme-item .theme-link.form-check-input:checked {
  border:2px solid #000;
}

.form-check.theme-item .add-more-btn {
  font-size: 30px;
  line-height: 1;
  display: flex! important;
  justify-content: center;
  align-items: center;
  color: rgba(25, 35, 40, 1);
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 4.60927px;
}

.form-check.theme-item .skin1 {
  background: #06d79c; }
.form-check.theme-item .skin2 {
  background: #ef5350; }
.form-check.theme-item .skin3 {
  background: #398bf7; }
.form-check.theme-item .skin4 {
  background: #7460ee; }
.form-check.theme-item .skin5 {
  background: #1d2228; }
.form-check.theme-item .skin6 {
  background: #e9ecef; }

  .entry-form-box .form-group .submit-btn {
    background-color: #186dde;
    color: #fff;
    border-radius: 0;
    max-width: 200px;
    width: 100%;
  }

  .entry-name-section .card {
    padding: 1rem;
    gap: 25px;
    height: 100%;
  }

  .week-report {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
  }

  
  .bg-light,
  .bg-light .date-post h4,
  .bg-light .week-report h4 {
    color: #000;
  }

  .bg-light .card-body {
    height: 100%;
    position: relative;
  }

  .bg-light .card-body a {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
  }

  .bordered {
    border-width: 1px;
  }

  .week-report h4 {
    color: #263238;
    font-size: 20px;
    margin: 0;
  }

  .date-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .date-post h4 {
    font-size: 1rem;
    color: #263238;
    line-height: 1.4;
    margin: 0;
  }

  .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: none;
  }

  .card-footer span {
    background: #f2f2f2;
    padding: 3px 15px;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
  }

  .card-footer a {
    color: #fff;
  }

  #myImg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
  }

  #myImg img {
    width: fit-content;
    border: 1px solid #000;
    border-radius: 6px;
    height: 150px;
    overflow: hidden;
    object-fit: cover;
  }

  .check-box input[type="checkbox"]:checked, 
  .check-box input[type="checkbox"]:not(:checked) {
    position: relative;
    left: 0;
  }

  /* ====== calender-event-section ======== */
  .calender-event-section {
    background: #fff;
    padding: 30px 1rem;
    border-radius: 10px;
  }

  .top-widget-box-content h3 {
    font-size: 24px;
  }

  .top-widget-box-content h4 {
    font-size: 18px;
  }

  .top-widget-box-content .form-label {
    font-size: 18px;
    color: #000;
  }

  /* .event-table {
    margin-top: 50px;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  } */

/*   
  .event-box {
    width: 13.9%;
    text-align: left;
    height: 100%;
    padding: 10px;
    border-right: 1px solid rgba(0,0,0,.125);
  } */

  .event-table {
    margin-top: 50px;
    display: -webkit-box;
    width: 100%;
    height: 600px;
    overflow-x: scroll;
    overflow-y: scroll;
  }

  .event-box {
    width: 100%;
    max-width: 320px;
    text-align: left;
    height: fit-content;
    /* height: 100%; */
    padding: 10px;
    border-right: 1px solid rgba(0,0,0,.125);
  }

  .box-top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .box-top-title span {
    font-size: 24px;
    color: #000;
  }

  .header-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .event-table .event-box:last-child {
    border: 0;
  }

  .event-box .top-title {
    text-align: center;
    font-size: 24px;
  }

  .event-box article {
    margin-bottom: 20px;
  }

  .event-box .card {
    margin-bottom: 0;
  }

  .event-box .card .card-img img {
    width: 100%;
  }

  .fa-facebook {
    color: #0923df;
  }

  .fa-twitter-square {
    color: #109aeb;
  }

  .event-box .card .card-header {
    color: #000;
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
    .event-box-modal .modal-header h3 {
        display: block;
    }

    .event-box-modal .modal-header h3,
    .event-box .card .card-header h3 {
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

  .event-box-modal .modal-header span,
  .event-box .card .card-header span {
    font-size: 20px;
  }

  .event-box .card .card-body {
    padding: 10px;
  }

  .event-box .card .card-body p {
    /* font-size: 13px; */
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
  }

  .event-box .card .card-footer {
    background: rgba(0,0,0,.03);
    padding: 10px;
    width: 100%;
    gap: 10px;
  }

  .event-box .card .card-footer .status {
    background: #808080;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
  }

  .status-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
  

  .event-box .card .card-footer .scheduled {
    background: #9fe31a;
    color: #000;
  }

  .event-box .card .card-footer .compleate {
    background: #0923df;
    color: #fff;
  }

  .event-box .card .card-footer .time {
    background: transparent;
    padding: 0;
    color: rgba(0,0,0,.7);
    border-radius: 0;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    cursor: auto;
  }

  .trigger {
    position: relative;
  }

  .trigger:hover .pop-up{
    display: block;
  }

  .pop-up {
    display: none;
    /* position: absolute;
    width: 50%;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
    top: 0; */
    position: absolute;
    width: 30%;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 100%;
    z-index: 100;
    /* left: 15%! important;
    top: 20%! important; */
  }

  .event-box-modal .modal-header {
    gap: 10px;
    justify-content: flex-start;
    padding: 20px;
  }

  .event-box-modal .modal-header span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: right;
    color: #192328;
    width: 100%;
  }

  .popup-modal .modal-header {
    justify-content: space-between;
    align-items: center;
  }

  .popup-modal .modal-header p {
    margin-bottom: 0;
    line-height: 1;
  }

  .popup-modal-dialog {
    max-width: 800px;
    width: 100%;
  }

  .event-box-modal .modal-content{
    background: #FFFFFF;
    box-shadow: 0px 4px 110px rgba(0, 0, 0, 0.35);
    border-radius: 5px 0px 5px 5px;
  }

  .event-box-modal .form-group textarea.form-control {
    background: #FFFFFF;
    border: 1px solid #EAEFF4;
    border-radius: 5px;
    padding: 20px 20px 32px;
    resize: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(25, 35, 40, .7);
  }
  
/* 
  .event-box-modal .btn-close {
    background: #000;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: -5px;
    width: 15px;
    height: 15px;
    line-height: 1;
    right: -5px;
  } */

  .event-box-modal .modal-body {
    padding: 0;
  }

  .modal-discription {
    padding: 20px;
    /* max-height: 250px; */
    height: 100%;
    /* overflow-y: auto;
    overflow-x: hidden; */
  }

  .modal-discription p {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .modal-discription p:last-child {
    margin-bottom: 0;
  }

  .box {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    }
 
    .yellowgreen-bg {
    background-color: yellowgreen;
    }
 
    .orangered-bg {
    background-color: orangered;
    }
 
    .slateblue-bg {
    background-color: slateblue;
    }
 
    .gold-bg {
    background-color: gold;
    }
 
    .current-color {
      height: 75px;
      width: 75px;
    }

    .brand-color-box h4 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 101%;
      color: #333333;
      margin-bottom: 15px;
    }

    /* ==== Draggble ===== */

    .em-edit-day {
      width: 100%;
      height: 100%;
      background: #fff;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
      clear: both;
      border-radius: 2px;
    }
    
    .emp-head,
    .vhc-head {
      width: 20%;
    }
    
    .emp-head:before {
      font-family: FontAwesome;
      content: "";
      padding: 0 5px;
    }
    
    .vhc-head:before {
      font-family: FontAwesome;
      content: "";
      padding: 0 5px;
    }
    
    .job-head {
      width: 60%;
    }
    
    .job-head:after {
      font-family: FontAwesome;
      content: "";
      padding: 0 5px;
    }
    
    .em-day-body {
      height: calc(100% - 30px);
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 20px 10px;
    }
    
    .em-day-content {
      height: 100%;
      display: inline-block;
      margin: 5px;
      border: 1px solid #000;
    }
    
    .employees,
    .vehicles {
      width: 100%;
    }
    
    .jobs {
      width: 1200px;
    }
    
    .content {
      width: 100%;
      height: 100%;
      background: #fff;
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.12), inset 0 2px 4px rgba(0, 0, 0, 0.24);
      padding: 10px;
      border-radius: 2px;
      /*   */
    }

    .vhc {
      padding: 10px;
    }

    .vhc .input-group {
      gap: 10px;
      justify-content: space-between;
      align-items: center;
    }

    .vhc br {
      display: none;
    }
    
    .emp,
    .vhc {
      z-index: 10;
      background: #fff;
      padding: 10px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
      border-radius: 2px;
      transition: box-shadow 0.1s ease;
      text-align: center;
    }
    .emp + .emp, .emp + .vhc,
    .vhc + .emp,
    .vhc + .vhc {
      margin-top: 10px;
    }
    .emp.dragged,
    .vhc.dragged {
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
      z-index: 11;
    }
    .emp.dropped,
    .vhc.dropped {
      position: static !important;
      padding: 0;
      box-shadow: none;
      margin: 0;
      display: inline;
      background: transparent;
      color: #004D40;
    }

    .jobs .content {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
    }
    
    .job {
      background: #fff;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
      width: 19%;
      margin: 0 0px 10px;
      display: inline-flex;
      gap: 10px;
      flex-direction: column;
      border-radius: 2px;
    }

    .job .job-name {
      padding: 5px;
      height: 30px;
      background: #009688;
      color: #fff;
      font-weight: bold;
      text-align: center;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
    }

    .job .job-emp {
      position: relative;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 100px;
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      transition: all 0.2s ease;
    }


    .job .job-emp.active,
    .job .job-vhc.active {
      background: #B2DFDB;
    }

    .job .job-emp.active:before,
    .job .job-vhc.active:before {
      color: #009688;
      border-color: #009688;
    }

    /* == keyword === */

    .checked-box label {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .checked-box .form-check-box {
      border: 1px solid #e4e4e4;
      padding: 10px;
      text-align: center;
      flex-wrap: wrap;
      display: inline-flex;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

    .keyword-box {
      border: 1px solid #e4e4e4;
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
/* ========= Gallary View ======== */
    .image-gallery-list {
      max-width: 100%;
      width: 100%;
      background: #fff;
      margin: 0 auto;
      padding: 20px;
      border-radius: 10px;
    }

    /* .srh-btn {
      margin-top: 30px;
    } */

  .form-group label {
    color: #67757c;
    font-size: 18px;
    line-height: 1.4;
  }

  .el-element-overlay .el-card-item .el-overlay {
    background: none;
  }

  .el-element-overlay .el-card-item .el-overlay-1 .el-info {
    display: flex! important;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    transform: none;
    position: relative;
    top: 70%;
    /* bottom: 20px;
    top: auto; */
  }

  .el-element-overlay .el-card-item .el-overlay-1 .el-info li {
    position: absolute;
  }

  .el-element-overlay .el-card-item .el-overlay-1 .image-box {
    height: 200px;
    overflow: hidden;
  }

  .el-element-overlay .el-card-item .el-overlay-1 .image-box img {
    height: 100%;
    object-fit: cover;
  }
  
  /* .el-card-content {
    margin-top: 30%;
  } */

  .el-card-content h4 {
    color: #000;
    position: absolute;
  }

  .el-card-content span {
    color: #000! important;
    position: absolute;
  }

  .el-element-overlay .el-card-item .el-overlay {
    padding: 20px;
    opacity: 1;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-direction: column; */
  }

  .el-element-overlay .el-card-item .el-overlay-1:hover img {
    transform: none;
  }


/* ======= */
  .box-image {
    position: relative;
  }

  .btn-rmv_1,
  .btn-rmv1,
  .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 18px;
    opacity: 1;
    background: #fff;
    line-height: 15px;
    border-radius: 50%;
    cursor: pointer;
  }

  .btn-rmv_1,
  .btn-rmv1 {
    z-index: 1000;
  }

  .popup-modal .close-btn {
    top: auto;
    right: auto;
    border-radius: 0;
  }

  .upload-input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .upload-image-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .upload-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .upload-image-box .dropzone {
    position: relative;
    height: 100%;
  }

  .edit-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #CF2129;
    border-radius: 3px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
  }
  
  .footer-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-btn .btn,
  .footer-btn a {
    max-width: 150px;
    width: 100%;
    border-radius: 40px;
  }

  .form-input img {
    width:100%;
    display:block;
  }
  .form-input input {
    display:none;
  }

  .preview {
    height: 100%;
  }
  
  
/* =========== */
  .yes {
    display: block;
    position: relative;
    text-align: center;
    /* max-width: 160px; */
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* height: 390px;
    overflow-y: auto;
    overflow-x: hidden; */
  }

  .logo-dropzone {
    height: 100%;
    /* height: fit-content; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .preview,
  .it {
    height: 100%;
    width: 100%;
  }

  .up-img .it {
      width:100%;
  }

  .preview.it {
    /* margin-bottom: 15px; */
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
    width: 100%;
    height: 100%;
  }
  
  .btn-cng {
    display: none;
  }

  .dropzone {
    background: transparent;
  }

  .save-btn.cng-btn {
    /* position: absolute;
    bottom: 0; */
    margin: 10px auto 0;
    width: 100%;
    border: 1px solid #192328;
    border-radius: 5px;
    background: transparent;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */

    text-align: center;

    /* Text/Deep black */

    color: #192328;
  }

  .input-img.form-control[type="file"] {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    /* background-image: url(../images/icons/cloud_upload1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 250px;
    height: 250px; */
  }
  
  .cng {
    cursor: pointer;
    color: #000;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0;
    
  }
  
  .rmv:hover {
    color: #186dde;
  }

  /* =========== */
  /* .yes {
    display: block;
    position: relative;
    max-width: 150px;
    width: 100%;
  } */

  .it {
    /* height: 150px; */
    width: auto;
    object-fit: cover;
    border-radius: 5px;
  }

.close-btn.it {
    margin-bottom: 15px;
    display: block;
}

.close-btn {
    display: none;
}
  /* .close-btn.btn-rmv_1,
  .close-btn.btn-rmv1 {
    display: none;
  } */
  
  .close-btn.rmv {
    cursor: pointer;
    color: #000;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0;
  }
  
  .close-btn.rmv:hover {
    color: #186dde;
  }


  .ui-droppable-items {
    background: transparent;
    box-shadow: none;
  }

  .add-btn {
    line-height: 1;
    padding: 5px 6px;
  }

  /* == */
  .tagify {
    border: 0;
  }
  .tagify+input, .tagify+textarea {
    position: initial !important;
    left: 0 !important;
    transform: none !important;
    width: 100%;
    margin-top: .2em;
    min-height: 11ch;
    background: powderblue;
    font-family: "Fira Code";
}

.tagify{
  border: 0;
  margin: 0;
  min-width: 100%;
  width: 100%;
}

fieldset{ margin:0; border:2px dashed red;}

.form-control,
.form-control:read-only {
  background-color: #fff;
}

.image-modal-dialog {
  max-width: 700px;
}

.image-modal-dialog .footer-btn .btn, 
.image-modal-dialog .footer-btn a {
  max-width: 160px;
}

.icon-box {
  padding: 5px;
  border: 1px solid transparent;
}

.icon-box:hover {
  border-color: #000;
}

/* ============ */
/* .user-profile {
  background: rgba(234, 239, 244, .5);
} */

.sidebar-nav ul .user-profile {
  padding: 0;
  /* margin-bottom: 30px! important; */
}

.sidebar-nav ul.sidebarnav2 .sidebar-item {
  margin-bottom: 0;
}

#sidebarnav2 .sidebar-item .sidebar-link {
  padding: 10px 20px 5px;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
  gap: 10px;
  align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400! important;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
  position: relative;
  padding-left: 20px;
  border-radius: 0;
}

.sidebar-nav ul .sidebar-item.dropend .sidebar-link.show:hover,
.sidebar-nav ul .sidebar-item.dropend .sidebar-link.show {
  background-color: #F29C1F;
  color: #fff;
}
.sidebar-nav ul .sidebar-item.dropend .sidebar-link {
  background-color: rgba(234, 239, 244, .5);
  border-radius: 0;
}

.sidebar-nav ul .sidebar-item.dropend .sidebar-link:hover {
  background-color: #F29C1F;
  color: #fff;
}

.sidebar-nav ul .sidebar-item.dropend .sidebar-link:hover .hide-menu{
  color: #fff;
}
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active i, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active .feather, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active i, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active .feather {
  color: #F29C1F;
}
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:after, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:after {
  border-color: #F29C1F;
}

.sidebar-nav ul .sidebar-item .sidebar-link.show .hide-menu {
  color: #fff;
}

.sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
  margin-left: 0;
  color: #192328;
  margin-top: 5px;
  /* transition: all .4s ease-in-out; */
  width: 100%;
   display: block;
}
.sidebar-nav ul .sidebar-item .sidebar-link .icon-hide-menu {
  position: absolute;
  right: 10px;
  text-align: right;
  margin: 0;
}

[data-bs-theme=dark] #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected >  ul .sidebar-item .sidebar-link .hide-menu,
[data-bs-theme=dark] #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected >  ul .sidebar-item .sidebar-link .hide-menu {
  color: #fff;
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected> ul .sidebar-item .sidebar-link .hide-menu, 
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected> ul .sidebar-item .sidebar-link .hide-menu {
  color: rgba(25, 35, 40, 1);
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected> ul .sidebar-item .sidebar-link:hover .hide-menu, 
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected> ul .sidebar-item .sidebar-link:hover .hide-menu,
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected> ul .sidebar-item .sidebar-link.active .hide-menu, 
#main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected> ul .sidebar-item .sidebar-link.active .hide-menu {
  color: rgba(242, 156, 31, 1);
}

/* 
.sidebar-nav ul .sidebar-item .sidebar-link .settings_ethernet_dark,
.sidebar-nav ul .sidebar-item .sidebar-link .settings_ethernet {
  position: absolute;
  right: 0;
} */

.sidebar-nav > #sidebarnav > .sidebar-item > .sidebar-link:hover,
.sidebar-nav ul .sidebar-item .sidebar-link:hover,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link {
  background-color: rgba(234, 239, 244, .5);
  color: #F29C1F;
  transition: all .4s ease-in-out;
}

#sidebarnav {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-nav > ul > .sidebar-item > .sidebar-link.active .hide-menu,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active, 
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active {
  color: #F29C1F! important;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover .hide-menu,
.sidebar-nav ul .sidebar-item.selected .sidebar-link.has-arrow::after,
.sidebar-nav > #sidebarnav > .sidebar-item > .sidebar-link:hover,
.sidebar-nav > #sidebarnav > .sidebar-item.selected > .sidebar-link,
.sidebar-nav > #sidebarnav > .sidebar-item.selected .hide-menu {
  color: #F29C1F;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link.has-arrow::after, 
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link.has-arrow::after {
  border-color: rgba(242, 156, 31, 1);
}

.sidebar-nav .user-profile > .sidebar-link {
  padding: 17px 8px 17px 20px! important;
  gap: 10px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
  padding: 10px 20px;
  justify-content: flex-start;
  max-width: 350px;
  width: 100%! important;
  align-items: center;
  gap: 10px;
}

.topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
  margin: 0;
}

.topbar .top-navbar .navbar-header .navbar-brand .logo-icon img {
  max-width: 70px;
  width: 100%;
}

.user-name h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #192328;
  margin-bottom: 5px;
}

.sidebar-nav .user-profile > .user-box img {
  max-width: 46px;
  width: 100%;
  margin-left: auto;
}

.user-name .readiness_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.user-name .readiness_box span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #CF2129;
}

.sidebar-nav .user-profile .user-box.has-arrow::after {
    top: auto;
    background: none;
    border: 0;
    transform: none !important;
}

.user-profile {
    position: relative;
}

.add-new-icons {
    position: absolute;
    right: 15px;
    top: 6px;
}
    .add-new-icons a {
        display: inline-block;
        line-height: 1;
        color: #cf2129;
    }

        .add-new-icons a:hover {
            color: #192328;
        }

        .add-new-icons i {
            font-size: 22px;
            line-height: 1;
        }

    .sidebar-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        width: 100%;
    }

#sidebarnav2 {
  background: #F8FBFF! important;
  border: 1px solid #EAEFF4;
}

.scroll-sidebar {
  height: 100%;
}

.sidebar-nav ul.sidebarnav2 .sidebar-item .sidebar-link {
  font-weight: 300! important;
  font-size: 16px;
}

.sidebar-nav ul.sidebarnav2 .sidebar-item .sidebar-link .hide-menu {
  margin-top: 0;
}

.powered-by {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.sidebar-nav ul.sidebarnav2 .sidebar-item .sidebar-link .powered-by span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #192328;
}

.user-dropdown {
  max-width: 255px;
  width: 100%;
}

.navbar-expand-md .navbar-nav .user-dropdown .dropdown-menu {
  right: 0;
  max-width: 250px;
  width: 100%;
  border-radius: 6px;
}
.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active {
  background-color: #F29C1F;
  color: #fff;
}

.dropdown-item.active .text-info, 
.dropdown-item:active .text-info {
  color: #fff! important;
}

/* .sidebarnav .dropdown-item:first-child, */
.navbar-expand-md .navbar-nav .user-dropdown .dropdown-menu .dropdown-item:first-child {
  border-radius: 6px 6px 0 0;
}
/* 
.sidebarnav .dropdown-item:last-child {
  border-radius: 0 0 6px 6px;
} */

.dropdown-divider {
  margin: 0;
}
.user-dropdown .dropdown-toggle {
    position: relative;
}

    .user-dropdown .dropdown-toggle .down-arrow {
        position: absolute;
        right: 20px;
        /*background-image: url(../images/icons/chevron_down.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto;*/
        max-width: 24px;
        width: 100%;
        height: 24px;
        top: 20px;
        border:none;
    }

    .sidebarnav .dropdown-menu {
      background-color: rgba(234, 239, 244, 1);
      padding: 0;
      max-width: 280px;
      width: 100%;
      border-radius: 0;
      /* transition: all .4s ease; */
    }

    .sidebarnav .dropdown-item:hover, .sidebarnav .dropdown-item:focus,
    .sidebarnav .dropdown-item.active, .sidebarnav .dropdown-item:active {
      background-color: #F29C1F;
      transition: all .4s ease-in-out;
      color: #fff;
    }

.navbar-light .navbar-nav .nav-link {
  color: #192328;
}

.topbar {
  background: transparent;
  box-shadow: none;
  transition: none;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.topbar .top-navbar .navbar-nav > .nav-item {
  padding: 0 1rem;
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(25, 35, 40, 1);
  height: 100%;
  padding: 0;
}
/* 
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link:hover {
  color: #CF2129;
} */

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link.user-pic {
  background-color: rgba(244, 246, 249, 1);
  opacity: 1;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
  position: relative;
  border-radius: 6px;
  height: 100%;
  padding: 8px 1rem;
}

.top-search-box {
  background-color: transparent;
  max-width: 470px;
  width: 100%;
}

.search-form .input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(234, 239, 244, 1);
  padding: 13px 20px;
  gap: 10px;
  /* margin-left: 30px; */
  border-radius: 5px;
}

.input-group-text {
  background: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}

.search-form .input-group .form-control {
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(159, 173, 180, 1);
  margin: 0;
  border-radius: 0;
  height: auto;
}

.user-pic img {
  border: 3px solid #CF2129;
}

.section-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.section-title h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #192328;
}

.section-title h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #192328;
  margin-bottom: 0;
}

.section-title h4 span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #9FADB4;
}

.tab-nav {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  margin-bottom: 30px;
}

.nav-pills .nav-link:hover {
  color: rgba(48, 118, 188, 1);
  background: transparent;
  border-bottom-color: rgba(48, 118, 188, 1);
}

.tab-nav .nav-pills .nav-item:last-child .nav-link {
  border-right: 0;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
  background: transparent;
  color: rgba(48, 118, 188, 1);
  font-weight: 700;
  border-bottom-color: rgba(48, 118, 188, 1);
}

.nav-pills .nav-link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #192328;
  border-radius: 0;
  padding: 17px 40px;
  border-right: 1px solid #EAEFF4;
  border-bottom: 3px solid transparent;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 100%;
}

.nav-pills .nav-link.done {
  padding: 15px 20px;
  color: #2FA62C;
}

.nav-pills .nav-link.done:before {
  content: '';
  background-image: url(../images/icons/check_circle_tab.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  width: 19px;
  height: 20px;
  display: inline-block;
}

.step-app > .step-steps > li {
  padding: 0;
  display: inline-flex;
  border: 0;
  background: transparent;
}


.tab-box .tab-top-box {
  background: transparent;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 20px;
  border: 0! important;
}

.tab-box .tab-top-box.billing-tab-box {
  padding: 30px 30px 10px;
  margin-bottom: 0px;
}

.tab-title h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 101%;
  color: #192328;
  margin-bottom: 20px;
}

.card-tab-box {
  background: rgba(207, 33, 41, 0.05);
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 20px;
}


.card-tab-box h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 120%;
  text-align: center;
  color: #CF2129;
  max-width: 190px;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
}

.card-tab-box h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #192328;
  margin: 0;
}

.card-tab-box span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  display: block;
  color: #192328;
}

.upgrade-btn {
  background: #CF2129;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  padding: 17px 20px;
}

.upgrade-btn:hover {
  color: #fff;
  background: #186dde;
}

.view-details {
  border-bottom: 1px solid #CF2129;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  text-align: center;
  color: #CF2129;
  padding: 5px 10px;
}

.cd-box {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 0;
  text-align: center;
  gap: 30px;
  height: 100%;
}

.cd-widget-box {
  flex-direction: row;
  gap: 10px;
  padding: 30px 20px;
}

.cd-box .card-img {
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  padding: 30px;
  height: fit-content;
}

.cd-box .card-img img {
  max-width: 70px;
  width: 100%;
}

.limit-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.limit-content h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
  margin: 0;
}

.limit-content span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: #192328;
}

.cd-box .progress {
  background: #EAEFF4;
  border-radius: 47px;
}

.cd-box .progress-bar {
  background: #F2A900;
  border-radius: 47px;
}

.cd-footer a.up-btn {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 14px 20px;
  color: #192328;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease-in-out;
}

.cd-footer a.up-btn i {
  font-size: 20px;
  margin-top: 0px;
}

.cd-footer a.up-btn:hover {
  color: #fff;
  background-color: #263238;
  border-color: #263238;
  transition: all .3s ease-in-out;
}

.cd-box .progress-success {
  background: #E50000;
}

.billing-info .billing-box {
  margin: 30px 0 20px;
}

.billing-box .title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.payment-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.payment-info .payment-mthod {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
  display: block;
}

.payment-info .divider {
  height: 11px;
  width: 2px;
  background: #BFBFBF;
  margin: 0;
}

.payment-info .payment-status {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #BB1F26;
}

.payment-info .payment-status:hover {
  text-decoration: underline;
}

.download-invoice-box {
  background: #FFFFFF;
  border: 1px dashed #D4DDE6;
  border-radius: 5px;
  margin-top: 30px;
  padding: 20px;
}

.download-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.download-box .img-box {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  max-width: 60px;
  width: 100%;
  padding: 14px;
}

.download-box .img-box img {
  max-width: 32px;
  width: 100%;
}

.download-content {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: rgba(25, 35, 40, .7);
  max-width: 100px;
  width: 100%;
}

.download-btn {
  width: 100%;
  transition: all .3s ease-in-out;
  padding: 15px 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #192328;
  background-color: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cd-widget-box .form-content h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #192328;
  margin-bottom: 14px;
}

.cd-widget-box .form-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #757B7E;
  margin-bottom: 10px;
}

.cd-widget-box .form-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #192328;
  margin-bottom: 5px;
}

.form-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.cd-widget-box .form-group input[type="email"] {
  padding: 15px 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #9FADB4;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
}

.invite-btn {
  background: #FEE5E5;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #CF2129;
  width: 100%;
  border: 0;
  padding: 16px 20px;
}

.user-type .form-select {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #757B7E;
  background-color: #fff;
  border: 1px solid #9FADB4;
  border-radius: 3px;
}

.user-list-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.user-list-info img {
  max-width: 40px;
  width: 100%;
  border-radius: 50px;
}

.user-list-info span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  display: block;
  color: #192328;
}

.user-table thead > tr > th {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #9FADB4;
}


.user-table tbody > tr > td {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #757B7E;
}

.user-table tbody tr:last-child > td {
  border: none;
}

.tab-box .tab-top-box.notify-box {
  padding: 30px 40px;
}

.notify-box .tab-title {
  margin-bottom: 40px;
}

.notify-box .tab-title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: rgba(25, 35, 40, .6);
}

.alart-box .notify-alart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 30px;
  margin: 30px 0;
}

.alart-box .notify-alart:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.alart-box .notify-alart:hover .notify-icon {
  background: #192328;
  color: #fff;
}

.alart-box .notify-alart:hover .notify-content h3 {
  color: #CF2129;
}

.notify-icon {
  background: #EAEFF4;
  max-width: 65px;
  width: 100%;
  padding: 20px;
  height: 100%;
  color: #192328;
  line-height: 1;
  font-size: 24px;
}


.notify-content h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #192328;
  margin-bottom: 1rem;
}

.notify-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #757B7E;
  margin: 0;
}

/* ========= */
.radio-btn-check {
  margin-bottom: 20px;
}

.rd-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.radiobtn {
  position: relative;
  display: block;
  text-align: center;
  max-width: 160px;
  width: 100%;
}

.radiobtn label {
  display: block;
  padding: 15px 20px;
  margin-bottom: 0;
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #192328;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: transparent;
  /* border: 1px solid rgba(117, 123, 126, 1); */
  border-radius: 50%;
  fill: #000;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-image: url(../images/icons/check_circle.png);
}

.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  z-index: 2;
  overflow: hidden;
  /* background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-image: url(../images/icons/check_circle.png); */
  width: 0;
  height: 0;
  border-color: rgba(207, 33, 41, 1);
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+); */
  
}
.radiobtn input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtn input[type=radio]:checked + label {
  background: #fff;
  color: rgba(207, 33, 41, 1);
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-color: rgba(207, 33, 41, 1);
}
.radiobtn input[type=radio]:checked + label:after {
  /* background: rgba(207, 33, 41, 1); */
  background-image: url(../images/icons/check_circle1.png);
}
.radiobtn input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px;
}

/* ======== */

.entity-form-box .form-select {
  background-color: #FFFFFF;
  border: 1px solid rgba(25, 35, 40, 1);
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 20px;
  color: #757B7E;
}

.entity-form-box .form-group h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #192328;
}

.entity-form-box .form-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #242424;
}


.ticket-print-box .printticket .form-control,
.entity-form-box .form-control {
  color: #9FADB4;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: #FFFFFF;
  border: 1px solid rgba(234, 239, 244, 1);
  border-radius: 5px;
  padding: 15px 20px;
}

.entity-form-box .form-control:focus {
  border-color: rgba(48, 118, 188, 1);
}

.entity-form-box input[type="checkbox"]:checked,
.entity-form-box input[type="checkbox"]:not(:checked) {
  position: relative;
  left: 0;
}

.entity-form-box .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}


.entity-form-box .form-check label {
  margin: 0;
}

.form-check-input {
  border: 1px solid #757B7E;
  background-color: #eaedf5;
  width: 18px;
  height: 18px;
  margin-left: 0;
}

.form-switch .form-check-input[type="checkbox"] {
  border-radius: 2em;
}

.form-check .form-check-input {
  margin-left: 0;
}

.form-check-input[type="checkbox"] {
  border-radius: 2px;
}

.entity-form-box .form-check-input:checked[type="checkbox"] {
  /* background-image: url(../images/icons/check_box.png); */
  background-size: auto;
  background:  url(../images/icons/check_box.png) center no-repeat;
  border-color: transparent;
}

.save-btn {
  background: rgba(242, 156, 31, 1);
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 16px 20px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  border: 0;
  margin-top: 10px;
}

.save-btn:hover {
  background: rgba(242, 156, 31, 1);
}

.brand-color-box {
  background: #F8FBFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.color-box label,
.brand-color-box label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
  color: #192328;
  display: block;
}

.up-content {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 20px;
  color: #192328;
}

.about-source-form .form-group {
  margin-bottom: 20px;
}

.about-source-form .form-control {
  background-color: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
}

.about-source-form textarea {
  resize: none;
  max-width: 937px;
  width: 100%;
}

.about-source-form .form-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
}

.about-source-form .form-label small {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #757B7E;
}

.input-group {
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  height: 100%;
}

.repater-group {
  max-width: 520px;
  width: 100%;
}
.remove-btn {
  width: 80%;
}
.add-btn {
  padding: 16px 20px;
  background: #008000;
  border-radius: 5px;
  border-color: #008000;
}

.about-source-form .form-group .input-group .form-control {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
  padding: 7px 20px;
}

.about-source-form .form-group .form-control {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
  padding: 15px 20px;
}

.about-source-form .form-group h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 20px;
}

.about-source-form .form-group h4 small {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #757B7E;
}

.about-source-form .form-group .rounded-pill {
  padding: 15px 30px;
  line-height: 1;
}

.social-media-icons {
  max-width: 1030px;
  width: 100%;
}

.social-btn .btn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 10px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #FFFFFF;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.fb-btn {
  background-color: #1877f2;
  border-color: #1877f2;
}

.linkdin-btn {
  background-color: #0077b5;
  border-color: #0077b5;
}

.twitter-btn {
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.ins-btn {
  border-color: #192328;
  background-color: #192328;
}

.popup-modal .modal-content,
#fb-modal .modal-content {
  border-radius: 5px 0 5px 5px;
}

.socail-modal-body h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #192328;
  margin-bottom: 20px;
}

.socail-modal-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #192328;
  margin-bottom: 20px;
}

.socail-modal-body .fb-btn {
  background-color: #0B76F9;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 20px;
  line-height: 1;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}

.socail-modal-body .fb-btn:hover {
  background-color: #6352ca;
}

.close-buttn {
  background: #fff;
  position: absolute;
  right: -40px;
  max-width: 40px;
  width: 100%;
  top: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid rgba(137, 140, 143, .33);
}

.close-buttn .btn-close {
  padding: 0;
  background: transparent url(../images/icons/close-btn-img.png) center no-repeat;
  background-size: cover;
  opacity: 1;
  width: 24px;
  height: 24px;
}

.close-buttn:hover {
  background: #000;
}

.close-buttn:hover .btn-close {
  background: transparent url(../images/icons/close-btn-img-hover.png) center no-repeat;
}

/* ==== */
.enter-entity-section {
  padding: 40px 20px;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entity-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 21px rgba(186, 186, 186, 0.25);
  border-radius: 5px;
  padding: 50px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.enter-entity-section .section-title {
  margin-bottom: 40px;
  display: block;
}

.section-title h3 {
  margin-bottom: 0;
}

.new-entity-form .form-group {
  margin-bottom: 30px;
}

.popup-modal .form-group {
  margin-bottom: 20px;
}

/* .popup-modal form .form-group:last-child {
  margin-bottom: 0;
} */

.popup-modal .form-group .form-label,
.new-entity-form .form-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #242424;
}

.popup-modal .form-group .form-control,
.new-entity-form .form-control {
  background-color: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #9FADB4;
  padding: 15px 20px;
}

/* ==== all-entity-section ===== */
.all-entity-section {
  padding: 40px 20px 80px;
}

.all-entity-list {
  max-width: 1490px;
  width: 100%;
  margin: 0 auto;
}

.all-entity-list .section-title {
  margin-bottom: 30px;
}

.all-entity-list .section-title h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #192328;
}

.all-entity-list .section-title h3 span {
  color: rgba(207, 33, 41, 1);
}

.entitiy-list-box figure {
  /* height: 100%; */
  margin-bottom: 0;
}

.entitiy-list-box figure .card {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}

.entitiy-list-box figure .card .card-content {
  padding: 20px;
}

.entitiy-list-box figure .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  gap: 5px;
  width: 100%;
  background: transparent;
  padding: 0;
}

.entitiy-list-box figure .card .card-header .left-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  /* flex-wrap: wrap; */
  width: 100%;
}

.entitiy-list-box figure .card .card-header .card-img {
  max-width: 70px;
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  padding: 4px 2px;
}

.entitiy-list-box figure .card .card-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.left-content-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  height: 100%;
}

.left-content-info h3 {
  margin-bottom: 0;
}

.left-content-info h3 a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #192328;
  height: auto;
  display: block;
  overflow: hidden;
}

.left-content-info span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #757B7E;
}

.left-content-info h3 a:hover {
  color: #186dde;
}

.social-score-box {
  background-image: url(../images/card-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.overview-box .overview-title,
.score-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
  color: rgba(25, 35, 40, .8);
  display: block;
}

.score-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.score-box h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #CF2129;
  margin-bottom: 0;
  margin-right: 5px;
}

.score-box p {
  max-width: 140px;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #757B7E;
  margin-bottom: 0;
}

.overview-box {
  padding: 1rem 0 0;
}

.overview-box .overview-title {
  margin-bottom: 10px;
}

.overview-box .overview-card-box {
  background: #FFEFE2;
  border-radius: 5px;
  padding: 10px;
}

.overview-box .overview-card-box:nth-of-type(2n) {
  background: #EFFCEF;
}

.overview-box .overview-card-box:nth-of-type(3n) {
  background: #E6F5F9;
}

.overview-box .overview-card-box:nth-of-type(4n) {
  background: #F4F6FA;
}

.overview-card-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.overview-card-box-header h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 0;
}

.overview-card-box-body span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
  color: rgba(25, 35, 40, .8);
  display: block;
  margin-bottom: 10px;
}

.overview-card-box-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  color: #757B7E;
  margin-bottom: 0;
}


.overview-box .grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}
@media (min-width: 42em) {
  .overview-box .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 991px) {
  .overview-box .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media (max-width: 767px) {
  .overview-box .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .overview-box .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.entitiy-list-box figure .card .card-footer {
  border-top: 1px solid #EAEFF4;
  padding: 1rem 20px;
}

.entitiy-list-box figure .card .card-footer .post-btn {
  border: 1px solid #F29C1F;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #F29C1F;
  width: 100%;
  max-width: 100%;
}

.entitiy-list-box figure .card .card-footer .post-btn:hover {
  color: #fff;
  background: #F29C1F;
}

.add-img {
  background: transparent;
  border: 1px solid #F29C1F;
  border-radius: 5px;
  max-width: 120px;
  height: 120px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.entitiy-list-box figure .card.add-card-box {
  padding: 40px 25px;
}

.add-card-box .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.add-card-box .card-body h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #192328;
  margin-bottom: 20px;
}

.add-card-box .card-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(117, 123, 126, 1);
  margin-bottom: 0;
}

.status-title {
  background: #FF851B;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.status-title.complete-title {
  background: rgba(47, 166, 44, .6);
}

.status-title h2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.left-status-content {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px 0 30px;
}

.status-content-box {
  padding: 0px 30px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEFF4;
}

.status-content-box h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 30px;
}

.status-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}

.status-box-title h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
  color: #192328;
}

.status-content-box .status-table .time,
.status-box-title span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(25, 35, 40, .6);
}

.status-box-title span i {
  color: rgba(25, 35, 40, .8);
}

.status-widget p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #757B7E;
  margin-bottom: 0;
}

.status-content-box .status-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
  gap: 5px;
}

.left-status-content .status-content-box:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.status-content-box .status-table:last-child {
  margin-bottom: 0;
}

.status-content-box .status-table h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #757B7E;
  margin-bottom: 0;
}

.status-content-box .status-table span a,
.status-content-box .status-table span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #192328;
}

.status-content-box .status-table span a:hover {
  text-decoration: underline;
}
/* 
.status-content-box .status-table .c-name {
  max-width: 95px;
  width: 100%;
  word-break: break-all;
  text-align: left;
} */

.right-status-content {
  background: #FFFFFF;
  border-radius: 5px;
  height: 100%;
  padding: 40px 80px;
}

.right-status-content .status-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}

.loading-box {
  margin-bottom: 40px;
}

.loader-gif {
  margin: auto;
  border: 20px solid rgba(47, 166, 44, .6);
  border-radius: 50%;
  border-top: 20px solid #2FA62C;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.right-status-content .status-widget h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #192328; 
}

.status-widget-body {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

    .status-widget-body .progress {
        background: rgba(47, 166, 44, .6);
        border-radius: 5px;
        display: block;
    }

        .status-widget-body .progress span {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 1;
            display: block;
            text-align: center;
            color: #FFFFFF;
            position: absolute;
            top: 3px;
            left: 0;
            right: 0;
        }

.bg-status-success {
  background: #2FA62C;
  border-radius: 5px;
  height: 100%;
}

/* ==== Post Plan === */

.post-plan-section {
  padding: 40px 0;
}

.weekly-post-box {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.weekly-post-box .headlight-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 20px;
}

.weekly-post-box .headlight-title h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  color: #192328;
  margin-bottom: 0;
}

.weekly-post-box .headlight-title h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #192328;
  margin-bottom: 0;
}

.weekly-post-body {
  background: rgba(255, 255, 255, .5);
  border: 1px solid #9FADB4;
  border-radius: 5px;
  margin-bottom: 20px;
}

.weekly-score-box {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #EAEFF4;
  margin-bottom: 10px;
}

.weekly-social-score span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-transform: capitalize;
  color: rgba(25, 35, 40, .8);
  display: block;
}

.weekly-social-score h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #CF2129;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.weekly-score-box a.btn {
  background-color: #2ECC40;
  border-radius: 5px;
  padding: 7px 12px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  border: 0;
  color: #FFFFFF;
}

.weekly-score-box a.btn:hover {
  background-color: #6352ca;
  color: #fff;
}

.weekly-score-box a.comp-btn {
  background-color: #2ECC40;
}

.weekly-score-box a.pnd-btn {
  background-color: #FFA500;
  color: #192328;
}

.weekly-score-box a.shd-btn {
  background-color: #00BFFF;
  color: #192328;
}

.weekly-score-table thead tr th {
  padding: 0 15px 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #757B7E;
  border-bottom-color: #EAEFF4! important;
}

.weekly-score-table tbody tr td {
  padding: 5px 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #192328;
}

.weekly-score-table tbody tr:last-child td {
  border: 0;
}

.weekly-score-table tbody tr td:first-child {
  font-weight: 400;
}

.end-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  /* flex-wrap: wrap; */
}

.weekly-report-table-box {
  margin-bottom: 20px;
}

.weekly-report-table-box .weekly-score-table thead tr th {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  padding: 0 5px 5px;
  color: #008000;
  border: 0;
}
/* 
.weekly-report-table-box .weekly-score-table tbody tr td:first-child,
.weekly-report-table-box .weekly-score-table thead tr th:first-child {
  padding-left: 15px;
}

.weekly-report-table-box .weekly-score-table tbody tr td:last-child,
.weekly-report-table-box .weekly-score-table thead tr th:last-child {
  padding-right: 15px;
} */

.weekly-report-table-box .weekly-score-table tbody tr td {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #192328;
  border: 0;
  padding: 5px 5px;
}

.weekly-score-footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.weekly-score-footer-box a {
  width: 100%;
  max-width: 100%;
}

.weekly-score-footer-box a.w-100-btn {
  max-width: 100%;
  width: 100%;
}

.weekly-score-footer-box .report-btn {
  border: 1px solid #757B7E;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #192328;
  padding: 10px 20px;
  max-width: 150px;
  width: 100%;
}
.weekly-score-footer-box .post-btn:hover,
.weekly-score-footer-box .report-btn:hover {
  color: #fff;
}

.weekly-score-footer-box .post-btn {
  border: 1px solid #CF2129;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  color: #CF2129;
  padding: 10px 20px;
  max-width: 150px;
  width: 100%;
}

.add-weeks-box {
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
}

.weekly-post-box.add-weeks-box h3 {
  margin-bottom: 40px;
}

.add-weeks-box p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #757B7E;
  margin-bottom: 0;
}

.top-heading .section-title h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #192328;
}

.top-heading .section-title h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(25, 35, 40, .6);
  margin-bottom: 0;
}

.schedule-btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.pending-btn {
  background-color: rgba(218, 133, 34, .2);
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 101%;
  color: #DA8522;
  padding: 5px 10px;
  border: 0;
}

.published-btn {
  background: #CF2129;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 30px;
  border: 0;
}

.tab-box .tab-top-box.acounts-box {
  padding: 30px 20px;
}

.entity-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #9FADB4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.entity-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.list-items img {
  max-width: 56px;
  width: 100%;
}

.list-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  flex-direction: column;
}
.list-content h4,
.list-content h4 a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
  color: #192328;
  margin-bottom: 0;
}

.list-content h4 a:hover {
  text-decoration: underline;
}

.list-content span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #757B7E;
}

/* ======= create-week-section ====== */
.create-week-section {
  padding: 30px 0;
}

.create-week-form {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px;
}

.create-week-form .form-group {
  margin-bottom: 30px;
}

.create-week-form .form-group:last-child {
  margin-bottom: 0;
}

.create-week-form .form-group label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
}

.create-week-form .form-select {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  color: #192328;
  border: 1px solid #9FADB4;
  border-radius: 5px;
}
/* ======= */

.speed-btn-check .grid {
  display: grid;
  grid-gap: var(--card-padding);
  padding: 0;
}
@media (min-width: 42em) {
  .speed-btn-check .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1364px) {
  .speed-btn-check .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1080px) {
  .speed-btn-check .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media (max-width: 767px) {
  .speed-btn-check .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .speed-btn-check .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.speed-btn-check .card {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  border: 0;
  outline: none;
  height: 100%;
  margin-bottom: 0;
  box-shadow: none;
}
.speed-btn-check .card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.speed-btn-check .radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .speed-btn-check .radio {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .speed-btn-check .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  
  .speed-btn-check .radio:checked {
    background: #192328;
    border-color: #192328;
  }

  .speed-btn-check .card:hover .radio {
    border-color: #CF2129;
  }
  .speed-btn-check .card:hover .radio:checked {
    border-color: #CF2129;
  }
}
.speed-btn-check .plan-details {
  border: 2px solid #EAEFF4;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 10px;
  height: 100%;
  transition: border-color 0.2s ease-out;
}

.speed-btn-check .card:hover .plan-details {
  border-color: #CF2129;
}

.speed-btn-check .radio:checked ~ .plan-details {
  border-color: #CF2129;
}

.speed-btn-check .radio:checked ~ .plan-details .plan-type i,
.speed-btn-check .radio:checked ~ .plan-details .plan-type {
  color: #CF2129;
}

.speed-btn-check .radio:focus ~ .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.speed-btn-check .radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.speed-btn-check .radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray);
}

.speed-btn-check .card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.speed-btn-check .card:hover .radio:disabled {
  border-color: var(--color-gray);
}

.speed-btn-check .plan-type {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 0px;
}

.speed-btn-check .plan-type i {
  color: rgba(117, 123, 126, 1);
}

.speed-btn-check .plan-details p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #757B7E;
  height: 40px;
  overflow: hidden;
}

/* ========== */

.card-input-element {
  display: none;
}

.speed-box .form-check {
  margin-bottom: 0;
  height: 100%;
}

.speed-box label {
  width: 100%;
  height: 100%;
}

.speed-box label .card {
  padding: 24px;
  border: 2px solid #9FADB4;
  transition: border-color 0.2s ease-out;
  height: 100%;
  margin: 0;
}

.speed-box label .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.speed-box label .card .card-header span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
}

.speed-box .card-input-element:checked ~ label .card .card-header span i, 
.speed-box .card-input-element:checked ~ label .card .card-header span {
  color: #CF2129;
}

.speed-box label .card .card-header span i {
  color: rgba(117, 123, 126, 1);
}

.speed-box label .card .card-body {
  padding: 0;
}
.speed-box label .card .card-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #757B7E;
  margin-bottom: 0;
}

.card-input {
  background: #FFFFFF;
  border-radius: 5px;
}

.card-input:hover {
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  border-color: rgba(207, 33, 41, 1);
}

.card-input-element:checked + label .card-input {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  border-color: rgba(207, 33, 41, 1);
}

.card-input-element:checked + label .card-input .bi-check-circle::before {
  content: "\f26a";
}

/* ===== Hastage-box ======= */
.hastag-box {
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  padding: 20px;
}
.left-hastage-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hastage-search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 75%;
}

.hastage-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 0;
}

.create-week-form .hastage-search-box .search-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #757B7E;
  text-align: right;
  width: 100%;
}

.hastage-search-box .input-group {
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 3px;
}

.hastage-search-box .input-group .input-group-text {
  background: transparent;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
  white-space: normal;
  border: 0;
  border-radius: 0;
}

.hastage-search-box .input-group .form-control {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
  color: #9FADB4;
  border: 0;
}

.right-hastage-content span{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #192328;
}

.right-hastage-content span i {
  color: rgba(117, 123, 126, 1);
}

.hastage-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  list-style: none;
  max-height: 380px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.entity-form-box .type-checkbox .form-check .form-check-input,
.entity-form-box .hastage-checkbox .form-check .form-check-input {
  margin-top: 0;
}

.entity-form-box .type-checkbox .form-check .form-check-input:checked[type="checkbox"],
.entity-form-box .hastage-checkbox .form-check .form-check-input:checked[type="checkbox"] {
  background-image: url(../images/icons/check_box1.png);
}

.contact-table .form-check-input:checked[type="checkbox"] {
  background-image: url(../images/icon/check_box2.png);
  background-color: transparent;
  border-color: transparent;
}

.entity-form-box .hastage-checkbox .form-check {
  width: auto;
  margin-bottom: 0;
  background: #F8FBFF;
  border-radius: 5px;
  padding: 10px;
  margin-right: 0;
}

.create-week-form .hastag-box .hastage-checkbox label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 101%;
  color: #192328;
}

.create-week-form .type-checkbox .form-check {
  margin-bottom: 10px;
}

.create-week-form .type-checkbox .form-check:last-child {
  margin-bottom: 0;
}

.create-week-form .type-checkbox label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #757B7E;
  background: #F8FBFF;
  border-radius: 5px;
  padding: 10px 20px 10px 12px;
}

.btn-form-group {
  max-width: 460px;
  width: 100%;
}

/* ======= special-days-section ====== */
.special-days-box {
  border-bottom: 1px solid rgba(159, 173, 180, .5);
  padding: 30px;
}

.special-days-box:last-child {
  border-bottom: none;
}

.special-days-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.special-days-title h4 {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #192328;
}

.add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #C6CED7;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #757B7E;
  padding: 4px 8px;
}
.dtp {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dtp > .dtp-content {
  margin: 0 auto! important;
  left: 0;
  right: 0;
  top: 0! important;
  text-align: center;
  height: 100%;
  width: 100%;
  max-height: 540px;
}

.popup-modal form .form-group .input-group .input-group-text {
  background: transparent;
}

.days-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.days-list-items li .list-inline-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.days-list-items li .list-inline-item h4{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #192328;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.days-list-items li .list-inline-item span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #757B7E;
}

/* ==== Search Filter ===== */
.search-filter-box {
  margin-bottom: 30px;
}

.filter-box {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  padding: 5px 6px;
}

.filter-form .input-group {
  background: #fff;
  border-right: 1px solid #E9E9E9! important;
  border: none;
  border-radius: 0;
}

.filter-form .input-group .input-group-text {
  background: transparent;
  border: 0;
  color: #192328;
}

.filter-form .input-group .form-control {
  border: none;
  padding-left: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
}

.search-week {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.search-week span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 0;
  text-align: center;
  color: #757B7E;
  max-width: 75px;
  width: 100%;
}

.search-week .form-select {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #192328;
  padding: 10px;
}

.search-btn {
  background: #FEE5E5;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #CF2129;
  padding: 8px 20px;
  max-width: 145px;
  width: 100%;
}

.search-btn:hover {
  background: #CF2129;
  color: #fff;
}

.exp-btn {
  text-align: right;
}

.export-btn {
  background: #CF2129;
  border-radius: 5px;
  padding: 14px 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  max-width: 144px;
  width: 100%;
  border: 0;
}

.page-wrapper {
  background: #F8FBFF;
  transition: none;
}

/* ===== section-top-header ======== */
.section-top-header {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.section-top-header .top-header-box {
  border-right: 1px solid #EAEFF4;
}

.section-top-header .top-header-box:last-child {
  border-right: 0;
}

.section-top-header .top-header-box .form-group h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
  padding: 15px 40px;
  margin: 0;
}

.section-top-header .top-header-box .form-select {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #CF2129;
  padding: 15px 40px;
  border: 0;
  background-position: right 40px center;
}

.section-top-header .top-header-box .form-select option{
  font-weight: 400;
  color: #192328;
}

.popup-modal .modal-footer {
  justify-content: space-evenly;
  gap: 20px;
  padding: 0 0 20px;
}

.popup-modal .modal-footer .cancel-btn {
  border: 1px solid #9FADB4;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #757B7E;
  max-width: 190px;
  width: 100%;
  padding: 16px 10px;
}

.popup-modal .modal-footer .cancel-btn:hover {
  color: #fff;
}

.popup-modal .modal-footer .published-btn {
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 190px;
  width: 100%;
  padding: 16px 10px;
}

.schedule-modal-content {
  padding: 50px;
  text-align: center;
}

.schedule-modal-body {
  margin-bottom: 30px;
}

.schedule-modal-body h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: #192328;
  margin-bottom: 20px;
}

.schedule-modal-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #757B7E;
  margin-bottom: 0;
}

.week-box {
  padding: 10px;
  height: 100%;
}

.carousel-item {
  text-align: center;
  height: 100%;
  padding: 5px 10px;
}

.carousel-item h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #192328;
  margin: 0;
}

.carousel-btn {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  max-width: 30px;
  width: 100%;
  padding: 2px;
  height: 30px;
  opacity: 1;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
}

.carousel-btn img {
  background: #fff;
  overflow: hidden;
}
.schideul-post-box {
  max-width: 1500px;
  width: 100%;
  height: 700px;
  overflow-x: auto;
  display: -webkit-box;
}

.sedule-list-post-box {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  min-height: 700px;
}

.sedule-list-post-box .schedule-widget-box {
  max-width: 100%;
  height: 700px;
  margin-right: 0;
}

.date-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.date-box h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  color: #192328;
}

.schedule-widget-box {
  max-width: 310px;
  width: 100%;
  height: 100%;
  position: relative;
  margin-right: 20px;
}

.date-post-box {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  padding: 0 0 1rem;
  height: 100%;
}

.post-box-body:last-child {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.schedule-widget-box:last-child {
  margin-right: 0;
}

.post-card-widget {
  width: 100%;
  height: calc(100% - 140px);
  overflow-y: auto;
  padding: 0 1rem 0;
}

.post-box-header {
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
}

.schedule-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.schedule-info h5 {
  color: #343A40;
  text-align: right;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.post-box-header h5 {
  color: #343A40;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}

.date-post-box h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
}

.date-post-box h3 span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  display: block;
  color: #192328;
}

.date-post-box .post-notification-box {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  max-width: 30px;
  width: 100%;
  height: 30px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.post-notification-box span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #192328;
}

.post-box-body {
  border-radius: 5px;
  border: 1px solid #757B7E;
  background: #FFF;
  padding: 10px;
  margin-bottom: 10px;
}

.entry-btn {
  background: #EAEFF4;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #192328;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-bottom: 15px;
  transition: all .3s ease-in-out;
}

.entry-btn i {
  font-weight: 500; 
}

.post-card-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #EAEFF4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.post-top-title h5 {
  color: #BB2429;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.popup-modal .top-title,
.post-card-header .top-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
}

.popup-modal .top-title i,
.post-card-header .top-title i {
  color: #1877F2;
}

.post-card-header p {
  color: #343A40;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}

.post-card-header p span {
  font-weight: 400;
}

.post-card-body {
  padding: 10px 10px 0;
  position: relative;
}

.post-card-body p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 16.46%, rgba(255, 255, 255, 0.7) 55.12%, rgba(255, 255, 255, 0.94) 73.02%, #FFFFFF 86.51%, #FFFFFF 100%);
  border-radius: 5px;
}

.post-card-body p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #757B7E;
  margin-bottom: 0;
  position: relative;
}

.description-icon {
  position: absolute;
  bottom: 0px;
  /*z-index: 1000;*/
  line-height: 1;
}

.post-card-overlay {
  position: relative;
  cursor: pointer;
}

.overlay-content {
  padding: 12px 10px;
  background: rgba(25, 35, 40, .8);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: default;
}

.post-card-overlay:hover .overlay-content {
  display: block;
  transition: all .4s ease-in-out;
}

.overlay-content h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.post-report-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.post-report-box span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
}

.post-report-box .counting-number {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: #FFFFFF;
}

.post-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}

.post-btn {
  background: #FFFFFF;
  border: 1px solid #757B7E;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  max-width: 80px;
  width: 100%;
  text-transform: uppercase;
  color: #192328;
}

.reports-btn {
  background: #FFFFFF;
  border: 1px solid #CF2129;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #CF2129;
  padding: 11px 12px;
  max-width: 80px;
  width: 100%;
} 

.left-footer-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}

.promotion-btn-box span {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #757B7E;
  margin-bottom: 8px;
}

.promotion-btn {
  background: #FFFFFF;
  border: 1px solid rgba(159, 173, 180, 0.5);
  border-radius: 3px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #757B7E;
  padding: 7px 10px;
}

.publish-btn {
  background: #DAEFE3;
  border-radius: 3px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #1EA755;
  padding: 7px 10px;
}

.right-footer-btn {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.right-footer-btn .post-edit-btn {
  background-color: #CF2129;
  border-radius: 3px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding: 17px 20px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-footer-btn .post-edit-btn:hover {
  background-color: #6352ca;
  color: #fff;
}

.rewrite-btn {
  background: #CB8D45;
  border-radius: 3px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
}

.popup-modal .o-wrapper {
  max-width: 1280px;
  width: 100%;
}

.popup-modal .o-wrapper-box {
  max-width: 1180px;
  width: 100%;
}

.popup-modal .o-wrapper-box .modal-content {
  overflow: visible;
}

.popup-modal .image-box img {
  border-radius: 5px;
}

.right-body-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.img-edits-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.option-btn {
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #192328;
  padding: 16px 20px;
  width: 100%;
}

.option-btn:hover,
.option-btn.active {
  border-color: rgba(207, 33, 41, 1);
  color: #CF2129;
  background: #fff;
}

.save-btn-box {
  width: 100%;
}

.save-btn-box .save-btn {
  background: #1EA755;
  border-radius: 3px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.save-btn-box .save-btn:hover {
  background: #6352ca;
}

.more-img-gallery {
  margin-top: 30px;
}

.more-img-gallery h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #192328;
  margin-bottom: 10px;
}

.more-img-gallery .nav-pills {
  gap: 15px;
  max-height: 260px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.more-img-gallery .nav-pills .nav-link {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  width: auto;
}

.more-img-gallery .nav-pills .nav-link.active, 
.more-img-gallery .nav-pills .show > .nav-link {
  border-color: rgba(207, 33, 41, 1);
}

.img-preview {
  background: #fff;
  border-radius: 5px;
  height: 230px;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border: 1.5px solid rgba(234, 239, 244, 1)
}

.upload-img {
  height: 100%;
  object-fit: scale-down;
  width: 100%;
}

.upload-img.it {
  object-fit: contain;
  width: 100%;
  /* width: 100%;
  object-position: top center; */
}

.tab-panel .left-nav {
  gap: 15px;
  margin-top: 30px;
}

.tab-panel .left-nav .nav-link {
  width: 100%;
  padding: 20px 15px;
  background: #EAEFF4;
  border-radius: 5px;
  border: 1px solid transparent;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #192328;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.tab-panel .left-nav .nav-link:hover,
.tab-panel .left-nav .nav-link.active {
  background: #fff;
  border-color: #CF4D21;
}

.tab-panel .tab-content-box {
  background: #EAEFF4;
  padding: 30px 20px;
}
.search-box {
  margin-bottom: 20px;
}

.tab-content .input-group {
  background: #FFFFFF;
  border-radius: 5px;
  border-color: transparent;
  padding: 12px 15px;
}

.tab-content .input-group-text {
  background: transparent;
  border: 0;
  padding: 0;
}

.tab-content .input-group .form-control {
  border: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #757B7E;
  padding: 0 0 0 10px;
}

.design-tab-panel .nav-pills .nav-link {
  border-bottom: 1px solid #9FADB4;
  border-radius: 0;
  border-right: 0;
  padding: 0px 20px 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: none;
  color: #000000;
}

.design-tab-panel .nav-pills .nav-link:hover,
.design-tab-panel .nav-pills .nav-link.active {
  border-bottom: 3px solid #CF2129;
}

.templates-img {
  display: block;
}

.templates-img img {
  width: 100%;
}

.right-tab-box {
  padding: 30px 30px 0px;
  height: 100%;
}

.tab-box-content {
  border: 1px solid rgba(0, 0, 0, .27);
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.report-table table {
  background: #FFFFFF;
  border-color: #9FADB4;
  border-radius: 5px;
  border-collapse: collapse!important;
}

.report-table table thead tr {
  background: rgba(234, 239, 244, .5);
  border-radius: 4px 4px 0px 0px;
}

.report-table table thead tr th {
  padding: 15px 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #192328;
}

.report-table table thead tr th span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  color: rgba(25, 35, 40, .6);
  display: block;
  margin-top: 8px;
}

.report-table table tbody tr {
  border-width: 1px;
}

.report-table table tbody tr th {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 20px 20px;
  color: #192328;
}

.report-table table tbody tr th i {
  color: #1877F2;
  font-size: 24px;
}

.report-table table tbody tr td {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
  color: #192328;
  padding: 12px 20px;
}

/* ====== social-tabs ====== */
.social-tabs .social-nav {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  margin-bottom: 20px;
}

.social-tabs .search-filter-box {
  margin-bottom: 30px;
}

.social-tabs .social-tab-content {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
}

.social-tabs .social-nav .nav-link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #192328;
  border-bottom: 0;
  text-transform: none;
}

.social-tabs .social-nav .nav-link i {
  font-size: 17px;
  line-height: 1;
}

.social-tabs .social-nav .nav-link.active, 
.social-tabs .social-nav .show > .nav-link {
  font-weight: 700;
  color: #0071B6;
  border-bottom: 0;
}

.tab-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.tab-card .tab-card-img {
  max-width: 112px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}

.card-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
}

.comnt-counting-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.comnt-counting-box .scheduled {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9FADB4;
}

.comnt-counting-box .like {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #192328;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.comnt-counting-box .like i {
  color: #757B7E;
  font-size: 18px;
  line-height: 1;
  margin-top: -3px;
}

.comnt-counting-box .comnt {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #192328;
}

.comnt-counting-box .comnt i {
  color: #757B7E;
}

.comnt-tabs .nav {
  border-top: 1px solid rgba(159, 173, 180, .3);
  border-bottom: 1px solid rgba(159, 173, 180, .3);
  border-left: 0;
  border-right: 0;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.comnt-tabs .nav-pills .nav-link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding: 10px 0px;
  color: #757B7E;
  border-right: 0;
  text-transform: none;
}

.comnt-tabs .nav-pills .nav-link.active,
.comnt-tabs .nav-pills .show > .nav-link {
  font-weight: 700;
  color: #192328;
}

.comnt-tabs .tab-content {
  padding: 20px 10px 0;
}

.comnt-tabs .tab-content .cmnt-tab {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.cmnt-tab .user-img {
  max-width: 45px;
  width: 100%;
  height: 45px;
  border-radius: 50%;
}

.cmnt-tab-content {
  background: #F8FBFF;
  border-radius: 10px;
  padding: 10px 20px;
}

.cmnt-tab-content h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #192328;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.cmnt-tab-content h5 span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #192328;
}

.cmnt-tab-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(25, 35, 40, .7);
  margin-bottom: 0;
}

.see-more-btn {
  position: relative;
  margin-top: -20px;
}

.see-more-btn .see-more {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #CF2129;
}

.see-more-btn .see-more:hover {
  color: #1357b2;
}

/* ==== */
.entity-list-box {
  background: #FFFFFF;
  border: 1px solid #F8FBFF;
  border-radius: 0px 5px 5px 0px;
  padding: 30px 20px 20px;
  max-width: 335px;
  width: 100%;
}

.entity-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EAEFF4;
}


.entity-card .user-img {
  max-width: 50px;
  height: 50px;
  width: 100%;
  border-radius: 50%;
}

.entity-card .entity-card-body h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 7px;
}

.entity-card .entity-card-body span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #CF2129;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.add-new-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #9FADB4;
}

.add-new-btn i {
  color: rgba(117, 123, 126, 1);
  font-size: 30px;
  line-height: 1;
}

.add-new-btn span {
  color: rgba(229, 0, 0, 1);
}

.new-entity-form p {
    background: rgba(220,53,69,.9);
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    margin-top: -1rem;
}


.preloader {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .loading-img {
    height: 60px;
    width: auto;
}
.modal-body label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    color: #192328;
}
.user-dropdown-list {
    background-color: #cf2129;
}

.profile-btn {
    background-color: #192328;
    border-color: transparent;
}

    .profile-btn:hover {
        background-color: #cf2129;
        border-color: #cf2129;
    }

    .bg-192328 {
        background-color: #192328;
    }

    
.theme-switcher svg {
  width: 24px;
  height: 24px;
}

.theme-switcher circle {
  fill: #D6D7E3;
  stroke: #D6D7E3;
}

.theme-switcher line {
  stroke: #D6D7E3;
}


.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

[data-bs-theme=dark] .sun-icon {
  display: block;
}

[data-bs-theme=light] .sun-icon {
  display: none;
}

.darkmode .moon-icon {
  display: initial;
  fill: #fff;
}


[data-bs-theme=light] .moon-icon {
  display: block;
}

[data-bs-theme=dark] .moon-icon {
  display: none;
}

[data-bs-theme=dark] .dark-logo {
  display: none! important;
}

[data-bs-theme=light] .dark-logo {
  display: block! important;
}

[data-bs-theme=light] .light-logo {
  display: none! important;
}

[data-bs-theme=dark] .light-logo {
  display: block! important;
}

.gray-circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  border-width: 0;
}

.topbar .navbar-collapse {
  padding: 0;
  z-index: 20;
}

.darkmode .gray-circle-btn {
  background-color: #222235;
}

[data-bs-theme=dark] #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul, 
[data-bs-theme=dark] #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul,
[data-bs-theme=dark] #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"], 
[data-bs-theme=dark] #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"],
[data-bs-theme=dark] #main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin6"], 
[data-bs-theme=dark] #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin6"],
[data-bs-theme=dark] #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin6"], 
[data-bs-theme=dark] #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin6"] {
  background: #1d2228;
  transition: none;
}

[data-bs-theme=dark] .more-horizontal {
  background-color: transparent;
  color: #fff;
  border-color: #4f5467;
  transition: none;
}


[data-bs-theme=dark] .sidebar-item .light-img {
  display: block;
}


[data-bs-theme=dark] .sidebar-item .dark-img {
  display: none;
}

.royex-logo-dark,
.settings_ethernet_dark {
  display: none;
}

[data-bs-theme=dark] .royex-logo-dark,
[data-bs-theme=dark] .settings_ethernet_dark {
  display: block;
}

[data-bs-theme=dark] .royex-logo,
[data-bs-theme=dark] .settings_ethernet {
  display: none;
}

[data-bs-theme=dark] .page-wrapper,
[data-bs-theme=dark] .user-profile
 {
  background: #000;
  transition: none;
  box-shadow: none;
}

[data-bs-theme=dark] #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .has-arrow::after, 
[data-bs-theme=dark] #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .has-arrow::after {
  border-color: #fff;
}

[data-bs-theme=dark] .nav-pills .nav-link {
  border-right-color: #4f5467;
}
[data-bs-theme=dark] .search-form .input-group,
[data-bs-theme=dark] .sidebar-list,
[data-bs-theme=dark] .tab-top-box .tab_box_content,
[data-bs-theme=dark] .activities-lifecycle,
[data-bs-theme=dark] .activities-title {
  border-color: #4f5467;
}

[data-bs-theme=dark] #sidebarnav2 {
  background: #000! important;
  border-color: #4f5467;
}

[data-bs-theme=dark] .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
  color: #fff;
}

.tab-box .section-title {
  margin-bottom: 30px;
  width: 100%;
  justify-content: space-between;
}

.add-more {
  background-color: rgba(242, 156, 31, 1);
  width: 36px;
  height: 36px;
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.more-horizontal {
  border: 1px solid rgba(234, 239, 244, 1);
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  color: rgba(51, 51, 51, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_list_box {
  background-color: #fff;
  border: 1px solid rgba(234, 239, 244, 1);
  border-radius: 5px;
  padding: 20px;
}

.contact_search_list .input-group {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  background: rgba(248, 251, 255, 1);
  border-color: rgba(234, 239, 244, 1);
  padding: 10px 15px;
  margin-bottom: 10px;
}

.contact_search_list .input-group .form-control {
  background: transparent;
  padding: 0;
  border: 0;
}

.sidebar-item .light-img {
  display: none;
}

.sidebar-nav > ul > .sidebar-item > .sidebar-link.active .dark-img,
.sidebar-nav > ul > .sidebar-item > .sidebar-link.active .light-img {
  display: none;
}

.sidebar-nav > ul > .sidebar-item > .sidebar-link .active-img {
  display: none;
}

.sidebar-nav > ul > .sidebar-item > .sidebar-link.active .active-img {
  display: block;
}

.user-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  transition: none;
}

.user-info h4 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(17, 20, 45, 1);
  margin-bottom: 5px;
}

.user-contact-info span,
.user-info span {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(25, 35, 40, .6);
  display: block;
}

.list-group-item {
  padding: 0px;
  background-color: transparent;
  border-color: rgba(234, 239, 244, 1);
  cursor: pointer;
  border-radius: 0! important;
}
.list-group-item .nav-link {
  padding: 10px;
}

.list-group-item .nav-link:hover,
.list-group-item .nav-link.active {
  background-color: rgba(234, 239, 244, 1);
  border-color: transparent;
}

#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="full"] .topbar .top-navbar .navbar-collapse, 
#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="overlay"] .topbar .top-navbar .navbar-collapse {
  margin-left: 380px;
}

.entry-list-section {
  margin-top: 0px;
}

.visitor-list-section {
  margin-top: 0px;
}

.inner-tab-nav .nav-pills .nav-link{
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  padding: 9px 20px;
  color: rgba(117, 123, 126, 1);  
}

.tab-box .section-title.box-title {
  justify-content: flex-start;
  gap: 20px;
}

.bottom-tab .inner-tab-nav .nav-pills .nav-link:hover,
.inner-tab-nav .nav-pills .nav-link:hover {
  color: rgba(242, 156, 31, 1);
  border-bottom-color: rgba(242, 156, 31, 1);
}

.bottom-tab .inner-tab-nav .nav-pills .nav-link.active,
.inner-tab-nav .nav-pills .nav-link.active, 
.inner-tab-nav .nav-pills .show > .nav-link,
.bottom-tab .inner-tab-nav .nav-pills .show > .nav-link {
  background: transparent;
  color: rgba(242, 156, 31, 1);
  font-weight: 700;
  border-bottom-color: rgba(242, 156, 31, 1);
}

.bottom-tab .inner-tab-nav .nav-pills .nav-item:first-child .nav-link {
  border-radius: 0 0 0 5px;
}

.user-profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

.tab-top-box .tab_box_content {
  border-bottom: 1px solid rgba(234, 239, 244, 1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tab-top-box .tab_box_content:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.tab_box_content .user-info h4 {
  margin-bottom: 5px;
}

.user-contact-info span {
  margin-bottom: 10px;
}

.user-contact-info p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(25, 35, 40, 1);
  margin-bottom: 0;  
}

.left_contact_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.contact-icon-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.contact-btn {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  color: rgba(52, 58, 64, 1);
  transition: all .4s ease-in-out;
}

.contact-btn:hover {
  color: rgba(187, 36, 41, 1);
}

.contact-btn span {
  margin: 0 auto 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(234, 239, 244, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(28, 27, 31, 1);
  background-color: transparent;
  transition: all .4s ease-in-out;
}

.svg-inline--fa {
  height: 18px;
}

.contact-btn:hover span {
  background-color: rgba(187, 36, 41, 1);
  border-color: transparent;
  color: #fff;
  transition: all .4s ease-in-out;
}

.note-more-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
/* 
.bottom-tab .inner-tab-nav {
  margin-bottom: 1rem;
} */

.bottom-tab .inner-tab-nav .nav-pills .nav-link {
  padding: 15px 40px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(117, 123, 126, 1);
}

.activities-box {
  border: 1px solid rgba(234, 239, 244, 1);
  background-color: #fff;
  border-radius: 5px;
}

.activities-title {
  padding: 20px;
  border-bottom: 1px solid rgba(234, 239, 244, 1);
}

.activities-title h4 {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(52, 58, 64, 1);
  margin-bottom: 0;
}

.sidebar-content-box,
.activities-list {
  padding: 20px;
}

.activities-lifecycle {
  border-bottom: 1px solid rgba(234, 239, 244, 1);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  padding-bottom: 1rem;
  margin-bottom: 20px;
}

.sidebar-list {
  border-bottom: 1px solid rgba(234, 239, 244, 1);
  padding-bottom: 1rem;
  margin-bottom: 20px;
}

.sidebar-list:last-child,
.activities-list .activities-lifecycle:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-list .top-title,
.activities-lifecycle .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 1rem;
}

.sidebar-list .top-title {
  margin-bottom: 10px;
}

.sidebar-list .top-title h5,
.activities-lifecycle .top-title h5 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(25, 35, 40, 1);
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.activities-lifecycle .top-title .date_time {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(117, 123, 126, 1);
}

.right-icon {
  color: rgba(187, 36, 41, 1);
  line-height: 1;
}

.activities-discription p {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: rgba(117, 123, 126, 1);
}

.activities-discription a {
  font-weight: 700;
  color: rgba(242, 156, 31, 1);
}

.activities-discription a:hover {
  text-decoration: underline;
}

.overview-content .top-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  justify-content: flex-start;
}

.overview-content .top-title p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(117, 123, 126, 1);
  margin-bottom: 0;
}

.overview-btn {
  width: 100%;
  max-width: 120px;
}

.overview-btn a {
  border: 1px solid rgba(187, 36, 41, 1);
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(187, 36, 41, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  padding: 8px;
  background-color: transparent;
  transition: all .4s ease-in-out;
}

.overview-btn a:hover {
  background-color: rgba(187, 36, 41, 1);
  transition: all .4s ease-in-out;
  color: #fff;
}

.right-sidebar {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #FFF;
  padding: 20px;
}

.sidebar-title {
  border-radius: 5px 5px 0 0;
  border: 1px solid rgba(234, 239, 244, 1);
  background-color: rgba(234, 239, 244, 1);
  padding: 8px 20px;
}

.sidebar-title h4 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(52, 58, 64, 1);
  margin-bottom: 0;
}

.sidebar-list .add-now-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(187, 36, 41, 1);
}

.sidebar-list .add-now-btn:hover {
  text-decoration: underline;
}

.add-now-modal .modal-content {
  border-radius: 8px;
}

.add-now-modal .modal-header {
  background-color: rgba(234, 239, 244, 1);
  border-radius: 6px 6px 0 0;
  padding: 13px 20px;
  border: 1px solid transparent;
}

.add-now-modal .modal-header h5 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(52, 58, 64, 1);
  margin-bottom: 0;
}

.new-tab {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(187, 36, 41, 1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.new-tab:hover {
  text-decoration: underline;
}

.new-tab .svg-inline--fa {
  height: 14px;
}

.add-now-modal .modal-body {
  padding: 22px 20px;
}

.modal-body-tab .inner-tab-nav {
  margin-bottom: 20px;
}

.add-now-modal .modal-body .inner-tab-nav .nav {
  justify-content: space-between;
  align-items: center;
  gap: 10px 0;
  width: 100%;
}

.add-now-modal .modal-body .inner-tab-nav .nav .nav-item {
  width: 50%;
}

.add-now-modal .modal-body .deal-form .form-group {
  margin-bottom: 1rem;
}

.add-now-modal .modal-body .deal-form .form-group:last-child {
  margin-bottom: 0;
}

.add-now-modal .modal-body .deal-form .form-label {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(52, 58, 64, 1);
}

.add-now-modal .modal-body .deal-form .form-control {
  border-color: rgba(234, 239, 244, 1);
  background-color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(117, 123, 126, 1);
  padding: 14px 1rem;
  border-radius: 3px;
}

.add-now-modal .modal-body .deal-form .form-control:focus {
  border-color: rgba(117, 123, 126, 1);
  box-shadow: none;
}

.deal-form-inputbox {
  height: 770px;
  overflow-y: auto;
  overflow-x: hidden;
}

.add-now-modal .modal-footer {
  padding: 20px 0 0;
  width: 100%;
  justify-content: space-between;
  border: 0;
  gap: 8px;
}

.add-now-modal .modal-footer .btn {
  border-color: rgba(187, 36, 41, 1);
  padding: 10px 16px;
  font-family: Montserrat;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 5px;
  background-color: transparent;
  color: rgba(187, 36, 41, 1);
  transition: all .4s ease-in-out;
}

.add-now-modal .modal-footer .btn:hover,
.add-now-modal .modal-footer .btn.create-btn {
  background-color: rgba(187, 36, 41, 1);
  color: #fff;
  transition: all .4s ease-in-out;
}

.add-now-modal .modal-footer .btn.cancle-btn {
  border-color: rgba(52, 58, 64, 1);
  color: rgba(52, 58, 64, 1);
}

.create-contact-section .section-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.reg-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.reg-btns .save-btn {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 1rem 30px;
  text-transform: capitalize;
}

.reg-btns .reset-btn {
  border-radius: 5px;
  border: 1px solid rgba(242, 156, 31, 1);
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  padding: 1rem 30px;
  color: rgba(242, 156, 31, 1);
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.reset-btn:hover {
  color: #fff;
  background-color: rgba(242, 156, 31, 1);
  border-color: rgba(186, 34, 40, 1);
}

.contact-form .form-label {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(36, 36, 36, 1);
}

.dataTables_length .form-control {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(234, 239, 244, 1);
  background-color: transparent;
  padding: 11px 30px 12px 10px;
}

.contact-form .form-control {
  border-color: rgba(234, 239, 244, 1);
  border-radius: 5px;
  padding: 13px 18px;
  font-family: 'Montserrat';
  font-size: 18px;
  color: rgba(159, 173, 180, 1);
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #fff;  
}
/* 
.contact-form .save-btn {
  background-color: rgba(187, 36, 41, 1);
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  width: auto;
  padding: 14px 30px;
  transition: all .4s ease-in-out;
}

.contact-form .save-btn:hover {
  background-color: #000;
  color: #fff;
  transition: all .4s ease-in-out;
} */
/* 
.topbar .dropdown-menu .bg-primary {
  background-color: #CF2129! important;
} */

.topbar .dropdown-menu .btn-primary {
  background-color: #F29C1F! important;
  border-color: #F29C1F;
  padding: 15px 20px;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.dropdown-item {
  font-family: 'Montserrat';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 15px;
  text-align: left;
  color: rgba(26, 24, 23, 1);
}

.topbar .dropdown-menu .btn-primary:hover {
  background-color: #CF2129! important;
  border-color: #CF2129;
}

.page-link-table {
  background: #fff; 
  border-radius: 10px; 
  max-width: 800px; 
  width: 100%;
}

.activities-box-content {
  width: 100%;
}

.files-upload-box .card {
  padding: 10px;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
}

.files-upload-box .card .card-body {
  padding: 10px 0 0;
}

.files-upload-box .card .card-body span {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  margin-bottom: 5px;
  color: rgba(25, 35, 40, .6);
}

.files-upload-box .card .card-body p {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(25, 35, 40, 1);
}

.payment-history-list .table {
  border-collapse: collapse;
  /* border-radius: 5px;
  overflow: hidden; */
}

.payment-history-list .table .payment-table-head {
  margin-bottom: 10px;
  /* border-radius: 5px; */
  vertical-align: middle;
}

.payment-history-list .table .payment-table-head tr {
  background-color: rgba(234, 239, 244, 1);
  border: 1px solid rgba(234, 239, 244, 1);
  /* border-radius: 5px; */
}

.payment-history-list .table tbody tr {
  border: 1px solid rgba(234, 239, 244, 1);
  /* border-radius: 5px; */
}

.payment-history-list .table .payment-table-head tr th {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(52, 58, 64, 1);
  padding: 16px 30px;
}

.payment-history-list .table tbody {
  border-radius: 5px;
}

.payment-history-list .table tbody tr td {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  padding: 16px 20px;
}

.payment-history-list .table tbody tr td.invoice {
  color: rgba(207, 33, 41, 1);
}

.payment-history-list .table tbody:before {
  content:"@";
  display:block;
  line-height:10px;
  text-indent:-99999px;
}

.task-content-box .activities-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.task-content-box .task-tab-nav {
  background: transparent;
  border: none;
  border-radius: 0;
}

.task-content-box .task-tab-nav .nav-pills .nav-item {
  padding: 0 10px;
}

.task-content-box .task-tab-nav .nav-pills .nav-item .nav-link {
  padding: 0;
  border-right: none;
  border-bottom: 1px solid transparent;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 0! important;
  color: rgba(117, 123, 126, 1);
}

.task-content-box .task-tab-nav .nav-pills .nav-item:first-child {
  padding-left: 0;
}

.task-content-box .task-tab-nav .nav-pills .nav-item:last-child{
  padding-right: 0;
}

.task-content-box .task-tab-nav .nav-pills .nav-link:hover {
  border-bottom-color: rgba(207, 33, 41, 1);
  color: rgba(207, 33, 41, 1);
}

.task-content-box .task-tab-nav .nav-pills .nav-link.active, 
.task-content-box .task-tab-nav .nav-pills .nav-link.active {
  border-bottom-color: rgba(207, 33, 41, 1);
  color: rgba(207, 33, 41, 1);
  font-weight: 700;
}

.task-content-box .top-tab-nav .nav-pills .nav-link:hover {
  border-bottom-color: rgba(242, 156, 31, 1);
  color: rgba(242, 156, 31, 1);
}

.task-content-box .top-tab-nav .nav-pills .nav-link.active, 
.task-content-box .top-tab-nav .nav-pills .nav-link.active {
  border-bottom-color: rgba(242, 156, 31, 1);
  color: rgba(242, 156, 31, 1);
  font-weight: 700;
}

.task-content-box .inner-tab-nav .nav-pills .nav-link:hover {
  border-bottom-color: rgba(52, 58, 64, 1);
  color: rgba(52, 58, 64, 1);
}

.task-content-box .inner-tab-nav .nav-pills .nav-link.active, 
.task-content-box .inner-tab-nav .nav-pills .nav-link.active {
  border-bottom-color: rgba(52, 58, 64, 1);
  color: rgba(52, 58, 64, 1);
  font-weight: 700;
}

.task-table-list {
  border: 1px solid rgba(234, 239, 244, 1);
  border-radius: 5px;
  padding: 15px 20px;
  height: 200px;
  overflow-y: auto;
}

.task-table-list .table tbody {
  vertical-align: middle;
}

.task-table-list .table tbody tr:first-child th,
.task-table-list .table tbody tr:first-child td {
  padding-top: 0;
}

.task-table-list .table tbody tr td:first-child {
  text-align: left;
}

.task-table-list .table tbody tr td:last-child {
  text-align: right;
}

.task-table-list .table tbody tr:last-child th,
.task-table-list .table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}

.task-table-list .table tbody tr th {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(52, 58, 64, 1);
  padding: 15px 0;
  border-color: rgba(234, 239, 244, 1);
}

.task-table-list .table tbody tr td {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  padding: 15px 0;
  color: rgba(117, 123, 126, 1);
  border-color: rgba(234, 239, 244, 1);
}

.task-table-list .table tbody tr td span {
  color: rgba(242, 156, 31, 1);
}

.task-table-list .table tbody tr td a.btn {
  background-color: rgba(187, 36, 41, 0.2);
  padding: 7px 16px;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(187, 36, 41, 1);
}

.task-table-list .table tbody tr td a.next-btn {
  color: rgba(242, 156, 31, 1);
  background-color: rgba(248, 145, 23, 0.2);
}

.task-table-list .table tbody tr td a.pending-btn {
  color: rgba(248, 145, 23, 1);
  background-color: rgba(248, 145, 23, 0.2);
}

.task-table-list .table tbody tr td a.done-btn {
  color: rgba(29, 168, 86, 1);
  background-color: rgba(29, 168, 86, 0.2);
}

.task-table-list .table tbody tr td .btn.view-btn,
.task-table-list .table tbody tr td a.view-btn {
  background-color: transparent;
  border-color: rgba(234, 239, 244, 1);
  padding: 8px 14px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(28, 27, 31, 1);
  border-radius: 5px;
}

.task-table-list .table tbody tr td .btn.view-btn:hover,
.task-table-list .table tbody tr td a.view-btn:hover {
  background-color: rgba(187, 36, 41, 1);
  color: #fff;
  border-color: transparent;
}

.personal-activites-box {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.personal-activites-box .activities-list {
  padding: 0 0 0;
}

.personal-activites-box .activities-title {
  padding: 0 0 0px;
  border-bottom: 0;
}

.personal-form-box .card .img-preview {
  background-color: transparent;
  border: 2px dashed rgba(169, 183, 197, 1);
  border-radius: 5px;
  height: 250px;
}

.personal-form-box .card .img-preview .input-img.form-control[type="file"] {
  padding: 0;
}

.personal-form-box .save-btn {
  padding: 1rem 30px;
  margin-top: 0;
}

.save-btn:hover {
  background-color: #000;
  color: #fff;
}

.bt-switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.bootstrap-switch {
  margin-bottom: 0;
  border-color: rgba(242, 156, 31, 1);
  border-radius: 20px;
  padding: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, 
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background-color: transparent;
  color: rgba(242, 156, 31, 1);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  padding: 1px 3px;
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, 
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  background-color: rgba(242, 156, 31, 1);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  padding: 1px 3px;
  width: 22px! important;
  height: 20px;
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, 
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  background-color: rgba(36, 36, 36, 1);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  padding: 1px 3px;
  width: 22px! important;
  height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, 
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  background-color: transparent;
  color: rgba(36, 36, 36, 1);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  padding: 1px 3px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(52, 58, 64, 1);
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}

.form-repeate .removed-btn {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(117, 123, 126, 1);
  border-color: rgba(234, 239, 244, 1);
  height: 100%;
  width: 100%;
  max-width: 50px;
  border-radius: 5px;
  padding: 0;
}

.form-repeate .removed-btn:hover {
  color: #fff;
  background-color: rgba(187, 36, 41, 1);
  border-color: rgba(187, 36, 41, 1);
}

.form-repeate .add-btn {
  background-color: rgba(187, 36, 41, 1);
  border-radius: 5px;
  padding: 14px 12px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  max-width: 74px;
  width: 100%;
  border: none;
  line-height: 22px;
  letter-spacing: 0em;
  gap: 0;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  transition: all .4s ease-in-out;
}

.form-repeate .repeter-item {
  margin-bottom: 20px;
}

.form-repeate .repeter-item:last-child {
  margin-bottom: 0;
}

.form-repeate .add-btn:hover {
  background-color: rgba(52, 58, 64, 1);
}

.repeter-item .form-select {
  color: rgba(52, 58, 64, 1);
}

.repeter-item .form-select option {
  color: rgba(159, 173, 180, 1);
}

.tenant-list-section .section-title {
  margin-bottom: 30px;
}

.tenant-list-section .add-more {
  padding: 15px 20px;
  height: 100%;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  border: 1px solid rgba(234, 239, 244, 1);
  background: rgba(242, 156, 31, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all .4s ease-in-out;
}

.selected-master-btn:hover,
.tenant-list-section .add-more.selected-master-btn:hover {
  background-color: #f36f2e;
  border-color: #f36f2e;
  transition: all .4s ease-in-out;
  color: #fff;
}
.tenant-list-section .add-more:hover {
  background-color: #f36f2e;
  border-color: #f36f2e;
  transition: all .4s ease-in-out;
}

.tenant-filter-form {
  margin-bottom: 20px;
}

.tenant-filter-form .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.tenant-filter-form .form-group label {
  width: 100%;
  max-width: 140px;
  margin: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(159, 173, 180, 1);
}

.visitor-list .tenant-filter-form .form-group label {
  width: 100%;
  max-width: 140px;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(159, 173, 180, 1);
}

.tenant-filter-form .form-group select {
  color: rgba(52, 58, 64, 1);
}
 
.product-list-section .form-switch .form-check-input {
  width: 60px;
  height: 27px;
}

.tenant-filter-form .search-form .input-group {
  padding: 12px 20px;
  background-color: #fff;
  height: 50px;
}

.equalizer,
.filter-btn {
  font-size: 18px;
  line-height: 1;
  color: rgba(117, 123, 126, 1);
}

.tenant-table-list .table {
  border-radius: 5px;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.tenant-table-list .table thead tr {
  background-color: rgba(234, 239, 244, 1);
  border: 1px solid rgba(234, 239, 244, 1);
  vertical-align: middle;
}


.tenant-table-list .table thead tr th {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0em;
  text-align: left;
  padding: 15px 30px;
  color: rgba(52, 58, 64, 1);
}

.tenant-table-list .table tbody tr td {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  padding: 15px 30px;
  color: rgba(117, 123, 126, 1);
}

.tenant-table-list .table tbody tr td .next-due {
  color: rgba(242, 156, 31, 1);
}

.tenant-table-list .table tbody tr th {
  font-weight: 700;
  padding: 12px 30px;
  color: rgba(52, 58, 64, 1);
}

.tenant-table-list .table tbody tr {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(234, 239, 244, 1);
  vertical-align: middle;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tenant-table-list .table tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}


.pagination {
  gap: 10px;
  margin-bottom: 0;
}

.page-item:first-child .page-link {
  border-radius: 5px;
  padding: 12px 10px;
}

.pagination .page-link {
  border-color: rgba(234, 239, 244, 1);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(117, 123, 126, 1);
  padding: 12px 15px;
  border-radius: 5px;
}

.page-item .page-link:hover,
.page-item.active .page-link {
  background-color: rgba(242, 156, 31, 1);
  border-color: transparent;
  color: #fff;
}

/* ======= booking-list-section ======= */
.booking-list-section .right-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.view-change-box {
  width: 40%;
}
.view-change-box .form-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.view-change-box .form-group label {
  width: 100%;
  text-align: right;
  color: rgba(159, 173, 180, 1);
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

.check-out-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.deals-filter-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.deals-filter-box .deal-select {
  width: 100%;
  max-width: 100px;
}

.deals-filter-box .date-select {
  width: 100%;
  max-width: 100px;
}

.deals-filter-box .activity-select {
  width: 100%;
  max-width: 150px;
}

.deals-filter-box .close-date-select {
  width: 100%;
  max-width: 100px;
}

.deals-filter-box .form-select {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 2px 5px;
  border-radius: 0;
  background-position: right center;
  color: #343A40;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 16.8px */
}

.adv-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 5px;
}

.adv-filter a {
  display: block;
  margin-bottom: 0;
  color: #343A40;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; 
}

.view-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.view-box span {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

.views-icon {
  background:rgba(234, 239, 244, 1);
  border-radius: 10px;
  height: 100%;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.views-icon-box {
  font-size: 20px;
  padding: 10px;
  line-height: 1;
  height: 100%;
  display: block;
  color: rgba(52, 58, 64, 1);
}

.views-icon-box.active,
.views-icon-box:hover {
  background: rgba(52, 58, 64, 1);
  color: #fff;
}

.views-icon-box .svg-inline--fa {
  height: 20px;
  line-height: 1;
}

.task-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.visitor-list .task-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 0;
}

.visitor-list .task-name .name {
  border-radius: 20px;
  background: #FFE0E1;
  max-width: 24px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(52, 58, 64, 1);
  text-align: center;
  text-overflow: ellipsis;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
}

.visitor-list .task-name p {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(26, 24, 23, 1);
  margin-bottom: 0;
}

.visitor-list .contact-table .table thead tr th {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  text-align: left;
}

.visitor-list .contact-table .table tbody tr td {
  overflow: hidden;
  color: #1A1817;
  text-overflow: ellipsis;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-align: left;
}

.details-btn {
  border-radius: 5px;
  border: 1px solid #F29C1F;
  background: #FFF;
  color: #F29C1F;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 21.6px */
  padding: 10px 1rem;
}

.task-name .name {
  border-radius: 20px;
  background: #FFE0E1;
  max-width: 24px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343A40;
  text-align: center;
  text-overflow: ellipsis;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
}

.contact-list-section .tenant-filter-form .search-form .input-group {
  /* height: 40px; */
  padding: 10px 20px;
}

.activity-rate {
  color: #343A40;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.activity-rate span {
  color: rgba(236, 198, 99, 1);
}

.published-date p {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2; /* 142.857% */
}

.footer-content {
  width: 100%;
  border: 1px solid #EAEFF4;
  background: #FFF;
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.footer-content p {
  color: #757B7E;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}

.action-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.contact-list-section .section-title {
  flex-wrap: nowrap;
}

.action-btn {
  border-radius: 5px;
  border: 1px solid #343A40;
  background: #FFF;
  color: #343A40;
  font-family: 'Montserrat';
  font-size: 18px;
  padding: 12px 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.action-btn:hover {
  background-color: rgba(187, 36, 41, 1);
  color: #fff;
  border-color: rgba(187, 36, 41, 1);
}
.contact-table .table {
  border-color: #EAEFF4;
  background-color: #fff;
  text-align: center;
}

.contact-table .table tr {
  vertical-align: middle;
}

.contact-table .table thead {
  border-color: #fff;
  background-color: #EAEFF4;
}

.contact-table .table thead tr {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

.contact-table .table thead tr th:first-child {
  border-radius: 5px 0 0;
}

.contact-table .table thead tr th:last-child {
  border-radius: 0 5px 0 0;
}

.contact-table .table thead tr th {
  color: #757B7E;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-table .table tbody tr td {
  color: #192328;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 19.2px */
}
       
.custom-control-input:focus,
.custom-control-input {
  border: 2px solid rgba(117, 123, 126, 1);
  width: 16px;
  height: 16px;
  border-radius: 0! important;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
}

.custom-control-input:checked {
  border: 0;
}
.contact-table .table tbody tr td .name-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #343A40;
  text-overflow: ellipsis;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
.contact-table .table tbody tr td .name-box span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 10px;
  background: #FFE0E1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
}

.company-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #343A40;
  text-transform: capitalize;
}

.contact-table div.dataTables_wrapper div.dataTables_filter,
.contact-table div.dataTables_wrapper div.dataTables_info {
  display: none;
}
.contact-table .top {
  display: none;
}

.table-footer-content,
.contact-table .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
}

.contact-table .table-bordered > :not(caption) > * > * {
  border-width: 0 1px 1px;
}


.dataTables_length label{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  white-space: nowrap;
  color: #343A40;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

.dashboard-activities-list {
  margin-bottom: 30px;
}

.dashboard-chat-box .card {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #FFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  min-height: 200px;
}

.dashboard-chat-box .card h4 {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}

.dashboard-chat-box .card h2 {
  color: #343A40;
  font-family: 'Montserrat';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
}

.dashboard-activities-list .task-table-list {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: rgba(255, 255, 255, .5);
  height: 100%;
}

.dashboard-activities-list .task-tab-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.dashboard-activities-list .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-top: 30px;
}

/* ====== */

.view-details-modal .modal-dialog {
  max-width: 820px;
  width: 100%;
}

.view-details-modal .btn-close {
  border-radius: 5px;
  background: #BB2429;
  width: auto;
  height: 100%;
  opacity: 1;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 10px;
  margin:0;
  line-height: 150%; /* 24px */
}

.top-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.top-title h4 {
  color: #343A40;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 0;
}

.top-title h5 {
  color: #343A40;
  font-family: 'Montserrat';
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  border-radius: 5px;
  background: #E4F2FF;
  padding: 5px 10px;
}

.view-details-modal .modal-content {
  padding: 30px;
}

.view-details-modal .modal-header {
  padding: 0 0 25px;
  border-bottom: 1px solid #EAEFF4;
}

.view-details-modal .modal-body {
  padding: 25px 0 0;
}

.view-details-modal .post-status-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.view-details-modal .post-status-box p {
  color: #9FADB4;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 0;
}

.view-details-modal .post-status-box p span {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.view-details-modal .post-status-box p span.status {
  color: rgba(187, 36, 41, 1);
}

.view-details-modal .status-details {
  margin-bottom: 30px;
}

.view-details-modal .status-details h5 {
  color: #111;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 5px;
}

.view-details-modal .status-details p {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0;
}

.view-details-modal .client-feedback .widget-box {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #FFF;
  padding: 10px;
  margin-bottom: 20px;
}
.view-details-modal .client-feedback .widget-box .left-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.view-details-modal .client-feedback .widget-box .left-img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.view-details-modal .client-feedback .widget-box .left-img:hover img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.view-details-modal .client-feedback .widget-box:last-child {
  margin-bottom: 0;
}

.view-details-modal .client-feedback .widget-box .right-box-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.view-details-modal .client-feedback .widget-box .right-box-info h5 {
  color: #343A40;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.view-details-modal .client-feedback .widget-box .user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.view-details-modal .client-feedback .widget-box .user-info img {
  width: 46px;
  height: 46px;
  border-radius: 46px;
}

.view-details-modal .client-feedback .widget-box .user-name p {
  color: #424242;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  margin-bottom: 0;
}

.view-details-modal .client-feedback .widget-box .user-name span {
  color: #343A40;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.booking-user-details {
  border-right: 1px solid #EAEFF4;
  padding-right: 1rem;
}

.booking-user-details h4 {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.booking-user-details h4 span {
  color: #192328;
  font-size: 20px;
  font-weight: 600;
}

.booking-user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.booking-user-info span {
  display: block;
  color: rgba(25, 35, 40, .6);
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.booking-user-info p {
  color: #192328;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
  text-transform: capitalize;
}

.checking-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}

.checking-btn-box .check-in-btn a {
  border-radius: 5px;
  background: rgba(153, 153, 153, 1);
  display: flex;
  width: 180px;
  height: 50px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.checking-btn-box .check-out-btn a {
  border-radius: 5px;
  background: rgba(242, 156, 31, 1);
  display: flex;
  width: 180px;
  height: 50px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.checking-btn-box .check-in-btn span {
  color: #808191;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checking-btn-box .check-out-btn span {
  color: #808191;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checking-btn-box .check-in-btn a:hover {
  background: rgba(242, 156, 31, 1);
}

.checking-btn-box .check-out-btn a:hover {
  background: rgba(187, 36, 41, 1);
}

.files-content .activities-title {
  justify-content: flex-start;
  gap: 30px;
}

.flat-maintanace-box {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

.maintenance-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  gap: 10px;
  width: 100%;
}

.maintenance-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  gap: 20px;
  width: 100%;
}

.maintenance-card-body h3 {
  color: #192328;
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.maintenance-card-body p a {
  color: #192328;
  text-transform: none;
}
.maintenance-card-body p {
  color: #192328;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  text-transform: capitalize;
}

.maintenance-card-body p span {
  display: block;
  color: rgba(25, 35, 40, .6);
  margin-bottom: 10px;
}

.maintenance-card-body p a:hover {
  text-decoration: underline;
}

.maintenance-task-list {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #FFF;
  padding: 10px;
}

.maintenance-widget-box.active {
  background: rgba(242, 156, 31, 1);
}

.maintenance-widget-box.active p,
.maintenance-widget-box.active h4 {
  color: #fff;
}

.maintenance-widget-box {
  border-radius: 5px;
  background: rgba(234, 239, 244, 1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 140px;
  width: 100%;
}

.maintenance-widget-box h4 {
  margin-bottom: 0;
  color: #192328;
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

.maintenance-widget-box p {
  color: rgba(25, 35, 40, .7);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

/* ======= */
.action-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

.action-box .edit-icon {
  color: rgba(48, 118, 188, 1);
}

.action-box .dlt-btn {
  color: rgba(207, 33, 41, 1);
}

.pro-img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap;
}

.selected-master-btn,
.tenant-list-section .add-more.selected-master-btn {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #E1EEFF;
  color: #3076BC;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  min-height: 50px;
  line-height: 1.2;
  transition: all .4s ease-in-out;
}

.product-list-section .section-title {
  margin-bottom: 20px;
}

.product-list-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: auto;
  flex-wrap: wrap;
}

.product-list-btn .btn {
  border-radius: 5px;
  border: 1px solid rgba(242, 156, 31, 1);
  background: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: auto;
  height: 46px;
  padding: 0px 16px;
  color: rgba(26, 24, 23, 1);
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 21.6px */
}

.product-list-btn .btn.active {
  color: #fff;
  background-color: rgba(242, 156, 31, 1);
  border-color: rgba(242, 156, 31, 1);

}
.product-list-btn .btn-primary:hover {
  color: #fff;
  background-color: rgba(242, 156, 31, 1);
  border-color: rgba(186, 34, 40, 1);
}

.tenant-filter-form .form-group label.form-check-label {
  color: #757B7E;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: auto;
  line-height: 1.2; /* 21.6px */
}

.tenant-filter-form .form-group .form-check-input:checked ~ .form-check-label {
  color: #3076BC;
}

.right-btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.product-list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.product-list-box .search-form {
  width: 65%;
  flex-shrink: 0;
}

.product-list-box .right-btn-box {
  width: auto;
  flex-shrink: 0;
}

.product-photo{
  width: 100%;
}


.product{
  position: relative;
  max-width: 70px;
  width: 100%;
  height: 70px;
  background-color: #f8fbff;
  /* overflow: hidden; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.product .product-circle {
  font-size: 18px;
  position: absolute;
  top: -12px;
  right: -8px;
  background: #fff;
  border: 2px solid #CF2129;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.product .product-circle i{
  color: #CF2129;
  cursor: pointer;
}
.product img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 
.upload-img{
  position: relative;
  margin-bottom: 24px;
}
.upload-img img {
 cursor: pointer;
} */
/* ========= DRAG AND DROP */
/* .upload-img-form,
.upload-video-form input{
display: none;
}

.dragover {
  background-color: #e1e1e136;
}


.upload-box{
  padding: 55px 100px;
  background-color: #fff;
  border-style: dashed;
  border-color: #A9B7C5;
  border-width: 0.6px;
  border-radius: 8px;
  margin-top: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.upload-box h2,p{
  color: #9FADB4;
}

.upload-box p{
  font-size: 16px;
  max-width: 265px;
  width: 100%;
  text-align: center;

} */

.step-app > .step-content {
  border: 0;
  padding: 0;
}

/* ======= */
.category-list {
  border-radius: 12px;
  background: #fff;
  padding-bottom: 20px;
}
.jstree-icon.fa-folder-open {
  color: #3076BC;
}
.search-jstree {
  margin-bottom: 15px;
}

.search-jstree .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #EAEFF4;
  overflow: hidden;
  background: #FFF;
}

.search-jstree .search-form-control {
  
  color: #9FADB4;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  margin-left: 0! important;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  overflow: hidden;
  border: 0;
  border-radius: 12px;
}

.table-btn {
  margin: 0;
  padding: 0px;
  outline: none;
  background: transparent;
  border: none;
  border-right: 1px solid #EAEFF4;
  box-shadow: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.table-btn:hover {
  box-shadow: 0 14px 26px -12px rgb(23 105 255 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(23 105 255 / 20%) !important;
}

  .category-list ul {
      padding-left: 0;
  }

  #jstree ul li a {
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 21.6px */
    height: 100%;
    display: inline-block;
  }

  #jstree ul li > ul > li:first-child {
    padding-top: 1rem;
  }

  #jstree ul li > ul li:last-child > a {
    margin-bottom: 0;
  }
  
  #jstree ul li > ul > li > a  {
    height: 100%;   
    padding-bottom: 0; 
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  #jstree ul li > ul > li > a >.bi-chevron-right {
    width: auto;
    height: auto;
    line-height: 1.2;
    font-size: 16px;
  }

.item {
  position: relative;
}

  .item.active-link {
      background-color: #f6f6f6;
  }

  .item.active > .inner-menu {
      display: block;
  }

  .item a {
      font-size: 15px;
      line-height: 1;
      position: relative;
  }

  .item .badge-pill {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }

.inner-menu {
  display: none;
}

  .inner-menu.active {
      display: block;
  }

.menu-link {
  font-weight: 500;
}

  .menu-link.active {
      background-color: #d9d9d9;
  }

      .menu-link.active .mdi-plus:before {
          content: '\F374';
      }


/* ========== */
.sedule-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.sedule-box p {
  color: #192328;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.sedule-box p span {
  font-size: 10px;
  font-weight: 400;
}

.entitiy-list-box figure .card .card-img {
  width: 100%;
  height: 168px;
  overflow: hidden;
  border-radius: 5px;
}

.edits-btns .dropdown-toggle::after {
  display: none;
}
.edits-btn:focus,
.edits-btn {
  color: #192328;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edits-btn:hover {
  color: #F29C1F;
}

.edits-btns .dropdown-menu.show {
  transform: translate(-132px, 30px)! important;
  padding: .5rem 0 0;
}
.edits-btn .close-icons,
.edits-btn.show .edits-icons{
  display: none;
}

.edits-btn.show .close-icons{
  display: block;
}

.edits-btn.show {
  padding: 0;
  border: none;
}

.edits-btns .dropdown-menu {
  padding: .5rem 0 0;
  overflow: hidden;
  border-radius: 5px 0px 5px 5px;
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
}

.edits-btns .dropdown-item:hover,
.edits-btns .dropdown-item.active, 
.edits-btns .dropdown-item:active {
  background-color: #F29C1F;
  color: #fff;
}

.edits-btns .dropdown-item {
  color: #646464;
  text-align: right;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.new-btn {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #F29C1F;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 21.6px */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: auto;
  padding: 13px;
}

.new-btn:hover {
  color: #fff;
  background: #ba2228;
  border-color: #ba2228;
}

.all-entity-list .entitiy-list-box {
  margin-bottom: 50px;
}

.all-entity-list .entitiy-list-box:last-child {
  margin-bottom: 0;
}
.archive-list-box .card,
.archive-list-box .card .card-img img {
  filter: grayscale(1);
}

.archive-list-box .card .left-content-info h3 a {
  cursor: not-allowed;
  color: #192328;
}
.archive-list-box figure .card .card-footer .post-btn,
.archive-list-box .card .edits-btn:focus,
.archive-list-box .card .edits-btn {
  cursor: not-allowed;
  color: #192328;
}

.archive-list-box figure .card .overview-box .overview-card-box {
  background: #999;
}

.form-group .mce-panel {
  background: rgba(241, 245, 249, 1);
}

.booking-content-box .activities-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.booking-content-box .activities-title .booking-id h5 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(25, 35, 40, 1);
  margin-bottom: 0;
}

.booking-content-box .activities-title .booking-id h5 span {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(128, 129, 145, 1);
}

.client-details-box p{
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(100, 100, 100, 1);
  margin-bottom: 10px;
}

.client-details-box h4 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(26, 24, 23, 1);
}

.booking-content-box .activities-title .edit-btn {
  border-radius: 5px;
  border: 1px solid #EAEFF4;
  background: #FFF;
  color: #1C1B1F;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  top: 15px;
}

.booking-content-box .activities-title .edit-btn:hover {
  background: rgba(242, 156, 31, 1);
  color: #fff;
  border-color: rgba(187, 36, 41, 1);
}

.pos-accordion .accordion-item {
  border-radius: 5px;
  background: #FFF;
  margin-bottom: 20px;
  border: 0;
}

.pos-accordion .accordion-button, 
.pos-accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid rgba(234, 239, 244, 1);
  color: var(--P2, #1A1817);
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  padding: 20px;
  box-shadow: none;
}

.pos-accordion .accordion-button.collapsed {
  border-bottom: none;
  color: #1A1817;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 20px;
  line-height: 22px; /* 122.222% */
}

.qr-code-box {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(234, 239, 244, 1);
  margin-bottom: 20px;
}

.qr-code-form .input-group {
  height: 50px;
}
.qr-code-form .qr-input-group {
  border: none;
  gap: 10px;
  align-items: center;
  height: 50px;
}

.qr-code-form .input-group label {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(100, 100, 100, 1);
  margin-bottom: 0;
}

.qr-code-form .input-group .form-control {
  border: 1px solid rgba(234, 239, 244, 1);
  background: transparent;
  border-radius: 5px;
  height: 100%;
}

.qr-code-form .input-group input[type="date"] {
  padding: 0 0 0 15px;
  height: 100%;
}

.qr-code-form .input-group input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none;
  -webkit-appearance: none; */
  width: 50px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  background-color: rgba(234, 239, 244, 0.52);
  background-image: url(../images/icons/date1.png);
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.qr-btn {
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(234, 239, 244, 1);
  height: 100%;
  padding: 8px 7px;
  color: #1A1817;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all .4s ease-in-out;
}

.qr-btn:hover {
  background: rgba(242, 156, 31, 1);
  transition: all .4s ease-in-out;
  color: #fff;
}

.qr-code-genarate {
  padding: 1rem;
  border: 1px solid rgba(234, 239, 244, 1);
  border-radius: 5px;
  text-align: center;
}

.qr-scane-modal .btn-close {
  background: rgba(242, 156, 31, 1);
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 40px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all .4s ease-in-out;
}

.qr-scane-modal .btn-close:hover {
  background: rgba(187, 36, 41, 1);
  transition: all .4s ease-in-out;
}

.qr-scane-modal .modal-title {
  color: #1A1817;
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.payment-tab .tab-nav,
.seat-tab .tab-nav {
  border: none;
  border-radius: 0;
}

.payment-tab .inner-tab-nav .nav-pills,
.seat-tab .inner-tab-nav .nav-pills {
  gap: 18px;
}

.payment-tab .inner-tab-nav .nav-pills .nav-link,
.seat-tab .inner-tab-nav .nav-pills .nav-link {
  border: 1px solid rgba(153, 153, 153, 1)! important;
  padding: 26px 27px;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(26, 24, 23, 1);
}

.payment-tab .inner-tab-nav .nav-pills .nav-link:hover,
.seat-tab .inner-tab-nav .nav-pills .nav-link:hover {
  border-color: rgba(242, 156, 31, 1)! important;
}

.payment-tab .inner-tab-nav .nav-pills .nav-link.active,
.seat-tab .inner-tab-nav .nav-pills .nav-link.active {
  border: 3px solid rgba(242, 156, 31, 1)! important;
}

.tab-title h4 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(26, 24, 23, 1);
  margin-bottom: 10px;
}

.seat-map {
  background: rgba(249, 249, 249, 1);
  border: 1px solid rgba(153, 153, 153, 1);
  padding: 5px;
  border-radius: 5px;
}
.seat-booking {
  border: 1px solid rgba(234, 239, 244, 1);
  padding: 20px;
  border-radius: 5px;
}

/* ===== */

.seat-place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  position:relative;
}

.seatDescription {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}

#holder{    
  width: 100%;
  background-color:transparent;
  padding: 0;
  }
  /* #place {
  position:relative;
  } */
  /* #seat-place a{
  font-size:0.6em;
  } */
  .seat-place li
  {
   list-style: none outside none;
   border-radius: 5px; 
  }    
  .seat-place li:hover
  {
  background-color:rgba(242, 156, 31, 1);
  color: #fff;
  transition: all .4s ease-in-out;
  }
  
  .seat-place .seat{
    border: 1px solid rgba(176, 176, 176, 1);
    background: rgba(255, 255, 255, 1);
    height:45px;
    width:45px;
    display:block;   
    color: rgba(26, 24, 23, 1);
    transition: all .4s ease-in-out;
  }
  .seat-place .selectedSeat
  { 
  background: rgba(30, 203, 68, 1);          
  }
  .seat-place .selectingSeat
  { 
    background: rgba(176, 176, 176, 1);       
  }
  /* .seat-place .row-3, .seat-place .row-4{
  margin-top:10px;
  } */
  #seatDescription li{
    vertical-align: middle;
    list-style: none outside none;
    padding-left:30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    background-color: transparent;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(100, 100, 100, 1);
  }

  .seat-place li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
  }

  .btnShowNew {
    background-color: rgba(242, 156, 31, 1);
    border-color: rgba(242, 156, 31, 1);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 16px 20px;
    border-radius: 5px;
  }

  .btnShowNew:hover {
    background-color: rgba(207, 33, 41, 1);
    border-color: rgba(207, 33, 41, 1);
  }

  .btnShow {
    background-color: rgba(207, 33, 41, 1);
    border-color: rgba(207, 33, 41, 1);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 16px 20px;
    border-radius: 5px;
  }

  .btnShow:hover {
    background-color: rgba(242, 156, 31, 1);
    border-color: rgba(242, 156, 31, 1);
  }

  .order-summery-box h4 {
    color: #1A1817;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.30);
  }

  .booking-table-box .table tbody tr td {
    color: #242424;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    border: none;
  }

  .payment-box h4 {
    border: 0;
    padding-bottom: 10px;
  }

  .payment-tab .tab-nav .nav-pills .nav-item .nav-link span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(100, 100, 100, 1);
    font-size: 25px;
  }

  .payment-tab .tab-nav .nav-pills .nav-item .nav-link.active span {
    color: rgba(242, 156, 31, 1);
  }

  .payment-tab .tab-nav .nav-pills .nav-item .nav-link .currency-icons {
    background-color: rgba(100, 100, 100, 1);
    border-radius: 40px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #fff;
  }

  .payment-tab .tab-nav .nav-pills .nav-item .nav-link span .svg-inline--fa {
    height: 22px;
  }

  .payment-tab .tab-nav .nav-pills .nav-item .nav-link.active .currency-icons {
    background-color: rgba(242, 156, 31, 1);
    color: #fff;
  }

  .payment-tab .inner-tab-nav .nav-pills .nav-link {
    flex-direction: column;
  }

  .payment-tab .inner-tab-nav .nav-pills .nav-link {
    max-width: 135px;
    width: 135px;
    height: 70px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(100, 100, 100, 1);
    padding: 0;
    gap: 0;
  }

  .print-ticket {
    margin-top: 1rem;
  }

  .print-ticket .print-btn {
    border-radius: 5px;
    border: 1px solid rgba(242, 156, 31, 1);
    width: 100%;
    padding: 15px 20px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(242, 156, 31, 1);
  }

  .print-ticket .print-btn:hover {
    color: #fff;
    border-color: transparent;
  }

  .card-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(234, 239, 244, 1);
  }

  .card-widget:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .feature-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .feature-box .card-widget-img {
    border: 1px solid rgba(234, 239, 244, 1);
    border-radius: 5px;
    background-color: transparent;
    padding: 5px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-box .card-widget-img img {
    width: 100%;
    height: 100%;
  }

  .feature-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    flex-direction: column;
  }

  .feature-content p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(25, 35, 40, 1);
    margin-bottom: 0;
  }

  .add-btn {
    border: 1px solid rgba(242, 156, 31, 1);
    background-color: transparent;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(242, 156, 31, 1);
    padding: 13px 20px;
    max-width: 120px;
    width: 100%;
    height: 50px;
  }

  .other-info-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }

  .ticket-print-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    max-width: 700px;
    width: 100%;
  }

  .ticket-print-box .printticket {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .ticket-print-box .printticket .form-control {
    height: 100%;
    padding: 13px 20px;
  }

  .promo-form-box .form-body .btn {
    margin-top: 0;
    padding: 14px 24px;
    font-size: 20px;
    line-height: 1;
  }

  .promo-form-box .form-body .reset-btn {
    padding: 13px 23px;
    color: rgba(26, 24, 23, 1);
  }

  .promo-form-box .form-body .reset-btn:hover {
    color: #fff;
  }

  .venue-tab-link {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
  }

  .venue-tab-box h4 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 24, 23, 1);
    margin-bottom: 10px;
  }

  .venue-tab-link .nav-pills {
    gap: 10px;
  }

  .venue-tab-link .nav-pills .nav-link {
    padding: 0;
    border: 1px solid rgba(234, 239, 244, 1);
    position: relative;
    color: rgba(28, 27, 31, 1);
    border-radius: 7px;
  }

  .arrangement-image { 
    padding: 0;
    border: 1px solid rgba(234, 239, 244, 1);
    position: relative;
    color: rgba(28, 27, 31, 1);
    border-radius: 5px;
    cursor: pointer;
  }

  .arrangement-content {
    border-top: 1px solid rgba(234, 239, 244, 1);
  }

  .arrangement-content h5 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(26, 24, 23, 1);
    margin: 0;
    text-transform: capitalize;
    padding: 7px;
  }

  .venue-tab-link .nav-pills .nav-link img {
    border-radius: 5px;
  }

  .check-mark {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 2px 16px 0px rgba(30, 30, 30, 0.15);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    transition: all .4s ease-in-out;
    color: (28, 27, 31, 1);
  }

  .check-mark .check-circle-mark {
    display: block;
  }

  .check-mark .check-fill-mark {
    display: none;
  }

  .arrangement-widget-box .arrangement-image.active .arrangement-content,
  .arrangement-widget-box .arrangement-image.active,
  .venue-tab-link .nav-pills .nav-link.active {
    border-color: rgba(242, 156, 31, 1);
    color: rgba(242, 156, 31, 1);
  }
  .arrangement-widget-box .arrangement-image.active .check-mark,
  .venue-tab-link .nav-pills .nav-link.active .check-mark {
    color: rgba(242, 156, 31, 1);
  }

  .arrangement-widget-box .arrangement-image.active .check-mark .check-fill-mark,
  .venue-tab-link .nav-pills .nav-link.active .check-mark .check-fill-mark {
    display: block;
  }

  .arrangement-widget-box .arrangement-image.active .check-mark .check-circle-mark,
  .venue-tab-link .nav-pills .nav-link.active .check-mark .check-circle-mark {
    display: none;
  }

  .venu-tab-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
  }

  .arrangement-widget-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
  }

  .activity-box {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .activity-box h3 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 24, 23, 1);
    margin-bottom: 30px;
  }

  .activity-form .form-control {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(100, 100, 100, 1);
    border: 1.45px solid rgba(234, 239, 244, 1);
    border-radius: 5px;
    padding: 15px 20px 14px 15px;
  }

  .activity-form .form-label {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 24, 23, 1);
  }

  .discription-box {
    margin-bottom: 30px;
  }

  .upload-img-box h4,
  .discription-box .contact-form .form-label {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
  }

  .discription-box .contact-form .form-group .mce-panel {
    border: 0;
    box-shadow: none;
  }

  .discription-box .contact-form .form-group .mce-panel .mce-top-part::before {
    box-shadow: none;
  }

  .table-box h3 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 24, 23, 1);
    margin-bottom: 30px;
  }

  .delt-btn {
    background-color: #BA2228;
    color: #fff;
    border: 1px solid transparent;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
  }

  .add-icon {
    background-color: #F29C1F;
    color: #fff;
    border: 1px solid transparent;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
  }

  .delt-btn:hover {
    background-color: transparent;
    border-color: #F29C1F;
    color: #BA2228;
  }

  .add-icon:hover {
    background-color: transparent;
    border-color: #F29C1F;
    color: #BA2228;
  }

  .footer-table-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .footer-table-btn a {
    color: #FCFCFC;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.156px; /* 157.224% */
    padding: 14px 30px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 5px;
    border: 1px solid transparent;
    height: 100%;
  }

  .footer-table-btn a.reset-icon {
    background: #F29C1F;
  }

  .footer-table-btn a.close-icon {
    background: #BA2228;
  }

  .footer-table-btn a.close-icon:hover {
    background: transparent;
    border-color: #F29C1F;
    color: #F29C1F;
  }

  .footer-table-btn a.reset-icon:hover {
    background: #BA2228;
    color: #fff;
  }

  .form-group h4 {
    color: #242424;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
  }

  .event-form .input-group {
    gap: 20px;
    border: none;
    background: transparent;
  }
  .event-form .input-group .form-control {
    border-radius: 5px! important;
    border: 1px solid #EAEFF4;
    background: #FFF;
  }

  .event-form .input-group .btn {
    border-radius: 5px! important;

  }