@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

body {
	font-size: 1rem;
	overflow-x: hidden;
	font-family: 'Jost', sans-serif;
	color: #404040;
	background-color: #F8F9FA;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a,button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1,h2,h3,h4,h5,h5,p,span,li,a {
	word-break: break-word;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.btn-primary {
	background-color: #98CE44;
	border-color: transparent;
	box-shadow: none !important;
	outline: none !important;
}

.row {
	margin: 0 -15px;
}
.row>* {
	padding-left: 15px;
	padding-right: 15px;
}
.container  {
	padding-left: 15px;
	padding-right: 15px;
}

.ui-datepicker .ui-datepicker-calendar .end > a,
.ui-datepicker .ui-datepicker-calendar .start > a,
.ui-datepicker .ui-datepicker-calendar .selected > a {
    background: #FDB714;
    color: #fff;
    border-color: transparent;
}


.admin-sidein-section {
	/*position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 10px;*/
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.admin-sidein-section .signin-inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 80px 15px;
	max-width: 1056px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.admin-sidein-section .signin-inner-form { 
	width: 480px;
	margin: 0 auto;
}

.signin-inner-form .text-logo {
	font-size: 34px;
	font-weight: 500;
	line-height: 49px;
	color: #498C92;
	margin-bottom: 30px;
}
.signin-inner-form h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 30px;
	color: #1F1F1F;
}
.signin-inner-form p {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #636363;
}

.nice-select.mySelect ul.list {
	margin-top: 60px;
}

.banner-section .nice-select.mySelect ul.list {
    margin-top: 53px;
}
.commission-management-section .nice-select.mySelect ul.list,
.coupon-form-content .nice-select.mySelect ul.list {
	margin-top: 55px;
}
.role-permission-inner .nice-select.mySelect ul.list,
.deposit-management .nice-select.mySelect ul.list {
	margin-top: 53px;
} 

.signin-inner-form .form-group {
	margin-bottom: 30px;
}
.signin-inner-form form {
	max-width: 458px;
}
.form-control.custom-form-control {
	border-radius: 10px;
	border: 1px solid #98CE44;
	background-color: transparent;
	padding:6px 10px;
	outline: 0;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	min-height: 45px;
	width: 100%;
	box-shadow: none;
}
.form-control.custom-form-control::-webkit-input-placeholder {
  color: #6C757D;
}
.form-control.custom-form-control::-moz-placeholder {
  color: #6C757D;
}
.form-control.custom-form-control:-ms-input-placeholder {
  color: #6C757D;
}
.form-control.custom-form-control:-moz-placeholder {
  color: #6C757D;
}


.left-rember-content input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.btn-primary-color {
	color: #fff;
	border-color: transparent;
	background-color: #98CE44;
}

.left-rember-content label {
	font-size: 12px;
	font-weight: 500;
	color: #636363;
	line-height: 18px;
}

.forgot-link a {
	/*text-transform: uppercase; */
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #636363;
}
.form-submit-btn .submit-btn.btn-cancel:hover,
.form-submit-btn button.btn-cancel:hover,
.form-submit-btn .submit-btn.btn-cancel,
.form-submit-btn button.btn-cancel {
	background-color: transparent;
	color: #515151;
	border-color: #98CE44;
}
.form-submit-btn button.btn-height-45 { 
	padding-top: 10.5px;
	padding-bottom: 10.5px;
}

.form-submit-btn .submit-btn,
.form-submit-btn button {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	padding: 10.5px 15px;
	display: inline-block;
	border-radius: 30px;
	background-color: #98CE44;
	border: 0;
	outline: 0;
	box-shadow: none;
	width: 328px;
	border: .72px solid transparent;
}

.form-submit-btn .submit-btn:hover,
.form-submit-btn button:hover {
	border-color: transparent;
	color: #fff;
	background-color: #237265;
}
.form-submit-btn .submit-btn.small-btn {
	width: 95px;
	padding: 4.5px 10px;
	font-size: 12px;
}
.toggle-password {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: #6C757D;
}
.dashboard-main-box .row {
	margin: 0 -7.5px;
}
.dashboard-main-box .dashboard-box {
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin-bottom: 15px;
	transition: 0.3s ease-out;
}
.dashboard-main-box .dashboard-box:hover {
	
	transform: translate(0%, -10px);
}
.dashboard-box .dashboard-box-inner {
	border-radius: 20px;
	padding: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 150px;
	justify-content: center;
	box-shadow: 1px 4px 18px 0px #0000001A;
}
.dashboard-box .dashboard-box-inner .title-box {
	margin-bottom: 15px;
	flex-direction: column;
}
.dashboard-box .dashboard-box-inner .title-box span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	background-color: #237265;
	text-align: center;
	margin: 0 auto 10px;
	display: block;
}
.dashboard-box .dashboard-box-inner .title-box i {
	margin-right: 8px;
	color: #616161;
	font-size: 20px;
}
.dashboard-box .dashboard-box-inner .icon-img {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	background-color: #F4F4F4;
	margin-bottom: 15px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.dashboard-box:hover .dashboard-box-inner .icon-img {
	-moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.dashboard-box .dashboard-box-inner h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 36px;
	color: #1F1F1F;
}	
.dashboard-box .dashboard-box-inner p {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #636363;
}

[class*=" bi-"]::before {
	line-height: unset;
}
.dashboard-main-box {
	margin-bottom: 35px;
}

.report-section .report-block {
	margin-bottom: 30px;
}

.report-section .row {
	margin: 0 -7.5px;
}
.report-section .report-block {
	padding: 0 7.5px;
}

.section-block-title {
	font-size: 22px;
	color: #1F1F1F;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 15px;
}
.section-block-flex-content {
	margin-bottom: 15px;
}
.section-block-flex-content .section-block-title {
	margin-bottom: 0;
}

.main-dashboard-report .custom-nice-select-dropdown .nice-select {
	width: 130px;
}

.custom-nice-select-dropdown .nice-select {
	width: 168px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #667080;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 17px;
	color: #6C757D;
	height: auto;
	background-color: transparent;
}
.custom-nice-select-dropdown .nice-select .list {
	box-shadow: 4px 4px 4px 0px #00000040;
  border: 0;
  border-radius: 2px;
}
.custom-nice-select-dropdown .nice-select:after {
	width: 8px;
	height: 8px;
	margin-top: -7px;
}

.custom-nice-select-dropdown .nice-select ul {
	width: 100%;
}

.custom-nice-select-dropdown .nice-select .option {
	min-height: auto;
}
.nice-select .option.selected {
   font-weight: inherit;
}
.custom-nice-select-dropdown .nice-select ul li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding:7px 20px;
	color: #313144;
}

.report-block-inner {
	padding: 20px 25px;
	border-radius: 20px;
	background-color: #F1F1F1;
}

.agent-perfom-report-inner,
.top-perorm-section {
	margin-bottom: 30px;
	background-color: #F1F1F1;
	padding: 20px 10px 10px;
	border-radius: 10px;
}
.top-perorm-section .row {
	margin: 0 -4px;
}
.agent-perfom-report-inner .agent-report-box,
.top-perorm-section .top-perorm-box {
	padding: 0 4px;
	margin-bottom: 8px;
}
.agent-perfom-report-inner .agent-report-box-inner,
.top-perorm-box .top-perorm-inner {
	background-color: #4C735A;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 150px;
	align-items: center;
	justify-content: center;
}
.top-perorm-box .top-perorm-inner h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	margin-bottom: 12px;
}
.top-perorm-box .top-perorm-inner p {
	margin-bottom: 0;
}
.top-perorm-box .top-perorm-inner p span {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 8.5px 10px;
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #404040;
	min-width: 115px;
	text-align: center;
}
.agent-report-box h3 {
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	color: #fff;
}
.agent-report-box p {
	margin-bottom: 0;
}
.agent-report-box p span {
	padding: 6.5px 10px;
	min-width: 85px;
	display: inline-block;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	color: #404040;
}

.agent-perfom-report-inner .agent-report-box-inner {
	min-height: 110px;
}
.agent-perfom-report-inner .row {
	margin: 0 -4px;
}
#yearlyreport,
#monthlyreport,
#weeklyreport,
#dailyreport {
	width: 100%;
	height: 330px;
}
.section-header h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 0;
	color: #1F1F1F;
	text-transform: capitalize;
}
.section-header {
	margin-bottom: 30px;
}
.search-form-right form {
	width: 300px;
}
.section-block-title {
	margin-bottom: 20px;
}
.section-block-title h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
}
.section-header h2 span.tooltip-info-message {
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: -4px;
}
.search-form-block label {
	font-size: 15px;
	font-weight: 500;
	line-height: 29px;
	color: #1F1F1F;
	margin-bottom: 0px;
	margin-top: 10px;
}

.order-block-content .search-form-block .row {
	margin: 0 -5px;
}
.order-block-content .search-form-block .form-group {
	padding: 0 5px;
	width: 20%;
}

.search-form-block .form-control {
	border-radius: 8px;
	border: 1.5px solid #98CE44;
	background-color: transparent;
	padding: 5px 8px;
	font-size: 15px;
	line-height: 32px;
	color: #6C757D;
	box-shadow: none;
	outline: 0;
	min-height: 45px;
}

.search-form-block .form-control.space-p-l-30 {
	padding-left: 30px;
}

.search-form-block .form-control.nice-select:after {
	width: 10px;
	height: 10px;
	margin-top: -8px;
}

.search-form-block .form-control.nice-select .option {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #313144;
}
.search-form-block .form-control.nice-select {
	height: auto;
}
.search-form-block .submit-btn-block {
	margin-top: 37px;
}

.search-form-block button {
	border-radius: 29px;
	padding: 11.5px 26px;
	text-align: center;
	color: #fff;
	background-color: #98CE44;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	border: 0;
	box-shadow: none;

}
.search-form-block button.border-radius-8 {
	border-radius: 8px;
}
.description-max-100 p {
	max-width: 100px;
	white-space: normal;
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	color: #636363;
	margin: 0 auto;
}
.desti-content-title-80,
.content-title-65 {
	max-width: 65px;
	margin: 0 auto;
	white-space: normal;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 21.68px;
	color: #1F1F1F;
}
.desti-content-title-80 {
	max-width: 80px;
}

.search-form-right .form-control {
	border: 1px solid #CED4DA;
	border-radius: 20px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 20px;
	color: #9A9EA6;
	box-shadow: none;
	outline: 0;
}

.search-form-right .form-control::-webkit-input-placeholder {
  color: #9A9EA6;
}
.search-form-right .form-control::-moz-placeholder {
  color: #9A9EA6;
}
.search-form-right .form-control:-ms-input-placeholder {
  color: #9A9EA6;
}
.search-form-right .form-control:-moz-placeholder {
  color: #9A9EA6;
}
.search-form-right form button {
	background-color: transparent;
	border: 0;
	outline: 0;
	box-shadow: none;
	padding: 0;
	color: #6C757D;
	position: absolute;
	right: 10px;
	top: 5px;
}
.user-management-tab {
	margin-bottom: 15px;
}
.withdraw-management-tab.user-management-tab {
	margin-bottom: 30px;
}
.user-management-tab .nav-item {
	margin-right: 15px;
}
.user-management-tab .nav-item:last-of-type {
	margin-right: 0;
}
.user-management-tab .nav-link {
	padding: 13px 15px;
	border-radius: 30px;
	border: 1px solid #8E98A8;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #636363;
	text-align: center;
	min-width: 172px;
}
.withdraw-management-tab.user-management-tab .nav-link {
	min-width: 200px;
}
.user-management-tab .nav-link:hover,
.user-management-tab .nav-link.active {
	border-color: transparent;
	background-color: #98CE44;
	color: #fff;
}

.user-management-inner {
	padding: 25px 20px;
	background-color: #fff;
	border-radius: 8px;
}

table {
	width: 100% !important;
}
.user-management-inner table.dataTable {
	border-spacing: 0px 10px;
}
.user-management-inner table.dataTable thead>tr>th.sorting:before,
.user-management-inner table.dataTable thead>tr>th.sorting:after {
	display: none !important;
}

.dataTables_info,
.dataTables_length  {
	display: none;
}

.dataTables_wrapper .dataTables_paginate {
	float:  none;
	text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px 10px;
}
table.dataTable thead th, 
table.dataTable tfoot th {
	font-size: 16px;
	line-height: 23px;
	color: #1F1F1F;
	padding: 10px;
	font-weight: 500;
	white-space: nowrap;
}
table {
	border-collapse: separate;
}

.coupon-table-list table.dataTable thead th {
	font-size: 14px;
}

.create-coupon-inner.user-management-inner table tbody td {
	font-size: 13px;
}

.datatable-paginate-custom {
	margin: 30px auto 0;
  display: block;
  text-align: center;
}

.datatable-paginate-custom .dt-paging.paging_full_numbers,
.datatable-paginate-custom .dataTables_paginate {
	max-width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
  width: 31px;
	font-size: 14px;
	line-height: 31px;
	color: #98CE44 !important;
	margin: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid #ddd !important;
}


.dataTables_wrapper .datatable-paginate-custom .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .datatable-paginate-custom .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .datatable-paginate-custom .dataTables_paginate .paginate_button.disabled:active {
	color: #98CE44 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
	background-color: transparent !important;
	color: #98CE44 !important;
}

.datatable-paginate-custom .paginate_button.previous {
	padding: 0 !important;
	margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
	border-right: 0 !important;
}
.datatable-paginate-custom .dt-paging-button.last,
.datatable-paginate-custom .dt-paging-button.first {
	display: none !important;
}

.user-management-inner.home-management-list table tbody td p.feature-category-description-content {
  font-size: 12px;
  line-height: 18px;
  color: #636363;
  max-width: 200px;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
}

.user-management-inner.home-management-list table tbody td p.feature-category-title-name {
  max-width: 150px;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
}

.user-management-inner.home-management-list table tbody td p.news-category-desc-content {
	font-size: 12px;
  line-height: 18px;
  color: #636363;
  max-width: 310px;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
}

.user-management-inner table tbody td {
	font-size: 13px;
	line-height: 22px;
	color: #1F1F1F;
	padding: 10px;
	vertical-align: middle;
	font-weight: 500;
}
.withdraw-management .user-management-inner thead th,
.withdraw-management .user-management-inner tbody td {
	text-align: center;
}

table.dataTable .user-image {
	max-width: 40px;
	max-height: 40px;
	border-radius: 100%;
}
table.dataTable td a,
.action-dropdown .btn-dropdown {
	color: #1F1F1F;
}

.action-dropdown .btn-dropdown {
	border: 1px solid #98CE44;
	border-radius: 20px;
	padding: 6px 10px;
	display: inline-block;
	width: 100px;
	text-align: left;
  justify-content: center;
	margin: 0 auto;
}

table.dataTable td a.table-pay-now-btn {
	color: #fff !important;
	background-color: #98CE44;
	border-radius: 20px;
	padding: 7px 15px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	min-width: 90px;
}

.action-dropdown .btn-dropdown.round-border-dropdown {
	border: 1px solid  #98CE44;
	border-radius: 20px;
	display: inline-block;
	min-width: 120px;
	padding: 6px 16px;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	position: relative;
	text-align: left;
}
.action-dropdown .btn-dropdown.round-border-dropdown.show span {
	transform: rotate(180deg);
}
.action-dropdown .btn-dropdown.round-border-dropdown span {
	position: absolute;
	right: 15px;
	top: 5px;
}

table.dataTable td a:hover {
	color: #98CE44;
}

.user-management-inner table.dataTable.no-footer {
	border: 0;
}
.action-dropdown .dropdown-menu {
	padding: 5px 0;
	border: 0;
	box-shadow: 4px 4px 4px 0px #00000040;
	min-width: 125px;

}
.action-dropdown .dropdown-menu .dropdown-item {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #313144;
	letter-spacing: 0.03em;
	box-shadow: none;
	outline: 0;
	background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: .3em .85em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border-color: transparent !important;
	background: #98CE44;
	box-shadow: none !important;
}

table.dataTable thead th {
	text-align:center !important;
}

.role-permission-list table.dataTable thead th.rname {
	width: 50%;
}

.role-permission-list table.dataTable thead th.redit {
	width: 30%;
}
.role-permission-list table.dataTable thead th.rdelete {
	width: 20%;
}

.custom-table-responsive.pagination-hide .datatable-paginate-custom {
	display: none;
}

.custom-table-responsive.pagination-hide  .upload-picture-img-table  {
	margin: 0 auto;
}

.custom-table-responsive.pagination-hide table tbody tr:hover td,
.custom-table-responsive.pagination-hide table tbody tr td,
.custom-table-responsive.pagination-hide table tbody tr td:last-of-type,
.custom-table-responsive.pagination-hide table tbody tr td:first-of-type {
	border: 0 !important;
	background-color: transparent;
	border-radius: 0 !important;
}

.custom-table-responsive.pagination-hide table thead th {
	font-size: 14px;
	font-weight: 500;
	line-height: 20.23px;
	text-align: center;
	color: #404040;
	padding: 14px 9px !important;
}

.custom-table-responsive.pagination-hide table tbody td {
	font-size: 13px;
	font-weight: 400;
	line-height: 18.79px;
	color: #6C757D;
}

table.dataTable tbody th,
table.dataTable tbody td {
	width: auto !important;
	/* white-space: nowrap; */
	text-align: center !important;
}
.dataTables_wrapper .dataTables_filter input {
	border-radius:8px;
	border: .8px solid #98CE44;
	padding: 4px 10px;
	box-shadow: none;
	outline: 0;
	font-size: 13px;
	min-height: 40px;
	min-width: 193px;
}
.custom-table-responsive {
	overflow-x: auto;
}
.order-report-block table thead th, 
.agent-fee-management table thead th {
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	color: #1F1F1F;
}
table.dataTable td a.edit-icon {
	color: #B3B3B3;
}
.order-detils-inner {
	padding: 25px 20px;
	border-radius: 8px;
	background-color: #F1F1F1;
}

.back-to-order-link {
	margin-bottom: 20px;
}

.back-to-order-link a i {
  width: 24px;
  height: 24px;
  border: 1px solid #98CE44;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: #636363;
  line-height: 22px;
  font-size: 12px;
}

.order-detils-inner h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	color: #404040;
	margin-bottom: 15px;
}
.order-amenities-content .row,
.order-detils-inner .row {
	margin: 0 -3.5px;
}

.order-detils-inner .form-group {
	padding: 0 3.5px;
	margin-bottom: 30px;
}
.order-amenities-content .amenities-list,
.order-amenities,
.order-transportation { 
	padding-left: 3.5px;
	padding-right: 3.5px;
}

.order-transportation-box { 
	margin-bottom: 15px;
}

.order-transportation-box .order-transportation-inner label {
	font-size: 14px;
	line-height: 20px;
	color: #636363;
	margin-bottom: 5px;
	font-weight: 500;
}

.order-detils-inner .order-transportation-inner .custom-form-control {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 12px;
	line-height: 17px;
	color: #636363;
	min-height: auto;
}

.order-transportation-inner .transporation-details {
	justify-content: space-between;
	margin-bottom: 8px;
}

.order-detils-inner .order-amenities textarea.form-control{
	padding: 0;
	border: 0;
	font-size: 13px;
	line-height: 19px;
	color: #636363;
	min-height: 58px;
	resize: none;
}

.order-amenities-content .amenities-list .custom-form-control {
	margin-bottom: 3px;
}

.order-amenities .order-plan-box {
	margin-bottom: 20px;
}

.order-detils-inner .form-group label {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 12px;
}
.order-detils-inner .form-control {
	padding: 5px 20px;
	border-radius: 10px;
	min-height: 56px;
	border: 1px solid #98CE44;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	outline: 0;
	box-shadow: none;
	background-color: transparent;
}

.order-detils .custom-form-btn {
	text-align: center;
}
.order-detils .custom-form-btn button {
	max-width: 160px;
	padding-top: 11.5px;
	padding-bottom: 11.5px;
}

.custom-form-btn button {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #fff;
	width: 100%;
	padding: 16.5px 15px;
	border-radius: 28px;
	background-color: #98CE44;
	display: inline-block;
	text-align: center;
	outline: 0;
	box-shadow: none;
	border: 0;
}
.empty-lable-23 {
	height: 23px;
}

.order-transportation-amenities h4 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #404040;
	margin-bottom: 8px;
}

.order-amenities-inner,
.order-transportation-inner {
	padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #98CE44;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.order-transportation-box-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.commission-management-inner {
	border-radius: 8px;
	padding: 25px 20px;
	background-color: #F1F1F1;
}
.commission-tab .nav-item {
	margin-right: 20px;
}
.commission-tab .nav-item:last-of-type {
	margin-right: 0;
}
.commission-tab .nav-link {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #636363;
	padding: 12px 15px;
	border-radius: 30px;
	border: 1px solid #8E98A8;
	display: inline-block;
	text-align: center;
	box-shadow: none;
	outline: 0;
	min-width: 310px;
}
.commission-tab .nav-link span {
	margin-right: 20px;
}
.commission-tab .nav-link:hover,
.commission-tab .nav-link.active {
	color: #fff;
	border-color: transparent;
	background-color: #98CE44;
}
.commission-tab .nav-link:hover i {
	border-color: #fff;
}

.commission-tab .nav-link i {
    border: 1px solid #636363;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
}
.commission-tab .nav-link.active i {
	border-color: #fff;
}
.commission-tab {
	margin-bottom: 60px;
}

.commission-filter-data {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.filter-agents-list {
	padding: 0 15px;
	width: 30.67%;
}
.filter-agent-price label,
.filter-agents-list label {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #667080;
	margin-bottom: 15px;
}

.filter-agents-list .nice-select {
	width: 100%;
	border-radius: 8px;
	border: 1.5px solid #98CE44;
	padding: 5px 20px 5px 15px;
	font-size: 12px;
	line-height: 18px;
	color: #6C757D;
	line-height: 30px;
	height: 42px;
	box-shadow: none;
	outline: 0;
}

.filter-agents-list .nice-select:after {
	height: 8px;
	width: 8px;
	margin-top: -6px;
}
.filter-agents-list .nice-select ul {
	width: 100%;
	padding: 0;
	border-radius: 0px 0px 8px 8px;
}
.filter-agents-list .nice-select ul li {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color:#313144;
	letter-spacing: 0.03em;
	padding: 7px 15px;
	min-height: 30px;
}

.filter-agent-price {
	padding: 0 15px;
	width: 14.313%;
}
.filter-agent-price label a {
	color: #98CE44;
}

.filter-agent-price .form-control {
	border-radius: 8px ;
	border: 1.5px solid #98CE44;
	box-shadow: none;
	outline: 0;
	padding: 5px 10px 5px 30px;
	min-height: 42px;
	font-size: 15px;
	line-height: 22px;
	color: #667080;
}
.c-price-prifix {
	position: absolute;
	left: 13px;
	top: 10px;
	font-size: 15px;
	color: #667080;
}
.filter-submit-btn {
	padding: 0 15px;
	margin-top: 36px;
	width: 16.544%;
}
.filter-submit-btn button {
	width: 100%;
	border-radius: 28px;
	text-align: center;
	padding: 10px 10px;
	display: inline-block;
	box-shadow: none;
	outline: 0;
	background-color: #98CE44;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	border: 0;
}

.fixedcommission .modal-body {
	padding: 30px;
}
.fixedcommission.modal .form-group label {
	font-size: 18px;
	line-height: 29px;
	color: #667080;
	font-weight: 500;
	margin-bottom: 15px;
}
.fixedcommission.modal .form-group {
	margin-bottom: 20px;
}
.fixedcommission.modal .form-group .form-control {
	border-radius: 10px;
	border: 1px solid #98CE44;
	min-height: 56px;
	padding: 5px 20px 5px 30px;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
	box-shadow: none;
	outline: 0;
}
.m-price-prifix {
	position: absolute;
	left: 15px;
	top: 17px;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
}
.form-btn-list button {
	min-width: 95px;
	border-radius: 22px;
	background-color: #98CE44;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 0;
	outline: 0;
	box-shadow: none;
	padding: 7.5px 10px;
	margin-right: 10px;
	border: .72px solid transparent;
}
.form-btn-list button.btn-cancel {
	border-color: #98CE44;
	color: #515151;
	background-color: transparent;
}

.form-btn-list button.btn-cancel:hover {
	border-color: #98CE44;
	color: #515151;
	background-color: transparent;
}

.form-btn-list button:hover {
	background-color: #237265;
	color: #fff;
	border-color: transparent;
}

.form-btn-list button:last-of-type {
	margin-right: 0;
}
.agentfeemodal .modal-body {
	padding: 15px;
}
.agentfeemodal .modal-body h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	color: #1F1F1F;
	margin-bottom: 20px;
}
.agentfeemodal .modal-body .form-group {
	margin-bottom: 35px;
}
.agentfeemodal .modal-body .form-group label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	margin-bottom: 15px;
}
.agentfeemodal .form-control {
	border-radius: 10px;
	min-height: 56px;
	border: 1px solid #98CE44;
	padding: 5px 20px;
	outline: 0;
	box-shadow: none;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
}

.agentfeemodal .form-control.space-left-more {
	padding-left: 30px;
}

.agentfeemodal .form-btn-list button {
	margin-right: 5px;
}
.withdraw-payment-section .form-group  {
	max-width: 324px;
	margin-bottom: 20px;
}
.withdraw-user-name {
	margin-bottom: 25px;
}
.withdraw-user-name h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	color: #667080;
	margin-bottom: 0;
	border-bottom: .5px solid rgba(107,122,133,.5);
	padding-bottom: 10px;
}

.withdraw-payment-section .form-group label {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #404040;
	margin-bottom: 15px;
}
.withdraw-payment-section .form-group .form-control {
	border-radius: 10px;
	border: 1px solid #98CE44;
	min-height: 56px;
	padding: 5px 20px 5px 30px;
	outline: 0;
	box-shadow: none;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
	background-color: transparent;
}
.w-method-title h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #404040;
	margin-bottom: 15px;
}

.withdraw-box {
	max-width: 324px;
	margin-bottom: 8px;
}
.withdraw-box input[type="radio"]  {
	display: none;
} 

.withdraw-box label {
	width: 100%;
	padding: 16px 15px 16px 50px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #98CE44;
	font-size: 18px;
	line-height: 16px;
	font-weight: 400;
	color: #636363;
	cursor: pointer;
}

.withdraw-box input:checked + label {
	border-color: transparent;
	background-color: #98CE44;
	color: #fff;
}
.withdraw-box input:checked + label i {
	color: #fff;
}
.withdraw-box label i {
	margin-right: 15px;
	color: #8E98A8;
}

.withdraw-box-submit {
	max-width: 324px;
}
.withdraw-box-submit button { 
	padding: 13px 15px;
	background-color: #98CE44;
	border-radius: 10px;
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	border: 0;
	box-shadow: none;
	outline: 0;
	text-align: center;
} 
.viewdetails-link {
	margin-bottom: 20px;
}

.viewdetails-link a i {
	border: 1px solid #98CE44;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 17px;
	border-radius: 100%;
	font-size: 10px;
	margin-right: 15px;
}
.viewdetails-link a {
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	color: #404040;
}

.payment-status-details .form-group {
	margin-bottom: 30px;
}

.payment-status-details .form-group label {
	font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F1F1F;
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
}
.payment-status-details .form-group .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 5px 10px;
	min-height: 45px;
	box-shadow: none;
	outline: 0;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	background-color: transparent;
}

.coupn-section {
	padding: 25px 20px;
	border-radius: 8px;
	background-color: #F1F1F1;
}

.offer-coupon-box {
	max-width: 393px;
  margin-bottom: 40px;
}
.offer-coupon-box .offer-coupon-box-inner {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #98CE44;
  display: flex;
  flex-direction: column;
  min-height: 162px;
  height: 100%;
  justify-content: center;
}
.offer-coupon-box .custom-checkbox {
  margin-bottom: 5px;
}
.checkbox-inline-list .custom-checkbox input, 
.custom-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.offer-coupon-box .custom-checkbox .form-group label {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #404040;
}

.offer-coupon-box .custom-checkbox .form-group input:checked + label:before {
  background-color: #0d6efd;
  border-color: transparent;
}

.custom-checkbox .form-group input:checked + label:before,
.custom-checkbox .form-group input:checked + label:after {
  border-color: #B3B3B3;
}
.custom-checkbox .form-group input:checked + label:before {
	background-color: #98CE44;
}

.transaction-checkbox-list .custom-checkbox label {
	color: #515151;
	cursor: pointer;
	position: relative;
}

.transaction-checkbox-list .custom-checkbox .form-group {
	margin-right: 20px;
}
.transaction-checkbox-list .custom-checkbox .form-group:last-of-type {
	margin-right: 0;
}
.transaction-checkbox-list .custom-checkbox .form-group input:checked + label:after {
	top: 5px;
}
.custom-checkbox .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #B3B3B3;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 16.29px;
  height: 16.29px;
  border-radius: 4.07px;
  margin-top: -2px;
}
.custom-checkbox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.coupon-valid {
	font-size: 12px;
	line-height: 17px;
	color: #667080;
	margin-bottom: 10px;
}
.offer-coupon-box p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #667080;
}
.coupn-section .row {
	margin: 0 -20px;
}
.coupn-section .offer-coupon-box {
	padding: 0 20px;
}
.offer-coupon-box .right-coupon-content a {
	color: #B3B3B3;
	margin-right: 20px;
}
.offer-coupon-box .right-coupon-content a:last-of-type {
	margin-right: 0;
}
.create-coupon-section .create-coupon-inner {
	padding: 25px 20px;
	border-radius: 8px;
	background-color: #fff;
}

.create-coupon-inner h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	margin-bottom: 0;
	color: #404040;
}

.create-coupon-inner .coupon-table-list h3 {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.coupon-table-list .dataTables_filter,
.coupon-table-list .dataTables_length {
	margin-bottom: 10px;
}

.coupon-table-list table.dataTable thead th {
	border-bottom: 0;
}

.coupon-form-content .form-top-filed {
	max-width: 430px;
}

.coupon-form-content .form-group { 
	margin-bottom: 35px;
}
.coupon-form-content .form-group label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 15px;
} 
.coupon-form-content .form-group .form-control {
	min-height: 44px;
	border-radius: 10px;
	border: 1px solid #98CE44;
	padding: 5px 10px;
	box-shadow: none;
	outline: 0;
	font-size: 15px;
	line-height: 23px;
	color: #6C757D;
	background-color: transparent;
	max-width: 430px;
	min-height: 45px;
}
.discount-option-box >  label {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: #373737;
	margin-bottom: 10px;
	padding-left: 30px;
}
.custom-radio-btn {
	display: flex;
	align-items: center;
}

.custom-radio-btn input[type="radio"]:checked,
.custom-radio-btn input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-btn input[type="radio"]:checked + label,
.custom-radio-btn input[type="radio"]:not(:checked) + label
{
	font-size: 14px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #404040;
  font-weight: 400;
}
.custom-radio-btn input[type="radio"]:checked + label:before,
.custom-radio-btn input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid #667080;
  border-radius: 100%;
  background: #fff;
}
.custom-radio-btn input[type="radio"]:checked + label:after,
.custom-radio-btn input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 5px solid #0d6efd;
}
.custom-radio-btn input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-btn input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-radio-btn .user-active-box input[type="radio"]:checked + label:before, 
.custom-radio-btn .user-active-box input[type="radio"]:not(:checked) + label:before {
	top: 0;
	border-color: #cfcfcf;
}

.custom-radio-btn .user-active-box input[type="radio"]:checked + label:after,
.custom-radio-btn .user-active-box input[type="radio"]:not(:checked) + label:after {
	top: 0;
	border-color: #98CE44;
}

.discount-options .custom-radio-btn {
	margin-top: 15px;
	margin-right: 15px;
}
.discount-options .custom-radio-btn:last-of-type {
	margin-right: 0;
}
.discount-options .custom-radio-btn input[type="radio"]:checked + label.discount-label, 
.discount-options .custom-radio-btn input[type="radio"]:not(:checked) + label.discount-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F1F1F;
  width: 100%;
}

.discount-options .custom-radio-btn input[type="radio"]:checked + label:before,
.discount-options .custom-radio-btn input[type="radio"]:not(:checked) + label:before {
	top: 1px;
}

.discount-options .custom-radio-btn input[type="radio"]:checked + label:after,
.discount-options .custom-radio-btn input[type="radio"]:not(:checked) + label:after {
	top: 1px;
}

.custom-radio-btn .user-active-box {
	margin-right: 15px;
}
.custom-radio-btn .user-active-box:last-of-type {
	margin-right: 0;
}

.form-filed-data .form-control,
.custom-radio-btn .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	box-shadow: none;
	outline: 0;
	min-height: 44px;
	max-width: 130px;
	margin-right: 5px;
	background-color: transparent;
	min-height: 45px;
}
.form-filed-data label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #373737;
	margin-bottom: 10px;
	width: 100%;
}
.form-filed-data .form-control {
	margin-right: 0;
	margin-bottom: 10px;
	min-width: 170px;
	padding-left: 10px;
	padding-right: 10px;
}
.form-filed-data .datepicker-icon-add .form-control {
	padding-left: 30px;
}
.discount-option-box .custom-radio-btn {
	margin-bottom: 40px;
}
/*.datepicker-icon-add {
	max-width: 100%;
	display: inline-block;
}  */
.datepicker-icon-add-left img,
.datepicker-icon-add img {
	position: absolute;
	top: 15px;
	left: 10px;
} 
.chart-date-report .datepicker-icon-add-left .form-control {
	padding-left: 30px;
}
.coupon-submit-btn button {
	border-radius: 10px;
	border:0;
	outline: 0;
	box-shadow: none;
	padding: 13px 15px;
	background-color: #98CE44;
	width: 64%;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	text-align: center;
}

.maximum-discount {
	margin-bottom: 15px;
}

.maximum-discount label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #373737;
	padding-left: 30px;
}
.coupon-form-content .form-top-filed .nice-select,
.maximum-discount .nice-select {
	border: 1px solid #98CE44;
  border-radius: 10px;
  padding: 5px 20px 5px 10px;
  font-size: 15px;
  line-height: 31px;
  color: #6C757D;
  box-shadow: none;
  outline: 0;
  min-height: 44px;
  max-width: 170px;
  width: 170px;
  background-color: transparent;
  min-height: 45px;
} 


.coupon-form-content .form-top-filed .nice-select .list li,
.maximum-discount .nice-select .list li {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #313144;
}

.coupon-form-content .form-top-filed .nice-select {
	max-width: 100%;
	width: 100%;
}
.price-prifix-discount {
	position: absolute;
	top: 12px;
	left: 9px;
	color: #6C757D;
	font-size: 14px;
}
.form-filed-data .form-control.spacing-left {
	padding-left: 20px;
}

.coupon-form-content .form-top-filed .nice-select:after,
.maximum-discount .nice-select:after {
	width: 11px;
	height: 11px;
	margin-top: -8px;
}

.video-management .video-management-inner {
	background-color: #fff;
	padding: 25px 20px;
	border-radius: 8px;
}

.video-management-inner.seo-management .video-content {
	max-width: 100%;
} 

.video-management-inner.seo-settings .video-content {
	max-width: 500px;
} 

.brochure-management .video-content {
	max-width: 100%;
}
.brochure-management .video-content.banner-section {
	max-width: 800px;
}

.brochure-management .nice-select .list li {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #313144;
}

.video-content .row {
	margin: 0 -10px;
}
.font-size-18 {
	font-size: 18px !important;
}
.video-content .form-group {
	padding: 0 10px;
	margin-bottom: 20px;
}
.video-content .form-group label {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #1F1F1F;
	margin-bottom: 15px;
}
.video-content .form-group label span {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	color: #616161;
}	
.video-content .form-group label span.file_remove {
	color: #fff;
	font-size: 16px;
}

.video-content .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	min-height: 45px;
	box-shadow: none;
	outline: 0;
	background-color: transparent;
	width: 100%;
	float: none;
}

.video-content .form-control.nice-select .list li {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #313144;
}

.video-content .form-control.nice-select  {
	height: 45px;
	line-height: 35px;
}

.video-content .form-control.nice-select:after {
	width: 12px;
	height: 12px;
	margin-top: -8px;
}
.video-content .form-control.nice-select ul {
	width: 100%;
}

.video-content .form-group .checkbox-list label {
	font-size: 14px;
	line-height: 20px;
	color: #8B8B8B;
}

.video-content .form-group .checkbox-list input[type="checkbox"] {
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #98CE44;
    width: 100%;
    min-height: 45px;
    background-color: transparent;
    border-radius: 10px;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 22px;
    color: #6C757D;
    font-weight: 400;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top:  8px;
    font-size: 13px;
    line-height: 22px;
    color: #6C757D;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 4px 35px 4px 7px;
	border: 0;
	background-color: #D9D9D9;
	border-radius: 20px;
	font-size: 13px;
	line-height: 19px;
	color: #6C757D;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	left: auto;
	right: 7px;
	top: 7px;
	border: 1px solid #6C757D;
	border-radius: 100%;
	width: 13px;
	height: 13px;
	line-height: 10px;
	background-color: transparent;
	text-align: center;
	padding: 0;
	color: #6C757D;
	font-size: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
	height: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 8px;
  text-align: center;
}

.custom-upload .btn_upload.height-130 {
	height: 130px;
}

.custom-upload .btn_upload.max-height-180 {
	height: 180px;
}

.custom-upload .btn_upload.image-upload .upload-size-text {
	display: none;
}

.custom-upload .btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  border: .87px solid #98CE44;
  padding: 5px 10px;
  width: 100%;
  height: 180px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.custom-upload .btn_upload p {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	color: #6C757D;
	margin-top: 10px;
	text-align: center;
}

.custom-upload .uploadbox {
  display: flex;
  align-items: flex-start;
}

.custom-video-upload {
	cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #fff;
  border: 0.87px solid #98CE44;
  padding: 5px 10px;
  width: 100%;
  height: 189px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-video-upload.custom-video-upload-2  {
	height: auto;
	display: block;
	padding: 0;
	border-radius: 0;
	border: 0;
}

video {
	max-width: 100%;
}
.custom-video-upload-2 .file_remove {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: red;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  box-shadow: none;
  outline: 0;
  border: 0;
  line-height: 15px;
  z-index: 9;
  cursor: pointer;
}
#video {
	display: none;
	background-color: #000;
	border-radius: 10px;
}

.custom-video-upload-2 .btn_upload p.remove {
	display: none  !important;
}

.video-upload-icon  {
	color: #636363;
	font-size: 20px;
}

.video-upload-icon:not(.show) {
	display: none;
}

.video-delete:not(.show) {
	display: none;
}
.video-delete {
	position: absolute;
	right: 5px;
	top:5px;
	z-index: 5;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background-color: #ff0000;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.custom-video-upload  input[type="file"],
.custom-upload .btn_upload input[type="file"] {
  cursor: pointer;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
  width: 100%;
}

.custom-upload .prev {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brochure-full-width-upload.custom-upload .prev {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.custom-upload .btn-rmv3,
.custom-upload .btn-rmv2,
.custom-upload .btn-rmv1 {
  display: none;
}
.custom-upload .pdf-preview-icon {
	font-size: 60px;
	color: #98CE44;
	height: auto;
	text-align: center;
}
.pdf-name {
	font-size: 12px;
	font-weight: 400;
	line-height: 11.56px;
	color: #6C757D;
	margin-top: 10px;
	text-align: center;
}

.custom-upload .rmv {
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
  background: rgba(255, 0, 0, 1);
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 2;
  width: 25px;
  height: 25px;
  line-height: 20px;
}
#uploadicon3.show,
#uploadicon2.show,
#uploadicon1.show {
	display: none;
}
.form-submit-btn-list button {
	margin-right: 7px;
	min-width: 95px;
	border-radius: 22px;
	padding: 7.3px 10px;
	background-color: #98CE44;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	box-shadow: none;
	outline: 0;
	border: 0;
	text-align: center;
	border: .72px solid transparent;
}
.form-submit-btn-list button.btn-cancel {
	border-color: #98CE44;
	color: #515151;
	background-color: transparent;
}
.form-submit-btn-list button.btn-cancel:hover {
	border-color: #98CE44;
	color: #515151;
	background-color: transparent;
}

.form-submit-btn-list button:hover {
	background-color: #237265;
	color: #fff;
	border-color: transparent;
}

.form-submit-btn-list button:last-of-type {
	margin-right: 0;
}

.management-inner {
	border-radius: 8px;
	padding: 25px 20px;
	background-color: #FFFFFF;
}
.management-inner .row {
	margin: 0  -7.5px;
}
.management-inner .large-form-group {
	padding: 0 7.5px;
	margin-bottom: 30px;
}
.large-form-group label { 
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #1F1F1F;
}
.custom-radion-box,
.form-control.large-form-control {
	min-height: 56px;
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 5px 20px;
	box-shadow: none;
	outline: 0;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	width: 100%;
	background-color: transparent;
}

.form-control.large-form-control.nice-select:after {
	width: 10px;
	height: 10px;
	margin-top: -6px;
} 
.nice-select ul {
	width: 100%;
}

.custom-radion-box .custom-radio-btn {
	width: 50%;
}

.custom-radion-box .custom-radio-btn input[type="radio"]:checked + label:after,
.custom-radion-box .custom-radio-btn input[type="radio"]:not(:checked) + label:after,
.custom-radion-box .custom-radio-btn input[type="radio"]:checked + label:before, 
.custom-radion-box .custom-radio-btn input[type="radio"]:not(:checked) + label:before {
	top: 2px;
}
.large-form-group .nice-select {
	height: 56px;
	line-height: 46px;
}

.large-form-group .nice-select .list li {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #313144;
}

.amenities-label,
.small-form-group label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 15px;
	color: #1F1F1F;
}
.form-control.small-form-control  {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 5px 20px;
	box-shadow: none;
	outline: 0;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	min-height: 43px;
	background-color: transparent;
}
.small-form-group {
	margin-bottom: 10px;
}
.small-form-group {
	padding: 0 7.5px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #98CE44;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  position: relative;
}
.upload__btn p {
	position: absolute;
	left: 0;
	right: 0;
}
.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 20px;
  z-index: 4;
  cursor: pointer;
  font-size: 12px;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
 	padding: 25px;
}

.upload__img-wrap {
	display: flex;
	margin:  0 -2.5px;
	flex-wrap: wrap;
	width: 100%;
}
.upload__img-wrap .upload__img-box {
	width: 25%;
	padding: 2.5px;
}

.multiple-three-block-upload  .upload__img-wrap .upload__img-box {
	width: 33.3333%;
}

.multiple-three-block-upload .upload__btn p {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

.multiple-three-block-upload  .upload__img-wrap .upload__img-box .img-bg {
	padding: 0;
	height: 163px;
	border-radius: 10px;
}

.upload__btn p img.show {
	display: none;
}
.preview:not(.prev),
.preview1:not(.prev),
.preview2:not(.prev) {
	display: none;
}
.block-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	padding-bottom: 5px;
	border-bottom: 1px solid  rgba(99, 99, 99, 0.35);
	margin-bottom: 35px;
}
.block-title a {
	 color: #B3B3B3;
}

.paradores-routes .modal-content .modal-body {
	padding: 15px;
}

.paradores-routes .modal-content h3 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #404040;
	margin-bottom: 15px;
}

.paradores-routes .modal-content .row {
	margin: 0 -6px;
}
.paradores-routes .modal-content .form-group {
	padding: 0  6px;
	margin-bottom: 10px;
}
.paradores-routes .modal-content label {
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 13px;
}
.paradores-routes .modal-content .form-control  {
	border-radius: 8px;
	border: 1px solid #98CE44;
	padding: 5px 6px;
	min-height: 45px;
	font-size: 12px;
	line-height: 17px;
	color: #6C757D;
	box-shadow: none;
	outline: 0;
	background-color: transparent;
}

.paradores-routes .form-control[type=file]:not(:disabled):not([readonly]) {
	line-height: 35px;
}

.paradores-routes .modal-content button {
	outline: 0;
	box-shadow: none;
	border: 0;
	border-radius: 18px;
	background-color: #98CE44;
	padding: 6px 10px;
	font-weight: 500;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 77px;
}

#userfeedback,
#revenue-analysis {
	width: 100%;
	height: 250px;
}

.content-management-inner {
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
}

.ck.ck-editor__main>.ck-editor__editable  {
	background-color: #EBEBEB !important;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
	background-color: #a7a7a763 !important;
}

.common-text-content {
	margin-bottom: 35px;
}

.common-text-content h3 {
	color: #404040;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 10px;
}

.common-text-content p {
	font-size: 14px;
	line-height: 25px;
	color: #434343;
}

.common-text-content p:last-of-type {
	margin-bottom: 0;
}

.support-status-section table.dataTable>thead>tr>th, 
.support-status-section table.dataTable>thead>tr>td {
	border-bottom: 0;
}

.support-status-inner {
	padding: 20px;
	background-color: #F1F1F1;
	border-radius: 8px;
}

.support-status-tab .nav-item {
	margin-right: 20px;
	margin-bottom: 15px;
}
.support-status-tab .nav-item:last-of-type {
	margin-right: 0;
}
.support-status-tab .nav-link {
	border: 1px solid #8E98A8;
	padding: 7.5px 15px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	color: #636363;
	min-width: 155px;
	text-align: center;
}
.support-status-tab .nav-link:hover,
.support-status-tab .nav-link.active {
	color: #fff;
	border-color: transparent;
	background-color: #98CE44;
}

.modal-custom-btn {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	font-size: 15px;
	line-height: 22px;
	color: #667080;
}

.view-custom-btn {
	min-width: 95px;
	padding: 7.5px 8px;
	border-radius: 22px;
	background-color: #98CE44;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	box-shadow: none;
	outline: 0;
	text-align: center;
	border: 0;
	display: inline-block;
}

.support-table-status table {
	width: 100%;
}
.support-table-status table thead th {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #404040;
	padding: 15px 10px;
	border-bottom: 1px solid #B3B3B3;
	vertical-align: middle;
	text-align: center;
}
.support-table-status table tbody td {
	font-size: 15px;
	line-height: 22px;
	color: #404040;
	padding: 15px 10px;
	vertical-align: middle;
	text-align: center;
}

.support-table-status table tbody td .inquirie-content {
	border-radius: 5px;
	padding: 4px 8px;
	border: 1px solid #ccc;
	max-width: 360px;
}

.support-table-status table tbody td .inquirie-content p {
	font-size: 12px;
	line-height: 17px;
	color: #6C757D;
	margin-bottom: 0;
}

.chatreplaymodal .modal-content {
	border-radius: 11px;
	background-color: #EBEBEB;
}
.chatreplaymodal .modal-content .modal-body {
	padding: 15px;
}
.chatreplaymodal .chat-top-header {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(186, 186, 186, .5);
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 8px;
}
.chat-top-header .left-user-image {
	padding-right: 5px;
}
.chat-top-header .left-user-image img {
	border-radius: 100%;
	max-width: 40px;
	max-height: 40px;
}
.chat-top-header .user-title-right h2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #667080;
	margin-bottom: 0;
}

.chatreplaymodal .chart-right-content {
	max-width: 290px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
}
.chatreplaymodal .chart-left-content {
	max-width: 290px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 10px;
}

.chart-left-content .user-image {
	padding-right: 8px;
	min-width: 40px;
}

.chart-left-content .user-image img {
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	border-radius: 100%;
}
.chatreplaymodal .chart-message p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 19px;
	color: #636363;
}

.chatreplaymodal .chart-message {
  background-color: #EDEDED;
  padding: 7.5px 15px;
  border-radius: 5.74px 5.74px 0px 5.74px;
  margin-bottom: 5px;
  margin-right: 7px;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chatreplaymodal .chart-left-content .chart-message {
	margin-right: 0;
	margin-left: 7px;
}
.right-chart-date {
  font-size: 9px;
  font-weight: 600;
  color: #9a9a9a;
  text-align: right;
}
.left-chart-date {
  font-size: 9px;
  font-weight: 600;
  color: #9a9a9a;
  text-align: left;
  margin-left: 67px;
}

.chart-bottom-content .form-groud-data .form-control {
	border-radius: 23px;
	padding: 11.5px 55px;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
	border: 1px solid #98CE44;
	font-size: 14px;
	line-height: 13px;
	color: #1F1F1F;
	min-height: 40px;
}

.chart-bottom-content .form-control::-webkit-input-placeholder {
  color: #A5A5A5;
}
.chart-bottom-content .form-control::-moz-placeholder {
  color: #A5A5A5;
}
.chart-bottom-content .form-control:-ms-input-placeholder {
  color: #A5A5A5;
}
.chart-bottom-content .form-control:-moz-placeholder {
  color: #A5A5A5;
}

.chat-upload-btn {
	position: absolute;
	top: 12px;
	left: 15px;
	border: 0;
	outline: 0;
	box-shadow: none;
	color: #98CE44;
	padding: 0;
	background-color: transparent;
}

.chat-submit-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
	color: #fff;
	padding: 0;
	background-color: transparent;
	background-color: #98CE44;
	border-radius: 100%;
	width: 44px;
	height: 44px;
}

.chat-top-header {
  position: sticky;
  top: 0;
  background-color: #EBEBEB;
  z-index: 1055;
}

.chart-middle-content {
	position: relative;
 	flex: 1 1 auto;
}
.chart-bottom-content {
	position: fixed;
	z-index: 999;
  bottom: 5px;
  background-color: #fff;
  z-index: 1055;
  width: 57%;
}

.dataTables_wrapper .dataTables_length select {
	outline: 0;
	box-shadow: none;
	border-color: #98CE44;
}

.commission-agent-list table.dataTable thead th {
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #667080;
	padding: 15px 15px;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	text-align: center;
	vertical-align: middle;
}
.commission-agent-list table.dataTable thead th:first-of-type {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-left: 1px solid #CACACA;
}
.commission-agent-list table.dataTable thead th:last-of-type {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-right: 1px solid #CACACA;
}

.commission-agent-list table.dataTable tbody td {
	font-size: 15px;
	line-height: 22px;
	color: #667080;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}

.commission-agent-list table.dataTable {
	border-bottom: 1px solid #CACACA;
}

.commission-agent-list .dataTables_filter,
.commission-agent-list .dataTables_length {
	margin-bottom: 10px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #498C92;
	color: #fff;
	border-color: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background-color: #98CE44;
	color: #fff;
	border-color: transparent;
}

.user-management-view .row {
	margin: 0 -3.5px;
}
.user-management-view label {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F1F1F;
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
}
.user-management-view .form-group {
	padding: 0 3.5px;
	margin-bottom: 15px;
}
.user-management-view .form-control {
	font-size: 14px;
	line-height: 18px;
	color: #6C757D;
	border-radius: 10px;
	border: 1px solid  #98CE44;
	background-color: transparent;
	min-height: 45px;
	outline: 0;
	box-shadow: none;
	padding: 5px 10px;
}
.user-management-view-tab.nav-pills .nav-item {
	margin-right: 45px;
}

.user-management-view-tab.nav-pills .nav-item:last-of-type {
	margin-right: 0;
}

.user-management-view-tab.nav-pills .nav-link.active {
	border-color: #98CE44;
	color: #1F1F1F;
}

.user-management-view-tab.nav-pills .nav-link {
	color: #8E98A8;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 10px 8px 0;
	border-bottom: 1px solid #8E98A8;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 15px;
}

.pay-btn-withdraw {
	font-size: 15px;
	line-height: 22px;
	color: #667080;
	width: 95px;
	padding: 4.5px 10px;
	background-color: #D9D9D9;
	border-radius: 22px;
	display: inline-block;
	text-align: center;
}

.agent-commission-details .row {
	margin: 0 -3.5px;
}
.agent-commission-details .default-space {
	padding: 0 3.5px;
}

.agent-commission-details label {
	font-size: 15px;
	line-height: 21px;
	color: #373737;
	margin-bottom: 10px;
}
.agent-commission-details .form-group {
	margin-bottom: 10px;
}
.agent-commission-details .form-control {
	background-color: #F8F9FA;
	border: 1px solid #98CE44;
	box-shadow: none;
	outline: 0;
	border-radius: 10px;
	font-size: 14px;
	line-height: 17px;
	color: #6C757D;
	padding: 5px 6px;
	min-height: 55px;
}

.travel-agent-trans-box {
	border-radius: 10px;
	border: 1px solid #98CE44;
	padding: 15px 10px;
}
.travel-agent-trans-box h4 {
	font-size: 14px;
	line-height: 20px;
	color: #636363;
	margin-bottom: 3px;
}
.travel-agent-trans-box .travel-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.agent-commission-details .custom-form-control {
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 17px;
	color: #636363;
	min-height: auto;
	background-color: transparent;
}

.travel-agent-trans-box .travel-box {
	margin-bottom: 20px;
}
.travel-agent-trans-box .travel-box:last-of-type {
	margin-bottom: 0;
}
.agent-addfee .row {
	margin-left: -5px;
	margin-right: -5px;
}
.agent-addfee .form-group {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.agent-addfee .form-group label {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	margin-bottom: 15px;
	color: #1F1F1F;
}

.agent-addfee .form-group .form-control {
	min-height: 45px;
	border-radius: 10px;
	border: 1px solid #98CE44;
	padding: 10px 10px;
	box-shadow: none;
	outline: 0;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	background-color: transparent;
}

.agent-addfee .form-group .form-control.nice-select .list li {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #313144;
}

.agent-addfee .form-group .form-control.nice-select {
	height: auto;
}
.form-control-prifix .price-prifix {
	position: absolute;
	left: 10px;
	top:12px;
	font-size: 15px;
	color: #6C757D;
}

.agent-addfee .form-group .form-control.nice-select:after {
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-color: #6C757D;
}

.agent-addfee .form-group .form-control-prifix .form-control {
	padding-left: 20px;
}

.agent-addfee .commission-percentage.active .form-control-prifix .form-control {
	padding-left: 10px;
}

.agent-addfee .form-group .form-control-prifix .form-control.p-l-space-25 {
	padding-left: 25px;
}

.agent-addfee .commission-percentage.active .form-control-prifix .form-control.p-l-space-25 {
	padding-left: 10px;
}

.commission-percentage.active .form-control-prifix .price-prifix {
	left: 30px;
}


.agent-addfee .group-btn {
	margin-top: 20px;
}
.agent-addfee .group-btn button {
	min-width: 95px;
	border-radius: 22px;
	padding: 7px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	color: #fff;
	border: 0;
	outline: 0;
	box-shadow: none;
	background-color: #98CE44;
	margin-right: 5px;
	border: .72px solid transparent;
}
.agent-addfee .group-btn button:last-of-type {
	margin-right: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Live Chat */
.live-chat-content .row {
	margin: 0;
}
.live-chat-content .left-side-chat,
.live-chat-content .right-user-chat {
	padding-left: 0; 
	padding-right: 0;
}
.live-chat-content .left-side-chat {
	width: 26.469%;
}
.live-chat-content .right-user-chat {
	width: 73.531%;
}
.live-chat-content .right-user-chat {
	padding-left: 15px;
  background: #fff;
  padding-top: 15px;
}

.support-chat-repaly-content  {
	max-width: 690px;
}

.chat-section-body-overflow-hide {
	overflow: hidden;
}
body.chat-section-body-overflow-hide .left-side-chat .left-side-chat-inner {
  position: fixed;
  width: 20.6%;
  top: 160px;
  height: 74%;
  overflow-y: auto;
  z-index: 999;
}
body.chat-section-body-overflow-hide  .user-chat-inner.chatreplaymodal {
  position: fixed;
  width: 57%;
  height: 71%;
  overflow-y: auto;
}

.live-chat-content .left-side-chat .left-side-chat-inner {
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	position: sticky;
	top: 0;
	border-right: 1px solid #DDDDDD;
	background-color: #F4F4F4;
}
.user-chat-box .user-image {
	min-width: 40px;
}
.live-chat-content .user-chat-box.active {
	background-color: #EDEDED;
}
.live-chat-content .user-chat-box {
	margin-bottom: 20px;
	padding: 5px;
}
.user-chat-box .user-image img {
	max-width: 32px;
	max-height: 32px;
	border-radius: 100%;
}
.user-chat-box .user-right-title .user-title-block {
	margin-bottom: 4px;
}
.user-chat-box .user-right-title .user-title-block h6 {
	font-size: 12px;
	line-height: 13px;
	color: #383838;
	margin-bottom: 0;
}
.user-chat-box .user-right-title .user-title-block p {
	margin-left: auto;
	margin-bottom: 0;
	font-size: 10px;
	line-height: 11px;
	color: #A4A4A4;
}
.user-chat-box .user-right-title p {
	font-size: 10px;
	line-height: 14px;
	color: #A4A4A4;
	margin-bottom: 0;
}

.live-chat-content .chat-top-header .user-title-right h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 13px;
	color: #383838;
}

.live-chat-content .chat-top-header {
	background-color: #fff;
}

.live-chat-content .chat-top-header .left-user-image img {
	max-width: 33px;
  max-height: 33px;
}

.live-chat-content .chat-top-header .left-user-image {
  padding-right: 10px;
}
/* Live Chat End */

.role-permission-inner {
	border-radius: 8px;
	padding: 20px 20px;
	background-color: #fff;
}

.role-permission-inner .row {
	margin: 0 -7.5px;
}
.role-permission-inner .form-group {
	padding: 0 7.5px;
	margin-bottom: 20px;
}

.role-permission-inner .form-group.role-box {
	width: 20%;
}

.role-permission-inner  .toggle-password {
	top: 15px;
}

.role-permission-inner .form-group label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	margin-bottom: 10px;
}
.role-permission-inner .form-group .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 5px 8px;
	font-size: 13px;
	line-height: 19px;
	color: #6C757D;
	box-shadow: none;
	outline: 0;
	min-height: 45px;
	background-color: transparent;
}

.role-permission-inner .form-group .form-control.nice-select .list li {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #313144;
}

.role-permission-inner .form-group #password-field.form-control {
	padding-right: 40px;
}

.permission-title {
	font-size: 15px;
	line-height: 22px;
	color: #404040;
	margin-bottom: 20px;
}

.role-permission-inner .form-group .nice-select {
	width: 100%;
	height: 46px;
	line-height: 35px;
}
.role-permission-inner .form-group .nice-select::after {
	width: 9px;
	height: 9px;
	margin-top: -7px;
}
.role-permission-inner .role-permission-list label {
	font-size: 13px;
	color: #636363;
	margin-bottom: 0;
}
.role-permission-inner .role-permission-list input[type="checkbox"] {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.role-permission-inner .role-permission-list {
	margin-bottom: 30px;
}
.common-text-content .group-btn button,
.role-permission-inner .group-btn button {
	border-radius: 22px;
	border: 0;
	box-shadow: none;
	outline: 0;
	padding: 7.5px 8px;
	background-color: #98CE44;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	min-width: 95px;
	margin-right: 5px;
	border: .72px solid transparent;
}
.common-text-content .group-btn button.btn-cancel,
.role-permission-inner .group-btn button.btn-cancel {
	background-color: transparent;
	border-color: #98CE44;
	color: #515151;
}

.common-text-content .group-btn button.btn-cancel:hover,
.role-permission-inner .group-btn button.btn-cancel:hover {
	border-color: #98CE44;
	color: #515151;
	background-color: transparent;
}

.common-text-content .group-btn button:hover,
.role-permission-inner .group-btn button:hover {
	background-color: #237265;
	color: #fff;
	border-color: transparent;

}

.role-permission-inner .group-btn button:last-of-type {
	margin-right: 0;
}
.cmt-section {
	margin-bottom: 30px;
}
.cmt-section .nav-link {
	min-width: 200px;
	border-radius: 30px;
	padding: 11.5px 15px;
	border: 1px solid #98CE44;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #636363;
	text-align: center;
}
.cmt-section .nav-item {
	margin-right: 15px;
}
.cmt-section .nav-item:last-of-type {
	margin-right: 0;
}
.cmt-section .nav-link:hover,
.cmt-section .nav-link.active {
	background-color: #98CE44;
	color: #fff;
}

.common-text-content label {
	font-size: 15px;
  line-height: 22px;
  color: #404040;
  margin-bottom: 10px;
  width: 100%;
}
.common-text-content .form-group {
	margin-bottom: 20px;
}

.ck-editor__editable {
	min-height: 200px;
}

.viewmodal .modal-body {
	padding: 0;
} 
.inquiries-modal-form h3 {
	padding: 20px 60px 10px;
	border-bottom: 1px solid #C0C0C0;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #404040;
	margin-bottom: 15px;
}
.inquiries-modal-form form {
	padding: 0 60px 20px;
}

.inquiries-modal-form .row {
	margin: 0 -5px;
}
.inquiries-modal-form .form-group {
	padding: 0 5px;
	margin-bottom: 15px;
}
.inquiries-modal-form .form-group label {
	font-size: 15px;
	line-height: 22px;
	color: #404040;
	margin-bottom: 10px;
}
.inquiries-modal-form .form-group .form-control {
	border: 1px solid #98CE44;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 22px;
	color: #6C757D;
	box-shadow: none;
	outline: 0;
	min-height: 56px;
}
.sidebar-menu-list ul li a.dropdown-link.show .image-default,  
.sidebar-menu-list ul li a .image-hover,
.sidebar-menu-list ul li a:hover .image-default,
 .sidebar-menu-list ul li a.active .image-default {
 	display: none;
 }
.sidebar-menu-list ul li a.dropdown-link.show .image-hover,
.sidebar-menu-list ul li a:hover .image-hover,
 .sidebar-menu-list ul li a.active .image-hover {
 	display: inline-block;
 }
.sidebar-menu-list ul li.dropdown a.dropdown-link span {
	-webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.sidebar-menu-list ul li.dropdown a.dropdown-link.show span i {
	-webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.brochure-list .dataTables_filter,
.brochure-list .dataTables_length {
	display: none;
}

.brochure-list table.dataTable thead th {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #1F1F1F;
}

.brochure-list table.dataTable tbody .brochure-img {
	max-width: 130px;
	max-height: 55px;
	border-radius: 2px;
}
table.dataTable.no-footer {
    border-bottom: 0;
}

.brochure-list table.dataTable tbody .video-thumbnail {
	max-width: 100px;
	max-height: 65px;
	border-radius: 2px;
}

.order-count-number {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	display: inline-block;
	border: 1.5px  solid #98CE44;
	text-align: center;
	font-size: 10px;
	color: #1F1F1F;
	font-weight: 600;
}

.order-content-list {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}

.order-details-content .order-content-list-inner {
  padding: 10px;
  border: 1px solid #98CE44;
  border-radius: 5px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.order-content-list-inner .pending-order-name {
	display: flex;
  align-items: center;
  padding: 26px 36px;
}
.pending-order-name img {
    margin-right: 15px;
}
.pending-order-name h2 {
  font-size: 20px;
  line-height: 28px;
  color: #1E446F;
  margin-bottom: 0;
}

.order-content-main-content {
	width: 50%;
}

.order-content-main-content .order-content-main-content-inner {
	padding: 10px;
  border: 1px solid #98CE44;
  border-radius: 5px;
  display: flex;
  height: 100%;
  flex-direction: column;
 	justify-content: space-around;
}

.order-content-view-btn {
	width: 30%;
	padding-left: 10px;
}
.order-content-view-btn .order-content-view-btn-inner {
  padding: 10px;
  border: 1px solid #98CE44;
  border-radius: 5px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.order-content-view-btn .same-width-btn {
	margin: 0 -5px;
	flex-wrap: wrap;
}
.order-content-view-btn .same-width-btn .btn-box {
	width: 50%;
	padding: 0 5px;
}
.order-content-view-btn .same-width-btn .btn-box:nth-child(n+3) {
	margin-top: 10px;
}
.order-content-view-btn-list {
 	margin-bottom: 10px;
 	padding: 10px;
 	border: 1.5px solid #98CE44;
  border-radius: 10px;
}

.order-content-view-btn-list a {
	margin-bottom: 10px;
}
.order-content-view-btn-list a:last-of-type {
	margin-bottom: 0;
}

.order-content-view-btn-list a,
.order-content-view-btn a {
	color: #fff;
	background-color: #98CE44;
	display: inline-block;
	border-radius: 22px;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	padding: 8.5px 16px;
}

.order-content-view-btn-inner p {
	color: #1F1F1F;
	font-size: 15px;
  line-height: 20px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  border: 1px solid #98CE44;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.order-content-view-btn-inner p span {
	font-weight: 500;
}
.order-content-view-btn-inner .list-btn a {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.pending-order-history-details {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.pending-order-history-details .order-pending-box {
  padding: 0 5px;
  width: 33.3333%;
  margin-top: 11px;
}
.pending-order-history-details .order-pending-box label {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #1F1F1F;
}
.pending-order-history-details .order-pending-box p {
  font-size: 15px;
  line-height: 21px;
  color: #515151;
  margin-bottom: 0;
}

.order-details-content-box {
	margin-bottom: 25px;
}

.custom-pagination .pagination {
	justify-content: center;
	flex-wrap: wrap;
}

.custom-pagination .pagination .page-link {
	border-color: #DEE2E6;
	color: #98CE44;
	font-size: 14px;
	line-height: 21px;
	padding: 0;
	width: 31px;
	line-height: 31px;
	height: 31px;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
}
.custom-pagination .pagination .page-link:hover,
.custom-pagination .pagination .page-link.active {
	background-color: #98CE44;
	color: #fff;
	border: transparent;
}

.view-order-details-box {
	margin: 0 -7.5px;
}
.view-order-details-box .view-order-right-payment,
.view-order-details-box .view-order-left-full-details {
	padding: 0 7.5px;
}

.view-order-details-box .view-order-left-full-details {
	width: 81%;
}
.view-order-details-box .view-order-right-payment {
	width: 19%;
}

.view-order-right-payment-inner,
.view-order-left-full-details-inner {
	padding: 25px 15px;
	border: 1.5px solid #98CE44;
	border-radius: 10px;
}
.view-order-right-payment-inner {
	padding: 30px 20px;
}
.view-order-right-payment-inner p {
	color: #515151;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.view-order-right-payment-inner p:last-of-type {
	margin-bottom: 0;
}
.view-order-right-payment-inner p span {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #1F1F1F;
	margin-right: 10px;
	display: inline-block;
	min-width: 65px;
}
.cart-items-delete {
	position: absolute;
	right: 10px;
	top: 0;
	color: #1F1F1F;
}
.cart-items-delete a {
	color: #1F1F1F;
}
.view-order-top-header {
	margin-bottom: 15px;
	background-color: #98CE44;
  border-radius: 5px;
  padding: 13.5px 10px 13.5px 10px;
}
.view-order-top-header h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0;
	color: #fff;
}
.view-order-top-header h2 span {
	color: #fff;
}	

.view-order-top-header .view-order-price p {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #fff;
}

.view-order-left-full-details-inner .view-order-box-list {
	margin: 0  -5px;
}
.view-order-box-list .view-order-box-list-inner {
	width: 33.3333%;
	padding: 0 5px 15px;
}
.view-order-box-list .view-order-box-list-inner h5 {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	margin-bottom: 0;
}
.view-order-box-list .view-order-box-list-inner p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #515151;
	margin-bottom: 0;
}
.view-order-items-box {
	margin-bottom: 25px;
}
.view-order-items-box:last-of-type {
	margin-bottom: 0;
}

.remove-user-btn {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #fff !important;
	background-color: #98CE44;
	border-radius: 30px;
	display: inline-block;
	padding: 7px 20px;
}

.tagent-commission .modal-header {
	justify-content: center;
	border-bottom: 0;
}

.tagent-commission .modal-header .modal-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 29px;
	color: #1F1F1F;
}
.agent-commission-form .row {
	margin: 0 -5px;
}
.agent-commission-form .form-group {
	padding: 0 5px;
	margin-bottom: 10px;
}
.agent-commission-form .form-group label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	margin-bottom: 10px;
}
.agent-commission-form .form-group .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #404040;
	box-shadow: none;
	outline: 0;
	min-height: 45px;
}
.agent-commission-form .form-group .price-prifix-text {
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #404040;
}
.agent-commission-form .form-group.price-prifix-box .form-control {
	padding-left: 20px;
}
.home-management-add .form-submit-btn,
.agent-commission-form .form-submit-btn {
	margin-top: 20px;
	text-align: center;
} 
.right-add-data-btn .add-data-btn  {
	background-color: #98CE44;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	margin-right: 0;
}
.right-add-data-btn .add-data-btn,
.home-management-add .form-submit-btn button,
.agent-commission-form .form-submit-btn button {
	width: auto;
	min-width: 95px;
	padding: 7.5px 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-right: 25px;
	border: .72px solid transparent;
}
.right-add-data-btn .add-data-btn {
	margin-right: 0;
}
.agent-addfee .group-btn button:hover,
.home-management-add .form-submit-btn button:hover, 
.agent-commission-form .form-submit-btn button:hover,
.home-management-add .form-submit-btn button:hover {
	border-color: transparent;
	background-color: #237265;
	color: #fff;
}
.agent-addfee .group-btn button.btn-cancel, 
.home-management-add .form-submit-btn button.btn-cancel,
.agent-commission-form .form-submit-btn button.btn-cancel {
	background-color: transparent;
	color: #515151;
	border-color: #98CE44;
} 

.agent-addfee .group-btn button.btn-cancel:hover, 
.home-management-add .form-submit-btn button.btn-cancel:hover,
.agent-commission-form .form-submit-btn button.btn-cancel:hover {
	border-color: #98CE44;
	color: #515151;
	background-color: transparent;
} 


.form-submit-btn.form-submit-btn-small .btn {
	width: 95px;
	padding: 5px 10px;
	font-size: 12px;
}

.home-management-add .form-submit-btn button {
	margin-right: 10px;
}

.home-management-add .form-submit-btn button:last-of-type,
.agent-commission-form .form-submit-btn button:last-of-type {
	margin-right: 0;
}

.home-management-add .form-submit-btn {
	text-align: left;
}
.home-management-add form.max-width-100 {
	max-width: 100%;
}
.home-management-add form .custom-upload .btn_upload {
	height: 180px;
}

.home-management-add.menu-management form {
	max-width: 100%;
}

.home-management-add .row {
	margin: 0 -7.5px;
}
.home-management-add .form-group {
	margin-bottom: 15px;
	padding: 0 7.5px;
}
.home-management-add .form-group label {
 	font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F1F1F;
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
}
.home-management-add .form-group label span {
	font-weight: 400;
}
.form-control.nice-select .list {
	max-height: 250px;
	overflow-y: auto;
}

.add-hero-img .myform {
	margin-bottom: 10px;
}

.add-hero-img .upload-imgur {
	border: 1px solid #98CE44;
	border-radius: 10px;
	min-height: 45px;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #6C757D;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.add-hero-img .upload-imgur p {
	margin-bottom: 0;
}

.min-width-240 {
	min-width: 240px;
}
.private-tour-data-add .form-submit-btn button {
	padding-top: 13.5px;
	padding-bottom: 13.5px;
}
.home-management-add .form-control.height-130 {
	height: 130px;
}
.home-management-add .form-control.max-height-180 {
	height: 180px;
}
.main-dashboard-report .form-control,
.home-management-add .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	box-shadow: none;
	outline: 0;
	min-height: 45px;
	height: auto;
	color: #6C757D;
	width: 100%;
}

.discouncustom-design .custom-radio-btn input[type="radio"]:checked + label, 
.discouncustom-design .custom-radio-btn input[type="radio"]:not(:checked) + label {
	font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F1F1F;
  width: 100%;
  margin-bottom: 15px !important;
  width: 100%;
}

.discouncustom-design .custom-radio-btn input[type="radio"]:checked + label:before,
.discouncustom-design .custom-radio-btn input[type="radio"]:not(:checked) + label:before {
	top: 0;
}
 
.discouncustom-design .custom-radio-btn input[type="radio"]:checked + label:before {
		border-color: #98CE44;
}

.home-management-add .discouncustom-design .form-control  {
	width: 88%;
	padding-left: 25px;
}

.home-management-add .discouncustom-design .price-prifix {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 14px;
  color: #6C757D;
}

.home-management-add  .discouncustom-design .price-prifix-percentage {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 14px;
  color: #6C757D;
}
.home-management-add .discouncustom-design .active  .form-control.commissionpercentage {
	padding-left: 10px;
}
.home-management-add .discouncustom-design .active .price-prifix-percentage {
	left: 30px;
}

.home-management-add .discouncustom-design .input-addon-text p {
	text-align: right;
	margin-left: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 21.68px;
}

.custom-radio-btn input[type="radio"]:checked + label:after,
.custom-radio-btn input[type="radio"]:not(:checked) + label:after {
	top: 0;
	border-color: #98CE44;
}


.home-management-add .form-control.space-l-30  {
	padding-left: 30px;
}
.main-dashboard-report .form-control.nice-select .list li,
.home-management-add .form-control.nice-select .list li {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #313144;
}

.custom-category-find-form .form-control.nice-select:after,
.main-dashboard-report .form-control.nice-select:after,
.home-management-add .form-control.nice-select:after {
	width: 10px;
	height: 10px;
	margin-top: -7px;
}

.commission-management-content .row {
	margin: 0 -7.5px;
}
.commission-management-content .form-group {
	padding: 0 7.5px;
	margin-bottom: 25px;
}
.commission-management-content .form-group label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	margin-bottom: 15px;
	width: 100%;
}
.commission-management-content .form-control {
	width: 100%;
	border: 1px solid #98CE44;
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #6C757D;
	box-shadow: none;
	outline: 0;	
	min-height: 45px;
}
.commission-management-content .form-control.nice-select .list li { 
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #313144;
}

.commission-management-content .form-control.nice-select:after {
	width: 10px;
	height: 10px;
	margin-top: -8px;
}

.commission-management-content .price-prifix-box .price-prifix {
	position: absolute;
	top: 14px;
	left: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #6C757D;
}
.commission-management-content .price-prifix-box .form-control {
	padding-left: 20px;
}

.commission-percentage.active.price-prifix-box .price-prifix {
	left:30px;
}

.commission-management-content .price-prifix-box .form-control.p-l-space-24,
.commission-management-content .price-prifix-box .form-control.commissionpercentage {
	padding-left: 24px;
}

.commission-management-content .price-prifix-box.active .form-control.p-l-space-24,
.commission-management-content .price-prifix-box.active .form-control.commissionpercentage {
	padding-left: 10px;
}
/*
.commission-percentage-box  {
	border: 1px solid #98CE44;
	border-radius: 8px;
}

.commission-percentage-box .form-control {
	width: 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0;
} */

.commission-management-content .submit-btn {
	/* text-align: center; */
	margin-top: 20px;
}
.commission-management-content .submit-btn button {
	background-color: #98CE44;
	border-radius: 28px;
	padding: 8px 15px;
	min-width: 148px;
	text-align: center;
	color: #fff;
	border: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}
.request-payment-section h4 {
	font-family: Jost;
	font-size: 20px;
	font-weight: 600;
	line-height: 29px;
	padding-bottom: 8px;
	border-bottom: .5px solid rgba(107,122,133,.5);
	margin-bottom: 20px;
}
.request-payment-section .row {
	margin: 0 -5px;
}
.request-payment-section .form-group {
	padding: 0 5px;
	margin-bottom: 10px;
}
.request-payment-section label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	margin-bottom: 15px;
	width: 100%;
}
.request-payment-section .form-control {
	border-radius: 10px;
	border: 1px solid #98CE44;
	padding: 10.5px 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #6C757D;
	box-shadow: none;
	outline: 0;
}

.request-payment-section .form-control.nice-select .list li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #313144;
}

.request-payment-section .amount-price-prifix-box  .form-control {
	padding-left: 20px;
}
.amount-price-prifix-box .price-prifix {
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #6C757D;
}
.request-payment-section .custom-select-dropdown {
	max-width: 170px;
	margin-bottom: 25px;
	display: inline-block;
}
.request-payment-section .nice-select {
	width: 100%;
	height: auto;
}

.request-payment-section .nice-select:after {
	width: 10px;
	height: 10px;
	margin-top: -6px;
} 

.request-payment-section .submit-btn button {
	background-color: #98CE44;
	border-radius: 22px;
	border: 0;
	text-align: center;
	padding: 7px 15px;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	color: #fff;
	min-width: 120px;
}

.coupon-edit-btn .btn.btn-primary {
	min-width: 95px;
	padding: 6.5px 10px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #98CE44;
	border-radius: 22px;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	margin-right: 5px;
	border: .72px solid transparent;
}
.coupon-edit-btn .btn.btn-primary.btn-cancel:hover,
.coupon-edit-btn .btn.btn-primary.btn-cancel {
	color: #515151;
	border-color: #98CE44;
	background-color: transparent;
}

.coupon-edit-btn .btn.btn-primary:hover {
  border-color: transparent;
  background-color: #237265;
  color: #fff;
}

.switchsmall input {
	display: none;
}
.switchsmall small {
  display: inline-block;
  width: 32px;
  height: 16px;
  background: transparent;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  border: 1px solid  rgba(0, 0, 0, 0.15);
}


.switchsmall small:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  top: 2px;
  left: 3px;
  transition: .3s;
  box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}

.switchsmall input:checked ~ small {
	border-color: transparent;
  background: #98CE44;
  transition: .3s;
}
.switchsmall input:checked ~ small:before {
  transform: translate(16px, 0px);
  transition: .3s;
  background-color: #fff;
}

.custom-checkbox-switch {
	position: relative;
	top: 4px;
}

.table-custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.table-custom-checkbox label {
  position: relative;
  cursor: pointer;
}

.table-custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
 	border-radius: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.table-custom-checkbox input:checked + label:before {
	background-color: #98CE44;
	border-color: transparent;
}

.table-custom-checkbox input:checked + label:after {
	content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.editcategorymodal .modal-header {
	border-bottom: 0;
	padding: 25px;
}

.editcategorymodal .modal-body {
	padding: 0 25px 25px;
}
.editcategorymodal .modal-header .modal-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	color: #1F1F1F;
}
.editcategorymodal .form-group label {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	color: #1F1F1F;
	margin-bottom: 10px;
}
.editcategorymodal .form-group .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 10px 20px;
	font-family: Jost;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #6C757D;
	min-height: 56px;
	box-shadow: none;
	outline: 0;
}
.editcategorymodal .form-submit-btn {
	margin-top: 40px;
}
.editcategorymodal .form-submit-btn button {
	width: 95px;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	padding: 8px 15px;
	margin-right: 5px;
}

.order-report-block .search-form-block .form-control {
	min-height: 45px;
}

.order-report-block .search-form-block .row {
	margin: 0 -7.5px;
}
.order-report-block .search-form-block .form-group {
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.order-report-block .search-form-block button {
	border-radius: 8px;
}
.order-report-block .dataTables_length {
	display: block;
}
.dt-length label {
	margin-left: 10px;
}
.dt-length select.dt-input {
	border: 1px solid #98CE44 !important;
	border-radius: 5px;
	outline: 0;
	box-shadow: none;
}

div.dt-container .dt-search input {
	border: 1px solid #98CE44 !important;
	padding: 4px 10px;
	min-height: 40px;
	outline: 0;
	box-shadow: none;
	border-radius: 8px;
	margin-right: 10px;
	min-height: 45px;
}
 div.dt-container > .dt-layout-row:first-of-type div.dt-layout-cell {
	width: 100%;
}
body .dt-button.buttons-html5 {
	color: #fff !important;
	background: #98CE44  !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 8px;
	box-shadow: none !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
	min-width: 121px;
	text-align: center;
}

.dt-layout-cell.dt-start .dt-info {
	display: none !important;
}

.dt-paging.paging_full_numbers {
	text-align: center;
}
div.dt-container .dt-paging .dt-paging-button {
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #98CE44;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	border: 0 !important;
	margin: 0;
	border-radius: 0;
	border-right: 1px solid  #ddd !important;
}
div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button:last-of-type {
	border-right: 0 !important;
}
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover  {
	color: #fff !important;
	background: #98CE44 !important;
	border-color: transparent !important;
}
.custom-save-btn {
  background-color: #98CE44;
  border-radius: 28px;
  padding: 8px 15px;
  min-width: 148px;
  text-align: center;
  color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: none;
  outline: 0;
}
.custom-link-block {
	margin-bottom: 20px;
}
.custom-link-block a {
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	color: #8E98A8;
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #8E98A8;
	margin-right: 75px;
}
.custom-link-block a:last-of-type {
	margin-right: 0;
}
.custom-link-block a.active {
	color: #1F1F1F;
	border-color: #98CE44;
}

.custom-link-block .backtolist-link {
	width: 24px;
	height: 24px;
	border: 1px solid #98CE44;
	border-radius: 100%;
	text-align: center;
	padding: 0;
	margin-right: 8px;
	color: #636363;
	font-size: 11px;

}

.max-width-100 {
	max-width: 100% !important;
}

.depositedate-field-options  img  {
	position: absolute;
	right: 12px;
	top: 9px;
}

.user-profile-menu .user-dropdown-link {
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	color: #191919;
}
.user-profile-menu .user-dropdown-link img {
	margin-left: 8px;
	max-width: 30px;
	max-height: 30px;
	border-radius: 100%;
}
.user-profile-menu .user-dropdown-link:after {
	display: none;
}

.user-profile-menu .dropdown-menu {
	border: 0;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0px #0000004F;
	padding: 0;
	min-width: 169px;
	margin-top: 7px !important;
}

.user-profile-menu .dropdown-menu .dropdown-item {
	padding: 9px 24px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #313144;
	background-color: transparent !important;
}
.user-profile-menu .dropdown-menu li:last-of-type .dropdown-item {
	border-bottom: 0
}

.logoutmodal .logout-content {
	max-width: 310px;
	margin: 50px auto;
	text-align: center;
}
.logoutmodal .logout-content h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	color: #1F1F1F;
	margin-bottom: 0;
}
.logoutmodal .logout-content p {
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	color: #515151;
}
.logoutmodal .logout-modal-btn-list {
	margin-top: 50px;
}

.logout-modal-btn-list button {
	padding: 8px 10px;
	border-radius: 25px;
	background-color: #98CE44 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	box-shadow: none;
	outline: 0;
	width: 132px;
	margin-right: 30px;
	border: .72px solid #98CE44 !important;
}
.logout-modal-btn-list button.btn-cancel:focus,
.logout-modal-btn-list button.btn-cancel:hover,
.logout-modal-btn-list button.btn-cancel {
	background-color: transparent !important;
	color: #515151;
	border-color: #98CE44;
}

.logout-modal-btn-list button:last-of-type {
	margin-right: 0;
}

.user-profile-section .row {
	margin: 0 -5px;
}
.user-profile-section .form-group {
	padding: 0 5px;
}

.user-profile-section h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 36px;
	color: #1F1F1F;
	margin-bottom: 30px;
}
.user-profile-section .form-group label {
	font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F1F1F;
  margin-bottom: 15px;
  width: 100%;
}

.user-profile-section .form-group .form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	box-shadow: none;
	outline: 0;
	min-height: 56px;
	height: auto;
	color: #6C757D;
	box-shadow: none;
	outline: 0;
}

.update-profile-btn {
	width: 190px;
	padding: 11.5px 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	background-color: #98CE44;
	color: #fff;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	display: inline-block;
	border: 0;
	margin-top: 25px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px auto 15px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 50px;
  z-index: 1;
  bottom: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
 	box-shadow: 0px 1px 4px 0px #00000040;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-preview #uploadicon {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0  auto;
}

.avatar-upload .avatar-preview {
  width: 170px;
  height: 170px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #98CE44;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.filter-icon label {
	font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #1F1F1F;
  width: 100%;
  margin-bottom: 5px;
  width: 100%;
}

.filter-icon .form-control {
	border: 1px solid #98CE44;
  border-radius: 10px;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
  outline: 0;
  min-height: 45px;
  height: auto;
  color: #6C757D;
}
.filter-icon .form-control.space-p-l-30 {
	padding-left: 30px;
}
.right-status-drp .nice-select {
	border: 1px solid #98CE44;
  border-radius: 10px;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
  outline: 0;
  min-height: 45px;
  height: auto;
  color: #6C757D;
  width: 100%;
}
.right-status-drp .nice-select:after {
	width: 10px;
	height: 10px;
	margin-top: -9px;
}


.chart-date-report .form-control {
	box-shadow: none;
	outline: 0;
	border: 1px solid #98CE44;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	color: #6C757D;
	width: 100%;
	padding: 6px 10px;
	min-height: 45px;
}
.searching-form-inner .input-search {
	margin-right: 10px;
}
.searching-form-inner .input-search .form-control {
  border: 1px solid #98CE44;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 22px;
  color: #6C757D;
  min-height: 45px;
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  width: 100%;
}
.searching-form-inners .input-search {
	width: 300px;
}

.custom-search-btn button,
.searching-form-inners .search-btn button,
.searching-form-inner .search-btn button {
  border-radius: 8px;
  padding: 6.5px 25px;
  background-color: #98CE44;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  box-shadow: none;
  outline: 0;
  border: 0;
  text-align: center;
}
.searching-form-inners .search-btn button {
	padding: 12px 30px;
}
.home-management-thumbnail {
	max-width: 100px;
	max-height: 72px;
}
.add-paradores-content-tab .nav-pills {
	justify-content: space-between;
	margin-bottom: 30px;
}
.add-paradores-content-tab .nav-pills .nav-item {
	margin-right: 10px;
} 
.add-paradores-content-tab .nav-pills .nav-item:last-of-type {
	margin-right: 0;
} 
.tab-content>.tab-pane {
	outline: 0 none !important;
}
.add-paradores-content-tab .nav-pills .nav-link {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #1F1F1F;
	text-align: center;
	padding: 0;
	border-radius: 0;
	border: 1px solid #98CE44;
} 
.add-paradores-content-tab .nav-pills .nav-link.active {
	color: #1F1F1F;
	border-color: transparent;
	background-color: transparent;
}
.add-tourmanagement-content-tab .nav-pills {
  justify-content: space-between;
  margin-bottom: 30px;
}
.add-tourmanagement-content-tab .nav-pills .nav-link {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #1F1F1F;
	text-align: center;
	padding: 0;
	border-radius: 0;
	border: 1px solid #98CE44;
	min-width: 150px;
	padding: 10px 15px;
	text-align: center;
	box-shadow: none;
	outline: 0 none;
	border-radius: 30px;
}

.add-tourmanagement-content-tab .nav-pills .nav-link.active {
	color: #fff;
	border-color: transparent;
	background-color: #98CE44;
}

.add-paradores-hcm-content label {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #404040;
	margin-bottom: 10px;
}
.add-paradores-hcm-content label.font-lare {
	font-size: 18px;
	line-height: 26px;
}
.add-paradores-hcm-content .form-group {
	margin-bottom: 20px;
}
.add-paradores-hcm-content .form-control.custom-form-control {
	min-height: 45px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.add-paradores-hcm-content .custom-nice-select {
	height: auto;
}
.add-paradores-hcm-content .custom-nice-select:after {
  width: 10px;
  height: 10px;
  margin-top: -7px;
}
 .add-paradores-hcm-content .custom-nice-select .current {
	padding-top: 4.5px;
	padding-bottom: 4.5px;
	padding-right: 15px;
	display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-paradores-hcm-content .custom-nice-select .option {
	padding-left: 10px;
	padding-right: 10px;
	min-height: 30px;
	line-height: 30px;
}
.add-paradores-hcm-content .custom-nice-select .list {
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid #98CE44;
	border-radius: 5px;
}
.add-paradores-hcm-content .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.add-paradores-hcm-content .form-group {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.multiple-custom-check-box input[type="checkbox"]{
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.add-paradores-hcm-content .form-group.multiple-custom-check-box {
	margin-bottom: 10px;
}
.multiple-custom-check-box label {
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	color: #515151;
	margin-bottom: 0;
	cursor: pointer;
}
.currency-drp-menu .nice-select {
	min-width: 150px;
}

.addbookingtracker-btn button {
	width: 150px;
	text-align: center;
	display: inline-block;
	padding: 11px 20px;
	background-color: #98CE44;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	border: 0;
	outline: 0;
}
.addbookingtracker-btn button i {
	margin-left: 5px;
	width: 18px;
	height: 18px;
	line-height: 16px;
	border-radius: 100%;
	border: 1px solid #fff;
	font-size: 11px;
}

.add-paradores-hcm-content .add-period-section .form-control.custom-form-control {
	min-height: 45px;
}

.add-period-section > .row {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
}
.add-period-section .delete-row {
	text-align: right;
}

.add-period-section .delete-row button {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	border: 0;
	font-size: 15px;
	line-height: 22px;
	color: #636363;
}
.add-period-section .delete-row button i {
	margin-left: 5px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	border: 1px solid #2D3E52;
}

.table-custom-form-control {
	font-size: 13px;
	line-height: 19px;
	color: #6C757D;
	padding: 4px 8px;
	outline: 0;
	box-shadow: none !important;
	border-radius: 10px;
	min-height: 40px;
	border: 1px solid #98CE44 !important;
	min-width: 120px;
}
.table-custom-form-control.order {
	min-width: 50px;
	max-width: 50px;
}
.upload-picture-img-table:not(.add-hero-img) {
	width: 170px;
	position: relative;
}
.upload-thumbnail-img-table {
	width: 125px;
}
.custom-video-upload-2 .uploaded_file_view .file_remove  {
	display: none;
}

.custom-video-upload-2 .uploaded_file_view.show .file_remove  {
	display: block;
	color: #fff;
}


.custom-video-upload-2 .custom-upload .btn_upload,
.upload-picture-img-table.custom-upload .btn_upload,
.upload-thumbnail-img-table.custom-upload .btn_upload {
	height: 125px;
}

.video-upload-height-180 {
	height: 180px !important;
}

.upload-thumbnail-img-table .tbtn-rmv:not(.show),
.upload-picture-img-table .btn-rmv:not(.show) {
	display: none;
}
.upload-thumbnail-img-table .tuploadicon.show,
.upload-picture-img-table .uploadicon.show {
	display: none;
}

.upload-thumbnail-img-table .tbtn-rmv,
.upload-picture-img-table .btn-rmv {
	position: absolute;
  right: 5px;
  top: 5px;
  background-color: red;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 100%;
  box-shadow: none;
  outline: 0;
  border: 0;
  line-height: 15px;
}
.add-new-data .add-btn,
.add-new-table-row .add-row-btn  {
	background-color: #98CE44;
	border: 0;
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	color: #fff;
	padding: 6px 15px;
	text-align: center;
}
.add-new-data .add-btn {
	width: 100px;
	border-radius: 22px;
	font-size: 14px;
}

.add-new-table-row .add-row-btn i {
	width: 17px;
  height: 17px;
  text-align: center;
  border: 1px solid #fff;
  line-height: 17px;
  border-radius: 100%;
  display: inline-block;
  font-size: 11px;
  position: relative;
  top: -2px;
}

.remove-table-row {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border: 0;
	outline: 0;
}

.user-management-inner .add-paradores-content-tab table tbody td {
	vertical-align: top;
}

.content-max-width-210 h4 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 21.68px;
	text-align: center;
	color: #1F1F1F;
	max-width: 210px;
	white-space: normal;
	margin: 0 auto;
	text-align: center;
}	
.content-max-width-desc p {
	font-size: 13px;
	font-weight: 400;
	line-height: 18.79px;
	text-align: center;
	color: #1F1F1F;
	max-width: 214px;
	white-space: normal;
	margin: 0 auto;
	text-align: center;
}

.cotnent-max-width-330 p {
	max-width: 330px;
	font-size: 13px;
	font-weight: 400;
	line-height: 18.79px;
	text-align: center;
	color: #1F1F1F;
	white-space: normal;
	margin: 0 auto;
}

.private-tour-modal .modal-body {
	padding: 30px;
}
.private-tour-modal .modal-body h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28.9px;
	text-align: center;
	color: #1F1F1F;
	margin-bottom: 25px;
}

.content-address-max-210 p {
	max-width: 210px;
	white-space: normal;
	margin: 0  auto;
}

.input-upload-height input[type="file"]::-webkit-file-upload-button{
   height:50px;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.date-icon-small {
	left: 10px;
	top: 12px;
	color: #6C757D;
	position: absolute;
}
.custom-checkbox-inline {
	margin-top: 13px;
}
.custom-checkbox-inline .check-box-content {
	margin-right: 30px;
}
.custom-checkbox-inline .check-box-content:last-of-type {
	margin-right: 0;
}
.custom-checkbox-inline .check-box-content input {
	display: none;
}
.custom-checkbox-inline .check-box-content label {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	line-height: 20.23px;
	color: #8B8B8B;
	margin-bottom: 0;
	padding-left: 28px;
}
.custom-checkbox-inline .check-box-content label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}
.custom-checkbox-inline .check-box-content label:after {
	content: "\f00c";
	font-weight: 900;
	color: #fff;
	font-family: "Font Awesome 6 Free";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 3px;
}
.custom-checkbox-inline .check-box-content input:checked + label:before {
	background-color: #98CE44;
	border-color: transparent;
}
.custom-checkbox-inline .check-box-content input:checked + label:after {
	opacity: 1;
}

.add-paradores-hcm-content label.label-small-cnt {
	font-family: Jost;
	font-size: 14px;
	font-weight: 400;
	line-height: 28.86px;
	color: #1F1F1F;
}

.calendar-table-list-content table.dataTable thead th,
.calendar-table-list-content table.dataTable tfoot th {
	font-size: 14px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.content-max-60 {
	margin: 0 auto;
	text-align: center;
	white-space: normal;
}

.user-management-inner.calendar-table-list-content table tbody td {
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.listing-custom-drp {
	position: relative;
}
.listing-custom-drp .dropdown-menu {
	padding: 0;
}
.listing-custom-drp .dropdown-menu li a {
	font-size: 12px;
	color: #1F1F1F;
	padding: 5px;
}

.listing-custom-drp .dropdown-toggle::after {
	display: none;
}

.max-content-240-desc p {
	font-size: 12px;
	font-weight: 400;
	line-height: 17.34px;
	color: #1F1F1F;
	max-width: 240px;
	margin: 0 auto;
	text-align: center;
	white-space: normal;
}

.zoomable {
  position: relative;
  overflow: hidden;
  /*box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);*/
  max-width: 100px;
  margin: 0 auto;
  border-radius: 4px;
}
.zoomable img {
	border-radius: 4px;
}
.zoomable.max-width-130 {
	max-width: 130px;
}
.max-width-50 {
	max-width: 50px !important;
}
/*.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}
.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
} */
.custom-table-responsive table thead th {
	background-color: #f7f7f7;
	border-top: 1px solid #CACACA !important;
  border-bottom: 1px solid #CACACA !important;
  padding: 15px 10px !important;
}
.custom-table-responsive table thead th:first-of-type {
  border-left: 1px solid #CACACA;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.custom-table-responsive table thead th:last-of-type {
  border-right: 1px solid #CACACA;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.custom-table-responsive table tbody tr td {
	background-color: #fcfcfc;
	border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  padding: 10px;
}
.custom-table-responsive table tbody tr:hover td {
	background-color: #f7f7f7;
}

.custom-table-responsive table tbody tr td:first-of-type {
	border-left: 1px solid #dddddd;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.custom-table-responsive table tbody tr td:last-of-type {
	border-right: 1px solid #dddddd;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (min-width: 1200px) {
	.commission-management-content  {
		max-width: 750px;
	}
	.container {
		max-width: 1140px;
	}
	.tagent-commission .modal-lg  {
	 	max-width: 1140px;
	}
	.tagent-commission .modal-body {
		padding-left: 65px;
		padding-right: 65px;
		padding-bottom: 35px;
	}
	.tagent-commission .modal-header { 
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
@media (min-width: 992px) {

.admin-sidebar::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: rgba(245, 245, 245, .5);
	}

	.admin-sidebar::-webkit-scrollbar {
		width: 3px;
		background-color: rgba(245, 245, 245, .5);
	}

	.admin-sidebar::-webkit-scrollbar-thumb {
		background-color: #237265;
	}

	.logoutmodal .modal-lg {
		max-width: 700px;
	}
	.editcategorymodal .modal-lg {
		max-width: 678px;
	}
	.admin-sidebar {
		width: 250px;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #F1F1F1;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 45px 5px 40px 5px;
		overflow-y: auto;
		height: 100%;
		min-height: 100vh;
	}
	.admin-sidebar .logo-block {
		margin-bottom: 30px;
	}
	.sidebar-menu-list ul {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.sidebar-menu-list ul li {
		padding: 2px 0;
	}

	.sidebar-menu-list ul li a.dropdown-link.show {
		background-color: #237265;
		color: #fff;
	}
	.sidebar-menu-list ul li a {
		font-size: 14px;
		line-height: 23px;
		color: #616161;
		text-transform: capitalize;
		display: flex;
		align-items: center;
		padding: 5px 5px 5px 10px;
		border-radius: 5px;
	}
	.sidebar-menu-list ul li.dropdown a.custom-main-data-drp span,
	.sidebar-menu-list ul li.dropdown a.custom-main-drop-link span,
	.sidebar-menu-list ul li.dropdown a.dropdown-link span {
		-webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-left: auto;
	}
	.sidebar-menu-list ul li.dropdown a.dropdown-link.show span i {
		-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}
	.sidebar-menu-list ul li a img {
		margin-right: 10px;
		margin-top: -2px;
	}
	.sidebar-menu-list ul li.dropdown ul {
		padding: 0 4px 5px 35px;
		border: 0;
		background-color: transparent;
		transform: unset !important;
		transform: translateX(-10px) translateY(5px) !important;
		position: static !important;
		transition: 0.2s ease-in-out;
		min-width: 100%;
	}

	.sidebar-menu-list ul li.dropdown .submenu-link {
		padding-bottom: 0;
	}

	.sidebar-menu-list ul li.dropdown .sub-menu-child li:first-of-type a {
		padding-top: 0;
	}
	.sidebar-menu-list ul li.dropdown .sub-menu-child {
		padding-bottom: 3px;
	}
	.sidebar-menu-list ul li.dropdown ul li {
		padding: 0;
	}
	.sidebar-menu-list ul li.dropdown ul li a.submenu-link:before,
	.sidebar-menu-list ul li.dropdown ul li a.dropdown-link:before {
		display: none;
	}

	.sidebar-menu-list .service-main-drp-menu .sub-menu-child { 
		margin-bottom: 6px;
	}
	.sidebar-menu-list ul li.dropdown ul li a:before {
   /* content: "\f111"; */
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
		position: absolute;
		left:0;
		top: 2px;
		font-size: 3px;
		color: #1F1F1F;
	}
	.sidebar-menu-list ul li.dropdown ul li a.submenu-link  {
		color: #616161;
		padding-top: 6px;
		padding-bottom: 6px;
		display: flex;
		align-items: center;
	}
	.sidebar-menu-list ul li.dropdown ul.data-main-drp-menu,
	.sidebar-menu-list ul li.dropdown ul.service-main-drp-menu {
		padding-left: 25px;
		transform: translateX(0px) translateY(5px) !important;
	}
	.sidebar-menu-list ul li.dropdown ul li a.child-submenu-link span,
	.sidebar-menu-list ul li.dropdown ul li a.submenu-link  span {
		margin-left: auto;
	}

	.sidebar-menu-list ul li.dropdown ul ul {
		padding-left: 25px;
		transform: translateX(0px) translateY(5px) !important;
	}

	.sidebar-menu-list ul li.dropdown ul li a {
		font-size: 14px;
		line-height: 21px;
		color: #5C5E64;
		background-color: transparent;
		padding: 3px 0 3px 15px;
		position: relative;
	}
	.sidebar-menu-list ul li.dropdown ul li a:hover:before,
	.sidebar-menu-list ul li.dropdown ul li a.active:before,
	.sidebar-menu-list ul li.dropdown ul li a:hover,
	.sidebar-menu-list ul li.dropdown ul li a.active {
		color: #498C92;
	}

	.sidebar-menu-list ul li a:hover,
	.sidebar-menu-list ul li a.active {
		color: #fff;
		background-color: #237265;
	}
	.sidebar-menu-list ul li a > i {
		margin-right: 10px;
	}
	.sidebar-menu-list ul li a i:before {
		line-height: unset;
	}
	.admin-content-area {
		margin-left: 250px;
		padding: 45px 15px 15px 15px;
	}
}
@media (min-width: 768px) {

	.remove-entry-modal .modal-sm { 
		max-width: 350px;
	}

	.private-tour-modal .modal-sm {
		max-width: 500px;
	}
	.fixedcommission .modal-sm {
		max-width: 388px;
	}
	.agentfeemodal .modal-lg {
		max-width: 678px;
	}
	.chatreplaymodal .modal-lg {
		max-width: 608px;
	}

	.viewmodal .modal-lg {
		max-width: 735px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) { 
	.filter-submit-btn,
	.filter-agent-price,
	.filter-agents-list {
		width: 33.3333%;
		padding: 0 5px;
	}
	.commission-tab .nav-link {
		font-size: 14px;
	}
	.commission-filter-data {
		margin: 0 -5px;
	}
	.withdraw-management-tab.user-management-tab .nav-link {
    min-width: 150px;
	}
	.admin-sidebar {
		padding: 30px 15px;
	}
	.sidebar-menu-list ul li {
    padding: 10px 0;
	}
	.admin-sidebar .logo-block {
    margin-bottom: 10px;
	}
	.order-detils-inner .order-amenities textarea.form-control {
		min-height: 95px;
	}
	.custom-nice-select-dropdown .nice-select {
		width: 120px;
	}
}
@media (max-width: 991px) {
	.sidebar-menu-list ul li a:hover, 
	.sidebar-menu-list ul li a.active,
	.sidebar-menu-list ul li.dropdown ul li a:hover:before,
	.sidebar-menu-list ul li.dropdown ul li a.active:before,
	.sidebar-menu-list ul li.dropdown ul li a:hover,
	.sidebar-menu-list ul li.dropdown ul li a.active {
		color: #1F1F1F;
	}
	.sidebar-menu-list ul li.dropdown .dropdown-link {
		display: flex;
		flex-wrap: wrap;
	}
	.sidebar-menu-list ul li.dropdown .dropdown-link span {
		margin-left: auto;
		margin-right: 0;
	}
	.sidebar-menu-list ul li.dropdown .dropdown-link span i {
		margin-right: 0;
	}
	.sidebar-menu-list ul li .dropdown-menu {
		position: static !important;
		padding: 0 0 0 20px;
		background-color: transparent;
		border: 0;
		transform: unset !important;
	}
	.sidebar-menu-list ul li .dropdown-menu li:last-of-type a {
		padding-bottom: 0;
	}
	.sidebar-menu-list ul li .dropdown-menu li {
		padding: 0;
	}
	.sidebar-menu-list ul li .dropdown-menu li a {
		font-size: 14px;
    line-height: 18px;
    color: #616161;
    position: relative;
    background-color: transparent;
	}
	.sidebar-menu-list ul li.dropdown ul li a:before {
    content: "\f111";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 5px;
    color: #616161;
	}
	.custom-nice-select-dropdown .nice-select {
		width: 120px;
	}
	.commission-details form {
		margin-bottom: 1rem !important;
	}
	.commission-agent-list table.dataTable tbody td,
	.commission-agent-list table.dataTable thead th {
		padding: 10px;
		font-size: 14px;
	}
	.admin-sidebar .sidebar-inner {
		padding: 10px 15px;
		background-color: #D9D9D9;
	}
	.admin-sidebar .sidebar-menu-list {
		display: none;
	}
	.admin-sidebar .sidebar-menu-list.active {
		display: block;
	}
	.admin-sidebar .toggle-switch-menu a {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
		color: #fff;
		background: #498C92;
    color: #fff;
    padding: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
	}
	.sidebar-menu-list ul {
		padding-top: 20px;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.sidebar-menu-list ul li {
		padding: 5px 0;
	}

	.sidebar-menu-list ul li a {
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		color: #616161;
		text-transform: capitalize;
	}
	.sidebar-menu-list ul li a img {
		margin-right: 6px;
		margin-top: -2px;
	}

	.sidebar-menu-list ul li a i {
		margin-right: 10px;
	}
	.sidebar-menu-list ul li a i:before {
		line-height: unset;
	}
	.toggle-switch-menu a i:before {
		line-height: unset;
	}
	.admin-content-area {
		padding: 15px;
	}

	.commission-tab .nav-link span {
    margin-right: 5px;
	}
	.commission-tab .nav-link {
		min-width: 200px;
	}
	.commission-tab {
    margin-bottom: 30px;
	}
	.filter-submit-btn,
	.filter-agent-price,
	.filter-agents-list {
		width: 33.3333%;
		padding: 0 5px;
	}
	.commission-tab .nav-link {
		font-size: 14px;
	}
	.commission-filter-data {
		margin: 0 -5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) { 
	.withdraw-management-tab.user-management-tab .nav-link {
    min-width: 150px;
	}
	.order-detils-inner .order-amenities textarea.form-control {
		min-height: 95px;
	}
}

@media (max-width: 767px) {

	.offer-coupon-box .custom-checkbox .form-group label {
		font-size: 16px;
		line-height: 28px;
	}

	.offer-coupon-box .right-coupon-content a {
		margin-right: 10px;
	}

	.coupn-section .row {
		margin: 0 -10px;
	}
	.coupn-section .offer-coupon-box {
		padding: 0 10px;
	}

	.offer-coupon-box {
		max-width: 100%;
	}
	.inquiries-modal-form form,
	.inquiries-modal-form h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.signin-inner-form .text-logo {
		margin-bottom: 10px;
	}
	.signin-inner-form h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.signin-inner-form p {
		margin-bottom: 10px!important;
	}
	.user-management-tab .nav-link {
		min-width: 150px;
	}
	.user-management-tab .nav-item {
	  margin-right: 10px;
	}
	.filter-submit-btn,
	.filter-agent-price,
	.filter-agents-list {
		width: 33.3333%;
		padding: 0 5px;
	}
	.commission-tab .nav-link {
		font-size: 14px;
	}
	.commission-filter-data {
		margin: 0 -5px;
	}
	.commission-management-inner {
		padding: 15px 10px;
	}
	.withdraw-management-tab.user-management-tab .nav-link {
		padding: 8px 10px;
		font-size: 13px;
		min-width: auto;
	}
	.coupon-form-content .form-group .form-control,
	.coupon-form-content {
    max-width: 100%;
	}

	.coupon-form-content .form-group .form-control,
	.form-filed-data .form-control, 
	.custom-radio-btn .form-control  {
		min-height: 40px;
	}

	.custom-radio-btn input[type="radio"]:checked + label:after, 
	.custom-radio-btn input[type="radio"]:not(:checked) + label:after,
	.custom-radio-btn input[type="radio"]:checked + label:before, 
	.custom-radio-btn input[type="radio"]:not(:checked) + label:before {
		top: 9px;
	}
	.datepicker-icon-add img {
		top: 13px;
	}
	.coupon-form-content .form-group {
    margin-bottom: 20px;
	}
	.admin-sidein-section {
		position: static;
	}
	.admin-sidein-section .signin-inner{
		padding: 15px;
	}
	.form-submit-btn button {
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.offer-coupon-box {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {

	.offer-coupon-box .offer-coupon-box-inner {
 		padding: 10px;
 	}

 	.offer-coupon-box .offer-coupon-box-inner {
 		min-height: auto;
 	}

	.order-detils-inner .order-transportation-inner .custom-form-control {
		font-size: 11px;
	}
	.form-submit-btn button {
		width: 100%;
	}
	.forgot-link a {
		font-size: 11px;
	}
	.user-management-tab .nav-link {
    min-width: 125px;
	}
	.commission-tab {
		flex-direction: column;
	}
	.commission-tab .nav-link {
		width: 100%;
	}
	.commission-tab .nav-item {
    margin-right: 0;
	}
	.commission-tab .nav-item:nth-child(n+2) {
    margin-top: 10px;
	}
	.filter-submit-btn,
	.filter-agent-price,
	.filter-agents-list {
		width: 100%;
		margin-bottom: 15px;
	}
	.filter-submit-btn {
		margin-top: 0;
	}
	.withdraw-management-tab.user-management-tab .nav-link {
		width: 100%;
	}
	.withdraw-management-tab.user-management-tab .nav-item {
		width: 48%;
		margin-bottom: 15px;
	}
	.withdraw-management-tab.user-management-tab .nav-item:nth-child(2n) {
		margin-right: 0;
	}
	.form-filed-data .form-control,
	.custom-radio-btn .form-control {
	 	padding-left: 10px;
	 	padding-right: 10px;
	 	max-width: 100px;
	}
	.maximum-discount label {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.maximum-discount .nice-select {
		max-width: 100%;
		width: 100%;
	}
	.maximum-discount .nice-select {
		line-height: 33px;
		min-height: 40px;
	}
}

@media (max-width: 479px) {
	.custom-nice-select-dropdown .nice-select {
		width: 110px;
	}
	.user-management-tab .nav-link {
  	min-width: 100px;
  	padding: 8px 10px;
  	font-size: 13px;
	}
	.form-filed-data .form-control, 
	.custom-radio-btn .form-control {
		max-width: 70px;
		font-size: 13px;
	}
	.custom-radio-btn input[type="radio"]:checked + label, 
	.custom-radio-btn input[type="radio"]:not(:checked) + label {
		font-size: 12px;
	}
	.form-filed-data .form-control {
		max-width: 100%;
		min-width: 100%;
	}
	.coupon-form-content .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.maximum-discount .col-sm-6,
	.coupon-form-content .col-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 412px) {
	.user-management-tab .nav-link {
		min-width: 100%;
	}
	.user-management-tab {
		flex-direction: column;
	}
	.user-management-tab .nav-item {
		margin-bottom: 10px;
	}
	.section-header h2 {
		font-size: 22px;
	}
	.commission-tab .nav-link {
    font-size: 13px;
	}
	.commission-tab .nav-link {
		padding-left: 8px;
		padding-right: 8px;
	}
	.withdraw-management-tab.user-management-tab .nav-item {
		width: 100%;
		margin-right: 0;
	}
	.discount-option-box .custom-radio-btn {
    margin-bottom: 20px;
	}
	.agent-commission-details .custom-form-control {
		font-size: 11px;
	}
}
@media (max-width: 375px) {
	.coupon-form-content .col-6 {
		width: 100%;
	}
	.custom-radio-btn label {
		width: 100%;
	}
	.form-filed-data .form-control, 
	.custom-radio-btn .form-control {
		max-width: 100%;
		width: 70%;
	}
	.form-filed-data label span {
		width: 30%;
	}
	.datepicker-icon-add {
		width: 100%;
	}
	.coupon-submit-btn button {
		width: 100%;
	}
	.form-submit-btn-list button  {
		margin-right: 0;
		min-width: 60px;
	}

	.order-transportation-inner .transporation-details {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.section-block-title {
		font-size: 18px;
	}
	.custom-nice-select-dropdown .nice-select {
    width: 100px;
	}

	.travel-agent-trans-box .travel-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.offer-coupon-box .custom-checkbox .form-group label  {
		font-size: 14px;
	}
}
.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 37px;
    margin-left: 30px;
    padding: 0
}
.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}
.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}
.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.custom-category-find-form .form-group label {
	   font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #1F1F1F;
    width: 100%;
    margin-bottom: 15px;
    width: 100%;
}
.custom-category-find-form .form-group .form-control  {
  border: 1px solid #98CE44;
  border-radius: 10px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  box-shadow: none;
  outline: 0;
  min-height: 45px;
  height: auto;
  color: #6C757D;
  width: 100%;
  box-shadow: none;
  outline: 0;
}

.custom-category-find-form .form-submit-btn .btn-small {
	width: 150px;
}
.custom-category-find-form .row {
	margin: 0 -5px;
}
.custom-category-find-form .form-group {
	padding: 0 5px;
}

.remove-entry-modal .modal-header {
	border: 0;
	padding: 0;
}
.remove-entry-modal .modal-header .btn-close {
	position: absolute;
  right: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 100%;
  outline: 0;
  background-image: none !important;
  background-color: #237265;
  color: #fff;
  opacity: 1;
  box-shadow: 0px 0px 8px 1px #656464;
  border: 2px solid #ddd;
  font-size: 13px;
  z-index: 999;
}
.remove-entry-modal .modal-header .btn-close i {
	line-height: inherit;
}
.remove-entry-modal .remove-content {
	text-align: center;
	padding: 15px 0;
}
.remove-entry-modal .remove-content h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #1F1F1F;
}
.remove-entry-modal .remove-content .btn {
  color: #fff;
  background-color: #98CE44;
  border: 1px solid #98CE44;
  min-width: 60px;
  text-align: center;
  border-radius: 5px;
  padding: 6px 10px;
  margin-right: 10px;
}
.remove-entry-modal .remove-content .btn:last-of-type {
	margin-right: 0;
}
.remove-entry-modal .remove-content .btn.btn-yes {
	background-color: transparent;
	color: #515151;
}
.tooltip-inner {
		font-size: 14px !important;
		padding: 10px !important;
    max-width: 700px; /* Remove max-width constraint */
  }
  .custom-video-upload .file_uploaded label,
  .custom-video-upload .file_uploaded  #upload_file {
      pointer-events: none !important;
  }
  
  .custom-video-upload-2 .file_remove {
      pointer-events: auto !important;
  }

  /* Chrome, Safari, Edge */
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
	  -webkit-box-shadow: 0 0 0px 1000px #f8f9fa inset; 
	  transition: background-color 5000s ease-in-out 0s !important;
	  box-shadow: 0 0 0px 1000px #f8f9fa inset !important; 
  }

  .dropdown-container {
	margin-top: 12px !important; 
  }
  
  .about-section label.block-label-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #1F1F1F;
	width: 100%;
	margin-bottom: 15px;
	width: 100%;
  }
  .about-section .form-control.custom-form-control {
	border: 1px solid #98CE44;
	border-radius: 10px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	box-shadow: none;
	outline: 0;
	min-height: 45px;
	height: auto;
	color: #6C757D;
	width: 100%;
  }
  .about-section .custom-upload .btn_upload  {
	height: 302px;
  }
  .about-section .custom-upload .btn_upload  img.preview {
	border-radius: 10px;
  }

  .mySelectCustom .current{
    line-height: 32px;
  }

  .search-filter-form .btn.btn-primary {
	background-color: #98CE44;
	color: #fff;
	border-color: #98CE44;
	transition: background-color 0.3s ease;
	flex: 1;
	}

	.search-filter-form .btn.btn-primary:hover {
		background-color: #237265;
		border-color: #237265;
	}

  .search-filter-form .clear-btn {
    background-color: transparent;
    color: #515151;
    border: 1px solid #98CE44;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
	min-height :12px;
	flex:1;
}
/*
.tab-pane {
    max-height: 400px;
    overflow-y: auto;
}*/



/* Basic Layout */
.notification-popup-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Notification Badge (Count) */
.notification-count {
    font-size: 12px;
    color: white;
    background-color: #d9534f; /* Bootstrap danger color */
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    transform: translate(50%, -50%);
}


/* Dropdown Menu Styling */
.dropdown-menu {
    max-width: 30vw !important;
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Header of the Dropdown */
.dropdown-header {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background-color: #237265;
    color: #ffff;
    border-bottom: 1px solid #237265;
    margin-bottom: 15px;
}

/* Notification Items List */
.notification-items-list {
    padding: 0;
    list-style-type: none;
    max-height: 250px; /* This defines the scrollable area */
    overflow-y: auto;  /* Scrolls if the content overflows */
}

/* Notification Item Styling */
.notification-item {
    padding: 10px;
    font-size: 14px;
    color: #212529;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notification-item:last-child {
    border-bottom: none;
}

/* Text styling for notification */
.notification-item strong {
    font-weight: 600;
    color: #333;
}

.notification-item span.text-muted {
    font-size: 12px;
    color: #6c757d;
}

/* Footer Section (View All Button) */
.notification-footer {
    padding: 10px 0;
    border-top: 1px solid #e9ecef;
    background-color: #fff;
}

.view-all-link {
    font-size: 13px;
    color: #4c735a;
    text-decoration: none;
    transition: color 0.2s;
}

.view-all-link:hover {
    color: #237265;
    text-decoration: underline;
}

.notification-item.read {
    opacity: 0.5;  /* Dims read notifications */
}

.notification-item.unread {
    background-color: #f0f2f5;
    border-left: 3px solid #237265; /* Bootstrap primary color */
    padding: 8px;
    border-radius: 4px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .dropdown-menu {
        min-width: 250px;
        max-width: 100vw;
    }

    .notification-header {
        font-size: 16px;
    }

    .notification-footer a {
        font-size: 13px;
        padding: 6px 12px;
    }
}

@media (max-width: 576px) {
    .dropdown-menu {
        min-width: 220px;
    }

    .notification-item {
        font-size: 13px;
        padding: 8px;
    }

    .notification-footer a {
        font-size: 12px;
        padding: 6px 10px;
    }
}
.custom-chat-nav .nav-tabs {
	border: 0;
}
.custom-chat-nav .nav-item {
	margin-right: 10px;
}
.custom-chat-nav .nav-item:last-of-type {
	margin-right: 0;
}
.custom-chat-nav .nav-item .nav-link:hover,
.custom-chat-nav .nav-item .nav-link.active {
	background-color: #98CE44;
	color: #fff;
}
.custom-chat-nav .nav-item .nav-link {
	font-size: 16px;
	color:#1F1F1F;
    line-height: 23px;
	font-weight: 500;
	border: 0 none;
	border-radius: 5px;
}
.btn-bg-transparent {
	border: 0 !important;
	background-color: transparent !important;
}
.chart-bottom-content {
	border: 0 !important;
}

.cke_notifications_area{
	display:none;
}

.max-100-percentage {
	max-width: 100% !important;
}

.brochure-list table.dataTable {
    border-spacing: 0px 10px;
}
.form-check-input:focus {
	border-color: #98CE44;
	box-shadow: none !important;
	outline: none !important;
}
.form-check-input:checked {
    background-color: #98CE44;
    border-color: #98CE44;
}
.featured-url-content {
	max-width: 280px;
	display: inline-block;
	white-space: normal;
    word-wrap: break-word;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 !important;
	border-right: 1px solid #ddd !important;
    width: 31px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
