
/*
.margin-r5{margin-right: 5px;}

#search_cat_suggestions{
	background: #fff;
	text-align: left;position: absolute;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}
#search_cat_suggestions ul {width: 100%}
#search_cat_suggestions ul li a {padding: 3px 10px; display: inline-block;width: 100%; color: #444;border-bottom: 1px solid #ededed;font-weight: bold;}
#search_cat_suggestions ul li a:hover, #cat-suggestions-list .selected {background: #1054b1; color: #fff;}

.google_busines_row {background-color: rgba(167, 230, 175, 0.36) !important;}

*/
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active{
  background-color: #ee7e1a;
    border-color: #ee7e1a;
}

.thumb_url {
    margin-top: 15px;
}

.tokenize-sample { width: 100%; }

.error-msg {
	color: red;
	padding-left: 3px;
	display: none;
}
a{
  color: #717171;
  transition: all 200ms ease;
}
a:hover,a:focus{
  color: #0355a5;
    text-decoration: none;
}
/*
.font-red {
	color: red;
}
*/

.capitalize, .select2-results {
    text-transform: capitalize;
}

.compulsory {
	color: red;
}
/*
.img_display {
	width: 105px;
	height: 83px;
}
*/
.alert-success{
  color: #468847 !important;
}
.remove_thumb {
	color: red;
	/* float: right; */
	cursor: pointer;
}

.remove_news_thumb {
    color: red;
    cursor: pointer;
}

.thumb {
	width: 36px !important;
	height: 36px !important;
}

.notificationthumb {
	width: 50px !important;
	height: 50px !important;
}

.notification-thumb-md {
	width: 50px ;	
}

.notification-txt {
	color: #717171 !important;	
}

.notification-text {
  color: #717171 !important;
  font-weight: bold;  
}

.notice-img{
      margin-left: 320px;
}

.align-center {
	text-align: center;
}

/* comment box */

.comment-title{	
	color: #717171 !important;
	margin-left : 30px !important;
}

.comment-box{
	width: 85% !important;
	margin-left : 45px !important;
	margin-top  : 10px !important;
}

.comment-btn{
	padding-left: 29px !important;
}

/*** add control popup ***/
.popup {
	text-align: center;
}

.control-popup-content {
	display: inline-block;
	width: 30%;
	text-align: center;
}


/*** add control ***/
.card-editor {
    position: relative;
    /* max-width: 587px; */
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    /* width: 587px; */
    /* height: 336px; */
	/* background-size: 587px 336px; */
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.card-editor-inner {
	display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.text-control {
	clear: both;
	float: left;
	position: absolute;
	cursor: move;
	/*border: 1px dotted #ccc;*/
	border: 0px;
	padding: 2px;
	white-space: pre;
	overflow: hidden !important;
	text-align: left;
}

.file-control {
	clear: both;
	float: left;
	position: absolute;
	white-space: pre;	
	cursor: move;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	background-size: 100% 100%;
}



.colorpicker-default i{
	position: absolute;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    right: 6px;
}

.colorpicker {
	z-index: 9999;
}
h2.panel-heading .go-back-arrow:hover{
  color: #ff7503;
}
.p-l-lg{padding-left: 30px !important;}
/*
#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }
*/

.align-right{text-align: right}

.p-7{padding: 7px}

#layer-sidebar-front input, #layer-sidebar-rear input {margin-bottom: 12px;}

#frm_product_img .input-s{width: 95px}

.cursor-pointer{cursor: pointer;}

.ui-autocomplete {
	z-index: 9993;
}
.capitalize{text-transform:capitalize}

.p-t-7p{padding-top: 7px}
.p-t-9p{padding-top: 9px}

.ui-autocomplete-loading{background: white url("../../images/backend/ui-anim_basic_16x16.gif") right center no-repeat;}


.loader-overlay{
	position: relative;
}

.loader-overlay::after {
    background: url(../../images/backend/loader.gif) no-repeat scroll center center rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.p-relative {
	position: relative;
}
.card-wrapper {
	display: inline-block;
	margin: 0 auto;
}
.card-front {
	position: relative;
	z-index: 999;
}
.card-rear {
	position: absolute;
	opacity: 0;
	top: 0;
}

.f-size-14{font-size: 14px}

.position-r {position: relative;}

.position-a {position: absolute;}

.bottom-0 {bottom: 0}

.color-ball { width: 24px; height: 24px; border-radius: 50%; display: inline-block; }

.action a { margin: 0 6px; }

#layer-sidebar textarea{margin-bottom: 10px;max-width: 175px; }

.mfp-wrap{z-index: 9993;}

#layer-sidebar textarea { resize: none; }

#layer-sidebar-front {
	position: relative;
	z-index: 999;
}

#layer-sidebar-rear {
	position: absolute;
	opacity: 0;
	top: 0;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.toggle{
	width: 130px !important;
	height: 30px !important;
}

div.Tokenize,div.tokenize-director ul.TokensContainer {
    height: 65px;
}

div.Tokenize,div.tokenize-stars ul.TokensContainer {
    height: 33px;
}

.user-tab-content>.tab-pane {
  opacity: 0;
  height: 0;
}
.user-tab-content>.active {
  opacity: 1;
  height: auto;
}


.axisLabel.yaxisLabel {
    bottom: -25px;
    left: 49%;
    position: absolute;
}

.axisLabel.xaxisLabel {    
    position: absolute;
    margin-top: -15px !important;
}

.statistics_box{
  margin-bottom: 25px !important;
}

.statistics_txt{
  margin-left: 10px;
}

.subtitle-txt a{
    color: #979797 !important;
}

div.Tokenize ul.TokensContainer li.Token{
  height: 21px !important;
}

.bg-danger.lt{
  background-color: #e16756;
}

/* componenet-rounded css */

/* Portlet */
.portlet > .portlet-body.green-soft,
.portlet.green-soft {
  background-color: #3faba4;
}

.portlet.solid.green-soft > .portlet-title,
.portlet.solid.green-soft > .portlet-body {
  border: 0;
  color: #FFFFFF;
}
.portlet.solid.green-soft > .portlet-title > .caption {
  font-weight: 400;
}
.portlet.solid.green-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}
.portlet.solid.green-soft > .portlet-title > .tools > a.remove {
  background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.solid.green-soft > .portlet-title > .tools > a.config {
  background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.solid.green-soft > .portlet-title > .tools > a.reload {
  background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.solid.green-soft > .portlet-title > .tools > a.expand {
  background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.solid.green-soft > .portlet-title > .tools > a.collapse {
  background-image: url(../img/portlet-collapse-icon-white.png);
}
.portlet.solid.green-soft > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-soft {
  border: 1px solid #5bc2bc;
  border-top: 0;
}
.portlet.box.green-soft > .portlet-title {
  background-color: #3faba4;
}
.portlet.box.green-soft > .portlet-title > .caption {
  color: #FFFFFF;
}
.portlet.box.green-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}
.portlet.box.green-soft > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #87d3ce;
  color: #9adad6;
}
.portlet.box.green-soft > .portlet-title > .actions .btn-default > i {
  color: #a5deda;
}
.portlet.box.green-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.green-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.green-soft > .portlet-title > .actions .btn-default:active, .portlet.box.green-soft > .portlet-title > .actions .btn-default.active {
  border: 1px solid #ade1dd;
  color: #bfe7e5;
}

/***
Custom tabs
***/
/* In BS3.0.0 tabbable class was removed. We had to added it back */
.tabbable:before, .tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}

.tabbable-custom {
  margin-bottom: 15px;
  padding: 0px;
  overflow: hidden;
  /* justified tabs */
  /* boxless tabs */
  /* below justified tabs */
  /* full width tabs */
  /* below tabs */
}
.tabbable-custom > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-custom > .nav-tabs > li {
  margin-right: 2px;
  border-top: 2px solid transparent;
}
.tabbable-custom > .nav-tabs > li > a {
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tabbable-custom > .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}
.tabbable-custom > .nav-tabs > li.active {
  border-top: 3px solid #F3565D;
  margin-top: 0;
  position: relative;
}
.tabbable-custom > .nav-tabs > li.active > a {
  border-top: none !important;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tabbable-custom > .nav-tabs > li.active > a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: none;
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}
.tabbable-custom > .tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabbable-custom.nav-justified > .tab-content {
  margin-top: -1px;
}
.tabbable-custom.boxless > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tabbable-custom.tabs-below.nav-justified .tab-content {
  margin-top: 0px;
  margin-bottom: -2px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabbable-custom.tabbable-full-width > .nav-tabs > li > a {
  color: #424242;
  font-size: 15px;
  padding: 9px 15px;
}
.tabbable-custom.tabbable-full-width > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tabbable-custom.tabs-below .nav-tabs > li > a {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}
.tabbable-custom.tabs-below .nav-tabs > li.active {
  border-top: none;
  border-bottom: 3px solid #d12610;
  margin-bottom: 0;
  position: relative;
}
.tabbable-custom.tabs-below .nav-tabs > li.active > a {
  border-bottom: none;
}
.tabbable-custom.tabs-below .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabbable-custom.tabbable-noborder > .nav-tabs > li > a {
  border: 0;
}
.tabbable-custom.tabbable-noborder .tab-content {
  border: 0;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #F3565D;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #F3565D;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/* Light Portlet */
.portlet.light {
  padding: 12px 20px 15px 20px;
  background-color: #fff;
}
.portlet.light.bordered {
  border: 1px solid #e1e1e1 !important;
}
.portlet.light.bordered > .portlet-title {
  border-bottom: 1px solid #eee;
}
.portlet.light.bg-inverse {
  background: #F7F7F7;
}
.portlet.light > .portlet-title {
  padding: 0;
  min-height: 48px;
}
.portlet.light > .portlet-title > .caption {
  color: #666;
  padding: 10px 0;
}
.portlet.light > .portlet-title > .caption > .caption-subject {
  font-size: 16px;
}
.portlet.light > .portlet-title > .caption > i {
  color: #777;
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}
.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
  font-size: 15px;
}
.portlet.light > .portlet-title > .caption.caption-md > i {
  font-size: 14px;
}
.portlet.light > .portlet-title > .actions {
  padding: 6px 0 14px 0;
}
.portlet.light > .portlet-title > .actions .btn-default {
  color: #666;
}
.portlet.light > .portlet-title > .actions .btn-icon-only {
  height: 27px;
  width: 27px;
}
.portlet.light > .portlet-title > .actions .dropdown-menu li > a {
  color: #555;
}
.portlet.light > .portlet-title > .inputs {
  float: right;
  display: inline-block;
  padding: 4px 0;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > i {
  font-size: 14px;
  margin-top: 9px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
  height: 30px;
  padding: 2px 26px 3px 10px;
  font-size: 13px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input > .form-control {
  height: 30px;
  padding: 3px 10px;
  font-size: 13px;
}
.portlet.light > .portlet-title > .pagination {
  padding: 2px 0 13px 0;
}
.portlet.light > .portlet-title > .tools {
  padding: 10px 0 13px 0;
  margin-top: 2px;
}
.portlet.light > .portlet-title > .nav-tabs > li {
  margin: 0;
  padding: 0;
}
.portlet.light > .portlet-title > .nav-tabs > li > a {
  margin: 0;
  padding: 12px 13px 13px 13px;
  font-size: 13px;
  color: #666;
}
.portlet.light > .portlet-title > .nav-tabs > li.active > a, .portlet.light > .portlet-title > .nav-tabs > li:hover > a {
  margin: 0;
  background: none;
  color: #333;
}
.portlet.light.form-fit {
  padding: 0;
}
.portlet.light.form-fit > .portlet-title {
  padding: 17px 20px 10px 20px;
  margin-bottom: 0;
}
.portlet.light .portlet-body {
  padding-top: 8px;
}
.portlet.light.portlet-fullscreen > .portlet-body {
  padding: 8px 0;
}

.tab-pane > p:last-child {
  margin-bottom: 0px;
}

/* Reverse aligned tabs */
.tabs-reversed > li {
  float: right;
  margin-right: 0;
}
.tabs-reversed > li > a {
  margin-right: 0;
}

/* jQuery UI Draggable Portlets */
.portlet-sortable:not(.portlet-fullscreen) > .portlet-title {
  cursor: move;
}

.portlet-sortable-placeholder {
  border: 2px dashed #eee;
  margin-bottom: 25px;
}

.portlet-sortable-empty {
  box-shadow: none !important;
  height: 45px;
}

/* General Text & Icon Font Colors */
.font-green-sharp {
  color: #4DB3A2 !important;
}

/* General utilities */

.bold {
  font-weight: 700 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

/***
Custom vertical inline menu
***/
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}
.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color: #b9cbd5;
  font-size: 15px;
  padding: 12px 10px 10px 8px;
  margin: 0 8px 0 0;
  text-align: center;
  background: #e0eaf0 !important;
}
.ver-inline-menu li a {
  font-size: 14px;
  font-weight: 300;
  color: #557386;
  display: block;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
}
.ver-inline-menu li:hover a {
  background: #e0eaf0;
  text-decoration: none;
}
.ver-inline-menu li:hover i {
  color: #fff;
  background: #c4d5df !important;
}
.ver-inline-menu li.active a {
  border-left: solid 2px #0c91e5;
}
.ver-inline-menu li.active i {
  background: #0c91e5 !important;
}
.ver-inline-menu li.active a, .ver-inline-menu li.active i {
  color: #fff;
  background: #169ef4;
  text-decoration: none;
}
.ver-inline-menu li.active a, .ver-inline-menu li:hover a {
  font-size: 14px;
}
.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px;
}

@media (max-width: 767px) {
  .ver-inline-menu > li.active:after {
    display: none;
  }
}

.select-event{ width: 255px; }

.statistics-events-box{ width: 120px; }

.statistics-events{ width: 170px; }

.promo-chart .list-inline>li{padding-right:19px;}

.app-screen{display: block;color: #FFFFFF;}


.img-loader-chart{margin-left: 390px;}

#viewmoreadmin{float: right;}

.user-bulk-action{ width: 190px; }


.producersterms{float: right;}

.filterflag{width:200px; margin-left: 20px;}
.filterlanguage{width:200px;}

/*--------------*/
.b-error{
  border: 1px solid red !important;
}
.glow {
  color: #FDCC0D;
}
.parsley-error-list{
  color: red;
}
/*input[type=time]::-webkit-datetime-edit-ampm-field {
  display: none;
}*/
.select2-container--default{
  width: 100% !important;
}
.not-show{
  display: none;
}
.evluationpdf{
    margin-right: auto!important;
    margin-left: auto!important;
    width: 70%!important;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    color: #333333;
}
.height-synopsis{
  height: 150px;
  width:50px;
}
.evluationpdf>thead>tr>th, .evluationpdf>tbody>tr>th, .evluationpdf>tfoot>tr>th, .evluationpdf>thead>tr>td, .evluationpdf>tbody>tr>td, .evluationpdf>tfoot>tr>td{
  border-top: 1px solid #000000;

}

.logotext{
  color:#ee7e2d !important;
}

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

#logo {
  text-align: center;
  margin-bottom: 10px;
}

.topmovies{
  margin-bottom: 20px;
}

.cloneddiv{
  border : 1px solid #d9d9d9 !important;
  margin-bottom: 15px;
}

.row-screen{
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.secenheader{
  border-bottom: 1px solid #d9d9d9;
  
}
#estimatedCostmain{
  margin-top: 15px;
}

.cloneddiv {
        width: 100%;
        margin: 3px 0px;
        float: left;
}
.cloneddiv.expanded .head .name{
             
    /*color: #f60;*/
}
.cloneddiv.expanded .head .name span {
               /* border-color: #f60;
                color: #f60;*/
                width: 100%;
}
.cloneddiv.expanded .head .name span.plus {
    display: none;
}

.cloneddiv.expanded .head .name span.minus {
    display: contents;
}
.expanded .secenheader{
  margin-bottom: 15px;
}        

.head .name{
  position: relative;
}
.head .name span {
    /*position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #706f6f;
    text-align: center;
    right: 15px;
    top: 7px;*/
    font-size: 13px;
    /*line-height: 17px;*/
}

.head .name span.minus {
   display: none;
}

.lead-address {
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    /* margin: 15px; */
}
.lead-line {
    border-top: 1px solid #cdcdcd;
}
.header-btn {
    padding: 0px 6px;
    margin-top: -8px !important;
    margin-right: 1px !important;
}
.m-b-xs .btn-sm{
      line-height: 1.9 !important;
}
.input-group-btn .btn-sm{
      line-height: 1.9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
      line-height: 32px !important; 
}
.select2-container .select2-selection--single{
      height: 34px !important;
}

.img-loader-city{
    margin-top: -32px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.img-loader-state{
    margin-top: -32px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.ref-btn{
  margin-top: -5px !important;
}
.panel{margin-top: 5px;border:none;}

.panel-heading{padding: 37px 0px;font-size: 24px;}
.panel .table td{padding: 10px 15px;}

.panel .table th{padding: 15px 15px;}

.panel-footer{border-top-color:transparent!important;}
.panel-head {
    margin-bottom: 20px;
    background-color: #ffffff;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-header>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
}
.label-danger{
      background-color: #fb4d53;
}

.from-range{
  padding: 6px 12px;
  font-size: 14px;
  width: 80%;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-color: #d9d9d9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.modal-dialog{
       width: 800px !important; 
}
.storelist>li>a {
    position: relative;
    display: block;
    padding: 10px 15px !important; 
}
.store-list .dropdown-menu{
      max-width: 100px;
}
.store-list .dropdown-menu>li>a{
    word-break: break-all;
    white-space: normal;
}

.detail-header-btn{
      margin-top: -8px;
}

#reminderContent {
    padding-top: 3px;
    padding-left: 10px;
}
.remainderList {
    margin: 0;
    padding: 0;
}
.pt-15 {
    padding-top: 15px !important;
}
.dayseparation {
    color: #474747;
    font-size: 12px;
    position: relative;
    padding: 0 10px 5px 0;
    text-transform: uppercase;
}
.proximas, .semibold, .proximaBold, .proximabold {
    font-family: ProximaNovaLtSemibold,sans-serif!important;
}
.daytext {
    background: #fff;
    padding-right: 10px;
    display: inline-block;
}
.seperator-line1 {
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 7px;
    left: 75px;
    right: 15px;
    /* z-index: -1; */
}
.seperator-line {
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 7px;
    left: 50px;
    right: 15px;
    /* z-index: -1; */
}
.remindertemp {
    /* margin-left: 15px; */
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-right: 15px;
}
li {
    /* list-style: none outside none; */
    padding: 0 0 3px 0px;
}
.thumb-sm {
    width: 36px;
    display: inline-block;
    overflow: hidden;
}
.dIB .black {
    color: #000 !important;
}
.ml-35 {
    margin-left: 35px;
}

.employeeFaqClone {
    width: 100%;
    margin: 3px 0px;
    float: left;
    border: 1px solid #d9d9d9 !important;
}
.expanded .secenheader {
    margin-bottom: 15px;
}
.employeeFaqClone .panel-head{
  margin-bottom: 0px !important;
}
.employeeFaqClone .panel-header>.panel-heading{
    background-color: #ffffff;
}
.secenheader {
    border-bottom: 1px solid #d9d9d9;
}
.head .name {
    position: relative;
}
.employeeFaqClone.expanded .head .name span.plus {
    display: none;
}
.employeeFaqClone.expanded .head .name span {
    width: 100%;
}
.employeeFaqClone.expanded .head .name span.minus {
    display: contents;
}
.employeeFaqClone.expanded .head .name span {
    width: 100%;
}

.register-link {
  color: #ff6600!important;
  transition: all 400ms ease;
}

.register-link:hover {
  color: #2e3e4e!important;
}

.register-main-link {
  margin-top: 10px;
}

.footer-content {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #c0c2c7;
  line-height: 22px;
  text-align: center;
}

.footer-content p{
  color: #c0c2c7;
}

.footer-content p a{
  color: #c0c2c7;
  text-decoration: underline;
  transition: all 400ms ease;
  background-color: transparent;
}

.footer-content p a:hover{
  color: #df3b36;
}
.footer-con-link ul{
  padding-left: 0px;
  text-align: right;
  margin-bottom: 0px;
}
.footer-con-link ul li{
  padding: 0px 7px;
  display: inline-block;
}
.footer-con-link ul li a{
  color: #fff;
    font-size: 12px;
    transition: all 300ms ease;
}
.footer-con-link ul li a:hover{
  color: #c0c2c7;
}
.footer-con-link ul li:first-child{
  padding-left: 0px;
}
.footer-con-link ul li:last-child{
  padding-right: 0px;
}

.tabs-bg {
  color: #ff7503;
}


#content {
  min-height: calc(100vh - 168px);
}
.login-height{
  min-height: calc(100vh - 130px) !important;
}
.label {display: inline;padding: .2em .6em .3em;font-size: 92%;font-weight: bold;line-height: 1;color: #717171;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;}



.label-success{background-color: #dbfce7;
    border-radius: 0px;
    font-weight: 600;color: #4f762f;}

.label-warring{background-color: #fff6b4;color: #a68b35 !important;font-weight: 600;
    border-radius: 0;}

.label-error{background-color: #ffd9d9;
    font-weight: 600;
    border-radius: 0px;color: #d86262;}

.label-orange{background-color: #fff2d9;
    font-weight: 600;border-radius: 0px;color: #d1752a;}

.label-open{background-color: #d3f3ff;
    border-radius: 0px;
    font-weight: 600;color: #44a198;}
.post-story-emoji .btn,.btn.form-group1,.form-group .btn{display:inline-block;padding: 7px 25px;border:1px solid #0355a5;color:#0355a5 !important;background-color: inherit;font-weight: 600;}

.post-story-emoji .btn:hover,.btn.form-group1:hover,.form-group .btn:hover{box-shadow: 2px 2px 10px #00000036;border-color: #f5f5f5;transition-duration: 0.7s;}
/* .form-horizontal{padding: 50px;background-color: #fff;width: 60%;margin: 50px auto 0;} */
.ticket-action__header {
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 4px 4px 0 0;
  display: flex;
}
.ticket-action__fields {
  min-height: 38px;
  background-color: #ffffff;
    padding: 9px 13px 13px 11px;
    margin-bottom: 0px;
    border: 1px #e4e4e4 solid;
    border-bottom: 0px;
    border-radius: 0;
}
.ticket-action__field {
  float: left;
  font-weight: 500;
    position: relative;
    top: 2px;
  margin-right: 10px;
}
.ticket-action__profilepic {
  /* height: 24px; */
  width: 24px;
  line-height: 24px;
}
.avater-ticket-assign {
  margin-right: -22px;
  padding: 0;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 2px;
  color: #333 !important;
  opacity: 1;
}
.ticket-action__fromemail{
  position: relative;
    top: 2px;
}
.post-story-emoji, .post-story-tag {
  float: left;
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 20px;
}
.avtar-frame {
  color: #fff;
  background-color: #f44336;
  vertical-align: middle;
  font-weight: 600;
  font-size: 20px;
}
.ticket-action__switch {
  border-right: 1px solid #ebeff3;
  padding-right: 10px;
  height: 15px;
  margin-top: 4px;
}

.ticket-action__from {
  width: 80%;
  display: flex;
}
.not-show {
  display: none !important;
}
.post-story-loader {
  position: absolute;
  text-align: center;
  left: 76%;
  right: 0;
  margin-top: 5px;
}
.flex-form {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex: 1;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
}
.form-attach-text {
  width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 0px !important;
    position: relative;
}
.form-attach-limit{
  display: block;
  color: #717171;
    margin: 0px;
    width: 100%;
    text-align: center;
    position: unset;
    font-weight: 500;
    margin-bottom: 10px;
}
.posrel, .form-attach-container, .form-attach-text, .form-attach-limit {
  position: relative;
  
}
.margin-support {
  margin-bottom: 0px;
  display: flex;
    align-items: flex-start;
  border-bottom: 1px solid #f0f0f0 !important;
}

.attachment-dropdown .dropdown-toggle{
  font-weight: 600;
    margin: 0;
}
.attachment-dropdown .dropdown-toggle .fa{
  color: #545454;
    font-size: 21px;
    border-radius: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    transition: all 300ms ease;
}
.attachment-dropdown .dropdown-toggle .fa:hover{
  color: #ff7503;
}
#attachment{
  width: 100%;
    text-align: center;
    font-weight: 500;
}
.upload-file-box{
  border: 1px solid #f0f0f0;
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}
.upload-inputfile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.drop-txt{
  margin-bottom: 0px;
  font-weight: 500;
  color: #717171;
}
.upload-file-box label i{
  color: #545454;
    font-size: 21px;
    border-radius: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    transition: all 300ms ease;
    position: relative;
    z-index: 3;
}
.upload-file-box label i:hover{
  color: #fff;
}
.thumb-sm {
  margin-right: 5px;
}
.dragdrop{
  text-align: center;
    background-color: #e4e4e4;
}
.upload-icon{
  margin-bottom: 10px;
}
.upload-icon i{
  font-size: 26px;
  color: #333;
}
.no-margin-bottom{
  margin-bottom: 0px !important;
}
.dragdrop .uploader{
  position: relative;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    background: #ffffff;
    border: 1px dashed #d9d9d9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 28px;
    transition: all 200ms ease;
}
.dragdrop .uploader.is-dragover{
  background: #f7f7f7;
}
.dragdrop .uploader #filePhoto{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.uploader .content{
  text-align: center;
}

.thumb-sm {
  width: 38px;
  height: 38px;
    display: block;
    border: 1px solid #e0dfdf;
    border-radius: 50%;
}
p:empty{
  display: none;
}
.reply-txt{
  margin-top: 0px;
  padding-left: 10px;
}
.reply-txt p{
  margin-bottom: 0px;
  font-weight: 500;
    font-size: 12px;
}
.reply-txt .you{
  margin-bottom: 2px;
  font-weight: 500;
    font-size: 13px;
}
.pull-left {
  float: left;
}
.pull-left {
  float: left !important;
}
textarea.form-control {
  height: auto;
  background-color: #f5f5f5;
}

.margi-l33 {
  margin-left: 33px;
}
.padding-l-t-8 {
  padding-top: 8px !important;
  padding-left: 15px !important;
}
.padding-l-t-50 {
  padding-top: 8px !important;
  padding-left: 50px !important;
}
/* .admin_message{

} */
.user_message{
  background-color: #dfdfdf;
}



/*Hardik Css*/

body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.mce-menubar .mce-menubtn button span, .mce-btn .mce-txt{
  font-family: montserrat,sans-serif !important;
}
.container{
  width: unset;
    max-width: 1400px;
}
.navbar > .container .navbar-brand{
  margin-left: 0px;
    padding-left: 0;
    padding-right: 0px;
    max-width: 100%;
}
.navbar-brand img{
  margin-top: unset !important;
  max-width: 100%;
  max-height: unset;
}
.panel{
  box-shadow: none;
}
.bg-grey{
  background-color: #f6f6f6;
}
header .navbar-default{
  background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0px;
    padding: 12px 0px;
}
.reg-btn{
  font-size: 15px;
    font-weight: 400;
    background-color: #eb6117;
    border: 1px solid #eb6117;
    color: #fff !important;
    transition: all 400ms ease;
    display: inline-block !important;
    text-align: center;
    padding: 7px 23px !important;
}
.reg-btn:hover{
  color: #eb6117 !important;
}
.navigation-bar{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navigation-bar .navbar-header{
  width: 265px;
}
.nav-content-part {
    width: calc(100% - 265px);
}
.nav-content-part .navbar-collapse{
    padding-right: 0px;
    padding-left: 0px;
}
.nav-content-part .navbar-collapse .navbar-right{
  margin-right: 0px !important;
}
.panel.sign-box{
  margin-bottom: 60px;
  margin-top: 60px;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
}
.login-box{
  max-width: 520px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 3%);
    border-radius: 4px;
    padding: 36px;
    margin-bottom: 20px;
}
.sign-box{
  margin-bottom: 20px;
}
.login-box .panel-heading{
  padding: 0px;
  padding-bottom: 26px;
  color: #333;
}
.login-box .wrapper-lg{
  padding: 0px;
}
.login-box .form-group input{
  border-color: #e3e3e3;
    border-radius: 0px;
    font-size: 16px;
}
.input-lg{
  border-color: #e4e4e4;
    border-radius: 0px;
    font-size: 16px;
}
.login-box .form-group input:focus,.input-lg:focus{
  border-color: #d6d6d6;
}
.login-box .main-link input.btn,
.login-box #forgotpassword_form .btn-success{
  transition: all 300ms ease;
  border-radius: 0px;
  width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}
.login-box .main-link input.btn:hover,
.login-box .main-link input.btn:focus,
.login-box #forgotpassword_form .btn-success:hover,
.login-box #forgotpassword_form .btn-success:focus{
  background: #ffffff;
  color: #0355a5 !important;
  outline: none;
  border-color: #0355a5;
}
.register-main-link,
#btn_forgot_password{
  font-weight: 500;
}
.login-box #forgotpassword_form .form-group label{
  margin-top: 10px;
    font-weight: 500;
}
.login-box #forgotpassword_form .forgot-cancel{
  transition: all 300ms ease;
  box-shadow: unset;
  border-color: #dadada;
  border-radius: 0px;
  margin-left: 7px;
}
footer{
  padding: 10px 0px;
  background: #222222;
}
.footer-content p{
  margin: 0px;
  color: #ffffff;
}
.alert{
  margin-top: 20px;
  margin-bottom: 0px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 100%;
    padding: 12px;
    border-width: 2px;
}
.dashboard-tabs .clear .fa-stack{
  width: 46px;
    height: 46px;
    top: 4px;
    margin-right: 7px;
}
.dashboard-tabs > div{
  position: relative;
  background-color: #ffffff;
}
.dashboard-tabs > div::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #ff7503;
  transition: all 200ms ease;
}
.dashboard-tabs > div.active::after{
  width: 0px;
}
.dashboard-tabs .active{
  background-color: #ffffff;
}
.dashboard-tabs .tabs-bg{
  color: #989898;
  font-size: 44px;
}
.dashboard-tabs .fa-2x{
  font-size: 20px;
}
.dashboard-tabs .fa-2x .text-white{
  top: 2px;
}
.dashboard-tabs .active .tabs-bg{
  color: #ff7503;
}
.dashboard-tabs .active .text-white{
  color: #ffffff;
}
.bg-white .active .text-muted{
  color: #000000 !important;
}
.register-main-link{
  margin-top: 15px;
}
.tabing-main{
  margin-top: 30px;
  box-shadow: none;
  margin-bottom: 30px;
}
.padder-v {
    padding-top: 10px;
    padding-bottom: 10px;
}
.b-light{
  border-color: #f0f0f0 !important;
}
.login-box .alert{
  margin-bottom: 10px;
    margin-top: 0;
}
.mb-30{
  margin-bottom: 30px;
}
.panel-body{
  padding: 20px;
}
h2.panel-heading{
  margin: 0px;
  font-weight: 600;
  position: relative;
  color: #333;
  font-size: 21px;
    padding: 20px;
    border-color: #ececec !important;
    background-color: transparent !important;
}
h2.panel-heading .close_form{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
h2.panel-heading .close_form a{
  font-size: 12px;
    background: #ff7503;
    width: 26px;
    height: 26px;
    color: #ffffff;
    border: 2px solid #ff7503;
    text-align: center;
    display: flex;
    line-height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease;
}
h2.panel-heading .close_form a:hover{
  background: #ffffff;
  color: #ff7503;
}
h2.panel-heading.border-top{
  border-top: 1px solid #f0f0f0 !important;
}
form .form-group .btn-2{
  display: block !important;
    width: 100%;
}
.btn-2{
  border-radius: 0;
    padding: 9px 28px !important;
    min-height: 45px;
    font-size: 16px;
    transition: all 200ms ease;
}
.btn-2:hover{
  box-shadow: unset !important;
  color: #ffffff !important;
  background-color: #ee7e1a !important;
}
.btn-2:focus{
  outline: none !important;
}
.no-found-data{
  font-weight: 500;
}
#frm_purchase_code .form-group{
  margin-bottom: 0px;
}
.table-responsive{
  /* margin-top: -1px; */
  overflow-x: auto;
}
.panel .table-responsive .table td, 
.panel .table-responsive .table th{
  border-color: #f0f0f0 !important;
  border-right: 1px solid;
  font-size: 13px;
  vertical-align: middle;
}
.panel .table-responsive .table tr td:last-child,
.panel .table-responsive .table tr th:last-child{
  border-right: 0px;
}
.panel .table-responsive .table th{
  padding: 15px 20px;
  color: #717171;
}
.panel .table-responsive .table td{
  padding: 10px 20px;
  font-weight: 500;

}
.table-responsive .table{
  margin-bottom: 0px;
}
.table-btn{
  border-radius: 0px;
  transition: all 300ms ease;
  padding: 5px 12px;
  font-size: 13px;
}
.table-btn:hover,
.table-btn:focus{
  color: #ff7503 !important;
  border-color: #ff7503;
  background-color: #ffffff;
  outline: none !important;
}
body .jconfirm.jconfirm-white .jconfirm-bg{
  background-color: rgb(71 71 71 / 50%) !important;
}
body .jconfirm.jconfirm-white .jconfirm-box{
  box-shadow: 0 2px 6px rgb(0 0 0 / 0%) !important;
    border-radius: 2px;
    border: 0px;
    padding: 38px;
}
/* body .jconfirm .jconfirm-box div.closeIcon{
  display: block;
  transition: all 200ms ease;
  top: 7px;
}
body .jconfirm .jconfirm-box div.closeIcon:hover{
  color: #ff7503;
} */
body .jconfirm .jconfirm-box div.title-c{
  text-align: center;
}
body .jconfirm .jconfirm-box div.title-c .title{
  color: #333;
    font-weight: 600;
}
body .jconfirm .jconfirm-box div.content-pane .content{
  text-align: center;
    font-weight: 500;
}
body .jconfirm.jconfirm-white .jconfirm-box .buttons{
  float: none !important;
    text-align: center;
    padding: 0;
}
body .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default{
  color: #fff !important;
    background: #ff7503;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 20px;
    text-transform: none;
    box-shadow: none;
    transition: all 300ms ease;
    border: 1px solid #ff7503;
}
body .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover,
body .jconfirm.jconfirm-white .jconfirm-box .buttons .btn:last-child{
  background: #ffffff;
  color: #ff7503 !important;
  border-color: #ff7503;
}
body .jconfirm.jconfirm-white .jconfirm-box .buttons .btn:last-child:hover{
  color: #ffffff !important;
  background: #ff7503;
}
body .jconfirm .jconfirm-box .buttons button+button{
  margin-left: 9px;
}
.alert-danger {
    color: #de4543 !important;
    background-color: #ffd6d6;
    border-color: #ffccd4;
}
.code-input{
  position: relative;
}
.code-input .fa{
  position: absolute;
    top: 0;
    left: 17px;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.code-input #purchase_code{
  padding-left: 44px;
  font-weight: 500;
}
#frm_purchase_code .row{
  margin-right: -9px;
    margin-left: -9px;
}
#frm_purchase_code .row > div{
  padding-left: 9px;
  padding-right: 9px;
}
.nav-content-part .dropdown .dropdown-toggle{
    padding: 0;
    font-weight: 600;
    display: flex;
    font-size: 15px;
    color: #333;
    align-items: center;
    background-color: transparent !important;
    transition: all 300ms ease;
}
.nav-content-part .dropdown .dropdown-toggle:hover{
  color: #4f4f4f;
}
.nav-content-part .dropdown .dropdown-toggle i{
  width: 12px;
    position: unset;
    font-size: 14px;
}
.nav-content-part .dropdown .dropdown-toggle .img-name{
  display: block;
    padding-left: 0px;
    width: calc(100% - 72px);
}
.nav-content-part .dropdown .dropdown-toggle .img-drop{
  width: 72px;
  padding-left: 13px;
  display: flex;
    align-items: center;
}
.nav-content-part .dropdown .dropdown-toggle img{
  max-width: 38px;
    border: 1px solid #eaeaea;
    border-radius: 100%;
    margin-right: 5px;
}
.nav-content-part .dropdown .dropdown-toggle .img-drop i{
    font-weight: 600;
    padding-left: 2px;
}
.nav-content-part .dropdown-menu{
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  border-radius: 2px;
  border: 0px;
  padding: 0;
  top: 55px;
  min-width: 200px;
}
.nav-content-part .dropdown-menu li{
  border-bottom: 1px solid #e3e9ef;
  padding: 0;
}
.nav-content-part .dropdown-menu li:last-child{
  border-bottom: 0px;
}
.nav-content-part .dropdown-menu li a{
  padding: 13px 15px;
    font-weight: 600;
    transition: all 300ms ease;
}
.nav-content-part .dropdown-menu li a:hover{
  background-color: #0355a5 !important;
  color: #ffffff;
}
h2.panel-heading .go-back{
  font-size: 27px;
  color: #333;
  transition: all 200ms ease;
}
h2.panel-heading .go-back:hover{
  color: #0355a5;
}
.support-tic{
  margin-right: -9px;
    margin-left: -9px;
    padding: 20px;
}
.support-tic > div{
  padding-left: 9px;
    padding-right: 9px;
}
.select-box{
  border-color: #e4e4e4;
    font-weight: 500;
    cursor: pointer;
    color: #8e8e8e;
    border-radius: 0px;
    appearance: none;
}
.select-box option{
    box-shadow: none;
    color: #333;
    padding-top: 6px !important;
    font-weight: 500;
    padding-bottom: 6px !important;
    min-height: 30px;
    transition: all 200ms ease;
}
.select-box option:hover{
  background-color: #f7f7f7;
}
.select-arrow{
  position: relative;
}
.select-arrow::after{
  content: "";
    position: absolute;
    top: 48%;
    right: 12px;
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.search-by-tit input{
  border-color: #e4e4e4;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0;
}
.select-box:focus,.search-by-tit input:focus{
  border-color: #d6d6d6;
}
.search-by-tit .input-group-btn input{
  border-color: #ff7503;
    color: #ffffff !important;
    font-weight: 600;
    line-height: 22px !important;
    background: #ff7503;
    transition: all 200ms ease;
    border-radius: 0px;
}
.search-by-tit .input-group-btn input:hover{
    color: #ff7503 !important;
    background: #ffffff;
}
.search-by-tit .input-group-btn input:focus{
  outline: unset;
}
.filter-icon{
  text-align: left;
}
.filter-icon a{
  border-color: #ff7503;
    color: #ff7503;
    background-color: #ffffff;
    border-radius: 0px;
    transition: all 200ms ease;
}
.filter-icon a:hover,.filter-icon a:focus{
  color: #ffffff;
  outline: none !important;
    background-color: #ff7503;

}
.no-found-border{
  border-top: 1px solid #f0f0f0 !important;
}
.no-found{
  font-weight: 500;
}
.create-tic{
  text-align: right;
}
.create-tic a{
  background: #fff;
    border: 1px solid #ff7503;
    color: #ff7503;
    font-weight: 600;
    padding: 6px 17px;
    font-size: 14px;
    min-height: 34px;
    display: inline-block;
    transition: all 300ms ease;
}
.create-tic a:hover{
  background: #ff7503;
  color: #ffffff;
}
.detail-action{
  color: #717171 !important;
    font-weight: 500;
    box-shadow: none;
    transition: all 300ms ease;
    border-radius: 0;
    border: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #c2c2c2;
    line-height: 14px;
    padding: 0;
}
.detail-action:hover,.detail-action:focus{
  border-color: #ff7503;
  outline: none;
  color: #ff7503 !important;
  background-color: #ffffff;
}
.ac-btn{
  color: #4f762f;
    padding: 3px 10px;
    background: #dbfce7;
}
.ticket-types{
  margin: auto;
    max-width: 650px;
}
.ticket-types .row{
    margin-left: -9px;
    margin-right: -9px;
}
.ticket-types .row > div{
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 15px;
}
.ticket-types .box{
  border: 1px solid #f0f0f0;
    background: #f7f7f7;
    border-radius: 0px;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    transition: all 300ms ease;
}
.ticket-types .box img{
  max-width: 22px;
  transition: all 300ms ease;
  filter: none;
}
.ticket-types .box:hover{
  background: #ff7503;
  border-color: #ff7503;
  color: #ffffff;
}
.ticket-types .box:hover img{
  filter: brightness(0) invert(1);
}
#supportticketForm{
  margin: 0px auto;
    max-width: 870px;
    width: 100%;
}
.form-horizontal .control-label{
  padding-bottom: 8px;
  font-size: 14px !important;
    color: #333;
    padding-top: 0;
}
#supportticketForm select{
  cursor: pointer;
}
#supportticketForm .selected{
  min-height: 40px;
  padding: 9px 10px;
}
#supportticketForm .form-group {
    margin-bottom: 25px;
}
#supportticketForm .form-group.mb-13{
  margin-bottom: 18px;
}
#supportticketForm #ticket_type_dropdown{
  margin-bottom: 18px;
}
#supportticketForm .form-control{
  border-color: #e4e4e4;
  font-weight: 500;
    border-radius: 0px;
    height: 40px;
    font-size: 14px;
}
#supportticketForm .form-control:focus{
  border-color: #d6d6d6 !important;
}
#supportticketForm .select2-container{
  border: 0px solid #efefef;
}
#supportticketForm .select2-container--default .select2-selection--single{
  border: 0px solid #efefef;
    border-radius: 0px;
    height: 40px !important;
}
#supportticketForm .select2-container .select2-selection--single .select2-selection__rendered{
  border-color: #e4e4e4;
  line-height: 40px !important;
  border-width: 1px;
    border-style: solid;
    height: 40px;
    font-weight: 500;
    color: #999;
    font-size: 14px;
    padding-left: 12px;
}
#supportticketForm .select2-container .select2-selection--single .select2-selection__rendered:focus,
#supportticketForm .select2-container--default .select2-selection--single:focus,
#supportticketForm .select2-container:focus,
#supportticketForm .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered{
  border-color: #d6d6d6 !important;
}
#supportticketForm .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px;
}
#supportticketForm .select2-container--default .select2-selection--single .select2-selection__arrow::after{
  content: "";
    position: absolute;
    top: 48%;
    right: 11px;
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
#supportticketForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after{
  transform: translateY(-50%) rotate(-135deg);
}
#supportticketForm .select2-container--default .select2-selection--single .select2-selection__arrow b,
#supportticketForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-style: solid;
    border-width: 2px;
    height: 7px;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 7px;
    transform: translateY(-50%) rotate(45deg);
    border-color: transparent;
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    opacity: 0;
}
#supportticketForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  transform: translateY(-50%) rotate(-135deg);
}
#supportticketForm .mce-panel{
  border-color: #e4e4e4;
  background-color: #f3f3f3;
}
#supportticketForm div.mce-edit-area{
  min-height: 140px;
  background: #fff;
}
.select2-container--open .select2-dropdown--below{
  border-radius: 0;
  border-color: #d6d6d6 !important;
}
.select2-results__option[aria-selected]{
  padding: 8px 10px;
    background: white;
    color: #333;
    cursor: pointer;
    text-align: initial;
    font-weight: 500;
    font-size: 14px;
    border-color: #d6d6d6;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #f7f7f7 !important;
  color: #333 !important;
}
#supportticketForm .post-story-emoji,
#supportticketForm .post-story-tag{
  border: 1px solid #f0f0f0;
  margin-top: 20px;
}
.form-btns-grp .save-btn{
  float: none !important;
}
.save-btn{
  background-color: #ff7503;
    border-color: #ff7503;
    color: #fff !important;
    border-radius: 0px;
    transition: all 300ms ease;
    min-width: 74px;
}
.save-btn:hover,.save-btn:focus{
  background-color: #ffffff !important;
  outline: none !important;
    border-color: #ff7503;
    color: #ff7503 !important;
}
.can-btn{
  background-color: #ffffff;
  color: #ff7503 !important;
  box-shadow: none !important;
  border-radius: 0px;
  border-color: #ff7503;
  transition: all 300ms ease;
}
.can-btn:hover,.can-btn:focus{
  background-color: #ff7503 !important;
  outline: none !important;
  color: #ffffff !important;
  border-color: #ff7503;
}
.form-btns-grp .can-btn{
  margin-left: 7px;
  min-width: 100px;
}
.change-pass-form.panel-body{
  padding: 0px;
}
.change-pass-form > form{
  margin: 0px auto;
}
.change-pass-form .form-group{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 0px;
}
.change-pass-form .form-group > div{
  padding-left: 10px;
  padding-right: 10px;
}
.change-pass-form h2.panel-heading{
  border-bottom: 0px !important;
  font-size: 19px;
  
}
.change-pass-form table{
  margin-bottom: 0px;
}
.change-pass-form table th,.change-pass-form table td{
  padding: 15px 20px !important;
  border-color: #efefef !important;
}
.change-pass-form table th{
  color: #333;
  font-weight: 600;
  border-right: 1px solid;
}
.change-pass-form table td{
  font-weight: 500;
}

.change-pass-form .form-group .form-control{
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.pro-detail-page{
  background-color: transparent !important;
}
.pro-detail-page .change-pass-form.panel-body{
  padding: 0px;
    max-width: 980px;
    background: #fff;
    box-shadow: 0 0px 4px 3px rgb(0 0 0 / 2%);
    margin: auto;
    border-radius: 8px;
}
.pro-detail-page .change-pass-form td .btn{
  font-size: 13px;
    margin-right: 7px;
    background: transparent;
    transition: all 200ms ease;
    box-shadow: none;
    border-color: #dcdbdb;
}
.pro-detail-page .change-pass-form td .btn:hover{
  background: #0355a5;
  color: #fff !important;
  border-color: #0355a5;
}

.change-pass-btn .btn{
  border-radius: 0px;
  transition: all 300ms ease;
  padding: 8px 20px;
  border-radius: 2px;
  font-weight: 600;
}
.change-pass-btn .btn:hover,
.change-pass-btn .btn:focus{
  background-color: #ffffff;
  color: #0355a5 !important;
  border-color: #0355a5;
  outline: none;
}
#subject_error,#error{
  display: block;
    font-weight: 500;
    margin-top: 8px;
}
#subject_error:empty,#error:empty{
  margin-top: 0px;
}
.ticket-ids{
  margin-top: 30px;
}
.data-title{
  padding: 20px;
  border-top: 1px solid #f0f0f0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.data-title h3{
  margin: 0px;
}
.data-title h3 .tx-sub{
  display: block;
  font-size: 16px;
    color: #979797 !important;
    margin-top: 6px;
}
.data-title{
  display: flex;
    align-items: center;
}
.data-title h3{
  width: 60%;
  color: #333;
}
.data-title h3 .fa{
  background: #ee7e1a;
    color: #fff;
    padding: 4px;
    font-size: 17px;
    border-radius: 50%;
}
.data-title .header-btn{
  margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0 !important;
    padding: 0px 0px;
    width: 40%;
    text-align: right;
}
.data-title .header-btn .reply-ping-settings{
  border-radius: 0px;
  transition: all 300ms ease;
  font-size: 13px;
    padding: 7px 18px;
}
.data-title .header-btn .reply-ping-settings:hover,
.data-title .header-btn .reply-ping-settings:focus{
  color: #fff !important;
  outline: none;
  background-color: #ee7e1a !important;
  box-shadow: none;
  border-color: #ee7e1a;
}
.help-inline{
  font-weight: 500;
}
.pagination{
  margin-top: 15px;
}
.pagination>li>a, .pagination>li>span{
  border: 1px solid #f0f0f0 !important;
  font-weight: 600;
  padding: 7px 11px;
    font-size: 12px;
    transition: all 200ms ease;
    border-radius: 0px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination .active a{
  background-color: #0355a5;
  color: #ffffff;
}
.pagination .disabled a{
  background-color: #fff;
}
.data-title h3 .tx-sub p{
  margin-bottom: 0px;
}
.form-solution{
  max-width: 1000px;
    margin: auto;
}
.solutionmessage{
  padding: 0px 20px;
}
.form-solution .post-story-editar .mce-panel{
  border-color: #e4e4e4;
  background-color: #f3f3f3;
}
.form-solution .post-story-editar .mce-tinymce .mce-statusbar,
.form-solution .post-story-editar .mce-edit-area{
  border: 0px !important;
}
.replay-btn{
  margin-top: 16px;
  text-align: center;
}
.replay-btn .save-btn{
  padding: 7px 20px;
}
.reply-txt .panel-ticket .thumb-sm img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.reply-txt .panel-ticket{
  padding-left: 0px !important;
}
.reply-txt .panel-ticket .comment-body header{
  font-weight: 500;
    margin-bottom: 6px;
    font-size: 13px;
}
.reply-txt .comment-item{
  display: flex;
}
.reply-txt .comment-item .comment-body{
  width: calc(100% - 38px);
}
.reply-txt .panel-ticket .thumb-sm{
  margin-right: 10px;
}
.reply-txt .panel-ticket .comment-body .btn{
    border-color: #e0dfdf;
    border-radius: 0px;
    transition: all 200ms ease;
    font-size: 12px;
}
.reply-txt .panel-ticket .comment-body .btn:hover{
  background-color: #ee7e1a;
  color: #ffffff !important;
  border-color: #ee7e1a;
}
.reply-txt .panel-ticket .comment-body .btn:last-child{
  margin-left: 2px;
}
.ticketPriority-low{
  background-color: #fff2d9;
  font-weight: 600;
  border-radius: 0px;
  color: #d1752a;
}
.ticketPriority-medium{
  background-color: #fff6b4;
  color: #a68b35 !important;
  font-weight: 600;
  border-radius: 0;
}
.ticketPriority-high{
  background-color: #ffd9d9;
  font-weight: 600;
  border-radius: 0px;
  color: #d86262;
}
#forgotpassword_form  .forgot-cancel{
  border-color: #ff7503 !important;
  background-color: #ffffff !important;
  color: #ff7503 !important;
}
#forgotpassword_form  .forgot-cancel:hover{
  border-color: #ffffff !important;
  background-color: #ff7503 !important;
  color: #ffffff !important;
}
.relative{
  position: relative;
}
.form-main{
  position: relative;
  z-index: 9;
}
td.tick-sub{
  width: 35%;
}
.login-banner{
  background-image: url(../../images/subpage-banner.jpg);
  background-position: top;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    background-size: cover;
    padding: 100px 0px;
    position: absolute;
    width: 100%;
    height: unset;
    top: 0;
    left: 0;
}
.remember-box{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.remember-box .rem-check,
.remember-box .for-btn{
  width: 50%;
}
.rem-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.rem-check label {
  position: relative;
  cursor: pointer;
  margin: 0;
    display: flex;
}
.edit-pages .change-pass-form h2.panel-heading{
  border-bottom: 0px solid #f0f0f0 !important;
}
.edit-pages form{
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.edit-pages{
  max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}
.rem-check label:before {
  content:'';
  top: 1px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 5px;
}
.rem-check input:checked + label:before{
  background-color: #fe7503;
  border-color: #fe7503;
}
.rem-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.terms-link{
  font-weight: 500;
    margin-bottom: 18px;
}
.bg-white a{
  color: #717171;
}
.full-logo-width{
  width: 100% !important;
    text-align: center;
}
.full-logo-width .navbar-brand{
  padding-right: 0px;
  
}
.reg-sign-link .register-link{
  color: #717171 !important;
}
.reg-sign-link #btn_register_account{
  color: #ff6600 !important;
}
.reg-sign-link #btn_register_account:hover{
  color: #2e3e4e !important;
}
.main-menu-box{
  border-top: 1px solid #f1f1f1;
}
.menu-link-box ul{
  padding: 0px;
  margin: 0px;
}
.menu-link-box > ul > li{
  display: inline-block;
  padding: 0px 20px 0px 20px;
  position: relative;
}
.menu-link-box > ul > li:first-child{
  padding-left: 0px;
}
.menu-link-box > ul > li > ul{
  position: absolute;
    min-width: 200px;
    background: #fff;
    border-radius: 2px;
    z-index: 99;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    transition: all 400ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.menu-link-box > ul > li:hover ul{
  visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.menu-link-box > ul > li > a{
  display: block;
  padding: 18px 0px;
  font-weight: 600;
  color: #333;
  font-size: 15px;
  transition: all 400ms ease;
  text-transform: capitalize;
  position: relative;
}
.menu-link-box > ul > li > a::after{
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background-color: #df3b36;
  transition: all 400ms ease;
}
.menu-link-box > ul > li:hover > a::after, .menu-link-box > ul > li > a.active::after{
  width: 100%;
}
.menu-link-box > ul > li > a i{
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.menu-link-box > ul > li:hover > a,
.menu-link-box > ul > li > a.active{
  color: #df3b36;
}
.menu-link-box > ul > li:hover > a i{
  transform: rotate(180deg);
}
.menu-link-box > ul > li > ul li{
  display: block;
  padding: 0px;
}
.menu-link-box > ul > li > ul li a{
  padding: 14px 16px;
    display: block;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e3e9ef;
    transition: all 200ms ease;
    background-color: #ffffff;
}
.menu-link-box > ul > li > ul li:last-child a{
  border-bottom: 0px;
}
.menu-link-box > ul > li > ul li a:hover,
.menu-link-box > ul > li > ul li a.active{
  background-color: #ff7503;
  color: #ffffff;
  border-color: #ff7503;
}
.mt-30{
  margin-top: 30px;
}
.box-shadow{
  box-shadow: 0 0px 4px 3px rgb(0 0 0 / 2%);
}
footer.panel-footer{
  padding: 0;
}
.wel-author{
  padding: 20px;
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wel-author-box {
    display: flex;
    align-items: center;
    width: 60%;
}
.lic-box-main{
  display: flex;
    align-items: center;
    width: 40%;
}
.wel-author-box .user-img img{
  max-width: 100%;
}
.wel-author-box .user-img{
  width: 70px;
}
.wel-author-box .user-txt{
  width: calc(100% - 70px);
  padding-left: 20px;
}
.wel-author-box .user-txt h2{
  color: #333;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}
.wel-author-box .user-txt p{
  margin-bottom: 0px;
  font-weight: 500;
  margin-top: 5px;
}
.lic-box-main .lic-box{
  width: 50%;
  padding-left: 20px;
}
.lic-box-main .lic-box .lic-box-inner{
  padding: 20px;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    text-align: center;
}
.lic-box-main .lic-box .lic-title h3{
  margin: 0px;
  color: #333;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}
.lic-box-main .lic-box .lic-title span{
  font-weight: 500;
}
.man-btn{
  margin-top: 16px;
    display: inline-block;
    color: #ff7503;
    font-weight: 600;
    background: #ffff;
    padding: 6px 14px;
    border: 1px solid #ff7503;
    transition: all 300ms ease;
    font-size: 13px;
    line-height: 17px;
}
.man-btn:hover{
  background: #ff7503;
  color: #ffffff;
  border-color: #ff7503;
}
.latest-box{
  display: flex;
  flex-wrap: wrap;
}
.latest-box span{
  display: block;
  width: 50%;
}
.latest-box .view-all{
  width: 50%;
  text-align: right;
}
.latest-box .view-all .man-btn{
  margin-top: 0px;
}


code { background: #e6e6e6; padding: 1px 3px; }
.module {
  margin-top: 2em;
  padding: 20px 40px;
  border-radius: 10px;
  color: white;
  background: rgba(black, 0.5);
}
.output {
  display: block;
  max-width: 500px;
  background: white;
  color: black;
  border: 1px dotted black;
  padding: 1em;
  margin: 2em 0 1em;
  position: relative;
}
.output:before {
    content: 'Output';
    text-transform: uppercase;
    font-size: .7em;
    color: #e6e6e6;
    position: absolute;
    top: -1.2em;
    left: 8px;
  }
.selected { 
  min-width: 200px;
  background: white;
    color: #999999;
    border: 1px solid #eaeaea;
    padding: 6px 10px;
    cursor: pointer;
    width: 100%;
    display: block;
    min-height: 34px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 2;
    transition: all 200ms ease;
}
.relative .selected:hover{
  border-color: #d6d6d6;
}
.selected:after {
    content: "";
    position: absolute;
    top: 48%;
    right: 11px;
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
  }
.selected.arrow-up:after{
  transform: translateY(-50%) rotate(-135deg);
}
.fancy-select { 
  list-style: none;
    min-width: 100%;
    max-height: 350px;
  margin: 0;
  padding: 0;
  display: block;
  border: 1px solid #d6d6d6;
  border-top: 0px;
  background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 3;
    user-select: none;
}
.fancy-select .fancy-option{
  padding: 8px 10px;
    background: white;
    color: #333;
    cursor: pointer;
    text-align: initial;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
}
.fancy-select .fancy-option:hover{
  background: #ff7503;
      color: white;
}
.fancy-select .fancy-option.disabled {
      color: rgba(black, .5);
      background: white;
      cursor: default;
    }
.fancy-select .fancy-option.disabled:hover{
  color: rgba(black, .5);
        background: white;
}
.issue-title h3{
  color: #ff7503;
  font-weight: 600;
  font-size: 20px;
  margin: 8px 0px;
  text-align: center;
}
.find-pur-code a{
  font-weight: 500;
    margin-top: 10px;
    border-bottom: 1px solid #d4d3d3;
    display: inline-block;
    cursor: pointer;
    transition: all 200ms ease;
}
.find-pur-code a:hover{
  color: #ff7503;
  border-color: #ff7503;
}
.panel-body.sub-tic-form{
  padding-top: 30px;
    padding-bottom: 30px;
}


.pop-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(71 71 71 / 26%) !important;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.pop-overlay:target {
  visibility: visible;
  opacity: 1;
}
.pop-box {
  margin: 50px auto;
  width: 42%;
  position: relative;
  transition: all 2s ease;
  display: flex;
  align-items: center;
  height: calc(100% - 90px);
}
.pop-box .close {
  position: absolute;
  top: -8px;
    right: -8px;
  font-size: 27px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    background: #ff7503;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #ff7503;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
}
.pop-box .close:hover {
  color: #ff7503;
  background: #ffffff;
  border-color: #ff7503;
}
.pop-box-inner{
  position: relative;
  padding: 30px;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 3%) !important;
}
.pop-box-inner img{
  max-width: 100%;
}
.change-pass{
  position: relative;
}
.change-pass .tg-password{
  position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.pop-content h2{
  margin: 0px;
    color: #333;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.pop-content p{
  font-weight: 500;
}
.pop-content p a{
  border-bottom: 1px solid #bebebe;
}
.pop-content p a:hover{
  border-color: #ff7503;
}
.pop-content ul{
  padding: 0px;
    margin-bottom: 20px;
}
.pop-content ul li{
  display: flex;
    align-items: baseline;
    font-weight: 500;
    padding-bottom: 5px;
}
.pop-content ul li img{
  width: 12px;
  position: relative;
    top: 1px;
}
.pop-content ul li span{
  width: calc(100% - 12px);
  padding-left: 8px;
}

.grecaptcha-badge {
  margin-bottom: 20px;
}

.form-control:focus {
    border-color: #d5d5d5;
}
.highlight {
    background-color: #ffff00;
}
.member-mobile {
    font-size: 18px;
}
.edit-mobile {
    color: #df3b36 !important;
    font-weight: 500;
    position: relative;
    left: 2px;
    text-decoration: underline;
}
.edit-mobile:hover{
  color: #0355a5 !important;
  text-decoration: underline;
}
.change-pass-form .bootstrap-filestyle .form-control {
    margin-bottom: 0;
}
.ads-grid-row {
    cursor: pointer;
}
.bg-none{
  background-color: transparent !important;
}
.search-form-inn {
    display: flex;
    align-items: center;
    box-shadow: 0 0px 4px 3px rgb(0 0 0 / 2%);
    background-color: #fff;
    padding: 18px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.media-box-left {
    width: 38px;
}
.media-box-right {
    width: calc(100% - 38px);
    display: flex;
    padding-left: 10px;
}
.media-box-right .form-control{
  border-radius: 2px 0px 0px 2px;
  height: 40px;
    font-weight: 500;
    border-color: #e9e9e9;
}
.media-box-right .form-control:focus{
  border-color: #d5d5d5;
}
.media-box-right .btn{
  border-radius: 0px 2px 2px 0px;
  padding: 0 16px;
    background-color: #0355a5;
    transition: all 300ms ease;
    border-color: #0355a5;
}
.media-box-right .btn:focus{
  outline: none;
  box-shadow: none;
}
.media-box-right .btn:hover{
  background-color: #df3b36;
    border-color: #df3b36;
}
body .btn-primary{
  background-color: #0355a5;
    border-color: #0355a5;
}
.ads-grid-list .list-group{
  margin-bottom: 10px;
    border-bottom: 1px solid #ececec !important;
    padding: 20px;
}
.ads-grid-list .list-group-item{
  border: 0px;
  background-color: transparent;
  padding: 0px;
}
.ads-grid-list .ads-grid-row .panel-body{
  padding: 0px 20px 20px 20px;
}
.ads-grid-list .ads-grid-row{
  padding: 0px;
  box-shadow: 0 0px 4px 3px rgb(0 0 0 / 2%);
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 300ms ease;
}
.ads-grid-list .ads-grid-row:hover{
  box-shadow: 0 0px 8px 5px rgb(0 0 0 / 3%);
}

span.first-letter {
    display: flex;
    height: 100%;
    justify-content: center;
    vertical-align: middle;
    align-items: baseline;
    line-height: 36px;
    color: #0355a5;
    font-weight: 600;
    font-size: 18px;
}
.ads-grid-list .list-group .media .media-body div{
    color: #333;
    text-transform: uppercase;
}
.ads-grid-list .list-group .media .media-body .text-muted,
.ads-grid-list .list-group .media .media-body div{
  font-weight: 600;
}
.ads-grid-list .ads-grid-row .panel-body h2,
.ads-grid-list .ads-grid-row .panel-body h3,
.ads-grid-list .ads-grid-row .panel-body h4,
.ads-grid-list .ads-grid-row .panel-body h5,
.ads-grid-list .ads-grid-row .panel-body h6{
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
  transition: all 300ms ease;
}
.ads-grid-list .ads-grid-row:hover .panel-body h2,
.ads-grid-list .ads-grid-row:hover .panel-body h3,
.ads-grid-list .ads-grid-row:hover .panel-body h4,
.ads-grid-list .ads-grid-row:hover .panel-body h5,
.ads-grid-list .ads-grid-row:hover .panel-body h6{
  color: #0355a5;
}
.ads-grid-list .ads-grid-row .panel-body p{
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  font-weight: 500;
  font-size: 13px !important;
  text-align: left !important;
  font-family: montserrat, sans-serif !important;
}
.latest-updates{
  box-shadow: 0 0px 4px 3px rgb(0 0 0 / 2%) !important;
  border-radius: 8px;
}
.latest-updates .latest-box span{
  position: relative;
  text-align: left !important;
}
.latest-updates .latest-box span::after{
  content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    width: 3px;
    height: 100%;
    background-color: #df3b36;
}

.latest-updates .news-content ul,
.latest-updates .news-content ol{
  padding-left: 18px;
  margin: 0px;
  margin-top: 10px;
}
.latest-updates .news-content h1,
.latest-updates .news-content h2{
  font-weight: 600 !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 23px !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.latest-updates .news-content h3,
.latest-updates .news-content h4,
.latest-updates .news-content h5,
.latest-updates .news-content h6{
  font-weight: 600 !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.latest-updates .news-content ul li{
  list-style: disc;
}
.latest-updates .news-content ol li{
  list-style: decimal;
}
.latest-updates .news-content p{
  margin-bottom: 0px;
  margin-top: 10px;
}
.latest-updates .news-content{
  padding: 20px;
  font-weight: 500;
  padding-top: 10px;
}
.latest-updates .news-content a{
  text-decoration: underline !important;
  color: #0355a5;
}
.latest-updates .news-content a:hover{
  color: #df3b36;
  text-decoration: underline !important;
}
body .btn-success{
  background-color: #0355a5;
    border-color: #0355a5;
}
.ads-grid-list .list-group .list-group-item .media{
  display: flex;
    align-items: center;
}
.ads-grid-list .ads-grid-row .panel-body .product-list .btn{
  font-size: 13px;
    margin-right: 7px;
    background: transparent;
    transition: all 200ms ease;
    margin-top: 6px;
    box-shadow: none;
    border-color: #dddddd;
    color: #0355a5 !important;
    font-weight: 600;
}

.ads-grid-list .ads-grid-row .panel-body .product-list{
  padding-top: 2px;
}
.ads-grid-list .ads-grid-row .panel-body .product-list .btn:hover{
  background: #0355a5;
    color: #fff !important;
    border-color: #0355a5;
}
.pro-img-form .m-b-md{
  display: flex;
    align-items: center;
}
.pro-img-form .bootstrap-filestyle{
  width: calc(100% - 38px);
    display: flex !important;
    align-items: unset;
    padding-right: 18px;
}
.pro-img-form .bootstrap-filestyle .form-control{
  width: calc(100% - 132px);
  border-radius: 0;
}
.pro-img-form .bootstrap-filestyle .btn{
  width: 132px;
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 10px;
    line-height: 22px;
    transition: all 300ms ease !important;
}
.pro-img-form .bootstrap-filestyle .btn:hover{
  background-color: #0355a5 !important;
  color: #fff !important;
  box-shadow: none !important;
  border-color: #0355a5 !important;
}
.pro-img-form .m-b-md .m-l-sm{
  width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    border: 1px solid #e0dfdf;
}
.hr-line hr{
  border-color: #f0f0f0 !important;
  margin-top: 10px;
}
.edit-pages .change-pass-form .form-group .form-control{
  height: 38px;
  border-radius: 2px;
}
.edit-pages .change-pass-form .form-group textarea{
  overflow: hidden;
}
.mem-part{
  padding: 0 !important;
  margin-top: -10px;
}
.mem-detail-main{
  display: flex;
  flex-wrap: wrap;
    padding-top: 0;
    margin: 0;
    padding: 9px 7px 12px 7px;
}
.mem-part .mem-detail-main{
  padding: 9px 7px 23px 7px;
}
.mem-detail-main .mem-detail{
  font-weight: 500;
  width: 33.33%;
  padding: 0px 10px;
  margin-top: 15px;
}
.mem-detail-in h3{
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 9px !important;
}
.mem-detail-in p{
  margin-bottom: 0px;
  display: flex;
    align-items: center;
}
.mem-detail-in p a{
  padding-left: 2px;
}
.ads-grid-list .ads-grid-row .panel-body .mem-detail p{
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
.ads-grid-list .ads-grid-row .panel-body .mem-detail p:last-child{
  margin-bottom: 0px !important;
}
.ads-grid-list .ads-grid-row .panel-body .mem-detail p img{
  max-width: 15px;
}
.ads-grid-list .ads-grid-row .panel-body .mem-detail p i{
  width: 17px;
    height: 17px;
    background: #c2c2c2;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
}
.latest-updates > h2{
  font-size: 18px;
}
td.mem-name p:first-child {
    margin-top: 0;
}
td.mem-name p {
    margin: 0px;
    margin-top: 6px;
}
.mem-name .mem-detail img{
  max-width: 17px;
}
.mem-name .mem-detail-main .mem-detail,.mem-name .mem-detail-main{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.mem-name .mem-detail-main .mem-detail{
  padding-right: 5px;
}
.pro-det-title{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec !important;
}
.prof-img .m-l-sm{
  width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    margin: 0;
    border: 1px solid #e0dfdf;
    display: inline-block;
    text-align: center;
}
.pro-det-title h2{
  width: calc(100% - 100px);
}

.pro-det-title .ba-btn{
  width: 100px;
  text-align: right;
  padding-right: 20px;
}
.pro-det-title .ba-btn .go-back{
  font-size: 14px;
    font-weight: 600;
    color: #333333;
    padding: 5px 12px;
    border: 1px solid #dcdbdb;
    border-radius: 30px;
    background-color: #fff;
}
.pro-det-title .ba-btn .go-back i{
  font-weight: 600;
}
.pro-det-title .ba-btn .go-back:hover{
  color: #fff;
  background-color: #0355a5;
  border-color: #0355a5;
}
.pro-detail-page .prof-img .m-l-sm{
  width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 24px;
}
.pro-detail-page .prof-img span{
  padding-left: 5px;
}
.pro-detail-page .prof-img .first-letter{
  padding-left: 0px;
}

.pr-detail-table{
  padding: 0px;
  padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.mem-page .pr-detail-table{
  padding-bottom: 0px;
  border-bottom: 0px;
}
.pr-detail-table table{
  margin-bottom: 30px;
}
.tb-title{
  text-align: left;
    font-size: 15px;
    border-left: 1px solid;
    color: #0355a5 !important;
}
.pr-detail-table table tr th:first-child,
.pr-detail-table table tr td:first-child{
  border-left: 1px solid;
}
.pr-detail-table table tr td{
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.pr-detail-table .member-table .mem-name{
  padding: 0px !important;
}
.pr-detail-table .mem-detail-main .mem-detail{
  padding: 15px 20px;
  width: 100%;
  border-right: 0px !important;
  display: flex;
    align-items: center;
    margin: 0;
    background: #f4f4f4;
    border-radius: 10px;
    border: 0;
}
.mem-detail-box{
  width: 50%;
    padding: 14px;
    padding-bottom: 0;
}
.mem-img {
    width: 65px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    height: 65px;
    overflow: hidden;
    background-color: #fff;
}
.mem-detail-in {
    width: calc(100% - 65px);
    padding-left: 14px;
}
.mem-detail-in p img{
  max-width: 18px;
}
.pr-detail-table .mem-detail-main .mem-detail:last-child{
  border-right: 0px !important;
}
.pr-detail-table .pro-table{
  margin-bottom: 0px;
}
.pr-detail-table .pro-table .btn{
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.left-title{
  font-size: 17px !important;
  font-weight: 600 !important;
  margin: 0px;
  line-height: 22px !important;
  color: #333;
  position: relative;
    padding-left: 20px;
    margin-top: 30px;
}
.left-title::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 100%;
  background-color: #df3b36;
}

.industry-box-main,.sell-box-main {
    padding: 12px 22px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -14px;
    padding-bottom: 0px;
}

.industry-box {
    width: 33.33%;
    padding: 0px 14px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.sell-box{
  width: 50%;
    padding: 0px 14px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.sell-box .btn{
  background-color: transparent;
  box-shadow: none;
  box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    margin-right: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #dddddd;
    transition: all 300ms ease;
    color: #0355a5 !important;
}
.sell-box p{
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 22px;
}
.sell-box p a{
  text-decoration: underline !important;
}
.sell-box .btn:hover{
  background-color: #0355a5;
  border-color: #0355a5;
  color: #fff !important;
}
.industry-box.industry-add{
  width: 66.66%;
}
.industry-box h3,.sell-box h3{
  font-weight: 600 !important;
  margin: 0px;
  font-size: 15px !important;
  border-bottom: 0px solid #ececec;
  color:#717171;
  margin-bottom: 0px;
  padding-bottom: 12px;
}
.industry-box p{
  font-weight: 500;
  margin-bottom: 0px;
  display: flex;
    align-items: center;
}
.industry-box p img{
  max-width: 21px;
  opacity: 0.7;
}
.industry-box p span{
  padding-left: 4px;
}
.mem-page .pr-detail-table .mem-detail-main .mem-detail{
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
}
.mem-page .mem-img{
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.mem-page .mem-img img{
  padding: 5px;
    padding-bottom: 0;
}
.mem-img img{
  max-width: 100%;
  padding: 8px;
    padding-bottom: 0;
}
.mem-page .mem-detail-in{
  width: calc(100% - 30px);
  padding-left: 9px;
}
.mem-page .mem-detail-in h3{
  margin-bottom: 5px !important;
  font-size: 12px !important;
}
.mem-page .ads-grid-list .ads-grid-row .panel-body p{
  font-size: 12px !important;
}
.edit-pages .left-title{
  padding-left: 0px;
  margin-top: 0px;
    margin-bottom: 18px;
}
.edit-pages .left-title::after{
  left: -20px;
}
.edit-pages form .form-group{
  margin-bottom: 16px;
}
.edit-pages form .mce-tinymce,.edit-pages form div.mce-edit-area,.edit-pages form .mce-panel{
  border-color: #e4e4e4 !important;
}
.adver-box{
  position: relative;
}
.delete-company-ads{
  position: absolute;
    right: 10px;
    top: 3px;
    color: #df3b36;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    transition: all 300ms ease;
}
.delete-company-ads:hover{
  color: #0355a5;
  text-decoration: underline !important;
}
.scrollable.padder{
  overflow: unset;
}
.ps-sticky{
  position: sticky;
    top: -30px;
    z-index: 9999;
}
.member-2-grid{
  display: flex;
  flex-wrap: wrap;
  width: unset !important;
  margin: 0px -10px;
}
.member-2-grid-inner{
  width: 50%;
  padding: 0px 10px;
  display: flex;
  margin-bottom: 20px;
}
.member-2-grid-inner > div{
  width: 100%;
  margin-bottom: 0px !important;
}
.mem-page .mem-part .mem-detail-main{
  padding: 15px 14px 16px 14px;
}
.mem-page .mem-detail-box{
  padding: 6px;
  display: flex;
}

@media(max-width: 1200px){
  .member-2-grid-inner{
    width: 100%;
  }
}

@media(max-width: 1024px){
  .dashboard-tabs .padder-v{
      border-bottom: 0px;
  }
  .dashboard-tabs .plugins-tab,
  .dashboard-tabs .account-tab{
    border-right: 0;
  }
  .dashboard-tabs .plugins-tab,
  .dashboard-tabs .items-tab{
    border-top: 0px;
  }
  .wel-author-box,.lic-box-main{
    width: 100%;
  }
  .wel-author-box{
    margin-bottom: 20px;
  }
  .lic-box-main .lic-box{
    padding-left: 10px;
    padding-right: 10px;
  }
  .wel-author-box .user-txt h2{
    font-size: 22px;
  }
  .pro-detail-page .change-pass-form td .btn{
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .ads-grid-list .ads-grid-row .panel-body .product-list .btn{
  font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

@media(max-width: 991px){
  .select-box,.search-by-tit{
    margin-bottom: 20px;
  }
  .pop-box{
    width: 90%;
  }
  .footer-content,.footer-con-link ul{
    text-align: center;
  }
  .footer-content{
    padding-bottom: 10px;
  }
  .login-height {
    min-height: calc(100vh - 137px) !important;
  }
  #content {
    min-height: calc(100vh - 196px);
  }
}


@media(max-width: 767px){

  .navigation-bar .navbar-header,
  .nav-content-part{
    width: 50%;
  }
  .navbar-header{
    text-align: left;
  }
  .navbar > .container .navbar-brand{
    padding-right: 0px;
  }
  .nav-content-part .collapse{
    display: block;
  }
  .nav-content-part .dropdown .dropdown-toggle .img-name{
    width: calc(100% - 60px);
    padding-left: 0px;
    text-align: right;
  }
  .nav-content-part .dropdown .dropdown-toggle .img-drop{
    padding-left: 6px;
    width: 60px;
    justify-content: flex-end;
  }
  .nav-content-part .navbar-collapse .navbar-right{
    margin: 0px;
    margin-top: 17px;
    margin-bottom: 7px;
    text-align: center;
  }
  .panel.sign-box{
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .dashboard-tabs .items-tab{
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid;
  }
  .dashboard-tabs .ticket-tab{
    border-right: 0px;
  }
  .nav-content-part .dropdown-menu{
    position: absolute;
    display: none;
  }
  .nav-content-part .open .dropdown-menu{
    position: absolute;
    display: block;
    background-color: #ffffff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    left: 25%;
  }
  .nav-content-part .dropdown-menu li a{
    padding: 11px 15px !important;
  }
  .nav-content-part .dropdown .dropdown-toggle{
    width: fit-content;
    font-size: 12px !important;
    line-height: 18px;
    margin-left: auto;
  }
  .nav-content-part .nav-user{
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
  }
  h2.panel-heading{
    font-size: 19px;
    line-height: 24px;
  }
  .table-responsive{
    border: 0px;
  }
  #frm_purchase_code .form-group{
    margin-bottom: 14px;
  }
  .change-pass-form .form-group > div{
    width: 100%;
  }
  .menu-link-box > ul{
    padding: 6px 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu-link-box > ul > li{
    width: unset;
    padding: 0px 14px 0px 14px;
    text-align: center;
  }
  .menu-link-box > ul > li:first-child{
    padding-left: 0px;
  }
  .menu-link-box > ul > li > a{
    padding: 8px 0px 8px 0px;
    font-size: 14px;
  }
  .lic-box-main{
    flex-wrap: wrap;
  }
  .lic-box-main .lic-box{
    width: 100%;
    padding: 0px;
    padding-top: 10px;
  }
  .search-by-tit{
    margin-top: 20px;
  }
  .change-pass-form .form-group .form-control{
    margin-bottom: 10px;
  }
  .change-pass-form .form-group{
    margin-bottom: 10px;
  }
  
  .pop-content h2{
    font-size: 20px;
  }
  .latest-box .view-all,.latest-box span{
    width: 100%;
    text-align: center;
  }
  .latest-box .view-all .man-btn{
    margin-top: 10px;
  }
  #content {
    min-height: calc(100vh - 298px);
  }
  .pro-img-form .bootstrap-filestyle{
    flex-direction: column;
  }
  .pro-img-form .bootstrap-filestyle .form-control,
  .pro-img-form .bootstrap-filestyle .btn{
    width: 100%;
    margin-left: 0px;
  }
  .mem-detail-main .mem-detail{
    width: 100%;
  }
  .prof-img span{
    display: block;
    margin-top: 3px;
  }
  .res-table{
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .res-table table{
    margin-bottom: 0px;
  }
  .pr-detail-table .mem-detail-main .mem-detail{
    width: 100%;
    border-right: 0px !important;
    border-top: 1px solid #f1f1f1 !important;
  }
  .pr-detail-table .mem-detail-main .mem-detail:first-child{
    border-top: 0px !important;
  }
  .pro-detail-page .prof-img .m-l-sm{
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 16px;
  }
  .industry-box,.industry-box.industry-add,.sell-box,.mem-detail-box{
    width: 100%;
  }
  .ps-sticky{
    position: unset;
  }
}

@media(max-width: 445px){
  .login-height {
    min-height: calc(100vh - 161px) !important;
  }
}