@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}

body {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
	overflow-x: hidden !important;
  font-size: 15px;
}

a
{
  text-decoration: none;
  color:  #FF7203;
  ;
}

a:hover, a:active {
  	outline: none;
  	text-decoration: none;
	  color: #0E244B;
}

ul, p {
  	padding: 0;
	margin:0;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  padding: 0;
	margin:0;
  font-size: 25px;
}

header
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  z-index: 2;
  position: fixed;
}
.header_inner
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;

}

.red_but
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  color: #fff;
  background: #E3000B;
  border-radius: 50px;
  margin: 5px 0;
  font-size: 16px;
  border: none !important;
  white-space: nowrap;
}
.red_but:hover
{
  background: #161718;
  color: #fff;
}
.header_inner .left
{
  float: left;
}
.header_inner .logo
{
  display: flex;
  float: left;
  width: 160px;
}
.header_inner .logo img
{
  float: left;
  width: 100%;
}
.header_inner .right
{
  float: right;
  display: flex;
  align-items: center;
}
.alert_area
{
  display: flex;
  padding: 6px 12px;
  border-radius: 50px;
  background: #ffe9c2;
  color: #FCB140;
  align-items: center;
  transition: all .5s ;
	transition-timing-function:ease-out;
}

.alert_area p
{
  margin-left: 5px;
  transition: all .5s ;
	transition-timing-function:ease-out;

}
.alart_number
{
  background: #FCB140;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}

.alert_area:hover
{
  background: #FCB140; 
}
.alert_area:hover p
{
  color: #fff; 
}
.alert_area:hover .alart_number
{
  background: #ffd89d;
}
.alert_area i
{
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.alert_area:hover i
{
  color: #fff; 
}

.header_notification
{
  display: block;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
.header_notification .fa-bell
{
  font-size: 25px;
  color: #809FB8;
}
.notification_number {
  width: 20px;
  height: 20px;
  background: #FF7203;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  position: absolute;
  top: -7px;
  right: -7px;
  font-weight: 500;
}
.header_profile_img
{
  display: block;
  margin-left: 5px;
  position: relative;
}
.header_profile_img img
{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #FF7203;
}
.header_profile_img .profile_drop {
  position: absolute;
  top: 39px;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  padding: 10px 12px;
  border-radius: 10px;
  width: 150px;
  display: none;
}
.header_profile_img .profile_drop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header_profile_img .profile_drop ul li {
  padding: 5px 0;
}
.header_profile_img .profile_drop ul li a {
  color: #898989;
  text-decoration: none;
}
.header_profile_img .profile_drop ul li a:hover {
  color: #FF7203;
}
.header_profile_img:hover .profile_drop {

  display: block;
}
.wrapper {
  display: flex;
  align-items: stretch;
  float: left;
  width: 100%;
  position: relative;
  height: calc(100% - 60px);
  margin-top: 60px;
  left: 0;
  z-index: 1;
  justify-content: flex-end;

}

.body_left {
  display: block;
  float: left;
  position: relative;
  min-width: 260px;
  max-width: 260px;
  background: #fff;
  z-index: 2;
  transition: all .3s;
  transition-timing-function: ease-out;
  position: fixed;
  height: 100vh;
  left: 0;
}
.body_left_push
{
  position: absolute;
  display: flex;
  right: -26px;
  top: 34px;
  width: 26px;
  height: 65px;
  background: #ABC6DC;
  border-radius: 0px 8px 8px 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.menu_open i
{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.body_left.active {
  margin-left: -270px;
}

.body_right.active2 {
  width: 100%;
}


.body_left > .inside {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
  padding-bottom: 68px;
}
.push_menu {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  padding: 0 12px;
}

.body_right {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  right: 0;
  transition: all .5s;
  transition-timing-function: ease-out;
  width: calc(100% - 268px);
  height: 100vh;
}
.body_right > .inside {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.push_menu .nav-link {
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.push_menu .nav-item img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
  filter: brightness(0%);
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.push_menu .nav-link span
{
  float: right;
  background: #161718;
  padding: 2px 5px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.push_menu .nav-item .active 
{
  position: relative;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 90.09%;
  background: #FF7203;
  border-radius: 12px;
  color: #FFFFFF;
}
.push_menu .active img {
  filter: brightness(200%) !important;
}
.push_menu .nav-item .active img
{
  filter: none; 
}
.push_menu .nav-link:hover {
  position: relative;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 90.09%;

  background: #FF7203;
  border-radius: 12px;
  color: #FFFFFF;
;
}
.push_menu .nav-item:hover img {
  filter: brightness(200%);
  
}
/* .body_left .inside::-webkit-scrollbar-track
 {
	 -webkit-box-shadow: inset 0 0 6px #ececec;
	 background-color: #bfbfbf;
 }
 
 .body_left .inside::-webkit-scrollbar
 {
	 width: 5px;
	 background-color: #bfbfbf;
 }
 
.body_left .inside::-webkit-scrollbar-thumb
 {
	 background-color: #bfbfbf;
 } */
 .subnav
 {
  padding-left: 10px;
 }


.right_body_section {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 20px 35px;
}

 .dashboard_top_section
 {
  display: block;
  float: left;
  width: 100%;
 }
 .dashboard_top_section .box1
 {
  display: flex;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  margin: 15px 0 0 0;
  align-items: center;
  height: calc(100% - 30px);
 }
 .dashboard_top_section .box1 .icon_area {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex: 60px 0 0;
  font-size: 22px;
  color: #fff;
}
.dashboard_top_section .box1 .text_area 
{
  width: 100%;
  padding-left: 12px;
}
.dashboard_top_section .box1 .text_area p
{
  color: #809FB8;
  font-size: 16px;
}
.dashboard_top_section .box1 .text_area h4
{
  font-size: 25px;
}
.dashboard_top_bg1
{
  background: #9694FF;
}
.dashboard_top_bg2
{
  background: #57CAEB;
}
.dashboard_top_bg3
{
  background: #5DDAB4;
}
.dashboard_top_bg4
{
  background: rgba(0, 144, 255, 0.2);
}
.card
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: none !important;
  background: #fff !important;
  position: relative;
  z-index: 0;
}
.card .heading
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%; 
}
.card .heading h3
{
  font-size: 20px;
  font-weight: 500;
}
.dashboard_income_graph_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.dashboard_income_graph_area img
{
  float: left;
  width: 100%;
}
.card_search_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  justify-content: space-between;
  align-items: center;
}

.search_area
{
    display: block;
    float: left;
    width: 100%;
    max-width: 500px;
    min-width: 220px;
    margin: 5px 0;
}
.ms-n5 {
    margin-left: -41px;
}
.search_area .search
{
    height: 44px;
    border: 1px solid #DADADA !important;
    border-radius: 6px !important;
    color: #809FB8;
    background: #fff !important;
}
.search_area .input-group .btn {
    height: 42px;
    margin-top: 1px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
}
.search_area .input-group .btn:hover
{
    color: #BF3778 !important;
}
.search_area .form-floating>.form-control, .search_area .form-floating>.form-select
{
    height: 44px;
}



.user_table_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.user_table_area .table_header
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  background: #FF7203;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
}

.user_table_area .table_body
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 4px 10px;
    background: #fff;
    color: #707070;
    font-size: 16px;
    align-items: center;
    transition: all .5s ;
	  transition-timing-function:ease-out;
    text-align: center;
    min-height: 68px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
}
.user_table_area .table_body:hover
{
  border: 1px solid #FF7203;
}

.user_table_area .table_body .mobile_heading
{
    display: none;
    color: #809FB8 ;
    margin-right: 10px;
    font-weight: 700;
    position: relative;
}
.user_table_area .table_body .mobile_heading::after
{
    content: ":";
    font-family: 'Blinker-SemiBold';
    margin-left: 5px;
}
.user_table_area .table_body p
{
    margin: 0;
}
.user_table_area .table_body .profile_img
{
    display: inline-block;
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
    position: relative;
}
.user_table_area .table_body .profile_img img
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
}

.user_table_area .table_body .profile_img_name
{
    display: inline-block;
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
    background: #1C74BA;
    justify-content: center;
    align-items: center;
    position: relative
}
.user_table_area .table_body .profile_img_name h4
{
    font-size: 22px;
    color: #fff;
    font-family: 'Blinker-Regular' !important;
    margin: 0;
    line-height: 50px;
}
.user_table_area .table_body .id
{
    font-size: 12px;
    font-family: 'Blinker-Regular' !important;
    margin: 0;
    color: #BF3778;
}
.user_table_area .table_body .form-check
{
  display: inline-block;
}
.user_table_area .table_body  .form-check-input {
  background-color: rgb(240, 237, 237);
;
  border-color: rgb(240, 237, 237);
;
}
.user_table_area .table_body  .form-check-input:checked {
  background-color: #FF7203;
  border-color: #FF7203;
}

.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;;
}
.sl_no
{
  display: inline-block;
  color: #707070;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.details
{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #858585;
  color: #fff;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height:34px;
  font-size: 16px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.details:hover
{
  background: #FF7203;
  color: #fff;
}
.del
{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #FFEBEC;
  color:  #DA211C;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height:34px;
  font-size: 16px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.del:hover
{
  background:  #E3000B;
  color: #fff;
}
.edit
{
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #bbf3e1;
  color: #1AD598;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height:34px;
  font-size: 16px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.edit:hover
{
  background: #1AD598;
  color: #fff;
}
.user_details_body_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.purple_but
{
  display: inline-block;
  vertical-align: top;
  padding: 10px 30px;
  color: #fff;
  background: #FF7203;
  border-radius: 50px;
  margin: 5px 0;
  font-size: 14px;
  border: none !important;
  box-shadow: 0px 4px 20px 0px #ff70038c;
}
.purple_but:hover
{
  background: #161718;
  color: #fff;
}
.green_but
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  color: #fff;
  background: #1cad3e;
  border-radius: 50px;
  margin: 5px 0;
  font-size: 16px;
  border: none !important;
  white-space: nowrap;

}
.green_but:hover
{
  background: #ABC6DC;
  color: #fff;
}
.user_details_main_section
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 0 15px 20px 15px;
  margin: 70px 0;
  text-align: center;
}
.user_details_main_section img
{
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  border: 5px solid #E0E0E0;
  margin-top: -60px;
  margin-bottom: 12px;
}
.user_details_main_section p
{
  text-align: left;
  padding: 12px 12px;
  position: relative;
  padding-left: 100px;
}
.user_details_main_section p:nth-child(odd)
{
  background: #F0F0F0;
}
.user_details_main_section p strong
{
  position: absolute;
  left: 12px;
  top: 12px;
}

.user_table_area .table_body .place_image
{
    display: inline-block;
    width: 80px !important;
    height: 50px;
    position: relative;
}
.user_table_area .table_body .place_image img
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}
.user_table_area .table_body .fa-map-marker-alt
{
  color:#FF7203;
  ;
}


.user_table_area::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.user_table_area::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.user_table_area::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #d1d1d1;
}

.alert_box1
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.alert_box1 .top_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: center;
}
.alert_box1 .top_pannel .number
{
  display: inline-block;
  background: #bbeefe;
  color: #409efc;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
}
.alert_box1 .top_pannel .top_img_name_area
{
  display: flex;
  float: left;
  align-items: center;
  margin: 5px 50px 5px 0;
}
.alert_box1 .top_pannel .top_img_name_area .img
{
  display: inline-block;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin-right: 5px;
}
.alert_box1 .top_pannel .top_img_name_area .img img
{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.alert_box1 .top_pannel .top_img_name_area .name
{
  display: inline-block;
}
.alert_box1 .top_pannel .top_img_name_area .name p
{
  font-size: 15px;
  font-weight: 500;
}

.alert_box1 .top_pannel .email
{
  display: block;
  float: left;
  margin: 5px 50px 5px 0;
}
.alert_box1 .top_pannel .email p
{
  font-size: 15px;
  font-weight: 500;
}
.alert_box1 .top_pannel .email p i
{
  color: #FF7203;
  margin-right: 5px;
}

.alert_box1 .top_pannel .phone
{
  display: block;
  float: left;
}
.alert_box1 .top_pannel .phone p
{
  font-size: 15px;
  font-weight: 500;
}
.alert_box1 .top_pannel .phone p i
{
  color: #FF7203;
  margin-right: 5px;
}

.alert_box1 .bottom_pannel
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-left: 50px;
}
.alert_box1 .bottom_pannel p
{
  color: #525252;
  font-size: 14px;
}
.alert_box_unread
{
  background: #D8E7FF;;
}

.cms_page_geading
{
  display: block;
  float: left;
  width: 100%;
}
.cms_page_geading h2
{
  font-size: 20px;
  font-weight: 500;
}
.support_sub_heading_filter
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 5px 0;
  justify-content: space-between;
  align-items: center;
}
.support_sub_heading_filter p
{
  font-size: 18px;
  margin: 5px 0;
  font-weight: 500;
}
.support_sub_heading_filter .form-select
{
  width: 100%;
  max-width: 240px;
  font-size: 14px;
}
.support_box1
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.support_box1:hover
{
  background: #F0F6FC;
}
.support_box1 .top_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.support_box1 .top_pannel .left
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  align-items: center;  
}

.support_box1 .top_pannel .right
{
  display: flex;
  flex-wrap: wrap; 
  align-items: center; 
}
.support_box1 .top_pannel .right p
{
    color: #A4A4A4;
    margin-left: 12px;
}


.support_box1 .top_pannel .number
{
  display: inline-block;
  background: rgba(33, 126, 253, 0.298039);
  color: #217EFD;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
}
.support_box1 .top_pannel .top_img_name_area
{
  display: flex;
  float: left;
  align-items: center;
  margin: 5px 50px 5px 0;
}
.support_box1 .top_pannel .top_img_name_area .img
{
  display: inline-block;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin-right: 5px;
}
.support_box1 .top_pannel .top_img_name_area .img img
{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.support_box1 .top_pannel .top_img_name_area .name
{
  display: inline-block;
}
.support_box1 .top_pannel .top_img_name_area .name p
{
  font-size: 16px;
}

.support_box1 .top_pannel .email
{
  display: block;
  float: left;
  margin: 5px 50px 5px 0;
}
.support_box1 .top_pannel .email p
{
  font-size: 16px;
  color: #809FB8;
}
.support_box1 .top_pannel .email p i
{
  color: #FF7203;
  margin-right: 10px;
}


.container {
  max-width: 1200px;
}

.login_left_img
{
    width: 100%;
}

.login_container .logo {
    width: 95%;
    max-width: 400px;
}

.support_box1 .top_pannel .phone
{
  display: block;
  float: left;
}
.support_box1 .top_pannel .phone p
{
  font-size: 16px;
  color: #809FB8;
}
.support_box1 .top_pannel .phone p i
{
  color: #FF7203;
  margin-right: 10px;
}

.support_box1 .bottom_pannel
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-left: 50px;
}
.support_box1 .bottom_pannel h4
{
  font-size: 16px;
  font-weight: 500;
}
.support_box1 .bottom_pannel p
{
  color: #525252;
  font-size: 14px;
}
.profile_main_section
{
  display: block;
  float: left;
  width: 100%;
}
.profile_main_section h3
{
  font-size: 15px;
  color: #FF7203;
  font-weight: 500;
  margin-top: 5px;
}
.profile_main_section .left_area
{
  display: block;
  float: left;
  width: 200px;
  margin-top: 25px;
}
.profile_main_section .left_area .img_area
{
  display: block;
  float: left;
  width: 180px;
  height: 180px;
  border: 4px solid #FF7203;
  position: relative;
  border-radius: 100%;
}
.profile_main_section .left_area .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.profile_main_section .left_area .upload_setion
{
  position: absolute;
  right: 0px;
  bottom: 10px;
  cursor: pointer !important;
}

.profile_main_section .left_area .upload_setion .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.profile_main_section .left_area .upload_setion .btn {
  border: none;
  color: #fff;
  background-color: #FF7203;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
}

.profile_main_section .left_area .upload_setion .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
}

.profile_main_section .right_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}

.profile_right_area
{
  display: block;
  float: left;
  width: 100%;
}
.profile_right_area label
{
  color: #000;
  font-weight: 700;
}
.profile_right_area .form-control, .profile_right_area select
{
  height: 46px;
  font-size: 14px;
}
.form-control
{
  height: 46px; 
}
.password
{
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}


.add_place_upload_img_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.add_place_upload_img_area h2
{
  font-size: 16px;
  font-weight: 500;
}
.add_place_upload_img_area h3
{
  font-size: 15px;
  color: #FF7203;
  font-weight: 500;
  margin-top: 5px;
}


.add_place_upload_img_area .file_upload1
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 170px;
  height: auto;
  margin: 0 10px 0 0;
}
.add_place_upload_img_area  .upload_img1
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_place_upload_img_area  .input--file1
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 170px;
  margin: 15px 10px 0 0;
  background: #717171;
  text-align: center;
  line-height: 170px;
  border-radius: 10px;
}
.add_place_upload_img_area  .input--file1 input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_place_upload_img_area  .input--file1 span
{
  display: flex;
  cursor: pointer;
  font-weight: bold;
  color: #919191;
  line-height: normal;
  justify-content: center;
  align-items: center;
  height: 170px;
  flex-wrap: wrap;
  align-content: center;
}
.add_place_upload_img_area  .input--file1 span i
{
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  background: #919191;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  line-height:50px;
  color: #fff;
}
.add_place_upload_img_area  .input--file1 span p
{
  width: 100%;
  margin-top: 10px !important;
  color: #fff;
}
.add_place_upload_img_area .ng-hide
{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 244px;
  height: 170px;
  margin: 15px 10px 15px 0;
  border: 2px solid #FF7203;
  z-index: 1;
}
.add_place_upload_img_area .close
{
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  opacity: 1 !important;
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;

}
.add_place_upload_img_area .close:hover
{
  background: #FF7203;
  color: #fff;
}
/*************end upload******************/
.add_place_form_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px; 
}
.add_place_form_section .form-control, .add_place_form_section select
{
  height: 46px;
  font-size: 14px;
}
.add_place_form_section textarea
{
  height: 120px !important;
}


.add_place_tag_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top:25px; 
}
.add_place_tag_section h2
{
  font-size: 16px;
  font-weight: 500;
}

.add_tag_area {
  display: block;
  float: left;
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-top: 20px;
}
.add_tag_area .top_area {
  display: block;
  float: left;
  width: 100%;
  min-height: 120px;
  padding: 15px;
}
.add_tag_area .bottom_area {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  padding: 10px 0;
}

.add_tag_area .bottom_area .search_area {
  display: flex;
  float: left;
  width: 100%;
  max-width: 400px;
  padding: 0 15px;
  align-items: center;
  position: relative;
}
.add_tag_input {
  background: none;
  border: none;
  width: 100%;
  outline-style: none;
}
.add_tag_area .search_area i {
  cursor: pointer;
  font-size: 20px;
}
.add_tag_box1 {
  display: flex;
  float: left;
  width: auto;
  margin: 0 12px 10px 0;
  align-items: center;
}
.add_tag_box1 p {
  color: #fff;
  background: #212529;
  font-size: 14px;
  padding: 5px 12px 6px 12px;
  border-radius: 50px;
  margin-left: 2px;
}
.add_tag_box1 i {
  color: #dddddd;
  cursor: pointer;
  margin: 0 2px;
}

.adertisement_main_section
{
  display: block;
  float: left;
  width: 100%;
}
.adertisement_box1 {
  display: block;
  float: left;
  width: 100%;
  height: 220px;
  background: #000000;
  border-radius: 15px;
  margin: 15px 0;
  position: relative;
}
.adertisement_box1 img {
  opacity: .5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.adertisement_box1 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 40px;
  right: 40px;
  bottom: auto;
  color: #fff;
}
.adertisement_box1 .carousel-caption p
{
  font-size: 18px;
}
.adertisement_box1 .carousel-caption h2
{
  font-size: 25px;
  font-weight: 700;
} 
.adertisement_box1 .carousel-caption h3
{
  font-size: 18px;
  font-weight: 100;
  margin-top: 15px;
} 
.adertisement_box1 .carousel-caption h4
{
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
} 
.adertisement_box1 .right {
  display: block;
  float: left;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.right_details_but {
  display: flex;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FF7203;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.adertisement_box1 .right .dwop {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 12px;
  width: 210px;
}
.adertisement_box1 .switch {
  display: flex;
  align-items: center;
}
.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 15px !important;
}
.adertisement_box1 .switch p {
  margin-right: 10px !important;
}
.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 14px !important;
}
.adertisement_box1 .right .dwop p a {
  color: #000 !important;
}
.adertisement_box1 .right .dwop p a:hover {
  color: #FF7203 !important;
}
.adertisement_box1 .right:hover .dwop {
  display: block;
}
.adertisement_box1 .form-check-input {
  background-color: #FF7203;
  border-color: #FF7203;
}
.adertisement_box1 .form-check-input:checked {
  background-color: #27D79E;
  border-color: #27D79E;
}
.adertisement_popup_body
{
  display: block;
  float: left;
  width: 100%;
}
.adertisement_popup_body h5
{
  font-size: 16px;
}
.adertisement_popup_body p
{
  font-size: 14px;
  color: #747474;
  margin-top: 10px;
}
.modal-content {
  border-radius: 15px;
  background: #fff;
}
.modal-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 100;
}
.modal-header .btn-close {
  background: #FF7203 url(../images/modal_close_but.svg) no-repeat;
  background-size: cover;
  border-radius: 100%;
  opacity: 1;
}

.adertisement_add_text_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.adertisement_add_text_box1_main {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  align-items: center;
}
.adertisement_add_text_box1_main p
{
  font-weight: bold;
}
.adertisement_add_text_box1 {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 5px;
  align-items: center;
}
.adertisement_add_text_box1 .offer_text {
  height: 44px;
  border-radius: 8px;
}
.adertisement_add_text_box1 .on_off_area {
  display: flex;
  float: right;
  margin-left: 15px;
  width: 120px;
  justify-content: space-between;
}
.adertisement_add_text_box1 .form-check-input:checked {
  background-color: #04B704;
  border-color: #04B704;
}
.adertisement_add_text_box1 .form-check-input {
  background-color: #FF7203;
  border-color: #FF7203;
}

.adertisement_instrucation_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.adertisement_instrucation_section h2 {
  font-size: 22px;
}
.adertisement_instrucation_section img
{
  max-width: 100%;
  margin-top: 15px;
}
.setting_main_section
{
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0 30px 0;
}
.setting_main_section .inside
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  text-align: center;
}
.setting_main_section .inside h2
{
  font-size: 20px;
  font-weight: 500;
}
.setting_main_section .inside .form-control
{
  height: 46px;
  font-size: 14px;
}
.form-control
{
  position: relative;
}
.setting_after_submit
{
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.setting_after_submit h2
{
  color: #06CD8C;
  font-size: 50px !important;
  font-weight: 700 !important;
}
.setting_after_submit p a
{
  text-decoration: underline;
  font-size: 18px;
}
.setting_after_submit p a:hover
{
  color: #000;
}
.revenue_search_area
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  float: left;
  align-items: center;
}
.revenue_search_area .form-floating {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin-right: 15px;
}
.revenue_search_but
{
  margin: 0;
  margin-bottom: 1rem;
  padding: 16px 20px;
}
.owner_details_main_section
{
  display: block;
  float: left;
  width: 100%;
}
.search_but i
{
  color: #818181;
}
.owner_details_main_section .nav-pills
{
  float: left;
  width: 100%;
  border-bottom: 1px solid #EEE;
  padding: 15px;
}
.owner_details_main_section .tab-content
{
  float: left;
  width: 100%;
  padding: 0 15px 15px 15px; 
}
.owner_details_main_section .nav-link
{
  color: #000;
  font-weight: 500;
}

.owner_details_main_section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background: #FF7203;
}
.owner_details_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  margin: 10px 0 15px 0;
}
.owner_details_box1_heading
{
  display: block;
  float: left;
  width: 100%;
}
.owner_details_box1_heading h3
{
  color: #FF7203;
  font-size: 18px;
  font-weight: 500;
}

.owner_details_box1_body
{
  display: block;
  float: left;
  width: 100%;
}
.owner_details_box1_body .top_pannel
{
  display: flex;
  float: left;
  align-items: center;
  width: 100%;
}
.owner_details_box1_body .top_pannel .left
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  align-items: center;
  width: 100%;
}
.owner_details_box1_body .top_pannel_img_area
{
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  margin-right: 12px;
  flex: 70px 0 0;
  position: relative;
}
.owner_details_box1_body .top_pannel_img_area > img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  border: 4px solid #E0E0E0;
}
.verify_icon
{
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -5px;
}
.verify_icon img{
  width: 30px !important;
  border: none !important;
}
.owner_details_box1_body .top_pannel h2
{
  font-size: 18px;
  font-weight: 500;
}

.owner_details_box1_body .bottom_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.business_box .owner_details_box1_heading
{
  background: rgba(0, 144, 255, 0.3);
}
.business_box .owner_details_box1_heading h3
{
  color: #0090FF;
}
.business_box .top_pannel img
{
  border: 4px solid #B3DEFF;
}

.owner_details_list_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.owner_details_list_pannel h2
{
  font-size: 20px;
  font-weight: 500;
}
.owner_details_hotel_box1
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 15px;
}
.owner_details_hotel_box1 .hotel_img
{
  display: block;
  float: left;
  width: 200px;
}
.owner_details_hotel_box1 .hotel_img img
{
  float: left;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.owner_details_hotel_box1 .hotel_right_text
{
  display: block;
  float: left;
  width: calc(100% - 200px);
  padding-left: 25px;
}
.hotel_right_text .top_pannel
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  justify-content: space-between;
}
.hotel_right_text .top_pannel h2
{
  font-size: 17px;
}
.hotel_right_text .top_pannel .on_off_area {
  display: flex;
  float: right;
  justify-content: space-between;
}
.hotel_right_text .top_pannel .on_off_area p
{
  margin-right: 10px;
  font-weight: 500;
  color: #809FB8;
}

.hotel_right_text .top_pannel .form-check-input {
  background-color: #FF7203;
  border-color: #FF7203;
}
.hotel_right_text .top_pannel .form-check-input:checked {
  background-color: #04B704;
  border-color: #04B704;
}
.hotel_right_text_address
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_right_text_address p
{
  color: #606060;
  position: relative;
  padding-left: 18px;
}
.hotel_right_text_address p i
{
  position: absolute;
  left: 0;
  top: 3px;
  color: #FF7203;
}
.hotel_right_text_room_pannel
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.hotel_right_text_room_pannel h3
{
  color: #FF7203;
  font-size: 18px;
  margin-bottom: 5px;
}
.hotel_right_text_room_pannel p
{
  color: #646464;
  font-size: 15px;
}


.hotel_right_text_contact_pannel
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.hotel_right_text_contact_pannel h3
{
  color: #FF7203;
  font-size: 18px;
  margin-bottom: 5px;
}
.hotel_right_text_contact_pannel p
{
  color: #646464;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
}
.hotel_right_text_contact_pannel p i
{
  position: absolute;
  left: 0;
  top: 2px;
  color: #FF7203;
}


.swal2-popup
{
  width: 30em !important;
  border-radius: 25px !important;
}
.swal2-title 
{
  font-size: 20px !important;
}
.swal2-html-container
{
  font-size: 15px !important;
}
.swal2-styled.swal2-confirm
{
  background: linear-gradient(90deg, #FF7203 0%, #FF7203 100%) !important;
  box-shadow:  none !important; 
}
.swal2-icon {
  width: 3em !important;
  height: 3em !important;
}
.swal2-icon .swal2-icon-content {
  font-size: 2.75em !important;
  margin-top: 15px !important;
}
.swal2-icon.swal2-warning {
  border-color: #0D87D2 !important;
  color: #0D87D2 !important;
}


.details_banner_section
{
  display: block;
  float: left;
  width: 100%;
}
.details_banner_section .carousel-item img
{
  float: left;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.details_banner_section .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
.details_banner_section .carousel-indicators .active {
  opacity: 1;
}
.details_body
{
  display: block;
  float: left;
  width: 100%;
  margin:  40px 0;
}
.details_left_area
{
  display: block;
  float: left;
  width: calc(100% - 350px);
}
.hotel_details_heading
{
  display: flex;
  float: left;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}
.hotel_details_heading .left_area 
{
  display: block;
  float: left;
}
.hotel_details_heading .left_area h2
{
  font-size: 28px;
}
.hotel_details_heading .left_area h4
{
  font-size: 16px;
  color: #606060;
  font-weight: 100;
}
.hotel_details_heading .left_area h4 a
{
  color: #606060;
}
.hotel_details_heading .left_area h4 i
{
  color: #FF8A00;
}
.hotel_details_heading .left_area h4 a:hover
{
  color: #FF7203;
}
.hotel_details_heading .left_area p
{
  font-size: 16px;
  color: #606060;
  margin-top: 5px;
}
.hotel_details_heading .left_area p i
{
  color: #FF7203;
}
.hotel_details_heading .right_area {
  display: flex;
  float: left;
  width: 70px;
  flex: 0 0 70px;
}
.hotel_details_heading .right_area .avalable_teg {
  display: block;
  float: left;
  width: 70px;
  height: 66px;
  background: url(../images/available_tag.svg) no-repeat;
  background-size: 100%;
}
.hotel_details_heading .right_area .avalable_teg h2 {
  font-size: 20px;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  margin-top: 21px;
}
.hotel_details_description_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}
.hotel_details_description_area h2
{
  font-size: 20px;
}
.hotel_details_description_area p
{
  font-size: 15px;
  color: #969696;
  margin-top: 5px;
}

.hotel_details_amenities_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}
.hotel_details_amenities_area .heading
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_details_amenities_area .heading h2
{
  font-size: 20px;
}
.hotel_details_amenities_area .category_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.hotel_details_amenities_area .category_section h3
{
  color: #D62718;
  font-size: 16px;
}
.hotel_details_amenities_area .category_section ul
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.hotel_details_amenities_area .category_section ul li
{
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  width: calc(100% / 3);
  color: #3A544F;
  font-size: 14px;
  padding-left: 25px;
}
.hotel_details_amenities_area .category_section ul li::before
{
  /* content: url(../images/tick.svg); */
  position: absolute;
  left: 0;
  top: 3px;
}
.amenities_view_all
{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #484848;
  font-weight: 700;
  margin-top: 15px;
}
.amenities_view_all:hover
{
  color: #D62718;
}
.hotel_details_room_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8; 
}
.hotel_details_room_section .heading
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_details_room_section .heading h2
{
  font-size: 20px;
}
.room_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #F6F6F6;
  border-radius: 10px;
  margin-top: 30px;
  padding: 15px;
  position: relative;
}
.room_box1::after
{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 30px;
  background: #D62718;
  border-radius: 0px 5px 5px 0px;
}
.room_box1 .room_name
{
  display: block;
  float: left;
  width: 100%;
}
.room_box1 .room_name h2
{
  font-size: 17px;
  font-weight: bold;
}
.room_box1 .room_main_img_and_left_text
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 12px;  
}
.room_box1 .room_main_img
{
  display: block;
  float: left;
  width: 200px;
  flex: 200px 0 0;
}
.room_box1 .room_main_img img
{
  float: left;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
.room_box1 .left_text
{
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
}
.room_box1 .left_text .top
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.room_box1 .left_text .top p
{
  margin-right: 15px;
}
.room_box1 .left_text .top p img
{
  margin-right: 5px;
}
.room_box1 .left_text .middle
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 12px;
}
.room_box1 .left_text .middle h2
{
  font-size: 22px;
}
.room_box1 .left_text .bottom
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}
.room_box1 .left_text .bottom p i
{
  color: #04B704;
}
.select_but
{
  background: #9F9F9F;
  color: #F3F3F3;
  width: 100px;
  height: 40px;
  font-size: 15px;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
}

.details_policy_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;   
}
.details_policy_section .heading
{
  display: block;
  float: left;
  width: 100%;
}
.details_policy_section .heading h2
{
  font-size: 20px;
}
.details_policy_section .checkin_out
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.details_policy_section .checkin_out .box1
{
  display: block;
  float: left;
  margin-right: 25px;
}
.details_policy_section .checkin_out .box1 h4
{
  color: #8D8D8D;
  font-size: 15px;
}
.details_policy_section .checkin_out .box1 p
{
  color: #D62718;
  font-size: 16px;
  font-weight: 700;
}
.details_policy_section .category_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.details_policy_section .category_section h2
{
  font-size: 16px;
  color: #232323;
}
.details_policy_section .category_section ul
{
  display: block;
}
.details_policy_section .category_section ul li
{
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  color: #3A544F;
  font-size: 14px;
  padding-left: 25px;
}
.details_policy_section .category_section ul li img
{
  position: absolute;
  left: 0;
  top: 3px;
}
.details_right_area
{
  display: block;
  float: right;
  width: 320px;
}

.rating span
{
  font-size: 14px;
  font-weight: 700 !important;
  margin-left: 5px;
  color: #000;
}
.rating i
{
  color: #FFBD00 !important;
  margin: 0 1px;
}

.room_box1 .bottom_slider_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.room_slider_box1
{
  display: block;
  float: left;
  width: 100%;
}
.room_slider_box1 img
{
  float: left;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.room_box1 .bottom_text
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.room_box1 .bottom_text p
{
  color: #3A544F;
  font-size: 16px;
}

.restaurant_details_contact_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}
.restaurant_details_contact_area .heading
{
  display: block;
  float: left;
  width: 100%;
}
.restaurant_details_contact_area .heading h2
{
  font-size: 20px;
}
.restaurant_details_contact_area .details2
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 12px; 
}
.restaurant_details_contact_area .details2 p
{
  color: #606060;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
}
.restaurant_details_contact_area .details2 p i
{
  position: absolute;
  left: 0;
  top: 4px;
  color: #D62718;
  font-size: 16px;
}
.restaurant_details_right_box
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  padding: 15px;
  position: sticky;
  top: 20px;
}
.restaurant_details_right_box h2
{
  font-size: 20px;
  margin-bottom: 20px;
}
.restaurant_details_right_box input
{
  background: #E9EEF1;
  height: 54px;
}

.menu_main_heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.menu_main_heading h2
{
  display: inline-block;
  position: relative;
  color: #D62718;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 58px;
}
.menu_main_heading h2::before
{
  content: url(../images/menu_heading_left_line.svg);
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.menu_main_heading h2::after
{
  content: url(../images/menu_heading_right_line.svg);
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.menu_box1
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  justify-content: space-between;
}
.menu_box1 .left h2
{
  font-size: 18px;
}
.menu_box1 .left p
{
  font-size: 12px;
  color: #878787;
}
.menu_box1 .right p
{
  font-size: 18px;
  color: #D62718;
  font-weight: 700;
}
.alert_area .fa-arrows-rotate
{
  margin-left: 10px;
  font-size: 18px;
}
.login_body
{
  display: block;
  float: left;
  width: 100%;
  background: linear-gradient(114.84deg, #1C74BA -1.45%, #555FA3 27.92%, #BF3778 98.36%);
  position: fixed;
  overflow-y: auto;
  height: 100%;
}
.login_bg
{
  background: url(../images/login.svg) left no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}

.admin_details_section .details_banner_section .carousel-item img
{
  height: 350px;
}
.admin_details_section .details_left_area
{
  width: 100% !important;
}
.admin_details_section  .hotel_details_heading {
  background: none;
}
.timepicker__header
{
  position: relative !important;
  background: #E3000B !important;
}
.timepicker-dial__control
{
  outline-style: none !important;
  border: none !important;
  box-shadow: none !important;
}
.clock-face__number > span.active {
  background-color: #E3000B !important;
}
.clock-face__clock-hand {
  background-color: #E3000B !important;
}
.timepicker-button{
  color: #E3000B !important;
}
.clock-face__clock-hand_minute:before {
  border: 4px solid #E3000B !important;
}

.nav-item .fa-angle-down
{
  float: right;
}
.cancle_booking_but_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}
.cancle_booking_but_area2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}
.red_but2 {
  display: block;
  float: left;
  width: 48%;
  padding: 12px 30px;
  min-width: 130px;
  background: linear-gradient(90deg, #FF7203 0%, #FF7203 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  transition: all .5s;
  transition-timing-function: ease-out;
}
.red_but2:hover {
  background: #0E244B;
  color: #fff;
}
.cancel_but2 {
  display: block;
  float: left;
  width: 48%;
  padding: 12px 30px;
  min-width: 130px;
  border: 1px solid #0E244B;
  border-radius: 10px;
  color: #0E244B;
  font-weight: 700;
  transition: all .5s;
  transition-timing-function: ease-out;
}
.cancel_but2:hover {
  background: #0E244B;
  color: #FFFFFF;
}
.no_date
{
  max-width: 100%;
}
.upload_img2
{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 2px solid #FF7203;
  color: #FF7203;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer !important;
}
.upload-btn-wrapper .btn:hover
{
  background: #FF7203 !important;
  color: #fff !important;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.password_eye
{
  display: block;
  float: right;
  position: absolute;
  right: 12px;
  top: 25px;
  cursor: pointer;
}
.form-group
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.error
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #FA3139;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
}
.owner_details_new_listing
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 15px;
  align-items: center;
}
.owner_details_new_listing .hotel_img {
  display: block;
  float: left;
  width: 200px;
  flex: 200px 0 0;
}
.owner_details_new_listing .hotel_img img {
  float: left;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.owner_details_new_listing .text_area
{
  display: block;
  float: left;
  width: 100%;
  margin: 10px 15px;
}
.owner_details_new_listing .text_area h2
{
  font-size: 20px;
}
.owner_details_new_listing .text_area p
{
  font-size: 14px;
  color: #646464;
}
.owner_details_new_listing .but_area_area
{
  display: flex;
  float: left;
  width:270px;
  margin: 10px 0;
  flex: 0 0 270px;
}
.approved_but
{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  background: #03D103;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  margin: 5px;
}
.approved_but:hover
{
  background: #000 !important;
  color: #fff;
}
.declined_but
{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  background: #E3000B;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  margin: 5px;
}
.declined_but:hover
{
  background: #000 !important;
  color: #fff;
}
.settings_page_heading {
  display: block;
  float: left;
  width: 100%;
}
.settings_page_heading h2
{
  font-size: 20px;
  font-weight: 500;
}

.setting_subscription_boxes
{
  display: block;
  float: left;
  width: 100%;
}
.setting_subscription_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin-top: 15px;
  overflow: hidden;
}
.setting_subscription_box1 .heading
{
  display: block;
  float: left;
  width: 100%;
  background: #E3000B;
  padding: 10px 15px;
}
.setting_subscription_box1 .heading h2
{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.setting_subscription_box1 .body
{
  display: block;
  float: left;
  width: 100%;
}
.setting_subscription_box1 .body .top
{
  display: flex;
  float: left;
  width: 100%;
  padding: 15px 15px;
  justify-content: space-between;
    align-items: center;
}
.setting_subscription_box1 .body .left
{
  display: block;
  float: left;
  width: auto;
}
.setting_subscription_box1 .body .left h2
{
  font-size: 30px;
}
.setting_subscription_box1 .body .left p
{
  font-size: 16px;
}
.setting_subscription_box1 .body .right
{
  display: block;
  float: left;
  width: auto;
}
.setting_subscription_box1 .body .bottom
{
  display: block;
  float: left;
  width: 100%;
  padding: 0 15px 15px 15px;
}
.plan_edit
{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #E3000B;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: 2px;
}
.plan_edit:hover
{
  background: #000;
  color: #fff;
}
.plan_del
{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #E3000B;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: 2px;
}
.plan_del:hover
{
  background: #000;
  color: #fff;
}

.setting_subscription_box1 .form-check
{
  display: inline-block;
}
.setting_subscription_box1  .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}
.setting_subscription_box1  .form-check-input:checked {
  background-color: #27D79E;
  border-color: #27D79E;
}
.setting_subscription_box1 .form-switch .form-check-input {
  background-position: left center;
}

.offer_slider_area
{
  display: block;
  float: left;
  width: 100%;  
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}
.offer_slider_area img
{
  opacity: .5;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.offer_slider_area .carousel-caption
{
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 40px;
  right: 40px;
  bottom:auto;
}
.offer_slider_area .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: none !important;
  opacity: 1;
}
.offer_slider_area .carousel-indicators .active
{
  background: #E52636;
}
.offer_slider_area h5
{
  font-size: 20px;
}
.offer_slider_area h2
{
  font-size: 30px; 
}

.offer_slider_area p
{
  font-size: 18px; 
  margin-top: 10px;
}
.offer_slider_area h3
{
  font-size: 35px;
}
.transaction_number
{
  font-size: 12px;
  color: #E52636;
}
.declined
{
  font-size: 10px;
  background: #E52636;
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}
.accepted
{
  font-size: 10px;
  background: #04B704;
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}
.progress
{
  font-size: 10px;
  background: rgb(188, 164, 11);
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}
.requested
{
  font-size: 10px;
  background: rgb(190, 184, 5);
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}
.manual_pay_heading
{
  font-size: 20px;
}
.manual_pay_text
{
  font-size: 18px;
  font-weight: 700;
}
.manual_pay_text span
{
  color: #00a200;
  font-size: 30px;
  font-weight: 700;
}




a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: #0E244B;
}

ul,
p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
label
{
  font-size: 14px !important;
  font-weight: 500 !important;
}
select option
{
  margin: 10px !important;
}
.modal-body {
  padding: 25px;
  border-radius: 0 0 15px 15px;
  color: #393636;
}

.modal-header
{
  border-radius: 15px 15px 0 0 !important;
}
.modal-body label, .modal-body .form-label
{
  color: #fff !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #EB6C30 !important;
  outline: 0;
  box-shadow: none;
}

.form-control {
  background: #fff !important;
  color: #000000 !important;
  border: 1px solid #BFBFBF !important;
  border-radius: 0 !important;
  font-size: 12px;
}

.form-floating
{
  position: relative;
}

.form-floating>label {
  color: #fff !important;
}
.form-floating:hover
{
  position: relative;
  z-index: 2;
}




.left_pannel {
  display: block;
  float: left;
  width: 260px;
  background: #FFFFFF;
  min-height: 100vh;
  transition: all .3s;
  transition-timing-function: ease-out;
  position: fixed;
}

.right_pannel {
  display: block;
  float: right;
  width: calc(100% - 260px);
  background: #E0E0E0;
  min-height: 100vh;
  position: relative;
  transition: all .3s;
  -webkit-box-shadow: inset 4px 0px 11px -5px rgba(0,144,255,0.2);
-moz-box-shadow: inset 4px 0px 11px -5px rgba(0,144,255,0.2);
box-shadow: inset 4px 0px 11px -5px rgba(0,144,255,0.2);
}

.left_pannel .inside {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
}

.left_pannel .logo {
  display: flex;
  float: left;
  width: 100%;
  height: 60px;
  padding: 10px 12px;
  justify-content: center;
  background: #FF7203;
  text-align: left;
}

.left_pannel .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.left_pannel .menu_area {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0 20px 20px;
}

.left_pannel .nav-link {
  padding: 12px 15px;
  display: inline-block;
  width: 100%;
  color: #0f0b0b;
  border-radius: 12px;

}

.left_pannel .nav-link img {
  width: 20px;
  margin-right: 8px;
}

.left_pannel .nav-link:hover {
  background: #FF7203;
}

.left_pannel .dropdown-menu {
  font-size: 12px;
  color: #fff !important;
  background-color: #FF7203;
  width: 100%;
}
.left_pannel  .dropdown-item
{
  color: #fff;
  cursor: pointer;
  padding: 15px 1rem;
}
.left_pannel  .dropdown-item:hover
{
  background: #485eaf;
}

.right_top_header {
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  z-index: 2;
  position: sticky;
  top: 0;
}
.header_inner {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}

.notificaion_alart {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #E3000B;
  position: absolute;
  z-index: 2;
  right: -3px;
  top: -1px;
}



.right_top_header .menu {
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.right_pannel .body {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 50px 20px;
  position: relative;
  min-height: 650px;
}
.copy_right
{
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.login_card
{
  background: #F8F8F8 !important;
  box-shadow: none !important;
}

.copy_right_right
{
  text-align: center;
  margin-top: 50px;
}
.right_top_header .header_right
{
  display: flex;
  width: auto;
  align-items: center;
}
.request_section
{
  display: flex;
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #c07b04;
  margin-right: 10px;
}


.left_pannel.active {
  margin-left: -240px;
}

.right_pannel.active2 {
  width: 100%;
}

.web_dashboard_body {
  display: block;
  float: left;
  width: 100%;
}

.card {
  display: block;
  float: left;
  width: 100%;
  background: #F2F7FF;
  padding: 20px;
  border-radius: 10px;
  border: none;
}
.user_details_body_section
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}


.left_pannel .inside::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #485589;
  background-color: #485589;
}

.left_pannel .inside::-webkit-scrollbar {
  width: 5px;
  background-color: #FF7203;
}

.left_pannel .inside::-webkit-scrollbar-thumb {
  background-color: #FF7203;
}

.left_pannel .menu_area .nav-item span {
  float: right;
  color: #080809;
  background: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
}


.notification_box
{
  width: 40px;
  height: 40px;
  position: relative;
  border-radius:100%;
  background: #FF7203;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification_box i
{
  color: #fff;
  font-size: 20px;
  margin: 0 !important;
}
.notification_box p
{
  margin: -25px -30px 0 0;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #1e2130;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
}
.add_item_ficility_area
{
  display: block;
  float: left;
  width: 100%;
}
.add_item_ficility_area .box1
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  overflow: visible !important;
  position: relative;
}


.add_item_ficility_area .box1 .heading
{
  display: flex;
  float: left;
  width: 100%; 
  justify-content: space-between;
  align-items: center;
}
.add_item_ficility_area .box1 .heading h2
{
  font-size: 18px;
}
.add_item_ficility_area .heading .right
{
  display: flex;
  float: right;
  align-items: center;
}
.add_item_ficility_area .heading .right .form-check
{
  min-height: auto;
  margin-bottom: 0;
}
.add_item_ficility_area .upload_area
{
  display: block;
  float: left;
  width: 100%;
}
.add_item_ficility_area .upload_area .form-control
{
  height: 46px;
}
.add_item_ficility_box1
{
  display: block;
  float: left;
  width: 220px;
  margin: 0 10px 10px 0;
}
.add_item_ficility_box1 p
{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.add_item_ficility_box1 .img_area
{
  display: block;
  float: left;
  width: 220px;
  height: 170px;
  border: 2px solid #FF7203;
  z-index: 1;
  margin-bottom: 15px;
}
.add_item_ficility_box1 .img_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.add_item_ficility_area .inner
{
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #D3D3D3;
  margin: 15px 0;
}

.add_item_ficility_area .inner .top_area
{
  display: block;
  float: left;
  width: 100%;
  min-height: 120px;
  padding: 15px;
}
.ficility_top_box1
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: auto;
  margin: 0 12px 10px 0;
  align-items: center;
}
.ficility_top_box1 span
{
  margin: 2px;
}
.ficility_top_box1 i
{
  color: #dddddd;
  cursor: pointer;
  margin: 0 2px;
}
.ficility_top_box1 i:hover
{
  color: #186ad6;
}
.active_color
{
  color: #1847d6 !important;  
}
.ficility_top_box1 p
{
  color: #fff;
  background: #6b6e71;
  font-size: 14px;
  padding: 5px 12px 6px 12px;
  border: 2.38095px solid #FFFFFF;
  border-radius: 4.7619px;
  margin-left: 2px;
}
.ficility_top_box1 p i {
  color: #dddddd;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 10px;
}

.add_item_ficility_area .inner .bottom_area
{
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  padding: 10px 0;
}
.add_item_ficility_area .search_area
{
  display: flex;
  float: left;
  width: 100%;
  max-width: 400px;
  padding: 0 15px;
  align-items: center;
  position: relative;
}
.search_area .search_drop
{
  position: absolute;
  background: #fff;
  left: 0;
  padding: 15px;
  width: 250px;
  top: 36px;
  float: left;
  z-index: 2;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 0 0 10px 10px;
}
.search_area .search_drop p
{
  padding: 5px 0;
  cursor: pointer;
}
.search_area .search_drop p:hover
{
  color: #00397f;
}
.ficility_input
{
  background: none;
  border: none;
  width: 100%;
}
.ficility_input:focus-visible
{
  border: none;
  box-shadow: none;
  outline-style: none;
}
.add_item_ficility_area .search_area i
{
  cursor: pointer;
  font-size: 20px;
}
.add_item_policies_check_in_out_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.policies_card_top_input
{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px; 
}
.policies_card_top_input .form-floating>.form-control, .policies_card_top_input .form-floating>.form-select
{
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
}
.add_new_cagory
{
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
}
.add_table_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.add_table_section h2
{
  font-size: 22px;
  font-weight: 700;
}

.add_table_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.add_menu_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px; 
}
.add_menu_area h2
{
  font-size: 22px;
  font-weight: 700;
}

.add_menu_area .card {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 10px;
  overflow: hidden;
}
.add_menu_area .card .heading {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 12px 20px;
  justify-content: space-between;
    align-items: center;
}
.add_menu_area .card .heading h2 {
  font-size: 20px;
}
.add_menu_area .card .body {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 20px;
}

.addnewButton{
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 140px;
  height: 51px;
  background: #FF7203;
  box-shadow: 0px 4px 20px rgba(99, 130, 255, 0.4);
  border-radius: 64.3114px;
  
}

/* styles.css */
@keyframes beaming {
  0% {
    background-color: #3498db;
    transform: scale(1);
  }
  50% {
    background-color: #07315b;
    transform: scale(1.2);
  }
  100% {
    background-color: #FF7203;
    transform: scale(1);
  }
}

.my-element {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background-color: #FF7203; /* Set the background color directly */
  cursor: pointer;
}


.notification_box1
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 20px 20px;
  margin-top: 15px;
}
.notification_box1 .top
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}

.notification_box1 .bottom
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.notification_box1 .bottom p
{
  color: #FF7203;
  font-weight: bold;
}

.notification_box1 .icon_area
{
  width: 45px;
  height: 45px;
  background: #E0E0E0;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  flex: 45px 0 0;
  margin-right: 15px;
}
.notification_box1 .icon_area svg
{
  width: 25px;
}
.notification_box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
}
.notification_box1 .text_area p
{
  font-size: 24px;
}
.notification_box1 .text_area span
{
  font-family: Epilogue;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;

}


.list-container {
  height: 300px; /* Set the desired height of the scrollable container */
  overflow-y: scroll; /* Enable vertical scrolling */
}

.page_main_heading {
  display: block;
  float: left;
  width: 100%;
}
.page_main_heading h2 {
  color: #000000;
  font-size: 20px;
}

.page_main_heading2 {
  display: block;
  float: left;
  width: 100%;
}
.page_main_heading2 h2 {
  color: #000000;
  font-size: 16px;
}


.terms_and_conditions_body
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.05);
}

.donated_products_top_details
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.donated_products_top_details img
{
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  border: 5px solid #C0DAFF;
  margin-right: 15px;
}
.donated_products_top_details p
{
  font-size: 20px;
}
.about_body
{
  display: block;
  float: left;
  width: 100%;
}
.btn-primary
{
  background-color: #FF7203;
    border-color: #FF7203;
}
.delete_modal_body
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.delete_modal_body h2
{
  font-size: 20px;
}
.but_style_out_line
{
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid #FF7203;
  color: #FF7203;
  background: none;
}
.but_style_out_line:hover
{
  background: #161718;
  color: #fff;
}

.but_style1
{
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  background: #FF7203;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #FF7203;
}
.but_style1:hover
{
  background: #161718;
  color: #fff;
}
.check_point_tab_body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.check_point_tab_body .modal-body label, .modal-body .form-label
{
  color: #000 !important;
}

.category_main_box
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
}
.category_boxes
{
  display: block;
  float: left;
  width: 100%;
  height: 300px;
  overflow-y: auto;
  padding: 12px 15px;
}
.category_boxes::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #d6d6d6;
  background-color: #d6d6d6;
}

.category_boxes::-webkit-scrollbar {
  width: 5px;
  background-color: #FF7203;
}

.category_boxes::-webkit-scrollbar-thumb {
  background-color: #FF7203;
}
.category_box1
{
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.category_sl_no
{
  flex: 30px 0 0;
}

.category_mid
{
  width: 100%;
  display: flex;
  align-items: center;
}
.category_mid p
{
  color: #000;
}
.category_del
{
  flex: 0 0 40px; 
}

.category_add_bottom_section
{
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding-top: 20px;
}
.category_add_but {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  border-radius: 50px;
  background: #FF7203;
  border: 1px solid #FF7203;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
  flex:0 0 80px;
}
.category_add_but:hover {
  background: #333333;
}
.category_add_upload_img_area
{
  float: left;
  width: 46px;
  height: 46px;
  margin: 0 10px 0 2px;
  flex: 0 0 46px;
  position: relative;
}
.category_add_upload_img_area .img_area
{
  display: block;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.category_add_upload_img_area .img_area img
{
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #FF7203;
}

.upload-btn-wrapper2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}

.upload-btn {
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 15px;
  background: #FF7203;
  border: none;
  cursor: pointer;
}
.upload-btn i
{
  margin-right: 5px;
  cursor: pointer;
}

.upload-btn-wrapper2 input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.category_add_bottom_section .upload-btn-wrapper2 {
  position: absolute;
  right: -18px;
  top: -7px;
  z-index: 1;
}
.category_add_bottom_section .upload-btn-wrapper2 i
{
  font-size: 20px;
  color: #FF7203;
}
.category_add_bottom_section .form-control
{
  border: none;
  outline-style: none;
}
.category_add_bottom_section .form-control:focus
{
  box-shadow: none;
}
.profile_img2 {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  background: #FF7203;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-right: 5px;
  border: 1px solid #e4e4e4;
  flex: 34px 0 0;
}
.profile_img2 img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.category_add_bottom_section .form-control
{
  border: none !important;
  box-shadow: none;
}
.sub_category_box .category_boxes
{
  height: 256px;
}
.drop_box
{
  position: relative;
}
.dropdown_textfild {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  border-radius: 8px;
  top: 20px;
  box-shadow: 0px 4px 11px rgb(0 0 0 / 25%);
  background-color: #FFFFFF;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  padding: 15px;
  max-height: 220px;
  overflow-y: auto;
}
.dropdown_textfild::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #485589;
  background-color: #485589;
}

.dropdown_textfild::-webkit-scrollbar {
  width: 5px;
  background-color: #FF7203;
}

.dropdown_textfild::-webkit-scrollbar-thumb {
  background-color: #FF7203;
}

.dropdown_textfild p {
  margin: 5px 0 !important;
  cursor: pointer !important;
  position: relative;
  color: #000000;
}
.dropdown_textfild .drop_bottom p
{
  color: #000;
}

.dropdown_textfild p:hover {
  color: #005956 !important;
}

.dropdown_textfild p i {
  float: right;
  font-size: 18px;
  color: #fff;
  margin-top: 2px;
}
.setting_upload_area
{
  display: flex;
  align-items: center;
}
.login_page_logo
{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.login_page_logo img
{
  width: 100%;
  max-width: 300px;
}
.login_but
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 20px;
  border-radius: 50px;
  background: #FF7203;
  color: #fff;
}
.login_but:hover
{
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.login_heading
{
  font-size: 25px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.no_data
{
  text-align: center;
  margin-top: 50px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.no_data img
{
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
.no_data p
{
  font-size: 18px;
}
.nav_report
{
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 60px;
  color: #FA3139;
}
.push_menu .nav-item .active .nav_report
{
  color: #fff;
}
.push_menu .nav-item:hover .nav_report
{
  color: #fff;
}
.list_report
{
  color: #FA3139;  
}

.personal_info_box
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 15px;
  background: #F6F6F6;
  box-shadow: 0px 4px 14.4px 0px rgba(0, 0, 0, 0.14);
  padding: 15px;
}

.personal_info_id_section
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 15px;
  background: #F6F6F6;
  box-shadow: 0px 4px 14.4px 0px rgba(0, 0, 0, 0.14);
  padding: 15px;
  margin-top: 20px;
}
.personal_info_id_section h3 {
  color: #FF7203;
  font-size: 18px;
  font-weight: 500;
}
.personal_info_id_box1
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.personal_info_id_box1 img
{
  float: left;
  width: 100%;
  border-radius: 20px;
  background: #e4e4e4;
  height: 250px;
  object-fit: contain;
  object-position: center;
  padding: 12px;
}

.admin_graph_header
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.admin_graph_header .left h2
{
  font-size: 18px;
}
.admin_graph_header .right
{
  font-size: 18px;
  font-size: 16px;
}
.admin_graph_header .right span
{
  margin-right: 20px;
}
.admin_graph_header .right span i
{
  font-size: 12px;
}
.with_login
{
  color: #FF7203;
}
.without_login
{
  color: #858585;
}
.view_graph_img_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.view_graph_img_area img
{
  width: 100%;
}

.search_box_main_area
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.search_box_main_area .left
{
  width: 100%;
  display: flex;
  align-items: center;
}
.search_box_main_area .left p
{
  margin: 0 10px;
  font-weight: bold;
}
.dashboard_search_box
{
  border-radius: 6px !important;
  width: 100%;
  max-width: 240px;
}
.category_add_but {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  border-radius: 50px;
  background: #FF7203;
  border: 1px solid #FF7203;
  color: #fff !important;
  font-size: 13px !important;
  transition: all .5s;
  transition-timing-function: ease-out;
  flex:0 0 80px;
}
.category_add_but:hover {
  background: #333333;
}

.report_tab .nav-link span {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  border-radius: 100%;
  background: #161718;
  color: #fff;
  margin-left: 3px;
}
.content_page_header {
  display: flex;
  float: left;
  width: 100%;
  background: #000;
  padding: 10px 0;
  flex-wrap: wrap;
}
.nav_ex_pading
{
  padding: 12px 1rem;
}

.content_page_header .logo {
  display: block;
  float: left;
  width: 240px; /* Adjust the width as needed */
  flex: 120px 0 0; /* Adjust flex properties if necessary */
}

.content_page_header .logo img {
  display: block;
  float: left;
  width: 100%; /* Ensures the image fills the container */
}

.content_page_body {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0;
}

.content_page_body p {
  margin-top: 15px;
  color:#000000;
}

.content_page_body ul {
  margin: 15px 0 0 15px;
  padding: 0;
}

.content_page_body h3,
.content_page_body h4,
.content_page_body h5,
.content_page_body h6 {
  margin-top: 15px;
}

.content_page_footer {
  display: block;
  float: left;
  width: 100%;
  background: #FF7203;
  padding: 40px 0;
  color: #fff;
}

.content_page_footer_box1 {
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}

.content_page_footer_box1 h2 {
  font-size: 22px;
}

.content_page_footer_box1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.content_page_footer_box1 ul li {
  margin-bottom: 10px;
}

.content_page_footer_box1 ul li a {
  color: #fff;
}

.content_page_footer_box1 ul li a:hover {
  color: #000000;
}

.contact_body_address_box1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 20px 0 0;
  position: relative;
  padding-left: 40px;
}

.contact_body_address_box1 img {
  position: absolute;
  left: 0;
  top: 0;
}

.contact_body_address_box1 p {
  margin-top: 5px;
  color: #fff;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(38, 43, 73,.8);
}

.loader {
  text-align: center;
}

.loader img {
  width: 150px; /* Adjust the size of the loader image as needed */
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-select:focus {
  border-color: #EB6C30;
  outline: 0;
  box-shadow: none;
}
.input-group .btn {
  position: relative;
  z-index: 1;
}
.break_all
{
  word-break: break-all;
}
.seller_report_drop
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.seller_report_drop .dropdown-toggle::after {
  display: none;
}
.seller_report_drop .dropdown-item h2
{
  font-size: 14px;
}
.seller_report_drop .dropdown-item p
{
  font-size: 12px;
  color: #707070;
}
.seller_report_drop .dropdown-item p i
{
  color: #FF7203;
}
.seller_report_drop .dropdown-item
{
  border-bottom: 1px solid #E2E2E2;
}
.seller_report_drop .dropdown-menu
{
  padding: 0;
}
.seller_report_drop img
{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 5px;
}
.seller_report_drop .dropdown-item
{
  display: flex;
  float: left;
  width: 100%;
}
.seller_report_drop  .dropdown-item {
  padding: .25rem 10px;
}

.with_login_view_drop
{
  max-height: 250px;
  overflow-y: auto; 
  z-index: 2;
}
.with_login_view_drop::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #E0E0E0;
  background-color: #E0E0E0;
}

.with_login_view_drop::-webkit-scrollbar {
  width: 5px;
  background-color: #EB6C30;
}

.with_login_view_drop::-webkit-scrollbar-thumb {
  background-color: #EB6C30;
}

.seller_product_reprt_area {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  position: relative;
  background: #FF7203;
  text-align: center;
}
.seller_product_reprt_icon
{
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 44px;
}
.seller_product_reprt_count_drop
{
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -5px;
}
.seller_product_reprt_count
{
  display: flex;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.seller_product_reprt_count_drop .dropdown-toggle::after {
  display: none;
}
.seller_product_reprt_count_drop .dropdown-toggle
{
  z-index: 1;
}
.seller_product_reprt_count_drop .with_login_view_drop
{
  margin-left: 26px !important;
}


.seller_product_reprt_count_drop .dropdown-item h2
{
  font-size: 14px;
}
.seller_product_reprt_count_drop .dropdown-item p
{
  font-size: 10px;
  color: #7C7C7C;
}
.seller_product_reprt_count_drop .dropdown-item h3
{
  font-size: 11px;
  color: #000;
}
.seller_product_reprt_count_drop .dropdown-item p i
{
  color: #FF7203;
}
.seller_product_reprt_count_drop .dropdown-item
{
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  padding: .25rem 10px;
}
.seller_product_reprt_count_drop img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 5px;
}
.seller_product_reprt_count_drop .dropdown-menu
{
  padding: 0;
}
.apexcharts-toolbar
{
  z-index: 0 !important;
}

.login_view_drop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Ensure relative positioning for dropdown placement */
}

.login_view_drop .dropdown-toggle::after {
  display: none; /* Removes the default arrow from the toggle */
}

.login_view_drop .dropdown-item h2 {
  font-size: 14px;
}

.login_view_drop .dropdown-item p {
  font-size: 12px;
  color: #707070;
}

.login_view_drop .dropdown-item p i {
  color: #FF7203;
}

.login_view_drop .dropdown-item {
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
}

.login_view_drop .dropdown-menu {
  padding: 0;
  display: none; /* Initially hidden */
  position: absolute; /* Position dropdown relative to the parent */
  top: 100%; /* Place directly below the toggle */
  left: 0;
  z-index: 1000; /* Ensure it's above other content */
  background-color: #fff; /* Optional: background color */
}

.login_view_drop:hover .dropdown-menu {
  display: block; /* Show the dropdown when hovering over the parent */
}
