/* topbarrrers */
/* topbarrrers */
:root {
  --colore-main: #5A88FF;
  --colore-main_light: #e1a2e6;
  ----gray_text: #bdbcbc;
  ----gray_text_gg: #969696;
  --colore-two: rgb(55, 14, 90);
  --colore-white: #fff;
  --bar-white: #fff;
  --bar-white-gray: #e0e0e0;
}

html {
  background-color: #F9FAFE;
}

body,
* {
  -webkit-overflow-scrolling: touch;
  outline: none !important;
}

body {
  margin: 0px !important;
  padding: 0px !important;
}

body:not(input):not(textarea):not(button):not(.need_select) {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.need_select {
  -webkit-touch-callout: auto !important;
  /* iOS Safari */
  -webkit-user-select: auto !important;
  /* Safari */
  -khtml-user-select: auto !important;
  /* Konqueror HTML */
  -moz-user-select: auto !important;
  /* Old versions of Firefox */
  -ms-user-select: auto !important;
  /* Internet Explorer/Edge */
  user-select: auto !important;
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -webkit-tap-highlight-color: #aa5c02 !important;
  -webkit-tap-highlight-color: #aa5c02 !important;
}

.top-bar {
  display: none;
}

.top-bar,
.float-button,
.fake_top_bar {
  background: rgb(249, 213, 213);
  background: -moz-linear-gradient(180deg, rgba(249, 213, 213, 1) 0%, rgba(220, 235, 230, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(249, 213, 213, 1) 0%, rgba(220, 235, 230, 1) 100%);
  background: linear-gradient(180deg, rgba(249, 213, 213, 1) 0%, rgba(220, 235, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9d5d5", endColorstr="#dcebe6", GradientType=1);
  padding: 10px;
  color: #090909;
}

.top-bar button,
.fake_top_bar button {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  min-width: 40px;
  color: #090909;
  font-size: 16pt;
}

.menu_background {
  background-color: transparent;
}

.menu_colors {
  color: #333;
}

.menu_colors>b {
  color: #fff;
}

.main-menu-holder>button,
.menu-toggle>button {
  color: rgb(60, 60, 60);
}

.main-menu-holder>button>i {
  color: #5A88FF;
}

.active_code_counter {
  color: #5A88FF;
}

*:not(.selector):not("input"):not("textarea") {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-frame-xer {
  min-height: calc(100vh - 59px);

}

img {
  max-width: 100%;
}

.main-content-pages {
  overflow: auto;
  overflow-y: scroll;
}

select,
textarea,
input,
button {
  -webkit-appearance: none;
  border: 0px;
  -webkit-appearance: none;
  background-color: transparent;
}

.option-menu {
  position: relative;
}

#loader-cc {
  background-color: rgba(255, 255, 255, 0.9);
}

.lds-ellipsis div {
  background: #5A88FF;
}

.top-bar.trans {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 99;
}

.top-bar.trans button {
  border-radius: 50%;
  background-color: #31194E;
  padding: 0px;
  width: 30px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}

button {
  text-align: center;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

i {
  display: inline-block;
  vertical-align: middle;
}

button>i {
  margin: 0px auto;
}

.error-forms {
  border-color: darkred !important;
}

button:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  background-color: #1c1c1c !important;
  color: #fff;
  box-shadow: 0px 0px 20px #000 inset;
  border-radius: 10px;
}









/*/// menu ////*/

.menu-x {
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: calc(100vh);
  right: 0px;
  top: 0px;
  overflow: hidden;
  display: none;
}

.menu {
  position: fixed;
  width: 80%;
  max-width: 300px;
  height: calc(100vh);
  overflow: hidden;
  top: 0px;
  z-index: 2;
}

body[dir=ltr] .menu {
  left: -100%;
}

body[dir=rtl] .menu {
  right: -100%;
}

.menu-cc {
  position: relative;
  height: 100%;
}

#close-m {
  width: 40px;
  height: 40px;
  z-index: 100002;
  position: absolute;
  top: 0px;
  color: #fff;
}

body[dir=ltr] #close-m {
  right: 0px;
}

body[dir=rtl] #close-m {
  left: 0px;
}

body[dir=ltr] .extra-menu {
  right: 0px;
}

body[dir=rtl] .extra-menu {
  left: 0px;
}

.extra-menu {
  position: fixed;
  top: 0px;
  height: calc(100vh);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

body[dir=rtl] .extra-menu {
  left: -100%;
}

body[dir=ltr] .extra-menu {
  right: -100%;
}

.menu-user-section {
  padding: 10px 5px;
}

.menu-user-section img {
  width: 35px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 3px #75c6f3 solid;
}

.menu-user-section .menu-user-data {
  display: inline-block;
  vertical-align: middle;
  text-align: start;
  color: #fcfcfc;
}

.menu-user-data h2 {
  margin-bottom: 0px;
}

.main-menu-holder {
  overflow-y: scroll;
  padding: 10px 30px;
  height: calc(100vh - 150px);
  padding-bottom: 30px;
}

.main-menu-holder>button {
  display: block;
  width: 100%;
  margin: 7px 0px;
  padding: 7px 5px;
  text-align: start;
  background-color: transparent;
  border: 0px;
  font-size: 13pt;
}

.menu-toggle {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  display: none;
}

.menu-toggle>button {
  display: block;
  width: 100%;
  margin: 2px 0px;
  padding: 10px 5px;
  text-align: start;
  background-color: transparent;
  border: 0px;
  font-size: 13pt;
}

.main-menu-holder>button>i,
.menu-toggle>button>i {
  font-size: 15pt;
  vertical-align: middle;
  margin: 0px 5px;
  width: 15px;
  text-align: center;
}

.main-menu-holder>button>img,
.menu-toggle>button>img {
  width: 15px;
  height: auto;
  vertical-align: middle;
  margin: 0px 6px;
}

.main-menu-holder>button[no-link-menu] {
  text-align: center;
}








body.menu_opened {
  /*
	width: 100vw !important;
	height: 100vh !important;
*/
  overflow: hidden !important;
  /*
	background-position: right top !important;
	background-size: 100% 100%  !important;
	background-repeat: no-repeat !important;
*/
  background-image: url('../img-get/sp-bg.jpg') !important;
  background-position: center center !important;
  background-size: 100% 100% !important;

}

body.menu_opened .main-container {
  position: absolute !important;
  border-radius: 25px !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.375) !important;
  border: 5px rgba(0, 0, 0, 0.681) solid !important;
  overflow: hidden !important;
  ;
  position: absolute !important;
  width: 100vw !important;
  height: 100vh !important;
  display: block !important;
  background-color: #fff;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.main-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}

body[dir=rtl].menu_opened .main-container {
  right: 60%;
  top: 10%;
}

body[dir=lte].menu_opened .main-container {
  left: 60%;
  top: 10%;
}




/*/// menu ////*/

html {
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0px;
  right: 0px;
}

body {
  position: relative;
  z-index: 1;
  width: 100%;
}

body[dir=rtl] {
  direction: rtl;
  text-align: start;
}

button {
  border: 0px;
  background-color: #ededed;
  color: #333;
}

* {
  outline: none;
  box-shadow: 0px;
}

::-webkit-scrollbar {
  display: none;
}

#console-toggler {
  position: absolute;
  top: 40%;
  right: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #898989;
  color: #fff;
  display: none;
  z-index: 10000;
}

.main-container {
  height: 100%;
  position: relative;
  right: 0px;
  top: 0px;
  overflow: auto;
}

#main_log_data {
  position: absolute;
  width: 100%;
  bottom: 0px;
  right: 0px;
  height: 50%;
  background-color: #4b6fbe;
  display: none;
  z-index: 10000;
  overflow-y: scroll;
}

#main_log_data>div {
  margin: 5px;
  padding: 10px;
  background-color: #e8e8e8;
  color: #333;
  direction: ltr;
  text-align: left;
  overflow: auto;
  white-space: pre-line;
  font-size: 10pt;
}

.top-bar {
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
}

.top-bar:after {
  display: block;
  clear: both;
  content: '';
}

body[dir=rtl] .rights {
  float: right;
  text-align: right;
}

body[dir=rtl] .lefts {
  float: left;
  text-align: left;
}

body[dir=ltr] .rights {
  float: left;
  text-align: left;
}

body[dir=ltr] .lefts {
  float: right;
  text-align: right;
}

.centers {
  margin: 0px auto;
  display: inline-block;
}







/*/////b-bar////*/
.bottom-bar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: none;
  background-color: transparent;
  background-image: url(../img-get/sec_ba_bb.svg);
  background-repeat: no-repeat;
  background-position: center -20px;
  width: 370px;
  left: calc(50% - 185px);
  z-index: 199;
}

.bottom-bar:after {
  display: block;
  clear: both;
  content: "";
  display: none;
}

body[dir=rtl] .bottom-bar>button {
  float: right;
}

body[dir=ltr] .bottom-bar>button {
  float: left;
}

.bottom-bar[count="4"]>button {
  width: calc(25% - 20px);
}

.bottom-bar[count="3"]>button {
  width: 33.33333333333%;
}

.bottom-bar[count="5"]>button {
  width: 20%;
}

.bottom-bar>button {
  padding: 5px 0px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  background-color: transparent;
}

.bottom-bar>button>#notif-counter {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c74a46;
  color: #fff;
  text-align: center;
  font-size: 10pt;
  line-height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.bottom-bar>button>i {
  display: block;
  margin-bottom: 5px;
}

.bottom-bar>button {
  text-align: center;
}

.bottom-bar>button>img {
  margin-bottom: 5px;
  max-height: 25px;
  height: auto;
}

.bottom-bar>button>span {
  display: block;
  font-size: 9pt;
}

i {
  font-size: inherit;
}

.posrelative {
  position: relative;
}






.option-menus {
  position: absolute;
  border-radius: 20px;
  padding: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: none;
  z-index: 10000;
}

.option-menus[x=right] {
  left: calc(100% + 3px);
}

.option-menus[x=right0] {
  left: 3px;
}

.option-menus[x=left] {
  right: calc(100% + 3px);
}

.option-menus[x=left0] {
  right: 3px;
}

.option-menus[y=top] {
  bottom: calc(100% + 3px);
}

.option-menus[y=down],
.option-menus[y=bottom] {
  top: calc(100% + 3px);
}

.need-to-unhide {
  display: none;
}







.register-box .upload-holders-img-new {
  position: relative;
  top: -120px;
  margin-bottom: -110px;
}

.register-box .toggler+span {
  color: #fff;
}

.go_back_trans {
  padding: 10px;
}

.go_back_sub_active {
  color: #ffffff;
  font-size: 16pt;
  background-color: transparent;
}

.active_ok_button {
  border-radius: 25px;
  background-color: #5A88FF;
  text-align: center;
  font-size: 18pt;
  display: inline-block;
  color: #fff;
  display: none;
  padding: 10px 67px;
}

.active-sticky-bott {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding: 5px;
  background-color: #fff;
}

.active_code_counter {
  display: inline-block;
  background-color: transparent;
  padding: 13px 5px;
  font-size: 16pt;
}

.pages-contents {
  padding: 20px;
}

button.menu-user-section {
  color: #fff;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.upload-holders-img {
  text-align: center;
  margin: 20px 0px;
}

.upload-holders-img button {
  display: inline-block;
  background-color: transparent;
}

.upload-holders-img button img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px rgba(0, 0, 0, 0.1) solid;
}

.upload-holders-file {
  margin: 5px auto;
  position: relative;
}

.upload-holders-file>button {
  background-color: #F5F5F5;
  border: 1px #D6DADE solid;
  border-radius: 40px;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: start;
}

.upload-holders-file>button>i {
  color: #FFB742;
  border: 1px #FFB742 solid;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  float: left;
}

.upload-holders-file>i {
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 14pt;
  color: #27B86F;
  z-index: 3;
  display: none;
}

.upload-holders-file.upload_done>i {
  display: block;
}

.upload-holders-file.upload_done>button>i {
  display: none;
}





































/*  css loader  */
#loader-cc {
  position: fixed;
  width: 100vw;
  height: 100vh;
  right: 0px;
  top: 0px;
  z-index: 9999999999999999;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  display: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0px auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}







/*/////  checkboxs  /////*/
/*///////// checkbox /////////  */
.toggler {
  display: inline-block;
  padding-top: 4px;
}

.toggler input {
  display: none;
}

.toggler>label {
  display: block;
  position: relative;
  width: 50px;
  height: 25px;
  border: 1px solid #d6d6d6;
  border-radius: 36px;
  background: #e4e8e8;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px;
}

.toggler>span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  font-size: 13pt;
}

.toggler label::after {
  display: block;
  border-radius: 100%;
  background-color: #d7062a;
  content: '';
  -webkit-animation-name: toggler-size;
  animation-name: toggler-size;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.toggler label::after,
.toggler label .toggler-on,
.toggler label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
  transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
}

.toggler input:checked+label::after,
.toggler input:checked+label .toggler-on,
.toggler input:checked+label .toggler-off {
  left: 75%;
}

.toggler input:checked+label::after {
  background-color: #50ac5d;
  -webkit-animation-name: toggler-size2;
  animation-name: toggler-size2;
}

.toggler .toggler-on,
.toggler .toggler-off {
  opacity: 1;
  z-index: 2;
}

.toggler input:checked+label .toggler-off,
.toggler input:not(:checked)+label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}

.toggler .path {
  fill: none;
  stroke: #fefefe;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.checkbox-holdera button {
  background-color: transparent;
}



/*tabs*/
.tabs-cc>.tabs-bottom>div {
  display: none;
}

.tabs-cc>.tabs-bottom>div.active {
  display: block;
}

.ocor-content {
  display: none;
}

.ocordions.active>.ocor-content {
  display: block;
}



/*tabs*/














/*floated-butooon*/
.float-button {
  position: fixed;
  left: 10px;
  bottom: 110px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 19pt;
  line-height: 19px;
  z-index: 15;
  color: #5A88FF;
  border: 1px #5A88FF solid;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/*floated-butooon*/










.pop-image-selector {
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.pop-up-new-uploader-content {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
}

.pop-image-selector,
.pop-up-new-uploader-content {
  display: none;
}

.new-uploader-butsx {
  display: block;
  text-align: start;
  padding: 10px 15px;
  border-radius: 3px;
  width: 100%;
  font-size: 10pt;
  font-weight: normal;
}

.new-uploader-butsx i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14pt;
  margin-left: 5px;
}

.newfile-uploader-file {
  display: none !important;
}

.new-uploader-butsx.file-x-bobb {
  margin-bottom: 5px;
}

.new-uploader-butsx {
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(to bottom, #d3d3d3, #707070);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d3d3d3, endColorstr=#707070);
}

.new-uploader-butsx:first-child {
  margin-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.new-uploader-butsx.closer-x-bobb {}

.show-new-form-uploader-xx {
  margin: 5px 0px;
  text-align: left;
  padding: 5px;
  border-radius: 35px;
  border: 1px #a2a2a2 solid;
  padding-left: 10px;
  width: 100%;
  font-size: 8pt;
}

.show-new-form-uploader-xx img {
  width: 40px;
  margin: 0px 3px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

.new-file-uploader-content-image {
  text-align: left;
  position: relative;
}

.new-file-uploader-content-image>div>img {
  position: absolute;
  width: 117px;
  height: 50px;
  border-radius: 34px;
  3 position: absolute;
  left: 54px;
  top: -56px;
  z-index: 2;
}

.file-x-bobb {
  position: relative;
}

.file-x-bobb:after {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
}

.googolemapsdiv {
  min-height: 200px;
}




.offline_message {
  text-align: center;
  padding-top: 50px;
}

.offline_message h3 {
  font-size: 80pt;
  color: #f34444;
  margin-bottom: 30px;
}

.offline_message h2 {
  font-size: 25pt;
  color: #f73030;
  margin-bottom: 30px;
}

.offline_message>button {
  background-color: #0ba24c;
  color: #fff;
  font-size: 20pt;
  border-radius: 5px;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 50px;
}

.offline_message>button i {
  margin-left: 10px;
}

.connecting {
  position: fixed;
  z-index: 10000;
  top: 0px;
  right: 0px;
  padding: 1px 0px;
  text-align: center;
  background-color: #f45123;
  color: #fff;
  font-size: 5pt;
  width: 100%;
  display: none;
}

.connecting span {
  font-size: 5pt;
}

.error {
  display: block;
  margin: 30px;
  padding: 5px;
  text-align: center;
  background-color: #ee5757;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.top-bar>.lefts>.contols {
  display: none;
}

.counter {
  display: inline-block;
}

.counter>button {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #444444;
  background-color: transparent;
  font-size: 16pt;
}

.counter>input {
  border-radius: 5px;
  width: 45px;
  height: 28px;
  text-align: center;
  border: 1px #8a8a8a solid;
}

.time_pick {
  direction: ltr;
}

.timepicker_wrap {
  min-width: 290px;
}

.time_element {
  background-color: #fff;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}

.file-content {
  padding: 5px 0px;
  text-align: start;
}

.files-content-img {
  display: inline-block;
  width: 11.5%;
  margin: 2.4%;
  position: relative;
}

.files-content-img img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.files-content-img button {
  display: block;
  position: absolute;
  width: 100%;
  right: 0p;
  bottom: 0px;
  text-align: center;
  padding: 10px 0px;
  background-color: #860808;
  color: #fff;
  z-index: 5;
}

.fxcc {
  position: relative;
  cursor: pointer;
}

.fxcc:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#start_getting_files {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#main-upload-file-files-form {
  height: 0px;
  width: 0px;
  overflow: hidden;
}














/*////// maps ///////*/
.map-content-container {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.main-padd-map-cc {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.mapxasdasdx {
  height: 100%;
  width: 100%;
  right: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
}

.mapppxxx_locator {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 4;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  left: 10px;
  bottom: 10px;
}

.mapppxxx_locator img {
  width: 50%;
  height: auto;
}

.map-input-seracher {
  width: calc(100% - 90px);
  height: 40px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 4;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  left: 11px !important;
  top: 11px !important;
  line-height: 30px;
}

.mapxasdasdx .gm-fullscreen-control {
  display: none !important;
}

.main-map-cc-button [accept_map_select] {
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 10;
  background-color: #098607;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  right: 10px;
  bottom: 10px;
  padding: 0px 20px;
}

[ocordion-h].active button>.fa-angle-down {
  display: none;
}

[ocordion-h].active button>.fa-angle-up {
  display: inline-block;
}

[ocordion-h]:not(.active) button>.fa-angle-down {
  display: inline-block;
}

[ocordion-h]:not(.active) button>.fa-angle-up {
  display: none;
}

[ocordion-d] {
  display: none;
}

[ocordion-h].active [ocordion-d] {
  display: block;
}

[dir=ltr] {
  direction: ltr;
}

.notifcation_list {
  padding: 15px;
}

.notifcation_list>button {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0px;
  background-color: #ffffff;
  text-align: right;
  position: relative;
}

.notifcation_list>button.unreaded {
  background-color: #5A88FF;
  color: #fff;
}

.notifcation_list>button>i {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #a8a8a8;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 5px;
  bottom: 5px;
  line-height: 30px;
  font-size: 13pt;
}

.notifcation_list>button>b {
  display: block;
  font-size: 12pt;
  margin-bottom: 8px;
  font-weight: normal;
}

.notifcation_list>button>span {
  display: block;
  font-size: 9pt;
  color: #cccccc;
}

[add_fav] {
  font-size: 20pt;
  background-color: transparent;
  display: inline-block;
  padding: 5px;
  font-size: 16pt;
  color: #7f7f7f;
}

[add_fav].active {
  color: #df3d14;
}

.hass_selectors {
  position: relative;
}

.hass_selectors i {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 5;
  color: #333;
}

.popup-multi-selectors {
  position: fixed;
  height: 85%;
  width: 60%;
  right: 20%;
  top: 5%;
  background-color: #fff;
  padding: 15px;
  padding-bottom: 60px;
  z-index: 110;
  display: none;
}

.popup-multi-selectors-content>button {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #f3f3f3;
  margin: 5px 0px;
}

.popup-multi-selectors-content {
  height: 100%;
  overflow-y: scroll;
}

.popup-multi-selectors-content.hs_search {
  padding-top: 50px;
}

.popup-multi-selectors>button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: #f85757;
  color: #fff;
  padding: 10px 0px;
}

.toggler>input {
  display: none !important;
}

.top-home-search input {
  height: 40px;
  width: calc(100% - 100px);
  color: #333;
}

.top-home-search button {
  padding: 5px 10px;
  color: #5A88FF;
  font-size: 14pt;
  text-align: center;
  background-color: transparent;
  float: left;
}

.top-bar .centers img {
  height: 30px;
  width: auto;
}

.popup-multi-selectors-content .q_searcher {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  height: 50px;
  background-color: #f2f2f2;
}

.input_select_with_aaction_view {
  display: none;
}

.input_select_with_aaction_view.active {
  display: block;
}

.main-chat-cc {
  position: relative;
  height: calc(100vh - 148px);
  overflow: auto;
}

.back-red {
  background-color: #f85d5d;
  color: #fff;
}

.chat-bar-bottom-left {
  position: absolute;
  left: 3px;
  top: 7px;
  z-index: 10;
}

.chat-bar-bottom-right {
  float: right;
}

.chat-bar-bottom-center {
  float: right;
}

.chat-bar-bottom:after {
  display: block;
  content: "";
  clear: both;
}

.chat-bar-center {
  overflow-y: scroll;
}

.chat-bar-bottom {
  background-color: #fff;
  padding: 10px;
  box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10pt 10pt 0px 0px;
  margin: 0px 63px;
}

.chat_content {
  position: relative;
  margin: 15px 0px;
}

.chat_content.min-message .msg_right {
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
}

.chat_content.other-message .msg_right {
  position: absolute;
  z-index: 5;
  left: 5px;
  top: 5px;
}

.chat_content .msg_right img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px rgba(0, 0, 0, 0.01) solid;
}

.chat_content.min-message .msg_left {
  margin-right: 60px;
}

.chat_content.other-message .msg_left {
  margin-left: 60px;
}

.messge-content {
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
  width: 250px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  color: #333;
  position: relative;
  display: inline-block;
}

.chat_content.min-message .messge-content {
  background-color: #ffffff;
}

.chat_content.min-message .msg-check {
  position: absolute;
  left: 4px;
  bottom: 4px;
}

.chat_content.other-message .msg-check {
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.chat_content .msg-check.unreaded {
  color: #9e9e9e;
}

.chat_content .msg-check.readed {
  color: #46a908;
}

.msg-content-date {
  font-size: 7pt;
  padding: 3px;
  color: #d2d2d2;
  display: block;
  margin-bottom: -10px;
}

.msg-content-date>span {
  font-size: 7pt;
}

.msg-content-content {
  font-size: 9pt;
  padding: 3px;
  color: #4d4d4d;
  display: inline-block;
}

.msg-content-name {
  font-size: 9pt;
  padding: 3px;
  color: #055aa5;
  display: block;
  font-weight: bold;
}

.chat_content.other-message {
  text-align: left;
}

.pad-10-0 {
  padding-top: 10px;
  padding-bottom: 10px;
}

body>div:last-child {
  z-index: 150000;
}

.star_box {
  margin: 25px 10px;
}

.star_box:after {
  display: block;
  clear: both;
  content: "";
}

.star_box>button {
  float: right;
  width: 20%;
  padding: 10px 0px;
  text-align: center;
  font-size: 22pt;
  color: #a3a3a3;
  background-color: transparent;
}

.star_box>button.selected {
  color: #fbca36;
}

#chat_form_cc {
  display: block;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
}

.padd10 {
  padding: 15px;
}

.msg-content-content audio {
  width: 230px !important;
}

.notifcation_list>button>b audio {
  width: 100% !important;
}

select.error-forms {
  background-color: #ffd1d1 !important;
  border: 1px rgb(255, 126, 126) solid !important;
}

.flipped {
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}






















/*/////////////////////////toggler-front//////////////////////////*/
.toggler-front,
.toggler-front * {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggler-front>label {
  display: inline-block;
  vertical-align: middle;
}

.toggler-front>label input {
  display: none !important;
}

.toggler-front>label>span.inn-span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
}

.toggler-front>label>span.inn-span i {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20pt;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.toggler-front>label>span.inn-span .fa-circle-notch {
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  color: var(----gray_text_gg);
}

.toggler-front>label>span.inn-span .fa-check {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
  color: var(----gray_text_gg);
  font-size: 12pt;
}

.toggler-front>label>input:checked+span.inn-span .fa-check {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: var(--colore-main);
  opacity: 1;
  color: var(--colore-main);
}

.toggler-front>label>input:checked+span.inn-span .fa-circle-notch {
  -moz-transform: rotate(49deg);
  -webkit-transform: rotate(49deg);
  -o-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
  color: var(--colore-main);
}

.toggler-front>label>input:checked~span:not(.inn-span) {
  color: var(--colore-main);
}

.toggler-front>label>span:not(.inn-span) {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.dynamic-pop-ups {
  position: fixed;
  z-index: 5555;
  height: 100%;
  width: 100%;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.603);
  display: none;
}

.pops-content {
  position: absolute;
  z-index: 5;
  width: 40%;
  height: calc(100% - 170px);
  right: 30%;
  top: 120px;
  overflow-y: scroll;
  padding: 10px;
  z-index: 10;
  background-color: #fff;
}

.dynamic-pop-ups>button {
  z-index: 10;
  bottom: 0px;
  right: 30%;
  width: 40%;
  height: 50px;
  padding: 10px;
  background-color: #e4e4e4;
  color: #333;
  text-align: center;
  position: absolute;
}

.pops-shadows-title {
  border-radius: 20px 20px 0px 0px;
  background-color: var(--colore-main);
  color: #fff;
  padding: 10px;
  position: absolute;
  z-index: 10;
  top: 80px;
  height: 40px;
  width: 40%;
  right: 30%;
}

.dynamic-pop-downs {
  position: fixed;
  z-index: 1510;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background-color: #fff;
  /*
	min-height: 40vh;
*/
  display: none;
  border-radius: 5px 5px 0px 0px;
}

.popsdown-shadows-title {
  background-color: var(--colore-main);
  padding: 10px;
  margin-bottom: 5px;
  color: #fff;
  text-align: start;
  border-radius: 5px 5px 0px 0px;
}

.dynamic-pop-downs>button {
  position: absolute;
  padding: 5px 15px;
  background-color: rgb(65, 65, 65);
  color: #fff;
  font-size: 10pt;
  display: block;
  border-radius: 5px;
}

body[dir=rtl] .dynamic-pop-downs>button {
  left: 5px;
  top: 5px;
}

body[dir=ltr] .dynamic-pop-downs>button {
  right: 5px;
  top: 5px;
}

.patopb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}


/* ///////////////////// */
.new_bar_top {
  position: relative;
  background-color: #5A88FF;
  border-radius: 0px 0px 0px 70px;
  z-index: 1000;
}

.new_bar_top::before {
  content: "";
  position: absolute;
  background-image: url('../img-get/mask.png');
  width: 127px;
  height: 42px;
  right: 0px;
  top: calc(100% - 2px);
  z-index: 10;
  background-size: 100% 100%;
}

.top_section_top_bar::after {
  display: block;
  clear: both;
  content: "";
}

.new_bar_top_right {
  float: right;
  z-index: 6;
  position: relative;
}

.new_bar_top_left {
  float: left;
  z-index: 6;
  position: relative;
}

.clearfix-all {
  clear: both;
}

.new_bar_top_center {
  text-align: center;
  position: relative;
  top: 20px;
  color: #fff;
  margin-bottom: -15px;
  z-index: 2;
}

.new_bar_top_right>button {
  display: inline-block;
  padding: 10px 15px;
  background-color: transparent;
  padding-right: 5px;
}

.bottom_section_top_bar {
  position: relative;
  z-index: 6;
  margin-bottom: 40px;
  text-align: center;
}

.bottom_section_top_bar span {
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.bottom_section_top_bar b {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16pt;
  margin-bottom: -15px;
}

[d_status=service_provider] [handel_go=registe_driver_dd] {
  display: none !important;
}