
/* css for background sidebar of admin */
.bg-red{

	background: #d45a22 !important;
}

.bg-black{

	background: #000000 !important;
}

[class*=sidebar-dark] .brand-link {
    text-align: center;
}
.btn_black{

	background: #000;
	padding: 10px 20px;
	color: #fff;
}

.bg-black{

	background: #d45a22 !important;
}

.sidebar-dark-red
{
	background: #d45a22 !important;
}

/* css for card on admin dasboard user count */

.small-box{
    background: linear-gradient(to bottom, #df7d50 0%, #d45a22 100%) !important
}

.sidebar form input{

	
	background: #fff;
    border: 0px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    height: 35px !important;
}

.sidebar form button.btn-navbar{

	
	background: #fff;
    border: 0px;
    box-shadow: none;
   
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    height: 35px !important;

  
}

#list_search form input{

	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.nav-sidebar .nav-header:not(:first-of-type){

	padding: 8px !important;
}

.badge-danger {

	background-color: #000000;
	color: #fff;
	font-weight: bold;
}

.badge-warning{
background-color: #000000;
	color: #fff;
	font-weight: bold;

}


.profile-header{

	background: #d45a22;
	padding: 20px;
}
.profile-header img{
    height: 100px;
    width: 100px;

    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,1);

}

.profile_details {
	padding-top: 20px;
}
.profile_details a{

	color: #fff;
	font-size: 18px;
	line-height: 1px;
	font-weight: bold;
}

.profile_details a:hover{

	background: none;
	color: #eee;
}
.profile_details p{

	color: #fff;
	font-size: 14px;

}

.user-panel .info {
    display: inline-block;
    padding: 3px 5px 5px 5px;
    color: #888;
}

.nav-treeview {
	background: #000000 !important;
}

.nav-treeview li{
	
	border-bottom: 1px solid #999;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{

	  background-color: rgba(0,0,0,.3);
    color: #fff;
    border-left: 3px solid rgba(255,255,255,.3);
    border-radius: 0px;
}

.profile_footer{
	
	padding: 10px;

}

.profile_footer a{

	background: #000000;
	margin-bottom: 10px;
	color: #fff;
}

.profile_footer a:hover{

	background: #d45a22;
	color: #fff;
}

.uploaded_image{
	padding-bottom: 10px;
}
#userr_profile img{

	border: 2px solid #495057;
	padding: 2px;

}

#userr_profile h3{
	margin:5px 0px;
	font-size: 22px;

}

#userr_profile p{
	
	margin: 0px;
}
#userr_profile a{

	text-decoration: none;
	color: #495057;
}
#userr_profile .socials a {

	margin-right: 10px;
	text-decoration: none;
	color: #d45a22;
	font-size: 18px;

}
#about_userr li{

	font-size: 14px;
	color: #495057;

}

#about_userr li h5{

font-size: 14px;
font-weight: bold;
margin: 0;
}

#about_userr li i{

	
	margin-right: 5px;
}

.card_border_top{

	border-top: 5px solid #000000;
}
.card_heading .card-title{
	padding: 15px;
	font-size: 18px;
	
}

.card_buttonn{

	background: #000000;
	color: #fff;
	
	border:0;
}

.card_buttonn:hover{


	background: #d45a22;
}
#manage_domain select{

	border-radius:0px;
}
#manage_domain input[type='text']{

border-radius:0px;

}
#manage_domain input[type='checkbox']{

	margin: 10px 10px;
	height: 20px;
  	width: 20px;
  	background-color: red !important;
	border:1px solid #eee;
}

#manage_domain fieldset {

	   min-width: 0;
       padding: 10px 20px; 
       margin: 0px;
       border: 1px solid #bbb !important;

}

#manage_domain fieldset legend{


	width: auto !important;
	padding: 10px;
}

#listing_pag {

	padding: 20px 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 16px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #3d9970;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f38721;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.edit-icon a{
	text-decoration: none;
	color:#333;
	/* sfont-size: 18px; */
    /* background-color: #3d9970; */
}

.pagination .page-link {
color: #888;

}

.pagination .page-link:hover{

	background: #d45a22 !important;
	color: #fff;
}

.pagination .page-link.active{

	background: #d45a22 !important;
	color: #fff;
}
#record_search .input-group input.form-control-navbar{

	border-right-width: 1px !important;
	border-radius: 0px;
}

#select_record select {
	border-radius: 0px;
	background: none;
	color: #fff;
}

#listing_table input[type='checkbox']{


position: relative;
display: inline-block;
width: 40px;
height: 16px;
border: 1px solid #000000;
}


#manage_select_record select {
	border-radius: 0px;
	background: none;
	color: #fff;
}



/* 24-Oct */

/* button color of task */
.link_back{

	text-decoration: none;
	color: #d45a22;
	font-weight: bold;
	padding: 10px 20px;

}


.delete-form {
    display: inline-block;
}


li.nav-item.active {
    background: #000000;
}
#preview_listing_image_gallery img.thumb,#preview_event_image_gallery img.thumb{
    width: 150px;
    height: 150px;
    margin-right: 30px;
}

#preview_listing_featured_image img.thumb,#preview_blog_featured_image img.thumb,#preview_event_featured_image img.thumb{
    width: 300px;
    height: 250px;
}
table.dataTable thead .sorting_asc {
    background-image: none !important;
}
table.dataTable thead .sorting_desc {
    background-image: none !important;
}
table.dataTable thead .sorting {
    background-image: none !important;
}

.page-item.active a.page-link {
    background: #d45a22;
    border-color: #d45a22;
}

.page-item:hover .page-link
{
	background: #d45a22;
    border-color: #d45a22;
    color:#ffffff;
}
.page-item.active
{
	background: none !important;
	border: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3d9970 !important;
    background-color: #3d9970 !important;
    box-shadow: none;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before 
{
    background-color: #d45a22 !important;
    border-color: #d45a22 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice 
{
    background-color: #d45a22 !important;
    border: 1px solid #d45a22 !important;
    font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove 
{
    color: #ffffff !important;
}

.col-2.filter_status {
    margin-bottom: 15px;
    padding-left: 0px;
}
.custom-control.custom-switch
{
	display: inline-block !important;
}

.response_messages p {
    background: #d45a22;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 20px;
    width: 50%;
    margin: 0 auto 15px;
    border-radius: 50px;
    padding: 15px;
}
.save_match_details_progressively {
    padding: 10px 40px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
}

/************************ 20-01-2020 ************************/
.matches_list .user_profile_image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.matches_list .user_info span {
    width: 100%;
    display: block;
}

.matches_list .user_grid {
    border: 1px solid #000000;
    padding: 20px;
    background: #cccccc;
    margin-bottom:5px;
}

section.content.matches_description,section.content.matches_list {
    margin-bottom: 20px;
}

.locations_grid {
    border: 1px solid #000000;
    padding: 15px 20px 5px 20px;
    background: #cccccc;
    margin-bottom:5px;
}
.location_info span {
    display: block;
}

.col-sm-3.d-inline-block.user_grid {
    width: 24% !important;
}
.col-sm-4.d-inline-block.locations_grid
{
	width: 32% !important;
}
.nav.nav-pills .nav-item a {
    color: #ffffff !important;
}
.user-panel, .user-panel .info {
    overflow: inherit !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
  background: none !important;
  border: none !important;
}

.grids_part .col-sm-4 {
    display: inline-block;
    width: 32%;
}
.tickets_grid {
    border: 2px solid #cccccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.grids_part {
    margin-bottom: 30px;
}
.tickets_grid p {
    margin-bottom: 5px;
}

.invalid-feedback {
    display: block !important;
}
.workout_sessions thead{
	background-color: #d45a22;
	color: white;
}
.breadcrumb li.breadcrumb-item a {
    color: #d45a22;
}
#schedule_date .fa.fa-clock-o::before {
    content: "\f017";
}

.select2-container--default .select2-selection--multiple
{
    height: auto !important;
}   

/*************** 03-09-2020 *******************/
.row.assigning_admins {
    border: 2px solid #000000;
    margin-top: 60px;
    padding: 50px;
}

.user_details span img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.user_details {
    width: 10%;
    text-align: center;
    margin-right: 10px;
    border: 5px solid #000000;
    padding: 10px;
    margin-bottom: 10px;
}

.user_details span.text_content {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px !important;
    display: block;
    word-break: break-word;
}

.add_settings_form .nav-pills .nav-link.active,.add_settings_form .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #000;
}

.add_settings_form .nav-pills .nav-link,.add_settings_form .nav-pills .nav-link:not(.active):hover  {
    color: #fff;
}
.groups_section .select2-container, .users_section .select2-container {
    width: 100% !important;
}
.form-group.required .col-form-label::after {
    color: red;
    content: " *";
}
.select2-container {
    width: 100% !important;
}
#preview_product_gallery img.thumb{
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-left: 10px;
}
.circle-icon {
    background: #ff0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    color: white;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #6b6b6b;
    overflow: hidden;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: gold;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 14pt;
}

div.dataTables_wrapper div.dataTables_processing {
    height: auto !important;
}
.form-group .redstar {
    color: red;
}
.note_images ul {
    column-count: 2;
    list-style: none;
}



    
    @media screen and (min-width: 768px) {
        .nb {
            width: 90%;
            font-size: 11px;
        }
    }
    
    @media screen and (min-width: 992px) {
        .nb {
            width: 75%;
            font-size: 12px;
        }
    }
    
    @media screen and (min-width: 1280px) {
        .nb {
            font-size: 12px;
            width: 57%;
        }
    }
    
    
    @media screen and (min-width: 1800px) {
        .nb {
            width: 50%;
            font-size: 14px;
        }
    }

    .exbutton{
        position: relative;
        right: -180px;
        top: 4px;
    }
    .dtime{
        padding: 7px;
        position: relative;
        top: 0px;
        right: 128px;
    }
    .exportreport{
        background-color: #d45a22 !important;
        border-color: #d45a22 !important;
    }

.overlay_loader{position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background-color: rgba(255,255,255,0.8);}
.overlay-loader-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}



/* login css */

body {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
    text-align: left;
    background-color: #f8f9fe;
    font-family: 'Merriweather', serif;

}

h3{
  font-family: 'Dosis', sans-serif;
font-weight: bold;
}

a{

  text-decoration: none;
  color: #888;
}

a:hover{

  color: #5d6166;
}

.txt-red{

  color: #6B0002;
}
.bg-default {
    background-color: #000 !important;
}

.main-content {
    position: relative;
}

.main-content .navbar-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-dark .navbar-nav .nav-link{

  color: #fff;
}

@media (min-width: 768px){
.navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-horizontal .navbar-brand {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: .05px;
}


.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

}





@media (min-width: 768px){
.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

}




@media (min-width: 768px){
.d-md-none {
    display: none !important;
}
}



.header {
    position: relative;
}

.bg-gradient-primary {
    background: #d43d22;
}


.pb-lg-8, .py-lg-8 {
    padding-bottom: 10rem !important;
}

.pt-lg-8, .py-lg-8 {
    padding-top: 8rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.bg-secondary {
    background-color: #f7fafc !important;
}

.shadow, .card-profile-image img {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
    /* margin-top: -120px; */
}

[class*="shadow"] {
    transition: all 0.15s ease;
}

.card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.btn {
    background-color: #d43d22;
}

.delete-file-btn {
    background-color: #ffffff;
}


.btn:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.btn-neutral:hover {
    color: #212529;
    background-color: white;
    border-color: white;
}

.separator {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
  overflow: hidden;
  pointer-events: none;
}

.separator svg {
  position: absolute;
  pointer-events: none;
}

.separator-top {
  top: 0;
  bottom: auto;
}

.separator-top svg {
  top: 0;
}

.separator-bottom {
  top: auto;
  bottom: 0;
}

.separator-bottom svg {
  bottom: 0;
}

.separator-inverse {
  transform: rotate(180deg);
}

.separator-skew {
  height: 60px;
}


@media (min-width: 1200px) {
  .separator-skew {
    height: 70px;
  }
}


.justify-content-center {
  justify-content: center !important;
}

.card-translucent {
  background-color: rgba(18, 91, 152, 0.08);
}

.card-profile-image {
  position: relative;
}

.card-profile-image img {
  max-width: 180px;
  border-radius: 0.375rem;
  transform: translate(-50%, -30%);
  position: absolute;
  left: 50%;
  transition: all 0.15s ease;
}

.card-profile-image img:hover {
  transform: translate(-50%, -33%);
}

.card-profile-stats {
  padding: 1rem 0;
}

.card-profile-stats>div {
  text-align: center;
  margin-right: 1rem;
  padding: .875rem;
}

.card-profile-stats>div:last-child {
  margin-right: 0;
}

.card-profile-stats>div .heading {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

.card-profile-stats>div .description {
  font-size: .875rem;
  color: #adb5bd;
}

.card-profile-actions {
  padding: .875rem;
}

.card-blockquote {
  padding: 2rem;
  position: relative;
}

.card-blockquote .svg-bg {
  display: block;
  width: 100%;
  height: 95px;
  position: absolute;
  top: -94px;
  left: 0;
}

.card-lift--hover:hover {
  transform: translateY(-20px);
  transition: all 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .card-lift--hover:hover {
    transition: none;
  }
}

.card-stats .card-body {
  padding: 1rem 1.5rem;
}

.card-stats .card-status-bullet {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.btn-neutral {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-neutral:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

.btn-neutral:focus,
.btn-neutral.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-neutral.disabled,
.btn-neutral:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral:not(:disabled):not(.disabled).active,
.show>.btn-neutral.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: white;
}

.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral:not(:disabled):not(.disabled).active:focus,
.show>.btn-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}


.btn-inner--icon i:not(.fa) {
  position: relative;
  top: 2px;
}

.btn-icon .btn-inner--icon img {
  width: 20px;
}

.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: 0.75em;
}

.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: 0.75em;
}



.form-group {
  margin-bottom: 1.5rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
  color: #8898aa;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.25rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.input-group {
  box-shadow: none;
  border-radius: 0.375rem;
  transition: all 0.15s ease;
}

.input-group .form-control {
  box-shadow: none;
}

.input-group .form-control:not(:first-child) {
  border-left: 0;
  padding-left: 0;
}

.input-group .form-control:not(:last-child) {
  border-right: 0;
  padding-right: 0;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.input-group-text {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.input-group-alternative {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  border: 0;
  transition: box-shadow .15s ease;
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

.focused .input-group-alternative {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.focused .input-group {
  box-shadow: none;
}

.focused .input-group-text {
  color: #8898aa;
  background-color: #fff;
  border-color: rgba(50, 151, 211, 0.25);
}

.focused .form-control {
  border-color: rgba(50, 151, 211, 0.25);
}

input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #adb5bd;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #cad1d7;
  border-radius: 0.375rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  height: calc(3.625rem + 2px);
  padding: 0.875rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.4375rem;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #8898aa;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cad1d7;
  border-radius: 0.375rem;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.font-italic {
  font-style: italic !important;
}

.custom-checkbox .custom-control-input~.custom-control-label {
  cursor: pointer;
  font-size: 0.875rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  border-color: #5e72e4;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled~.custom-control-label::before {
  border-color: #e9ecef;
}

.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

.custom-control-label::before {
  border: 1px solid #cad1d7;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.custom-control-label span {
  position: relative;
  top: 2px;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-alternative .custom-control-label::before {
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.custom-control-alternative .custom-control-input:checked~.custom-control-label::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.custom-control-alternative .custom-control-input:active~.custom-control-label::before,
.custom-control-alternative .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.custom-checkbox .custom-control-input~.custom-control-label {
  cursor: pointer;
  font-size: 0.875rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  border-color: #5e72e4;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled~.custom-control-label::before {
  border-color: #e9ecef;
}

.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

.custom-radio .custom-control-input~.custom-control-label {
  cursor: pointer;
  font-size: 0.875rem;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border-color: #5e72e4;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled~.custom-control-label::before {
  border-color: #e9ecef;
}

.custom-radio .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

.custom-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1.5rem;
}

.custom-toggle input {
  display: none;
}

.custom-toggle input:checked+.custom-toggle-slider {
  border: 1px solid #5e72e4;
}

.custom-toggle input:checked+.custom-toggle-slider:before {
  background: #5e72e4;
  transform: translateX(1.625rem);
}

.custom-toggle input:disabled+.custom-toggle-slider {
  border: 1px solid #e9ecef;
}

.custom-toggle input:disabled:checked+.custom-toggle-slider {
  border: 1px solid #e9ecef;
}

.custom-toggle input:disabled:checked+.custom-toggle-slider:before {
  background-color: #8a98eb;
}

.custom-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #cad1d7;
  border-radius: 34px !important;
  background-color: transparent;
}

.custom-toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  border-radius: 50% !important;
  background-color: #e9ecef;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

.dropdown-menu {
  min-width: 12rem;
}

.dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  font-size: 0.875rem;
}

.dropdown-menu .dropdown-item>i,
.dropdown-menu .dropdown-item>svg {
  margin-right: 1rem;
  font-size: 1rem;
  vertical-align: -17%;
}

.dropdown-header {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #f6f9fc;
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: 700;
}

.dropdown-menu a.media>div:first-child {
  line-height: 1;
}

.dropdown-menu a.media p {
  color: #8898aa;
}

.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
  color: #172b4d !important;
}

.dropdown-menu-sm {
  min-width: 100px;
  border: 0.4375rem;
}

.dropdown-menu-lg {
  min-width: 260px;
  border-radius: 0.4375rem;
}

.dropdown-menu-xl {
  min-width: 450px;
  border-radius: 0.4375rem;
}

.btn-primary {
  color: #fff;
  background-color: #d45a22;
  border-color: #d45a22;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6B0002;
  border-color: #5e72e4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.footer {
  background: #f7fafc;
  padding: 2.5rem 0;
}

.footer .col-footer .heading {
  color: #8898aa;
  letter-spacing: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer .nav .nav-item .nav-link,
.footer .footer-link {
  color: #8898aa !important;
}

.footer .nav .nav-item .nav-link:hover,
.footer .footer-link:hover {
  color: #525f7f !important;
}

.footer .list-unstyled li a {
  display: inline-block;
  padding: .125rem 0;
  color: #8898aa;
  font-size: 0.85rem;
}

.footer .list-unstyled li a:hover {
  color: #525f7f;
}

.footer .copyright {
  font-size: 0.875rem;
}

.footer-dark .col-footer .heading {
  color: #fff;
}

.nav-footer .nav-link {
  font-size: 0.875rem;
}

.nav-footer .nav-item:last-child .nav-link {
  padding-right: 0;
}


.navbar .navbar-nav li a{

  color: #fff;

}

.navbar-brand a{

  text-decoration: none;
}



@media (max-width: 767.98px){
.navbar-collapse .collapse-close {
    text-align: right;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.navbar-collapse {
    width: calc(100% - 1.4rem);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    margin: .7rem;
    overflow-y: auto;
    height: auto !important;
    opacity: 1;
}

.navbar-nav .nav-link {
    padding: .625rem 0;
    color: #172b4d !important;
}

.navbar-collapse.collapsing, .navbar-collapse.show {
    padding: 1.5rem;
    border-radius: 0.375rem;
    background: #FFF;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: show-navbar-collapse .2s ease forwards;
}

.navbar-horizontal .navbar-nav .nav-link .nav-link-inner--text {
    margin-left: .25rem;
}

.navbar-collapse .navbar-toggler :nth-child(1) {
    transform: rotate(135deg);
}

.navbar-collapse .navbar-toggler :nth-child(2) {
    transform: rotate(-135deg);
}

.navbar-collapse .navbar-toggler span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    background: #283448;
}

.navbar-collapse .navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

}

#remove_post_attachment, #remove_group_image {
    position: absolute;
    z-index: 1;
    padding: 5px;
    border-radius: 50%;
}

#remove_post_file {
    position: absolute;
    z-index: 1;
    padding: 5px;
    border-radius: 50%;
}

/* chat section */
.fill-height{
    position: relative;
     min-height: 100%;
     height:80vh;
   }
  
  #middle_section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Georgia';
    color: rgb(255, 255, 255); /*white text*/
    font-weight: bold
  }
  
  .send_message_loader {
      background-color: #ffffff;
      background-image: url(/images/loading.gif);
      background-size: 50px 50px;
      background-position: right center;
      background-repeat: no-repeat;
  }
  
  #chatBox {width:100%;height:400px;overflow-y:auto;position: relative;}
  #loader {display:none;}
  .messages {min-height:40px;border-bottom:1px solid #1f1f1f;}
  .date {font-size:9px;color:#1f1f1f;}
  
#chatBox {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    position: relative;
}

.conversation-list {
    list-style: none;
    padding: 0 15px;
}

.conversation-list li {
    margin-bottom: 20px;
}

.conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 42px;
}

.conversation-list .chat-avatar img {
    width: 100%;
}

.rounded-circle {
    border-radius: 50%!important;
}

.conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%;
}

.conversation-list .ctext-wrap {
    background: #f1f3fa;
    border-radius: 3px;
    display: inline-block;
    padding: 12px;
    position: relative;
}

.conversation-list .ctext-wrap i {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}

.conversation-list .ctext-wrap p {
    margin: 0;
    padding-top: 3px;
    word-break: break-all;
}

.conversation-list .odd .chat-avatar {
    float: right!important;
}
.conversation-list .odd .conversation-text {
    float: right!important;
    margin-right: 12px;
    text-align: right;
    width: 70%!important;
}
.conversation-list .odd .ctext-wrap {
    background-color: #fef5e4;
}

.conversation-list .ctext-wrap .fa-reply {
    font-size: 18px;
    color: #d45a22;
}

.conversation-list .ctext-wrap .fa-copy {
    font-size: 18px;
    color: #d45a22;
}

.fa-camera{
  font-size: 18px;
  color: #80a7a8;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
    /* Chat container adjustments */
    .card-body {
        padding: 10px !important;
    }
    
    /* Avatar size reduction */
    .chat-avatar img {
        width: 30px !important;
        height: 30px !important;
    }
    
    .media img {
        width: 30px !important;
        height: 30px !important;
    }
    
    /* Conversation text width adjustment */
    .conversation-text {
        width: calc(100% - 45px) !important;
        margin-left: 8px !important;
    }
    
    .odd .conversation-text {
        margin-right: 8px !important;
        margin-left: 0 !important;
    }
    
    /* Media file size reduction */
    .mb-2.d-flex.flex-wrap.gap-2 > div {
        width: 100px !important;
        height: 70px !important;
        margin-right: 5px !important;
    }
    
    /* Input area responsive */
    .row .col {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .bg-light.p-3.rounded {
        padding: 10px !important;
    }
    
    /* Button adjustments */
    .col-sm-auto {
        flex: 0 0 auto !important;
        width: auto !important;
        margin-left: 5px !important;
    }
    
    .btn {
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    
    /* Textarea responsive */
    #message_text {
        font-size: 14px !important;
        min-height: 38px !important;
    }
    
    /* File list responsive */
    #file_list > div {
        max-width: 120px !important;
        font-size: 10px !important;
    }
    
    /* Chat message text */
    .ctext-wrap {
        padding: 8px !important;
        font-size: 12px !important;
    }
    
    .ctext-wrap i {
        font-size: 11px !important;
    }
    
    .ctext-wrap p {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
    
    /* Header adjustments */
    .media-body h5 {
        font-size: 14px !important;
    }
    
    /* Dropdown button */
    .dropdown .btn {
        padding: 5px 8px !important;
    }
}
/* chat section */

/* Message Delete Button and Checkbox - Theme Red */
#fixedDeleteBtn {
    background: #d45a22 !important;
}
#fixedDeleteBtn:hover {
    background: #d45a22 !important;
}
.message-delete-checkbox {
    accent-color: #d45a22 !important;
}
.delete-confirm-btn.confirm {
    background: #d45a22 !important;
}
.delete-confirm-btn.confirm:hover {
    background: #d45a22 !important;
}
#customContextMenu .context-menu-item i {
    color: #d45a22 !important;
}
.dropdown #dropdownMenuButton:hover{
  background: #d45a22 !important;
}
.send_message:hover{
  background: #d45a22 !important;
  border: 1px solid #d45a22 !important;
}
.send_message{
  border: 1px solid #d45a22 !important;
}
.file-upload:hover{
  background: #d45a22 !important;
  border: 1px solid #d45a22 !important;
}
.file-upload{
  border: 1px solid #d45a22 !important;
}
