/* main style */
/*main screen*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  padding: 20px 10px;
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  margin-bottom: 60px;
  z-index: 10000000;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 20px;
  z-index: 999999991;
}

header.scrollSearch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f5f3f3;
}

header.scrollSearch input.sch-searchField {
  background-color: #fff;
}

.header-logo,
.crmLogout {
  z-index: 100000000;
}

.header-logo img {
  width: 58px;
  height: 64px;
}

h3 {
  font-size: 30px;
  color: #320d57;
}

h3.main-ttl {
  margin-bottom: 30px;
}

/*Statuses*/
.status--gray {
  background-color: #e3dfdf;
}

.status--gray .ui-ddbtnvalue {
  color: #696969;
}

.status--yellow {
  background-color: #f7f79a;
}

.status--yellow .ui-ddbtnvalue {
  color: #a38506;
}

.status--fuchsia {
  background-color: #ebc9de;
}

.status--fuchsia .ui-ddbtnvalue {
  color: #ee4b95;
}

.status--air {
  background-color: #bbdaea;
}

.status--air .ui-ddbtnvalue {
  color: #387ea5;
}

.status--ftd {
  background-color: #cdeeee;
}

.status--ftd .ui-ddbtnvalue {
  color: #049999;
}

/*Statuses*/
.crmLogout {
  margin-left: 15px;
}

/*members icons*/
.member-icon-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.member-icon-wrapper i,
.member-icon-wrapper span {
  display: inline-block;
  vertical-align: middle;
}

.member-icon-wrapper i {
  width: 30px;
  height: 30px;
}

.member-icon-wrapper span {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #320d57;
}

.m--admin {
  width: 16px;
  height: 16px;
  mask: url(../img/users/admin.svg);
  -webkit-mask: url(../img/users/admin.svg);
  background: #cd1874;
}

/* .m--u-conv {
	background: url(../img/users/u-conv.png) no-repeat center center;
} */
.m--u-ret {
  background: url(../img/users/u-ret.png) no-repeat center center;
}

.m--m-conv {
  mask: url(../img/users/man-conv.svg);
  -webkit-mask: url(../img/users/man-conv.svg);
  background: #cd1874;
}

.m--m-ret {
  mask: url(../img/users/man-ret.svg);
  -webkit-mask: url(../img/users/man-ret.svg);
  background: #cd1874;
}

/*members icons*/
/* The container */
.filterList label,
label.ccheck {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.ccheck {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 300;
}

/* Hide the browser's default checkbox */
.filterList input,
.ccheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #cf3e7e;
  border-radius: 3px;
  height: 13px;
  width: 13px;
}

.filter_name {
  margin-left: 7px;
}

/* When the checkbox is checked, add a blue background */
.filterList input:checked ~ .checkmark,
.ccheck input:checked ~ .checkmark,
.dMT5Corr:checked ~ .checkmark,
.dMTRVis:checked ~ .checkmark,
.dMTRHid:checked ~ .checkmark {
  border: 1px solid transparent;
  background-image: -moz-linear-gradient(20deg, rgb(207, 62, 126) 40%, rgb(162, 33, 110) 100%);
  background-image: -webkit-linear-gradient(20deg, rgb(207, 62, 126) 40%, rgb(162, 33, 110) 100%);
  background-image: -ms-linear-gradient(20deg, rgb(207, 62, 126) 40%, rgb(162, 33, 110) 100%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filterList input:checked ~ .checkmark:after,
.ccheck input:checked ~ .checkmark:after,
.dMT5Corr:checked ~ .checkmark:after,
.dMTRVis:checked ~ .checkmark:after,
.dMTRHid:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filterList .checkmark:after,
.ccheck .checkmark:after {
  content: "";
  display: none;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 8px;
  height: 3px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-50deg);
}

.select--custom {
  min-width: 35px;
  padding: 0 15px 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #320d57;
  background: #fff;
  cursor: pointer;
}

th {
  text-align: left;
}

.calling {
  background: #faeff4;
  box-shadow: 0 6px 12px rgb(241, 214, 228);
}

.phone_number {
  text-decoration: none;
  display: block;
  float: left;
}

.row--active td {
  border-top: 2px solid #bbdaea;
  border-bottom: 2px solid #bbdaea;
}

.row--active td:first-child {
  border-left: 2px solid #bbdaea;
}

.row--active td:last-child {
  border-right: 2px solid #bbdaea;
}

.row--active {
  border-radius: 20px;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
}

table {
  border-spacing: 0px;
  border-style: hidden;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #320d57;
}

th {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  vertical-align: bottom;
}

.conversion--user #conversionT .row--active td:nth-of-type(2) {
  border-left: 2px solid #bbdaea;
}

#conversionT tr:nth-child(odd) {
  background: #f1f8fb;
}
#conversionT tr td:first-child {
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
}
#conversionT tr td:last-child {
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
#conversionT tr td {
  height: 50px;
}
#conversionT .phone_number {
  text-decoration: none;
}

.td--name {
  font-weight: 400;
}

.td--lp a {
  color: #d03e7e;
  text-decoration: none;
}

.td--employee .ui-ddbtnvalue {
  color: #d03e7e;
}

.td--employee .ui-ddbtn,
.td--comment .ui-ddbtn {
  padding: 5px 0px;
}

.td--comment .ui-ddbtn span {
  color: #d03e7e;
}

.td--checkbox {
  padding: 0 25px;
}

.smalllst {
  margin-top: 5px;
  font-size: 11px;
  color: #7d6f8f;
}

td .btn-group {
  max-width: 150px;
  width: 100% !important;
}

.btn-group .dropdown-toggle {
  text-align: left;
  line-height: 25px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  min-width: auto;
}

.country-counter {
  position: relative;
  width: 25px;
  height: 15px;
  display: none;
  vertical-align: middle;
  background: #fff;
  border-radius: 5px;
  font-weight: 300;
  font-size: 11px;
  color: #b12b73;
  line-height: 15px;
  margin-right: 10px;
  top: 0px;
  text-align: center;
}

.country-counter span {
  width: 25px;
  display: block;
  border: 1px solid #ce3d7d;
  border-radius: 5px;
}

.country-counter::after {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 5px;
  display: block;
  content: "";
  width: 27px;
  height: 17px;
}

.btn-group .dropdown-menu {
  min-width: 192px;
  font-size: 14px;
  color: #1e1b48;
  left: -17px;
}

.btn-group #countryshow ul,
.btn-group #employeeshow ul,
.btn-group #salestatus ul {
  max-height: 174px;
}

.btn-group #landingshow {
  max-height: 350px;
}

.open > .dropdown-menu {
  border: 1px solid rgb(254, 238, 244);
  padding: 15px 10px;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
}

/* width */
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background: #faeff4;
}

::-webkit-scrollbar-track {
  background: #faeff4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  width: 10px;
  height: 20px;
  background: #f1c4da;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #efb1cf;
}

::-webkit-scrollbar-track-piece {
  background: #faeff4;
}

/* Buttons */
::-webkit-scrollbar-button {
  background: #faeff4;
  border-style: solid;
  height: 16px;
  width: 16px;
}

/* Up */
::-webkit-scrollbar-button:vertical:decrement {
  border: 0;
  background: url(../img/scrollpull1.png) no-repeat center center;
}

::-webkit-scrollbar-button:vertical:decrement:hover {
  border: 0;
  background: url(../img/scrollpull1.png) no-repeat center center;
}

::-webkit-scrollbar-button:horizontal:decrement {
  border: 0;
  background: url(../img/pullleftscroll.png) no-repeat center center;
}

::-webkit-scrollbar-button:horizontal:decrement:hover {
  border: 0;
  background: url(../img/pullleftscroll.png) no-repeat center center;
}

/* Down */
::-webkit-scrollbar-button:vertical:increment {
  border: 0;
  background: url(../img/scrollpull2.png) no-repeat center center;
}

::-webkit-scrollbar-button:vertical:increment:hover {
  border: 0;
  background: url(../img/scrollpull2.png) no-repeat center center;
}

/* Down */
::-webkit-scrollbar-button:horizontal:increment {
  border: 0;
  background: url(../img/pullrightscroll.png) no-repeat center center;
}

::-webkit-scrollbar-button:horizontal:increment:hover {
  border: 0;
  background: url(../img/pullrightscroll.png) no-repeat center center;
}

.btn-group .filtersearch {
  background: #faeff4;
}

.btn-group .filtersearch {
  padding: 7px;
  border-radius: 15px;
  font-size: 16px;
  color: #320d57;
}

.btn-group .filtersearch::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .filtersearch::-moz-placeholder {
  /* Firefox 19+ */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .filtersearch:-ms-input-placeholder {
  /* IE 10+ */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .filtersearch:-moz-placeholder {
  /* Firefox 18- */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .filtersearch2 {
  background: #faeff4;
}

.btn-group .filtersearch2 {
  padding: 7px;
  border-radius: 15px;
  font-size: 16px;
  color: #320d57;
}

.btn-group .filtersearch2::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .filtersearch2::-moz-placeholder {
  /* Firefox 19+ */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .filtersearch2:-ms-input-placeholder {
  /* IE 10+ */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .filtersearch2:-moz-placeholder {
  /* Firefox 18- */
  color: #cd1874;
  font-weight: 300;
  font-size: 14px;
}

.btn-group .selectedcountry,
.selectedemployee,
.selectedsalestatus {
  padding: 3px 3px 3px 7px;
}

.btn-group .filterList {
  margin-left: 7px;
}

.btn-group .clearsearch {
  top: 25px;
  right: 20px;
}

div.datepicker {
  margin-left: -30px;
}

div.datepicker .datepickerContainer a {
  font-size: 14px;
  color: #320d57;
}

div.datepicker .datepickerContainer th {
  font-size: 14px;
  color: #320d57;
}

.datepicker .datepickerContainer {
  background: #fff;
}

div.datepicker .datepickerContainer td.datepickerNotInMonth a {
  color: #7d6f8f;
}

.datepickerContainer th {
  padding-bottom: 0px;
}

.datepickerContainer {
  padding: 40px 15px;
  border: 1px solid #feeef4;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
  z-index: 1000;
}

.datepickerContainer .datepickerSpace div {
  width: 50px;
}

.datepickerContainer thead {
  border-bottom: 1px solid #faeff4;
}

.datepickerContainer .datepickerDoW th {
  padding-top: 20px;
  padding-bottom: 10px;
}

.datepickerDays tr:first-child td,
.datepickerDays tr:first-child th {
  padding-top: 10px;
}

div.datepicker .datepickerContainer table td {
  padding: 0 4px;
}

.datepickerContainer tbody.datepickerDays td.datepickerSelected,
.datepickerContainer tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #faeff4;
}

.datepickerContainer {
  width: auto !important;
  height: auto !important;
}

.datepickerContainer .datepickerGoPrev span {
  width: 10px;
  height: 15px;
  color: transparent;
  background: url(../img/pullleft.png) no-repeat center center;
}

.datepickerContainer .datepickerGoNext span {
  width: 10px;
  height: 15px;
  color: transparent;
  background: url(../img/pullright.png) no-repeat center center;
}

div.datepicker .datepickerContainer a:hover,
div.datepicker .datepickerContainer a:hover {
  color: #9a6ec5;
}

.reg-filt {
  display: block;
  cursor: pointer;
}

.reg-date-filter-btn {
  display: block;
  padding: 0px 0 0 20px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 0;
}

.createdtime--filter {
  position: absolute;
  opacity: 0;
  z-index: -10;
}

.createdtime--filter input {
  position: relative;
  top: -25px;
}

.reg-date-filter-btn span {
  background: linear-gradient(to right, #ce3d7d, #961a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.control-btn-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.filter--clear-btn {
  margin-left: auto;
  display: none;
}

.control-btn-list .btn {
  margin-left: 20px;
}

.control-btn-list .btn:first-child {
  margin-left: 0;
}

.control-btn-list .btn:last-child {
  margin-left: auto;
}

.control-btn-list .statusbtn {
  margin-left: 20px !important;
}

.footer-list {
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.limit-wrapper .limit-txt {
  display: inline-block;
  vertical-align: middle;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #320d57;
  margin-right: 5px;
}

table.table {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

table.table th:first-child,
table.table td:first-child {
  padding-left: 25px;
}

table.table td,
table.table th {
  padding-right: 25px;
}

.email-wrap,
.call-last-time {
  color: #7d6f8f;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}

.td--home {
  padding-right: 12px;
}

footer {
  padding-bottom: 50px;
}

.login--error {
  display: none;
  color: red;
  margin: 10px 0;
}

.preloader {
  display: none;
}

/*anim preloader*/
.crm-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
}

.crm-preloader > object {
  position: relative;
  width: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#landingshow3 li,
#landingshow4 li,
.selectedlanding li,
#affidshow2 li {
  list-style-type: none;
}

.relativeBlock {
  position: relative;
}
.relativeBlock .clearsearch {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.landinglist label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#landingshow3 li:first-child {
  margin: 15px 0;
  padding-left: 20px;
  color: rgba(106, 175, 179, 0.77);
}

#landingshow3 .greenItem,
#landingshow2 label:first-child,
.selectedListItem {
  color: rgb(47, 138, 143);
}

.selectedlanding .blackItem {
  color: #000;
}

.affiliatesHead {
  margin: 15px 0;
  padding-left: 20px;
  color: rgba(30, 27, 72, 0.42) !important;
}

#landingshow3,
#landingshow4 {
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
}

.blackcolor {
  color: #000;
}

.online-user {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00c935;
}

.td-online {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.user-location {
  z-index: 2;
  position: absolute;
  min-width: 150px;
  padding: 2px 10px;
  top: 100%;
  left: 0;
  display: none;
  transition: all ease 0.3s;
  background: #fff;
  text-align: center;
  transform: translate(-25%);
  font-size: 16px;
  min-height: 10px;
}

.td-online:hover .user-location {
  display: block;
}

.online-column-heading .filter-sort-wrapper {
  float: right;
}

.online-title-wrap {
  display: flex;
}

#deposit-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.deposit-navigation {
  padding: 50px 0;
  padding-left: 15px;
  display: flex;
}

.greenBg {
  background: #dcfed0;
}

.ftdep {
  background-image: url("../img/depositIcons/FTD1.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: 10px;
  background-position-y: center;
  width: 100px;
}

.tdep {
  background-image: url("../img/depositIcons/TD1.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: 10px;
  background-position-y: center;
  width: 100px;
}

.failure {
  background-image: url("../img/depositIcons/TD2.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: 10px;
  background-position-y: center;
  width: 100px;
}

.yellowBg {
  background-color: #fffcb3;
}

.deposit-ttl {
  padding-left: 15px;
  font-weight: 300;
  margin-bottom: 30px;
}

.online-title-wrap {
  margin-bottom: 2px;
}

.online-title-wrap svg .st0,
.online-btn svg .st0 {
  fill: #02C934;
}
.online-title-wrap svg .st1,
.online-btn svg .st1 {
  fill: #320D57;
  stroke: #320D57;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}

.phone-color {
  color: #cd1874;
}

.phone_number svg,
.status-settings--btn svg,
.member-drop--btn svg,
.theme-color-open--btn svg,
.notif-settings-open--btn svg,
.feedback-open--btn svg,
.crmLogout svg,
.online-popup-controls svg,
.cancelfilter svg,
.clearsearch svg,
.sch-clear svg,
.call-date-icon svg,
.btn--ss-group-color-change svg,
.fav__item svg {
  fill: #cd1874;
}

.member-drop-list a {
  display: flex !important;
  justify-content: start;
  align-items: center;
}

.online-popup-controls {
  display: flex;
}

#filterToggle svg,
.user_home svg,
.home--tbl-cell svg {
  fill: #320d57;
}

.popupWindow .closebtn {
  top: 10px;
}

.user_reply {
  line-height: 20px;
}

.limit-wrapper {
  position: relative;
}
.limit-wrapper::after {
  content: "";
  position: absolute;
  left: 95%;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/pulldown.svg) no-repeat center;
  mask: url(../img/pulldown.svg) no-repeat center;
  background: #cd1874;
  transform: translate(-50%, 25%);
}

#online-showch2 {
  position: relative;
  padding-left: 20px;
  padding-right: 65px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #320d57;
  line-height: 18px;
  border: 0;
  border-radius: 20px;
  background: #faeff4;
}

.country-btn,
.salestatus-btn,
.employee-btn,
.landing-btn,
.reg-date-filter-btn,
.affid-btn {
  position: relative;
}
.country-btn::before,
.salestatus-btn::before,
.employee-btn::before,
.landing-btn::before,
.reg-date-filter-btn::before,
.affid-btn::before {
  content: "";
  position: absolute;
  left: 9px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/filter-btn-bg.svg) no-repeat center;
  mask: url(../img/filter-btn-bg.svg) no-repeat center;
  background: #cd1874;
  transform: translate(-50%, 0);
}

.reg-date-filter-btn::before {
  transform: translate(-50%, 25%);
}

.droplisticon {
  position: relative;
}
.droplisticon::after {
  content: "";
  position: absolute;
  left: 45%;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/pulldown.svg) no-repeat center;
  mask: url(../img/pulldown.svg) no-repeat center;
  background: #cd1874;
  transform: translate(-50%, 10%);
}

.commentWindow .ui-ddbox {
  position: relative;
}
.commentWindow .ui-ddbox::after {
  content: "";
  position: absolute;
  left: 95%;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/pulldown.svg) no-repeat center;
  mask: url(../img/pulldown.svg) no-repeat center;
  background: #cd1874;
  transform: translate(-50%, 55%);
}

.dolsvg .st0,
.user_type svg {
  fill: #320D5A;
}

.dolsvg .st1 {
  fill: #ffffff;
}

input[type=text], textarea {
  -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;
  outline: none;
}

.popupWindow::before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
}

.popupWindow {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #320d57;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
  z-index: 9999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popupWindow ::selection {
  background: #fc3a6b;
  color: #fff;
}

.popupWindow a {
  color: #24c6dc;
}

.popupWindow h3 {
  font-size: 14px;
}

.popupWindow select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.popupWindow textarea:focus, input:focus, button:focus {
  outline: none;
}

.popupWindow button:hover {
  cursor: pointer;
}

.bigWindow {
  width: 748px;
}

.smallWindow {
  width: 500px;
}

.popupWhite {
  overflow: hidden;
  height: 100%;
  border-radius: 5px;
}

.dlabel {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 4px;
}

.popupWindow .dinput {
  display: block;
  width: 100%;
  padding: 3px 6px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 18px;
  margin-bottom: 0;
}

.bigWindow .dinput {
  height: 25px;
}

.smallWindow .dinput {
  height: 32px;
}

.dinput:hover {
  background: rgba(81, 74, 157, 0.2);
}

.dinput:disabled {
  background: rgba(86, 170, 31, 0.3);
}

.dinputSuccess {
  background: rgba(86, 170, 31, 0.3);
}

.dmethod {
  margin-left: 5px;
}

.simple-msg {
  width: 320px;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px #2979ff solid;
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -160px;
  margin-left: -160px;
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 10px 10px;
  font-family: Tahoma, Arial;
}

.popupHeader::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: -2px;
}

.popupWindow .popupHeader {
  font-size: 24px;
  font-weight: 400;
  z-index: 999;
  position: relative;
  padding: 21px 30px;
  background: #fff;
}

.popupHeader span {
  font-size: 24px !important;
}

.popupFooter::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 2px;
}

.popupFooter {
  border-top: 1px solid #f5e0ea;
  z-index: 999;
  position: relative;
  padding: 20px 0;
  background: #fff;
}

.closebtn, .closebtn-ss-window {
  float: right;
  border: 0 none;
  border-radius: 50%;
  color: transparent;
  height: 25px;
  width: 25px;
  font-size: 25px;
  line-height: 25px;
  mask: url(../img/cancel-flter.svg);
  -webkit-mask: url(../img/cancel-flter.svg);
  background: #c71663;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
  margin-right: 25px;
  position: absolute;
  font-weight: bold;
  top: 0;
  right: 0;
  z-index: 9999;
}

.bg-cover {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  display: none;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
}

.greytext {
  color: grey;
  font-size: 14px;
}

.window_holder .popupSelect {
  position: relative;
  border-radius: 5px;
  padding: 6px 22px 6px 6px;
  font-size: 16px;
}

.bulkemployee {
  min-width: 100%;
}

/* .SubmitPopup{
  margin:0 auto;
  display: block;
  transition: all 0.1s ease;
  background: $gradient1;
  position: relative;
  z-index: 9999;
  box-shadow: 0 0px 0px 0px rgba(0,0,0,0.5);
  border:0;
  border-radius: 50px;
  color: #fff;
  font-size: $text16;
  padding: 8px 22px;
  font-weight: $light-font;
} */
/* .SubmitPopup:hover{
  box-shadow: 0 3px 24px 0px rgba(0,0,0,0.5);
  background: $gradient1;
  color: #fff;
  font-weight: $light-font;
  cursor:pointer;
} */
.SubmitPopup:disabled:hover {
  cursor: default;
}

.window_holder .depositinputerror {
  border: 1px solid tomato;
}

.depositErrorDescription {
  display: none;
}

.depositResult {
  opacity: 0;
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0px 90px 0px rgba(0, 0, 0, 0.3);
  left: 50%;
  padding: 5px;
  position: fixed;
  padding-bottom: 20px;
  top: 50%;
  transform: translate(-50%, -50.1%);
  width: 300px;
  z-index: 0;
  text-align: center;
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
}

.depositSuccessShow {
  z-index: 10011;
  opacity: 1;
}

.depositFailureShow {
  z-index: 10011;
  opacity: 1;
}

.depositSContainer {
  position: relative;
  padding-top: 32px;
}

.confirmDS {
  background: #70e481;
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 27px;
  text-transform: uppercase;
  transition: all 0.1s ease;
}

.confirmDS:hover {
  background: #fc3a6b;
}

.confirmMessage {
  bottom: 0;
  color: #70e481;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
}

.confirmDescr {
  padding-bottom: 20px;
  font-size: 14px;
}

.cdSpan {
  display: none;
}

.cdSpan span, .cdTransS {
  font-weight: bold;
}

.window_holder .depositmark i {
  background: #70e481;
  border-radius: 50%;
  color: #fff;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  line-height: 99px;
  font-size: 74px;
}

.SubmitDeposit {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  transition: all 0.1s ease;
  background: transparent linear-gradient(to left, #24c6dc, #514a9d) repeat scroll 0 0;
  position: relative;
  z-index: 9999;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  padding: 0 22px;
  text-transform: uppercase;
  font-weight: 300;
  height: 28px;
  line-height: 28px;
  transition: 0.15s all ease;
}

.SubmitDeposit:hover {
  box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.5);
  background: transparent linear-gradient(to left, #24c6dc, #514a9d) repeat scroll 0 0;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.SubmitDeposit:disabled:hover {
  cursor: default;
}

.window_holder .dCVV2 {
  width: 50px;
}

.checkingSavedCC {
  color: grey;
}

.creditCard::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: calc(100% - 4px);
  left: 2px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 2px;
  width: calc(100% - 4px);
}

.creditCard {
  background: rgba(0, 0, 0, 0) linear-gradient(to left, #24c6dc, #514a9d) repeat scroll 0 0;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  width: 40%;
  margin-top: 12px;
}

.savedCreditCard:after {
  background: rgba(81, 74, 157, 0.2);
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -3;
}

.window_holder .dExpMonth {
  width: 50px;
  float: left;
  border-right: none;
  border-radius: 5px 0 0 5px;
  margin-bottom: 0;
  height: auto;
  box-sizing: inherit;
}

.window_holder .dExpYear {
  width: 64px;
  float: left;
  border-left: none;
  border-radius: 0 5px 5px 0;
  margin-bottom: 0;
  height: auto;
  box-sizing: inherit;
}

.window_holder .dCardNum {
  letter-spacing: 1px;
}

.window_holder .betweenexpmandy {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left: none;
  border-right: none;
  display: inline;
  float: left;
  color: grey;
  padding: 3px 0;
  border-radius: 0;
  width: auto;
}

.window_holder .betweenexpmandydis {
  background: rgba(86, 170, 31, 0.3);
}

.dnumber {
  position: relative;
  z-index: 9999;
  display: inline-block;
  border-radius: 5px;
}

.window_holder .dcurrency {
  position: relative;
  z-index: 9999;
  display: inline-block;
  width: 100%;
  padding-right: 32px;
}

.window_holder .dcurrency:disabled {
  background: transparent;
}

.deposit-floor2 {
  background: #fff;
  z-index: 999;
  position: relative;
  padding: 20px 30px 20px 30px;
}

button.loading span {
  display: none;
}

button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  border: 2px dotted #9c1e6c;
  border-radius: 50%;
  border-left: none;
  border-bottom: none;
  -webkit-transition: opacity 0.1s 0.4s;
  transition: opacity 0.1s 0.4s;
  opacity: 0;
  box-shadow: none;
}

button.loading {
  padding: 14px;
  font-size: 0;
}
button.loading:after {
  opacity: 1;
  animation: rotate 0.5s 0.4s infinite linear;
}

button.loadingS {
  background: #70e481;
}

button.loadingF {
  background: #fc3a6b;
}

.depositFailureShow .depositmark i {
  background: #fc3a6b;
}

.depositFailureShow .confirmMessage {
  color: #fc3a6b;
}

.depositFailureShow .confirmDS {
  background: #fc3a6b;
}

.success {
  transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
  transform: scale(60);
  opacity: 0.9;
  left: 0;
}
.success:after {
  transition: opacity 0.1s 0s;
  opacity: 0;
  animation: none;
}

button.loadingS:hover {
  box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.5);
  background: #70e481;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

button.loadingF:hover {
  box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.5);
  background: #fc3a6b;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.bigWindow2 {
  width: 790px;
}

@keyframes animRipple {
  to {
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
.commentWindow {
  width: 860px;
}

.CWComment {
  margin-top: 10px;
  margin-bottom: 5px;
  background: #fff;
  border-bottom: 1px solid #f5e0ea;
  padding: 30px;
  position: relative;
}

.CWdate {
  font-size: 11px;
  color: #7d6f8f;
}

.CWSubject {
  font-size: 16px;
}

.CWbody {
  font-size: 16px;
  line-height: 20px;
  color: #320d57;
}

.CWCContainer {
  overflow-y: auto;
  height: 426px;
}

.CW-footer::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 2px;
}

.CW-footer {
  /* height: 80%; */
  z-index: 999;
  position: relative;
  padding: 20px 30px 0 30px;
}

.CWRight textarea.CWFormBody {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #320d57;
  position: relative;
  height: 298px;
  width: 100%;
  border: 1px solid #f5e0ea !important;
  padding: 20px 25px;
  resize: none;
}

.CWRight {
  position: relative;
  background: #fff;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  flex-grow: 1;
  width: 50%;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.CWLeft {
  width: 60%;
  position: relative;
  padding: 0px;
  background: #fff;
}

.CWCContainer::-webkit-scrollbar {
  width: 15px;
}

.CWCContainer::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
}

.CWCContainer::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.ui-ddbox {
  display: block;
  float: left;
  position: relative;
  border-radius: 15px;
  height: 28px;
}

.ui-ddbtn {
  background: transparent;
  border: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #d03e7e;
  padding: 7px 20px;
  position: relative;
}

.ui-ddbtn:hover {
  cursor: pointer;
}

.ui-ddbtn i {
  margin-left: 5px;
}

.ui-ddbody {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 19px 70px 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  float: left;
  left: 0;
  list-style: outside none none;
  margin: 0;
  min-width: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 29px;
  width: 100%;
  z-index: 9999;
  transition: all 0.2s ease;
  opacity: 0;
}

.ui-ddbody h3 {
  font-weight: normal;
  font-size: 14px;
  font-weight: 600;
  color: #9f9f9f;
}

.ui-ddbody ul {
  list-style: none;
}

.ui-ddbody li {
  font-weight: normal;
  font-size: 11px;
  padding: 3px 0;
  color: #320d57;
}

.ui-ddbody li:hover {
  cursor: pointer;
  background: #ebc9de;
}

.ui-ddsection {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 5px;
}

.ui-ddsection ul {
  margin: 0;
  padding: 0;
}

.ui-ddsection:nth-child(1) {
  border-top: none;
}

.ui-ddbutntolist {
  width: 100%;
  font-weight: 600;
  padding: 5px;
  text-align: left;
  background: transparent;
  border: none;
}

.ui-ddbutntolist:hover {
  background: #c9ccd1;
  cursor: pointer;
}

.ui-ddopen .ui-ddbody {
  opacity: 1;
  visibility: visible;
}

.commentWindow .ui-ddopen .ui-ddbody {
  z-index: 99999999;
}

/*deposit table popup dropdown style*/
.depTblPopup .ui-ddbody {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}

.depTblPopup .ui-ddbtn {
  display: none !important;
}

.depTblPopup .ui-ddbox {
  float: none !important;
}

.depTblPopup .popupFooter {
  padding: 20px 30px 20px 30px !important;
}

.depTblPopup .ui-ddbody {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.depTblPopup .ui-ddsection {
  padding: 0 !important;
}

.depTblPopup .smalllst {
  display: none !important;
}

.eventjs {
  display: inline-block;
  float: left;
}

.fa-bell:hover {
  opacity: 0.8;
}

.eventjsPop {
  display: none;
  position: absolute;
  width: 400px;
  background: white;
  top: 50px;
  z-index: 99999;
  right: 53px;
  box-shadow: 0 19px 70px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 10px;
  padding-top: 10px;
}

.red {
  color: red;
  display: inline-block;
  padding: 0px 10px 0 0px;
}

.fa-bell {
  font-size: 14px;
  color: white !important;
  padding: 0 10px;
}

.eventBlock {
  padding: 10px 10px 10px 9px;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 9px;
}

.eventjsPop h3 {
  border-bottom: 1px solid #fbf4f4;
  font-size: 17px;
  font-weight: 100;
  padding-left: 10px;
  padding-bottom: 5px;
  padding: 0 10px;
}

.eventBlock .fa-search {
  color: #3297FF;
  padding-left: 5px;
}

/*notificationBlock*/
.notificationUser {
  position: fixed;
  bottom: 200px;
  right: 40px;
}

.notificationBlock {
  background: white;
  padding: 10px 165px 10px 20px;
  width: 100px;
  margin-top: 21px;
  display: block;
  border: 1px solid grey;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 5px -3px;
}

.notificationBlock .fa-search {
  color: #3297FF;
  padding-left: 5px;
}

.notificationBlock .closeNotif {
  position: absolute;
  right: 10px;
}

.notificationBlock .closeNotif .fatimes {
  font-size: 26px;
  color: grey;
  position: relative;
  bottom: 55px;
  font-family: Arial, sans-serif;
}

.ui-pnotify-container {
  display: none;
}

.eventjsPopAll {
  max-height: 70vh;
  overflow-y: scroll;
}

.n_edit {
  margin-right: 20px;
  float: right;
  display: inline-block;
  text-decoration: underline;
  right: 0;
  top: 8px;
}

.n_edit a {
  display: none;
  color: #24c6dc;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.eventBlock:hover .n_edit a {
  display: block;
  cursor: pointer;
}

.eventBlock:hover {
  background: rgba(0, 0, 0, 0.05);
}

.timeDay,
.tomorrow {
  display: inline-block;
}

.tomorrow {
  padding-right: 5px;
}

.clickBell .fa-bell:after {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  font-size: 25px;
  top: 32px;
  color: white;
  opacity: 1;
}

.notEvents {
  padding-left: 10px;
  padding-top: 10px;
  color: grey;
}

.deposit-notification {
  flex-direction: column !important;
}
.deposit-notification .notif-icon {
  padding: 5px 30px;
}
.deposit-notification .notif_element {
  padding: 5px 30px;
}
.deposit-notification .notif-amount {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
.deposit-notification .notif-comment {
  margin-left: 20px;
  font-size: 12px;
}
.deposit-notification .notif_body {
  width: initial;
  padding: initial;
  min-height: initial;
  box-sizing: initial;
  display: block;
}

.notif-home-logo {
  margin: 0 5px;
}

.realtimenotif-search {
  text-decoration: none;
}

.pass-warning {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0px 72px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  padding: 30px;
  width: 280px;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pass-warning-text {
  display: block;
}

.passno, .passyes {
  background: #514a9d;
  margin-top: 11px;
}

.passno {
  float: left;
  color: #000;
  background: transparent;
  border: 1px solid #bdb9b9;
}

.passyes {
  float: right;
  border: 0;
  background: transparent linear-gradient(to left, #24c6dc, #dc2483) repeat scroll 0 0;
  color: #fff;
}

.new-pass-text {
  font-weight: bold;
}

.warningBtn {
  border-radius: 25px;
  padding: 8px 22px;
  transition: all 0.1s ease;
}

.warningBtn:hover {
  box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.notification_container {
  position: absolute;
  right: 0;
  overflow: hidden;
  padding: 50px;
}

.n_notification {
  width: 330px;
  box-shadow: 0 19px 70px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  opacity: 0;
  left: 340px;
  transition: all 0.6s ease;
}

.notif_border {
  background: transparent linear-gradient(to top, #24c6dc, #dc2483) repeat scroll 0 0;
  width: 6px;
  border-radius: 5px 0 0 5px;
  margin-right: 26px;
}

.notif_body {
  padding: 14px 61px 14px 0;
}

.n_notification .closebtn {
  margin-right: 0;
  margin-top: 0;
  font-size: 20px;
  height: 33px;
}

/*
*Search Vtiger styles
*/
.sch-Form {
  position: relative;
}

.sch-resContainer {
  position: absolute;
  background-color: #f5f3f3;
  z-index: 1000;
  width: 100%;
  padding: 35px 0px 10px 0px;
  display: none;
  left: 0;
  right: 0;
}

.showSearchResult {
  display: block;
}

.sch-tabl {
  background-color: #f5f3f3;
  border: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 12px;
  position: relative;
  top: 15px;
}

.sch-lead, .sch-login, .sch-email, .sch-dep {
  width: 68px;
}

.sch-name, .sch-country, .sch-time, .sch-comment, .sch-regstatus {
  width: 115px;
}

.sch-phones, .sch-pass {
  width: 57px;
}

.sch-status, .sch-assigned {
  width: 148px;
}

.sch-lp {
  width: 182px;
}

.sch-home {
  width: 50px;
}

.sch-lead a {
  text-decoration: underline;
}

.sch-lead a:hover {
  text-decoration: none;
}

.sch-tabl td {
  padding-right: 45px;
}

.sch-tabl a, .fa {
  color: #3297ff;
}

.sch-tabl a:hover {
  text-decoration: none;
}

.sch-pass .fa-lock {
  font-size: 16px;
}

.sch-search-form {
  position: relative;
  top: -1px;
}

input.sch-searchField {
  position: relative;
  padding-left: 20px;
  padding-right: 65px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #320d57;
  line-height: 18px;
  border: 0;
  border-radius: 20px;
  background: #faeff4;
}

input.sch-searchField:hover {
  background: #f6f3f3;
}

.sch-search-form {
  width: 800px;
}

.sch-search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Ubuntu", sans-serif;
  color: #320d57;
  font-weight: 300;
  font-size: 16px;
}

.sch-search-form input::-moz-placeholder { /* Firefox 19+ */
  font-family: "Ubuntu", sans-serif;
  color: #320d57;
  font-weight: 300;
  font-size: 16px;
}

.sch-search-form input:-ms-input-placeholder { /* IE 10+ */
  font-family: "Ubuntu", sans-serif;
  color: #320d57;
  font-weight: 300;
  font-size: 16px;
}

.sch-search-form input:-moz-placeholder { /* Firefox 18- */
  font-family: "Ubuntu", sans-serif;
  color: #320d57;
  font-weight: 300;
  font-size: 16px;
}

.sch-serachBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  /*     background: url(../img/search.png) no-repeat center center; */
  mask: url(../img/search.svg);
  -webkit-mask: url(../img/search.png);
  background: #d03e7e;
}

.sch-search-form .fa-search {
  color: #000000;
  font-size: 17px;
}

.sch-nothingFound {
  display: none;
  background-color: #666;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 10px;
  color: #fff;
  right: 67px;
}

.sch-clear {
  display: none;
  position: absolute;
  top: 11px;
  right: 67px;
  cursor: pointer;
}

.sch-tabl th {
  font-size: 14px;
  color: #7d6f8f;
}

.sch-home img {
  width: 12px;
}

.sch-resContainer .td--phone {
  width: 125px;
}

@media (max-width: 1366px) {
  .sch-search-form {
    width: 655px !important;
  }
}
/*
*Autosearch style
*/
.sch-autoSearhContainer, .sch-recentContainer {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 800px;
  max-height: 254px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #feeef4;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
}

.sch-autoSearhRow {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-direction: row;
  /* Safari 6.1+ */
  display: flex;
  flex-direction: row;
  margin-top: 3px;
  padding: 5px 10px 5px 20px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Ubuntu", sans-serif;
  color: #320d57;
  align-items: center;
}

.sch-autoSearhRow:first-child {
  margin-top: 0px;
}

.sch-autoSearhRow:hover {
  background-color: #ebc9de;
  cursor: pointer;
}

.sch-autoSearhName {
  width: 25%;
}

.sch-autoSearhEmail {
  width: 30%;
}

.sch-autoSearhLogin {
  width: 10%;
}

.sch-autoSearhCountry {
  width: 25%;
}

.sch-autoSearhAssignedTxt, .sch-autoSearhLeadStatus {
  width: 20%;
}

.nameAsAutoSearch {
  color: #d03e7e;
  cursor: pointer;
}

.sch-autoSearhRow div {
  padding-left: 2px;
  padding-right: 15px;
  overflow: hidden;
}

.sch-autoSearhRow div:first-child {
  padding-left: 0px;
}

.sch-autoSearhRow div:last-child {
  padding-right: 0px;
}

/*Recent History Styles*/
.sch-recent-row, .sch-recent-notfound {
  display: flex;
  margin-top: 3px;
  padding: 5px 10px 5px 20px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Ubuntu", sans-serif;
  color: #320d57;
  align-items: flex-start;
}

.sch-recent-notfound {
  padding: 0;
  margin: 0;
}

.sch-recent-row:first-child {
  margin-top: 0;
}

.sch-recentContainer .sch-autoSearhRow, .sch-recent-notfound {
  align-items: flex-start;
  padding-left: 5px;
}

.sch-recent-content__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sch-recent-icon i {
  display: inline-block;
  background-repeat: no-repeat;
}

.sch-recent-content .sch-autoSearhRow {
  padding-left: 0;
}

.sch-recent-content .sch-autoSearhRow:hover {
  background-color: #f6f3f3;
}

.recent-search-icon {
  margin-top: 5px;
  width: 15px;
  height: 15px;
  mask: url(../img/recent_search_icons/recent-search-icon.svg);
  -webkit-mask: url(../img/recent_search_icons/recent-search-icon.svg);
  padding-right: 0;
  margin-right: 15px;
  background: #320d57;
}

.recent-called-icon {
  width: 15px;
  height: 15px;
  mask: url(../img/recent_search_icons/recent-called-icon.svg);
  -webkit-mask: url(../img/recent_search_icons/recent-called-icon.svg);
  padding-right: 0;
  margin-right: 15px;
  background: #320d57;
}

.recent-viewed-icon {
  width: 18px;
  height: 18px;
  mask: url(../img/recent_search_icons/recent-viewed-icon.svg);
  -webkit-mask: url(../img/recent_search_icons/recent-viewed-icon.svg);
  padding-right: 0;
  margin-right: 15px;
  background: #320d57;
}

.sch-recent-icon {
  width: 30px;
  padding-right: 0;
}

/*
*Import customers from MT5 to Vtiger
*/
.imp_result_container {
  display: none;
}

.imp_submit_btn {
  position: absolute !important;
  top: -1px !important;
  right: -235px;
  box-sizing: content-box;
  height: 20px;
  padding: 4px 12px 4px 12px;
  font-size: 13px;
  background-color: #fff;
  outline: none;
  border: none;
  border-radius: 5px 5px 5px 5px !important;
  cursor: pointer;
}

.imp_submit_btn:hover {
  background: transparent linear-gradient(to left, #24c6dc, #dc2483) repeat scroll 0 0;
}

.imp_result_container {
  z-index: 9999;
  position: fixed;
  top: 77px;
  left: 200px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
}

.imp_window {
  width: 970px;
}

.imp_search_box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 32px 128px 7px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imp_search_box::before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
}

.imp_search_box button:hover {
  cursor: pointer;
}

.imp_search_box button:focus {
  outline: none;
}

.imp_search_login_btn:hover {
  box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.5);
  background: transparent linear-gradient(to left, #24c6dc, #514a9d) repeat scroll 0 0;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.imp_closebtn {
  float: right;
  border: 0 none;
  border-radius: 50%;
  color: #000;
  height: 45px;
  width: 45px;
  font-size: 25px;
  line-height: 25px;
  background: none;
  margin-top: 10px;
  margin-right: 25px;
  position: absolute;
  font-weight: bold;
  top: 0;
  right: 0;
  z-index: 9999;
}

.imp_box_result {
  width: 662px;
  position: relative;
  padding: 0 17px 0 30px;
  visibility: hidden;
}

.imp_result_container .imp_clear_btn {
  margin: 0 !important;
  border: 0;
}

.imp_result_container .imp_clear_btn:hover {
  background-color: #c9ccd1;
  padding: 6px 10px;
  color: #fff;
}

.imp_clear_btn .fa-times {
  color: #e4002b;
  margin-right: 7px;
}

.imp_add_cus__box {
  overflow-y: auto;
  height: 300px;
  padding-right: 10px;
  margin-left: -30px;
}

.imp_customer {
  display: flex;
  flex-direction: row;
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: row; /* Safari 6.1+ */
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  padding: 11px 0px 11px 30px;
  margin-right: 6px;
  position: relative;
}

.imp_customer div {
  padding-right: 13px;
  font-size: 14px;
  line-height: 28px;
}

.imp_customer div:last-child {
  padding-right: 0px;
}

.imp_add_crm_title {
  margin-top: 2px;
  margin-bottom: 0px;
  border: 0;
  padding: 0px 0px 15px 30px;
  padding-right: 10px;
  margin-left: -30px;
}

.imp_add_crm_title div {
  color: #bbb0b1;
  line-height: normal;
}

.imp_res_action {
  width: 85px;
}

.imp_res_not_assigned {
  width: 100%;
}

.imp_res_login {
  width: 55px;
}

.imp_res_name {
  width: 205px;
}

.imp_res_balance {
  width: 56px;
}

.imp_res_group {
  width: 200px;
}

.imp_res_action button {
  margin: 0;
}

.imp_add_crm {
  font-size: 12px !important;
  text-transform: none !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.imp_res_login a {
  color: #3297ff;
}

.imp_res_login a:hover {
  color: #3297ff;
  text-decoration: none;
}

.imp_box_search {
  position: relative;
  background: #fff;
  float: left;
  width: 28%;
  overflow: hidden;
  box-sizing: border-box;
  flex-grow: 1;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.imp_window_header {
  background: transparent linear-gradient(to left, #24c6dc, #514a9d) repeat scroll 0 0;
  z-index: 999;
  position: relative;
  padding: 21px 30px;
  border-radius: 5px 5px 0 0;
}

.imp_window_header::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: -2px;
}

.imp_window_footer {
  height: 80%;
  background: transparent linear-gradient(to left, #24c6dc, #514a9d) repeat scroll 0 0;
  z-index: 999;
  position: relative;
  padding: 20px 30px 0 30px;
}

.imp_window_footer textarea {
  box-sizing: border-box;
  resize: none;
  font-size: 13px;
}

.imp_window_footer textarea:focus {
  outline: none;
}

.imp_window_footer::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 2px;
}

.imp_window_footer .imp_window_logins {
  position: relative;
  border-radius: 5px;
  padding: 12px 22px 12px 12px;
  font-size: 13px;
}

.imp_window_form_body {
  height: 175px;
  width: 100%;
}

.imp_search_login_btn {
  margin: 0 auto;
  display: block;
  transition: all 0.1s ease;
  background: transparent linear-gradient(to left, #24c6dc, #514a9d) repeat scroll 0 0;
  position: relative;
  z-index: 9999;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  padding: 8px 22px;
  text-transform: uppercase;
  font-weight: 300;
}

.imp_add_all_btn {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 9999;
  color: #000;
  font-size: 13px;
  padding: 6px 10px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

.imp_add_all_btn:hover {
  background-color: #24c6dc;
}

.imp_all_btn {
  visibility: hidden;
}

@media (max-width: 1366px) {
  .imp_submit_btn {
    right: -121px !important;
  }
}
/*notifications new leads style*/
/*notif positions classes*/
.notif-left {
  left: -10px;
  bottom: 40px;
}

.notif-right {
  right: 10px;
  bottom: 40px;
}

.notif-left-top {
  left: -10px;
  top: 70px;
}

.notif-right-top {
  right: 10px;
  top: 70px;
}

.notif-last {
  animation: changecolor 1s;
}

@keyframes changecolor {
  from {
    background-color: #fff;
  }
  to {
    background-color: #d8f8e4;
  }
}
#notif_container {
  max-height: 360px;
  overflow: hidden;
}

.notif_container {
  position: fixed;
  z-index: 99999999999;
  padding: 19px 0px 19px 19px;
}

.n_notification {
  width: 440px;
  border: 1px solid #feeef4;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
  position: relative;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  opacity: 0;
  left: 340px;
  transition: all 0.6s ease;
}

.notif_border {
  background: transparent linear-gradient(to top, #24c6dc, #dc2483) repeat scroll 0 0;
  width: 6px;
  border-radius: 5px 0 0 5px;
  margin-right: 30px;
}

.notif_body {
  width: auto;
  padding: 15px 30px;
  min-height: 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n_notification .closebtn {
  float: right;
  border: 0 none;
  border-radius: 50%;
  color: #000;
  height: 23px;
  width: 23px;
  font-size: 25px;
  line-height: 25px;
  /*   background:none; */
  position: absolute;
  font-weight: bold;
  top: 13px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
}

.notif-icon {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.notif-time {
  margin-left: 10px;
  font-size: 11px;
  color: #7d6f8f;
}

.notif_element {
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.notif_element:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.notif_row, .notif_LpTime, .countryTimeBox {
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: row; /* Safari 6.1+ */
  display: flex;
  flex-direction: row;
}

.notif_row a, .notif_Lp a {
  color: #d03e7e;
}

.sch-tabl a, .fa {
  color: #d03e7e;
  text-decoration: none;
}

.notif_row a:hover, .notif_Lp a:hover {
  text-decoration: none;
}

.notif_row div {
  margin-right: 6px;
}

.notif_row div:last-child {
  margin-right: 0px;
}

.notif_leadN {
  margin-right: 15px;
}

.realtimenotif-search {
  margin-right: 15px;
}

.notif_leadName {
  margin-right: 15px;
  text-decoration: none;
}

.notif_Country, .notif_LpTime, .timeinCountry {
  font-size: 14px;
}

.timeinCountry {
  display: none;
}

.notif_Lp {
  margin-right: 15px;
}

.notif_Lp img {
  max-width: 12px;
}

.notif_Time {
  text-align: right;
  color: #d12d88;
}

.notif_search .fa-search {
  font-size: 14px !important;
  vertical-align: 0 !important;
}

.notif_countContainer {
  width: 614px;
  position: absolute;
  bottom: 0;
}

.notif_counter {
  background: #fff;
  text-align: center;
  font-size: 14px;
  display: none;
  margin: 8px auto 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.close-all-notif {
  color: #d03e7e;
}

.notif_leadSearch {
  margin-right: 11px !important;
}

.notif_leadAssign {
  padding-left: 14px;
  width: 132px;
  text-align: right;
}

.notif_element .ui-ddbtn {
  padding-right: 0px !important;
  position: relative !important;
  top: -5px;
}

.notif_leadAssign .ui-assignedtoList {
  text-align: left !important;
}

/*
*Dashboard style
*/
.actContainer {
  position: relative;
  top: 100px;
  left: 300px;
  width: 490px;
  height: 360px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 10px 123px 18px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 10px 123px 18px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 123px 18px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}

.actFlexRow {
  display: flex;
  flex-direction: row;
  display: -webkit-flex;
  -webkit-flex-direction: row;
}

.actTab {
  background-color: #ebebeb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.actTab div.actElem, .actLast {
  padding: 15px 13px;
  font-size: 16px;
  border-bottom: 1px solid #c7c7c7;
  border-top: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
}

.actTab div:first-child {
  padding: 15px 13px 15px 20px;
  border-left: none !important;
  border-top-left-radius: 5px;
}

.actTab div:last-child {
  width: 100%;
  cursor: default;
  border-top-right-radius: 5px;
}

.actTab div.actElem:hover, .active {
  border: 1px solid #c7c7c7 !important;
  border-bottom: 1px solid #fff !important;
  border-top: none !important;
  background-color: #fff;
}

.actTab div.actElem:first-child:hover {
  border-left: none !important;
}

.actTab > div.actElem:first-child .active {
  border-left: 1px solid #fff !important;
}

.actActBlock, .actDepBlock, .actEventsBlock, .actOnlineBlock, .actPhoneBlock, .actMailBlock {
  display: none;
  max-height: 63vh;
}

.actFirstFlor {
  padding: 20px;
  border-bottom: 1px solid #c7c7c7;
}

.actFirstFlor span {
  display: block;
  padding: 7px 13px;
  margin-right: 13px;
  background-color: #ebebeb;
  font-size: 14px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  cursor: pointer;
}

.actFirstFlor div:last-child span {
  margin-right: 0px;
}

.activeElemFirstFloor {
  background-color: #3297ff !important;
  color: #fff;
}

.actSecondFloor, .actSecondFloorDep, .actSecondFloorEvents, .actSecondFloorOnline, .actSecondFloorPhone, .actSecondFloorMail {
  overflow-y: auto;
  max-height: 63vh;
}

.actSecondFloor, .actSecondFloorDep {
  max-height: 53vh !important;
}

.actSecondFloorEvents {
  font-size: 14px;
  max-height: 60vh;
  padding-top: 5px;
}

.actSecondFloorOnline {
  font-size: 14px;
}

.actNoUserOnline {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
}

.onlineActivity {
  margin-top: 5px;
}

.actContBlock {
  font-size: 14px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.actLN {
  margin-right: 13px;
  text-transform: uppercase;
}

.actLN a {
  color: #3297ff;
  text-decoration: underline !important;
}

.actLN a:hover {
  text-decoration: none;
}

.actSearchLogin .fa-search {
  font-size: 13px !important;
  position: relative;
  top: -1px;
}

.actHistory {
  margin-top: 4px;
  margin-bottom: 7px;
}

.actHistory a {
  color: #3297ff;
}

.actHistory a:hover {
  text-decoration: none;
}

.actTime {
  margin: 0;
  color: #d12d88;
}

.actDepName, .actLeadName {
  margin-right: 13px;
}

.actCurrStr {
  font-weight: bold;
}

.actTransIDAmount {
  margin-bottom: 3px;
  margin-top: 4px;
}

.actTransID {
  margin-right: 13px;
}

.actSecondFloorEvents .eventBlock {
  padding: 15px 0px 15px 90px !important;
  border-bottom: 1px solid #c7c7c7 !important;
  margin: 0px !important;
}

.actSecondFloorEvents .eventBlock .red {
  padding: 0px 13px 0 0px !important;
}

.actSecondFloorEvents .eventBlock .subtext {
  margin-top: 4px;
}

.eventjsPop {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 42px 143px 2px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 42px 143px 2px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 42px 143px 2px !important;
  min-height: 216px !important;
  max-height: 70vh !important;
  border-bottom: 0px;
  padding-bottom: 5px !important;
  width: 490px !important;
}

.dashboardFlex {
  display: -webkit-flex !important; /* Safari */
  -webkit-flex-direction: row !important; /* Safari 6.1+ */
  display: flex !important;
  flex-direction: row !important;
}

.subDepSearchCont, .subMailLogSearchCont, .subMailCatSearchCont {
  position: relative;
}

.subMailCatSearchCont {
  margin-right: 10px;
}

.subDepSearchCont .subDepSearch, .subMailLogSearchCont .subMailLogSearch, .subMailCatSearchCont .subMailCatSearch {
  padding: 7px 13px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  outline: none;
  color: #2b2b2b;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  padding-right: 48px;
  height: auto;
  margin-bottom: 0px;
}

.subDepSearchSuc, .subMailLogSearchSuc, .subMailCatSearchSuc {
  border: 1px solid #3297ff !important;
}

.subDepSearchCont .subDepSearchBtnCont, .subMailLogSearchCont .subMailLogSearchBtnCont, .subMailCatSearchCont .subMailCatSearchBtnCont {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  height: 100%;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.subDepSearchCont .DepSearchBtn, .subMailLogSearchCont .MailLogSearchBtn, .subMailCatSearchCont .MailCatSearchBtn {
  background: none;
  border: 0;
  outline: none;
  height: 100%;
  cursor: pointer;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  position: relative;
  left: -5px;
}

.subDepSearchCont .DepSearchBtn i, .subMailLogSearchCont .MailLogSearchBtn i, .subMailCatSearchCont .MailCatSearchBtn i {
  font-size: 18px;
}

.subDepSearchCont .DepSearchError, .subMailLogSearchCont .MailLogSearchError, .subMailCatSearchCont .MailCatSearchError {
  position: absolute;
  font-size: 14px;
  color: red;
  display: none;
}

.subMailCatSearchCont .MailCatSearchError {
  width: 130px;
}

.subDepSearchCont .clearDepSearch, .subMailLogSearchCont .clearMailLogSearch, .subMailCatSearchCont .clearMailCatSearch {
  position: absolute;
  top: 8px;
  right: 33px;
  font-size: 17px;
  cursor: pointer;
  display: none;
}

.subDepSearchCont .clearDepSearch i, .subMailLogSearchCont .clearMailLogSearch i, .subMailCatSearchCont .clearMailCatSearch i {
  color: #F44336;
}

.actDepBlock .depMT5CounterBox, .actMailBlock .mailCounterBox {
  font-size: 14px;
  padding: 8px 0px 8px 20px;
  border-bottom: 1px solid #c7c7c7;
  display: none;
}

.actDepBlock .depMT5CounterBox > div, .actMailBlock .mailCounterBox > div {
  margin-right: 15px;
}

.actDepBlock .depMT5CounterBox > div:last-child, .actMailBlock .mailCounterBox > div:last-child {
  margin-right: 0px;
}

.floatLeft {
  float: left;
}

.actDepBlock .titleBold, .actMailBlock .titleBold {
  font-weight: bold;
}

.actMailBlock .actSearchLogin {
  margin-left: 13px !important;
}

/*animation dep, mail search*/
.subDepSearchCont .depSearchloader, .subMailLogSearchCont .mailLogSearchloader, .subMailCatSearchCont .mailCatSearchloader {
  position: absolute;
  top: 4px;
  right: 3px;
  border: 5px solid #c7c7c7;
  border-radius: 50%;
  border-top: 5px solid #3297ff;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*phone tab*/
.actPhoneBlock .phoneElCont {
  border-bottom: 1px solid #c7c7c7;
}

.actPhoneBlock .phoneElement {
  display: flex;
  flex-direction: row;
  display: -webkit-flex;
  -webkit-flex-direction: row;
}

.actPhoneBlock .phoneElement {
  width: 88%;
}

.actPhoneBlock .actFirstFlor {
  border-bottom: none;
  padding: 13px 10px 10px 10px;
}

.actPhoneBlock .phoneLeftColumn {
  padding: 10px 0px 10px 10px;
  width: 40%;
}

.actPhoneBlock .phoneRightColumn {
  width: 60%;
}

.actPhoneBlock .phoneRightColumn .actFirstFlor span.subMenuPhone:hover {
  background-color: #3297ff;
  color: #fff;
}

.actPhoneBlock .phoneLeftColumn {
  font-size: 14px;
}

.actPhoneBlock .phoneLeftColumn .OCwrap {
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

.actPhoneBlock .OCcallerID, .actPhoneBlock .OCstatus {
  margin-right: 13px;
}

.actPhoneBlock .OCcallerID {
  width: 100%;
}

.actPhoneBlock .OCStatusWrap {
  margin-top: 3px;
}

.actPhoneBlock .OCdestination {
  font-weight: bold;
  width: 100%;
}

.actPhoneBlock .OCdestination i {
  color: #3297ff;
}

.st_online0 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_online1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_online2 {
  fill: #3297FF;
}

.st_online3 {
  fill: #FFFFFF;
  stroke: #42B72A;
  stroke-miterlimit: 10;
}

.st_online4 {
  fill: #FFFFFF;
  stroke: #F44336;
  stroke-miterlimit: 10;
}

.st_online5 {
  fill: #42B72A;
}

.st_online6 {
  fill: #BBBBBB;
}

.st_online7 {
  fill: #FFFFFF;
  stroke: #3297FF;
  stroke-miterlimit: 10;
}

.st_online8 {
  fill: #4CAF50;
}

.st_calendar0 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_calendar1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_calendar2 {
  fill: #3297FF;
}

.st_calendar3 {
  fill: #FFFFFF;
  stroke: #42B72A;
  stroke-miterlimit: 10;
}

.st_calendar4 {
  fill: #FFFFFF;
  stroke: #F44336;
  stroke-miterlimit: 10;
}

.st_calendar5 {
  fill: #42B72A;
}

.st_calendar6 {
  fill: #BBBBBB;
}

.st_calendar7 {
  fill: #FFFFFF;
  stroke: #3297FF;
  stroke-miterlimit: 10;
}

.st_calendar8 {
  fill: #4CAF50;
}

.st_dwnd0, .download {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_dwnd1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_dwnd2 {
  fill: #3297FF;
}

.st_dwnd3 {
  fill: #FFFFFF;
  stroke: #42B72A;
  stroke-miterlimit: 10;
}

.st_dwnd4 {
  fill: #FFFFFF;
  stroke: #F44336;
  stroke-miterlimit: 10;
}

.st_dwnd5 {
  fill: #42B72A;
}

.st_dwnd6 {
  fill: #BBBBBB;
}

.st_dwnd7 {
  fill: #FFFFFF;
  stroke: #3297FF;
  stroke-miterlimit: 10;
}

.st_dwnd8 {
  fill: #4CAF50;
}

.st_enter0 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_enter1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_enter2 {
  fill: #3297FF;
}

.st_enter3 {
  fill: #FFFFFF;
  stroke: #42B72A;
  stroke-miterlimit: 10;
}

.st_enter4 {
  fill: #FFFFFF;
  stroke: #F44336;
  stroke-miterlimit: 10;
}

.st_enter5 {
  fill: #42B72A;
}

.st_enter6 {
  fill: #BBBBBB;
}

.st_enter7 {
  fill: #FFFFFF;
  stroke: #3297FF;
  stroke-miterlimit: 10;
}

.st_enter8 {
  fill: #4CAF50;
}

.st_sucDep0 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_sucDep1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_sucDep2 {
  fill: #FFFFFF;
  stroke: #42B72A;
  stroke-miterlimit: 10;
}

.suc0 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.suc1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_fDep0 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_fDep1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_fDep2 {
  fill: #FFFFFF;
  stroke: #F44336;
  stroke-miterlimit: 10;
}

.failed0 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.failed1 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_firstdepsuc0 {
  fill: #42B72A;
}

.st_firstdepsuc1 {
  fill: #FFFFFF;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_firstdepsuc2 {
  fill: none;
  stroke: #BBBBBB;
  stroke-miterlimit: 10;
}

.st_firstdepsuc3 {
  fill: #FFFFFF;
  stroke: #42B72A;
  stroke-miterlimit: 10;
}

.depMTcls-1, .depMTcls-2, .depMTcls-3 {
  fill: #fff;
}

.depMTcls-1 {
  stroke: #bbb;
}

.depMTcls-1, .depMTcls-2 {
  stroke-miterlimit: 10;
}

.depMTcls-2 {
  stroke: #3297ff;
}

.depMTcls-4 {
  fill: #bbb;
}

.depBonuscls-1, .depBonuscls-7 {
  fill: none;
}

.depBonuscls-2 {
  fill: #bbb;
}

.depBonuscls-3, .depBonuscls-6 {
  fill: #fff;
}

.depBonuscls-4 {
  fill: #3297ff;
}

.depBonuscls-5 {
  clip-path: url(#clip-path);
}

.depBonuscls-6, .depBonuscls-7 {
  stroke: #bbb;
  stroke-miterlimit: 10;
}

.withDrewcls1, .withDrewcls6 {
  fill: none;
}

.withDrewcls2 {
  fill: #fff;
}

.withDrewcls3 {
  fill: #3297ff;
}

.withDrewcls4 {
  clip-path: url(#clip-path2);
}

.withDrewcls5 {
  fill: #bbb;
}

.withDrewcls6 {
  stroke: #bbb;
  stroke-miterlimit: 10;
}

.ringcls-1 {
  fill: #bbb;
}

.ringcls-2 {
  fill: #3297ff;
}

.answeredcls-1 {
  fill: #3297ff;
}

.answeredcls-2 {
  fill: #bbb;
}

.balCorcls-1 {
  fill: #42b72a;
}

.balCorcls-2 {
  fill: #3297ff;
}

.balCorcls-3 {
  fill: #f44336;
}

.balCorcls-4 {
  fill: #bbb;
}

.bonusIn1 {
  fill: #3297ff;
}

.bonusIn2 {
  fill: #fff;
}

.bonusIn3 {
  fill: #42b72a;
}

.bonusIn4 {
  fill: #bbb;
}

.bonusOut1 {
  fill: #3297ff;
}

.bonusOut2 {
  fill: #fff;
}

.bonusOut3 {
  fill: #f44336;
}

.bonusOut4 {
  fill: #bbb;
}

.specialTrade0 {
  fill: #4CAF50;
}

.specialTrade1 {
  fill: #BBBBBB;
}

.specialTrade2 {
  fill: #FFFFFF;
  specialTraderoke: #BBBBBB;
  specialTraderoke-miterlimit: 10;
}

.specialTrade3 {
  fill: none;
  specialTraderoke: #BBBBBB;
  specialTraderoke-miterlimit: 10;
}

.specialTrade4 {
  fill: #3297FF;
}

.specialTrade5 {
  fill: #FFFFFF;
  specialTraderoke: #3297FF;
  specialTraderoke-miterlimit: 10;
}

.specialTrade6 {
  fill: #FFFFFF;
  specialTraderoke: #42B72A;
  specialTraderoke-miterlimit: 10;
}

.specialTrade7 {
  fill: #FFFFFF;
  specialTraderoke: #F44336;
  specialTraderoke-miterlimit: 10;
}

.specialTrade8 {
  fill: #42B72A;
}

.specialTrade9 {
  fill: #FFFFFF;
}

.specialTrade10 {
  clip-path: url(#SVGID_2_);
}

.specialTrade11 {
  clip-path: url(#SVGID_4_);
}

.specialTrade12 {
  clip-path: url(#SVGID_6_);
}

.specialTrade13 {
  fill: none;
  specialTraderoke: #3297FF;
  specialTraderoke-miterlimit: 10;
}

.specialTrade14 {
  clip-path: url(#SVGID_8_);
}

.specialTrade15 {
  fill: #F44336;
}

.specialTrade16 {
  clip-path: url(#SVGID_10_);
}

.specialTrade17 {
  clip-path: url(#SVGID_12_);
}

.amountPopUp svg {
  width: 40px;
}

.list-style-none {
  list-style: none;
}

.inline-block li {
  display: inline-block;
}

.inline-action {
  text-align: center;
  padding: 0;
  margin: 0;
}

.bonus_svg {
  text-align: center;
}

#new_groupMt5 {
  padding-top: 10px;
  text-align: left;
  padding-left: 30px;
}

#new_balanceMt5 {
  text-align: left;
  padding-left: 30px;
}

.titleAmount {
  display: inline-block;
  left: 212px;
  position: relative;
  bottom: -10px;
}

.inline-action li {
  border: 2px solid #b2b2b2;
  border-radius: 6px;
  margin: 0 4px;
  width: 60px;
  height: 80px;
  vertical-align: middle;
  padding: 8px 10px;
}

.actionTitle {
  display: block;
  font-size: 11px;
  text-align: center;
}

.amountnew {
  width: 110px !important;
  margin: 0 auto;
  float: inherit;
  display: inline-block !important;
  height: 25px;
}

.amounSubmit {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
}

.titleAmoun {
  display: inline-block;
  left: 136px;
  position: relative;
  bottom: -10px;
}

.popup_btn {
  cursor: pointer;
}

.svgbtn {
  cursor: pointer;
}

.dinputError {
  background-color: rgba(255, 0, 0, 0.29);
}

.switchcurrency {
  position: relative;
}

.switchcurrency .valuta {
  display: inline-block;
  padding: 4px 21px;
  border: 1px solid rgb(194, 194, 194);
  cursor: pointer;
}

.switchcurrency .dollarDepos {
  border-radius: 5px 0px 0px 5px;
}

.switchcurrency .euroDepos {
  border-radius: 0px 5px 5px 0px;
}

.switchcurrency .thisactive {
  background-color: rgb(191, 231, 183);
  border-color: rgb(87, 191, 65);
}

.col40, .col60 {
  display: inline-block;
}

.col40 {
  width: 39%;
}

.col60 {
  width: 59%;
}

.inputtitleAmount {
  text-align: center;
  margin-top: 20px;
}

.inputtitleAmount .buttontitleAmount {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 22px;
}

.inputtitleAmount .buttontitleAmount:hover {
  font-weight: bold;
}

.m5titleAction {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  margin-left: 5px;
}

.amountSuccese {
  z-index: 999999;
  text-align: center;
  display: none;
}

.amountSuccesebtn {
  display: inline-block;
  padding: 10px;
}

.amountSuccese_close button:hover {
  background: transparent linear-gradient(to left, #ba738f, #e61d24) repeat scroll 0 0;
}

.amountSuccese_close button {
  background: transparent linear-gradient(to left, #ba738f, #e61d24) repeat scroll 0 0;
}

.amountFailure {
  z-index: 999999;
  text-align: center;
  display: none;
}

.windows8 {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 35%;
}

.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgb(18, 169, 224);
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

.wraperPopUpFooter {
  background: rgba(255, 255, 255, 0.59);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10000000000000000000;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
.col100 {
  position: relative;
}

/*mt5 deposit type style*/
.dep_type_box {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 4px;
  top: -5px;
}

.col60 {
  position: absolute;
  right: 0;
}

.col60 select.dinput {
  height: 25px !important;
}

.col100 {
  position: relative;
  height: 80px;
}

.depMT5_footer {
  height: 82px;
}

.depMT5_footerWrap {
  width: 397px;
  display: flex;
  position: absolute;
  right: -4px;
}

.col40 {
  width: auto !important;
  padding-top: 10px;
  padding-left: 2px;
  margin-right: 50px;
}

.titleAmount {
  left: 0 !important;
  font-size: 16px;
}

.dep_type_box h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgb(43, 43, 43);
}

.dep_type_box .dep_type_el {
  display: flex;
  display: -webkit-flex;
}

.dep_type_box .dep_type_el_circle {
  display: block;
  position: relative;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.dep_type_box .active {
  background-color: #008000;
  border-color: #57bf41;
  border-bottom: 1px solid #c7c7c7 !important;
  border-top: 1px solid #c7c7c7 !important;
}

.dep_type_box .dep_type_el_txt {
  display: block;
  padding: 0 0 0 6px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: rgb(43, 43, 43);
  cursor: pointer;
}

.switchcurrency div.valuta {
  box-sizing: border-box;
  height: 25px;
  padding: 0px 21px !important;
  line-height: 20px;
}

.depmt_col2 .inputtitleAmount .buttontitleAmount {
  padding: 4px 22px !important;
  box-sizing: border-box;
  height: 25px;
}

.inputtitleAmount {
  margin-top: 20px !important;
}

/*
*MT5 Deposit Popup style
*/
.dMT5Popup {
  width: 860px;
}

.dMT5Cont {
  max-width: 800px;
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  position: relative;
}

.dMT5Cont .fa {
  font-size: 18px;
  vertical-align: middle;
}

.dMT5Cont input[type=text] {
  padding: 5px 25px;
  vertical-align: middle;
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  background: none;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  color: #000;
  margin-right: 30px;
  max-width: 100px;
  margin-bottom: 0;
}

.dMT5Cont input[type=text]:hover {
  background: rgba(81, 74, 157, 0.2);
}

.dMT5AmountSet {
  display: inline-block;
}

.dMT5AmountSet .Currency {
  display: none;
}

.dMT5AmountValErr {
  position: absolute;
  margin-top: 5px;
  font-size: 14px;
  color: red;
  display: none;
}

.dMT5Amount .dMT5AmountInvalid {
  border-bottom: 1px solid red !important;
}

.dMT5RowTtl {
  display: inline-block;
  width: 27.7%;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  vertical-align: middle;
}

.dMT5Row {
  width: 100%;
  padding: 25px 0;
}

.dMT5Cont .dMT5Row:last-child {
  border-bottom: 0;
}

/* .dMT5Row button:not(.SubmitPopup) {
	padding: 5px 15px;
	background: none;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
	font-size: $text18;
	color: rgba(0,0,0,0.8);
} */
.dMT5Cont button[disabled=disabled] {
  cursor: auto;
}

.dMT5Cont button .fa {
  color: rgba(0, 0, 0, 0.8) !important;
}

.dMT5Row button.dMT5BtnActive {
  background: #bfe7b7;
  border: 1px solid #57bf41;
  color: #116300;
}

.dMT5Row button.dMT5BtnCurrDis {
  background: #e1e1e1;
  border: 1px solid #9eaa9c;
  color: #6c6e6b;
}

.dMT5Operation button, .dMT5Direction button {
  min-width: 100px;
  padding: 5px 20px;
}

.dMT5Type {
  display: table;
}

.dMT5Type .dMT5RowTtl {
  vertical-align: baseline;
  display: table-cell;
}

.dMT5Type button {
  margin-bottom: 10px;
}

.dMT5Direction {
  padding: 15px 0;
}

.dMT5Direction button[data-val=in] span {
  margin-right: 8px;
}

.dMT5Direction button[data-val=out] span {
  margin-left: 8px;
  float: right;
}

@-moz-document url-prefix() {
  .dMT5Direction button[data-val=out] span {
    margin-top: 3px;
  }
}
.dMT5Direction button[data-val=in] span {
  margin-top: -2px;
}

.dMT5DirrBlock {
  display: inline-block;
}

.dMT5CorrBlock {
  background: #f1f1f1;
  margin-left: 30px;
  padding: 10px;
}

.dMT5CorrBlock, .dMT5CorrTtl {
  display: inline-block;
}

.dMT5CorrTtl {
  font-size: 16px;
  padding-right: 15px;
}

.dMT5TypeDesc {
  margin-top: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.dMT5ExchBtn {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(.../img/currExch.png) no-repeat;
  vertical-align: middle;
  cursor: pointer;
  visibility: hidden;
}

.dMT5Cont button.SubmitPopup {
  float: right;
  position: relative;
  top: -4px;
  padding: 10px 50px;
}

.dMT5Cont .loading {
  padding: 14px !important;
  margin-top: 7px;
}

.dMT5Cont .success {
  transform: scale(70);
}

/* The dMT5CheckCont */
.dMT5CheckCont, .dMTROperationOption {
  margin-left: 40px;
  width: 105px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.dMT5CheckCont input, .dMTROperationOption input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.dMT5Checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid black;
  box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.dMT5CheckCont:hover input ~ .dMT5Checkmark, .dMTROperationOption:hover input ~ .dMT5Checkmark {
  background-color: #57bf41;
}

/* When the checkbox is checked, add a blue background */
.dMT5CheckCont input:checked .checkmark, .dMTROperationOption input:checked .checkmark {
  background-color: #90d283;
}

/* Create the dMT5Checkmark/indicator (hidden when not checked) */
.dMT5Checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the dMT5Checkmark when checked */
.dMT5CheckCont input:checked ~ .dMT5Checkmark:after, .dMTROperationOption input:checked ~ .dMT5Checkmark:after {
  display: block;
}

/* Style the dMT5Checkmark/indicator */
.dMT5CheckCont .dMT5Checkmark:after, .dMTROperationOption .dMT5Checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 14px;
  border: solid #116300;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) skewX(15deg);
  -ms-transform: rotate(45deg) skewX(15deg);
  transform: rotate(45deg) skewX(15deg);
}

/*popup*/
.dMT5CoverS {
  background-image: -moz-linear-gradient(135deg, rgb(220, 77, 77) 0%, rgb(234, 157, 163) 100%);
  background-image: -webkit-linear-gradient(135deg, rgb(220, 77, 77) 0%, rgb(234, 157, 163) 100%);
  background-image: -ms-linear-gradient(135deg, rgb(220, 77, 77) 0%, rgb(234, 157, 163) 100%);
  z-index: 77777;
  opacity: 0.7;
}

.dMT5PopupCheck {
  z-index: 999999;
  text-align: center;
  display: none;
}

.dMT5PopupMsg {
  padding-top: 10px;
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}

#new_equityMt5 {
  padding-top: 10px;
  text-align: left;
  padding-left: 30px;
}

.vt-table {
  font-family: "Open Sans", sans-serif;
  box-shadow: 0px 5px 17px -8px rgba(6, 6, 6, 0.81) !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 5px;
  border: 2px solid rgb(241, 238, 234);
}

.vt-table thead {
  border-bottom: 2px solid rgb(241, 238, 234);
}

.vt-table th {
  color: rgb(172, 172, 174);
  font-size: 14px;
  padding: 10px;
  text-align: left;
}

.vt-table td {
  font-size: 14px;
  padding: 0px 10px;
  color: black;
}

.vt-table td a {
  color: rgb(50, 151, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.vt-table .firsterror-vt {
  background: rgb(250, 234, 243);
}

.vt-table .success-vt {
  background: rgb(225, 253, 231);
}

.vt-table-underline {
  text-decoration: underline;
}

.depos-btn {
  background: #b5b5bf;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  vertical-align: text-bottom;
  position: relative;
  margin-right: 10px;
  font-size: 14px;
}

.ftd-block {
  font-size: 14px;
}

.deposit-table td {
  font-size: 14px;
  padding: 5px 10px;
}

.deposit-table th {
  color: #acacae;
  font-size: 14px;
  padding: 10px;
}

.deposit-table-go span {
  padding-right: 5px;
}

.deposit-table-go {
  position: relative;
  z-index: 9;
}

.deposit-table-page h2 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
}

.DeposSort {
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
}

.deposit-table-page a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

#deposittable {
  width: 100%;
}

.deposit-table-page {
  width: 90%;
  margin: 0 auto;
}

.deposit-table {
  font-family: "Open Sans", sans-serif;
}

.depos-btn.deposActive, .depos-btn.deposActive {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background: #3297ff;
  color: white;
  border-radius: 5px;
  vertical-align: text-bottom;
  position: relative;
}

.depos-buttons {
  margin-bottom: 20px;
}

.replydescStatus {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination-table {
  padding: 15px;
}

.pagination-btn {
  display: inline-block;
  cursor: pointer;
}

.pagination-btn a {
  color: rgb(50, 151, 255);
  text-decoration: none;
}

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

.divider-more-less {
  font-weight: bold;
  font-size: 18px;
}

.divider-more-less, .title-sort, .ftd, .deposit-module, .ftd-block, .depos-sort-block, .ftd-block, .sort-select {
  display: inline-block;
}

.depos-td-dd {
  color: #d12d88;
}

.websiteTable {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deposit-module {
  margin-left: 30px;
}

.depos-td-nname .fa-search {
  padding-right: 10px;
}

.depos-td-nname a {
  text-decoration: none;
}

.depos-td-login a, .depos-td-nname a, .depos-td-website a {
  color: rgb(50, 151, 255);
}

#select_numbers {
  border: 1px solid lightgrey;
}

.ftd-color {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.ftd-text {
  vertical-align: super;
}

.ftd-block {
  margin-right: 50px;
}

.ftd-succes .ftd-color {
  background: #e1fde7;
}

.ftd-succes {
  margin-right: 40px;
}

.ftd-feild .ftd-color {
  background: #faeaf3;
}

.deposit-module a {
  color: rgb(50, 151, 255);
}

.ftd-block, .sort-select {
  float: right;
}

thead {
  border-bottom: 2px solid #f1eeea;
}

.DeposSort .sort-select {
  top: -7px;
  position: relative;
  font-size: 14px;
  vertical-align: super;
}

.DeposSort .title-sort {
  padding-right: 10px;
}

.DeposSort .select_numbers {
  width: 55px;
  padding: 0;
}

.user_name {
  width: 150px;
}

.user_type, .user_amount {
  width: 75px;
}

#depositS .td--phone {
  width: 150px;
}

#depositS .user_leadstatus,
#depositS .td--salestatus,
#depositS .user_comment,
#depositS .td--comment {
  min-width: 150px;
}

.filter_cf_1078 div[id^=s2id] {
  width: 50px !important;
}

.hover-pointer:hover {
  cursor: pointer;
}

/*selectable checkboxes*/
#conversionT .ui-selecting td {
  background: rgba(81, 184, 228, 0.7490196078);
}

.secondary-table-container {
  width: 100%;
  margin: 30px auto 0;
  padding: 15px;
  border-spacing: 0px;
}

.user_id {
  color: #d03e7e;
  padding: 10px 0;
}

#depositS {
  font-family: "Ubuntu", sans-serif;
}

#depositS tr:first-child td {
  font-weight: 400;
  color: #4b2a6b !important;
  font-size: 16px !important;
  padding-right: 25px;
}

#depositS tr:first-child td .user_reply {
  text-align: left;
}

#depositS tr td {
  font-weight: 400;
  color: #4b2a6b;
  height: 50px;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
}

.deposit-table {
  margin: 0 auto;
  border-collapse: collapse;
}

.deposit-icon {
  width: 20px;
  height: auto;
  margin: 0 auto;
}

.empty-table-img {
  margin: 0 auto;
  display: block;
}

.home-icon,
.home--tbl-cell img,
.sch-home img {
  width: 15px;
}

.user_reply {
  min-width: 200px;
  max-width: 375px;
}

.sms-verif-icon-sm {
  margin-left: 6px;
  transform: translateY(2px);
}

.sms-verif-icon-big {
  margin-left: 10px;
  transform: translateY(2px);
}

/*fonts*/
@font-face {
  font-family: helveticaneuenyr-bold;
  src: url(../fonts/helveticaneuecyr-bold.woff);
}
@font-face {
  font-family: helveticaneuecyr-italic;
  src: url(../fonts/helveticaneuecyr-italic.woff);
}
@font-face {
  font-family: helveticaneuecyrLight;
  src: url(../fonts/helveticaneuecyr-light.woff);
}
@font-face {
  font-family: helveticaneuecyrMedium;
  src: url(../fonts/helveticaneuecyr-medium.woff);
}
@font-face {
  font-family: helveticaneuecyrThin;
  src: url(../fonts/helveticaneuecyr-thin.woff);
}
@font-face {
  font-family: helveticaneuecyrUltralight;
  src: url(../fonts/helveticaneuecyr-ultralight.woff);
}
.main-table-container {
  position: relative;
}

.online-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.online-btn {
  position: fixed;
  padding: 5px;
  right: 5px;
  border: 0;
  bottom: 20px;
  outline: none;
  background: transparent;
  z-index: 100;
  cursor: pointer;
}

.online-popup-ttl {
  font-weight: 400;
  font-size: 18px;
}

.online-popup {
  display: none;
  width: 320px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #feeef4;
  margin-left: -160px;
  margin-top: -216px;
  transform: none;
}

.online-popup:before {
  display: none;
}

.online-popup-btn {
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
}

.online-popup-right {
  margin-right: 10px;
}

.online-popup-search-container {
  margin-top: 20px;
  overflow: hidden;
}

#online-show {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  padding: 0;
}

#online-show .clearsearch {
  top: 11px;
}

.online-users-list {
  margin-top: 10px;
  height: 312px;
  overflow-y: auto;
}

.online-user-row {
  padding: 7px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.online-user-row:hover {
  background-color: #f5f3f3;
}

.online-user-icon,
.online-user-tel {
  display: block;
}

.online-user-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #63c6a9;
  flex: none;
}

.user-offline {
  display: none;
}

.online-user-timeago {
  font-family: helveticaneuecyrMedium;
  font-size: 11px;
  color: #7d6f8f;
  font-weight: 500;
}

.online-user-site {
  margin-right: 9px;
}

.online-user-row a {
  display: flex;
  color: #320d57;
  text-decoration: none;
}

.online-user-row a img {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
}

.online-user-name {
  margin-right: 25px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.online-user-tel {
  margin-right: 5px;
  visibility: hidden;
  flex: none;
}

.online-user-row:hover .online-user-tel {
  visibility: visible;
  background-color: #f5f3f3;
}

.online-user-tel a {
  margin-right: 0px;
}

.online-user-tel:last-child a {
  margin-right: 0;
}

.online-user-icon {
  margin-right: 10px;
}

.online-divider {
  margin-top: 7px;
  margin-bottom: 7px;
  width: 97%;
  height: 1px;
  background-color: #feeef4;
  float: right;
}

.online-employee-container {
  padding-top: 7px;
}

.body_window,
header,
.lead-details-main-wrapper {
  transition: 0.3s ease;
}

.online-popup-mod {
  display: none;
  width: 16.8%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  padding-top: 45px;
  transform: none;
  margin-left: 0;
  margin-top: 0;
  height: 100vh;
  box-shadow: none;
  z-index: 99;
}

.online-transform .body_window {
  width: 83%;
  overflow: auto;
}
.online-transform .body_window,
.online-transform .lead-details-main-wrapper {
  margin-right: 320px;
}
.online-transform .lead-details-main-wrapper ~ .online-popup {
  height: 87vh;
}
.online-transform header {
  right: 17.4%;
}
.online-transform header.scrollSearch {
  width: auto;
}
.online-transform .online-users-list {
  height: 90%;
}
.online-transform .online-wide-show {
  display: block;
  left: 83.2%;
  transition: 0.3s ease;
}

.main-window-scroll-hide header {
  right: 10px;
}

.main-window-scroll-hide .online-btn {
  display: none;
}

.lead-view-container ~ .online-btn {
  margin-top: -100px;
}

.guest {
  width: 95%;
  margin: 10px auto;
  padding: 10px 10px 10px 40px;
  position: relative;
  border: 1px solid #faeff4;
}
.guest::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00c935;
}
.guest .url {
  padding-top: 5px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #d03e7e;
}

/*test */
.notif {
  position: fixed;
  z-index: 9999999;
  bottom: 5px;
  right: 5px;
  width: 450px;
}

.notificator {
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 2px;
  background: #ededed;
}

.popup {
  z-index: 100000000000001;
  position: fixed;
  top: 130px !important;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 999999992;
  background: #fff;
  display: none;
}

.popup__controllers {
  margin: 0 auto;
  overflow: auto;
  border: 2px solid red;
  box-sizing: border-box;
  background: #fff !important;
  z-index: 2147483646;
}

.popup__controllers .test {
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 99999;
}

.list {
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.point {
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 999;
  border-radius: 50%;
  background-color: red;
}

.mouse__el {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2147483646;
}

.html {
  position: relative;
}

.popup__dis {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999992;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  /* animate: 0.2s; */
  background: #cd1874;
  border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #cd1874;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}

.notification-popup {
  position: absolute;
  bottom: 0%;
}

/* cob */
.popup, .popup__controllers {
  background: rgba(255, 255, 255, 0) !important;
}

/* */
.cob {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.cob--header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: #FAEFF4;
}
.cob--header--logo {
  margin-left: 80px;
  width: 58px;
  height: auto;
}
.cob--header--user {
  display: flex;
  justify-content: center;
  margin-left: 80px;
}
.cob--header--user--item {
  margin-left: 40px;
}
.cob--header--timeline {
  width: 800px;
  margin-left: 50px;
}
.cob--footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #FAEFF4;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#innerPage {
  margin-top: 100px;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 95%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  /* animate: 0.2s; */
  background: #cd1874;
  border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #cd1874;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}

.html #header {
  position: static !important;
}

#testParse {
  width: 100%;
  min-height: 100vh;
}

.convert_to_mt5 {
  text-decoration: none !important;
  border: 1px solid #d03e7e;
  border-radius: 5px;
  padding: 3px 5px;
}

.convert_to_mt5:hover {
  background: #d03e7e;
  color: #fff !important;
}

.smallclosebtn {
  display: none;
  border: none;
  background: transparent;
  color: red;
  font-weight: bold;
}

.loginInCRM {
  width: 150px;
  left: -50px;
}

.popuplistofleadstatuses {
  list-style: none;
}

.popuplistofleadstatuses li {
  cursor: move;
  padding: 2px;
}

.popuplistofleadstatuses li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.online, .offline {
  height: 13px;
  width: 13px;
  border-radius: 14px;
}

.offline {
  background: rgb(201, 201, 201);
}

.online {
  background: rgb(15, 206, 15);
}

.ds_numbers span {
  font-weight: bold;
}

.cursorClickColor {
  background: red;
}

.td--comment {
  position: relative;
}

.window-last-comment-full {
  position: absolute;
  top: 50px;
  right: 0;
  width: 180px;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
  border: 1px solid rgb(254, 238, 244);
  background: #fff;
  padding: 5px 20px;
  z-index: 100;
  line-height: 20px;
  color: #1e1b48;
}

.filter-rows-time {
  margin-top: 40px;
}

.filter-rows-time input {
  width: 20px;
  height: 20px;
  border: 1px solid #bfbebe;
  font-size: 14px;
  color: #320d57;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
}

.filter-rows-time form {
  margin-left: 5px;
  font-size: 14px;
  color: #320d57;
}

.time-dash {
  color: #bfbebe;
  margin: 0 5px;
}

.form-time-ttl {
  margin-right: 5px;
}

.filter-rows-time--reset {
  margin-left: 10px;
  border: 0;
  outline: 0;
  background: none;
  font-weight: 400;
  color: #c71663;
  cursor: pointer;
}

.filter-rows-time-from button[type=submit] {
  display: none;
}

/*
* Brands switcher
*/
.crm-details-wrapper {
  margin-bottom: 30px;
  min-height: 65px;
}

.crm-details-wrapper,
.brands {
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title {
  margin-right: 10px;
  font-size: 30px;
  color: #320d57;
}

.crm-details-wrapper .main-ttl {
  margin-bottom: 0;
  font-weight: 300;
}

.crm-details-wrapper .main-ttl,
.crm-details-wrapper .brands {
  margin-right: 35px;
}

.brands-switcher-btn {
  border: 0;
  background: none;
  outline: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  color: #c71663;
  cursor: pointer;
}

.switcher-btn-logo,
.switcher-btn-brand-name {
  display: inline-block;
  vertical-align: middle;
}

.switcher-btn-logo img {
  width: 30px;
}

.brands-nick {
  margin-right: 0;
}

.brands-switcher-window {
  display: none;
  position: absolute;
  min-width: 260px;
  padding: 15px;
  border: 1px solid rgb(254, 238, 244);
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
  z-index: 1000;
  background: #fff;
}

.switcher-window-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.switcher-window-row:last-child {
  margin-bottom: 0;
}

.switcher-brand-name {
  margin-right: 5px;
}

.switcher-brand-logo {
  margin-right: 15px;
}

.switcher-brand-logo {
  width: 18px;
}

.switcher-brand-logo img {
  width: 100%;
}

.switcher-brand-logo img {
  width: 20px;
}

.switcher-brand-name {
  font-weight: 400;
  color: #c71663;
}

.switcher-brand-nickname {
  font-size: 14px;
  color: #320d57;
}

/*note*/
.note {
  margin-top: 15px;
  color: #320d57;
  font-size: 14px;
  font-weight: 400;
}

/*
* Search brand styles
*/
.search-brand-logo {
  margin-right: 5px;
  padding-right: 0;
}

.search-brand-logo img {
  width: 20px;
}

.search-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search-site {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #cf3d7e;
}

.search-brand-name span {
  cursor: pointer;
}

.table-lead-reg-under {
  width: 100%;
}

.brand-under-wrapper {
  width: 655px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
}

.table-lead-reg-under td {
  padding-right: 10px;
}

.lead-reg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lead-reg span {
  margin-right: 15px;
}

.switcher-window-row-hide {
  display: none;
}

.td-call-counter {
  position: relative;
  font-weight: 400;
  cursor: pointer;
}

.call-last-time {
  font-size: 11px;
}

.call-all-times, .call-date-window {
  display: none;
  position: absolute;
  margin-left: -20px;
  min-width: 136px;
  padding: 15px 20px;
  border: 1px solid #feeef4;
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
  z-index: 1000;
  background: #fff;
}

.call-all-times {
  min-width: 150px;
}

.call-date-window {
  margin-left: 15px;
  margin-top: 3px;
  min-width: 142px;
}

.call-date-window__item {
  font-size: 14px;
  margin-bottom: 7px;
  cursor: pointer;
}

.call-date-window__item:hover {
  color: #d03e7e;
}

.call-date-window__item:last-child {
  margin-bottom: 0;
}

.call-all-times__item {
  margin-bottom: 7px;
}

.call-all-times__item:last-child {
  margin-bottom: 0;
}

.call-date-type-active {
  color: #d03e7e;
}

.call-date--filter {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.call-date-icon {
  position: relative;
  margin-right: 10px;
}

.call-date-type {
  cursor: pointer;
}

.call-date-filter-type {
  position: absolute;
  top: -8px;
  left: 8px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(144deg, rgb(154, 28, 107) 0%, rgb(205, 61, 127) 100%);
  background-image: -webkit-linear-gradient(144deg, rgb(154, 28, 107) 0%, rgb(205, 61, 127) 100%);
  background-image: -ms-linear-gradient(144deg, rgb(154, 28, 107) 0%, rgb(205, 61, 127) 100%);
}

.call-date-filter-type {
  font-size: 8px;
  color: #fff;
}

.call-n {
  color: #d03e7e;
}

.notif-settings-window {
  width: 515px;
}

.notif-settings-window .popupHeader {
  padding: 45px 40px;
}
.notif-settings-window .closebtn {
  top: 25px;
}
.notif-settings-window .ss-content-wrapper {
  margin-left: 40px;
  padding: 0;
  overflow: hidden;
  height: 235px;
}
.notif-settings-window .ss-content {
  margin-top: 5px;
  width: 100%;
}
.notif-settings-window .notif-settings-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.notif-settings-window .notif-row-ttl {
  font-size: 18px;
  line-height: 20px;
  color: #320d57;
}
.notif-settings-window .select--custom {
  background: url(../img/pulldown.png) 100% center no-repeat;
  font-size: 18px;
  font-weight: bold;
}

/* ON/OFF Switch */
.onoffswitch {
  position: relative;
  width: 35px;
  display: inline-block;
  font-size: 80%;
}

.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0;
}

.onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 14px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  color: hsl(0, 0%, 100%);
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #d72d7a;
  color: hsl(0, 0%, 100%);
}

.onoffswitch .onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 24%);
  text-align: right;
}

.onoffswitch .onoffswitch-switch {
  width: 14px;
  height: 14px;
  margin: 0;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
}

.toggle-group {
  position: relative;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 50%;
  left: 10px;
  margin-top: 0;
}

.toggle-group input[type=checkbox] {
  position: absolute;
  left: 10px;
  top: 1px;
}

.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.toggle-group input[type=checkbox]:focus ~ .onoffswitch {
  outline: thin dotted #333;
  outline: 0;
}

.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 24px;
  font-weight: 200;
}

/* ==== Accessibility ===== */
.aural {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.aural:focus {
  clip: rect(0, 0, 0, 0);
  font-size: 1em;
  height: auto;
  outline: thin dotted;
  position: static !important;
  width: auto;
  overflow: visible;
}

.feedbackWindow {
  width: 820px;
}
.feedbackWindow .popupHeader {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 55px;
}
.feedbackWindow .closebtn {
  margin-top: 40px;
  margin-right: 40px;
}
.feedbackWindow .f-wrp {
  padding: 0 50px 0 30px;
  margin-bottom: 30px;
}
.feedbackWindow .feed-subject {
  width: 100%;
  box-sizing: border-box;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 19px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f5e0ea !important;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #320d57;
}
.feedbackWindow .f-type-wrap {
  margin-bottom: 25px;
}
.feedbackWindow .f-type-wrap {
  padding-left: 30px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.feedbackWindow .f-type-wrap input {
  margin-right: 7px;
}
.feedbackWindow .f-type-wrap input:last-child {
  margin-left: 30px;
}
.feedbackWindow .feed-type-circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 7px;
  border: 1px solid #c6387d;
}
.feedbackWindow .f-type-wrap ul {
  list-style-type: none;
}
.feedbackWindow .f-type-wrap li {
  display: inline-block;
  cursor: pointer;
}
.feedbackWindow .f-type-wrap ul li:last-child {
  margin-left: 30px;
}
.feedbackWindow .feed-type-el {
  display: inline-block;
  vertical-align: middle;
}
.feedbackWindow .feed-type-active .feed-type-circle {
  background-color: #c6387d;
}
.feedbackWindow .CW-footer {
  padding-top: 0;
}
.feedbackWindow textarea {
  width: 295px !important;
  height: 250px;
  border-radius: 0 !important;
  padding: 19px !important;
  margin-left: 30px;
  resize: none;
  border: 1px solid #f5e0ea;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #320d57;
}
.feedbackWindow textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #320d57;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
.feedbackWindow textarea::-moz-placeholder { /* Firefox 19+ */
  color: #320d57;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
.feedbackWindow textarea:-ms-input-placeholder { /* IE 10+ */
  color: #320d57;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
.feedbackWindow textarea:-moz-placeholder { /* Firefox 18- */
  color: #320d57;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
.feedbackWindow .CWCContainer {
  padding-top: 130px;
  padding-left: 50px;
  padding-right: 10px;
  height: auto;
}
.feedbackWindow .CWCContainer p {
  max-width: 335px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
}
.feedbackWindow .CWCContainer p.bld {
  font-size: 16px;
  font-weight: bold;
}
.feedbackWindow .CWRight {
  box-shadow: none;
}
.feedbackWindow label {
  cursor: pointer;
  /* Style as you please, it will become the visible UI component. */
}
.feedbackWindow #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.feedbackWindow .upload-screen-wrap {
  margin-top: 15px;
  padding-left: 30px;
}
.feedbackWindow .upload-screen-wrap label {
  cursor: pointer;
  background: linear-gradient(to right, #ce3d7d, #961a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.feedbackWindow #file-upload-filename {
  font-size: 14px;
}
.feedbackWindow .pls {
  font-size: 16px;
  color: #ce3d7d;
  margin-right: 5px;
  font-weight: bold;
}
.feedbackWindow .del-file {
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: #ce3d7d;
  font-size: 16px;
  font-weight: bold;
}

.lead-details-window {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 15, 41, 0.7);
  z-index: 1000;
  overflow-y: scroll;
}

.main-window-scroll-hide {
  overflow: hidden;
}

.lead-details-window-wrapper {
  position: relative;
  max-width: 1210px;
  margin: 130px auto 0;
}

.lead-details-close {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: -50px;
  border: 0;
  outline: none;
  background: url(../img/lead-view-window-close.png) no-repeat center center;
}

.leads-details-content {
  position: relative;
}

.show-lead-details-btn,
.show-lead-details-btn-dep {
  color: #d03e7e;
  text-decoration: none;
}

/*lead view main content*/
.timeline-lead-created {
  color: #320d57;
  font-weight: bold;
}

.timeline-called {
  color: #258e92;
}

.timeline-comment {
  color: #786aba;
}

.timeline-status, .timeline-home, .timeline-assign {
  color: #696969;
}

.lead-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  mask: url(../img/lead-icon.svg);
  -webkit-mask: url(../img/lead-icon.svg);
  background: #7D6F8F;
}

.lead-clone-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  mask: url(../img/clone-icon.svg);
  -webkit-mask: url(../img/clone-icon.svg);
  background: #7D6F8F;
}

.lead-details-main-wrapper {
  margin-top: 120px;
}

.lead-clickable-elem-color {
  color: #cd1874;
}

.field-title {
  font-size: 14px;
  line-height: 20px;
  color: #7d6f8f;
  font-weight: 400;
}

.field-content {
  font-size: 16px;
  line-height: 20px;
}

.lead-view-container {
  padding-left: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #320d57;
}

.lead-view-container .ui-ddsection li {
  font-size: 16px;
}

.lead-view-container a {
  text-decoration: none;
}

.lead-view-left {
  position: relative;
  width: 380px;
  margin-right: 25px;
}

.lead-view-right {
  width: 775px;
}

.lead-view-left,
.lead-edit,
.lead-timeline {
  z-index: 1;
}

.lead-view-left {
  min-height: 750px;
}

.lead-edit {
  min-height: 240px;
}

.lead-timeline {
  display: flex;
  flex-wrap: wrap;
  min-height: 485px;
}

.lead-brand {
  background: #f1f8fb;
  border-bottom: 1px solid #faeff4;
}

.lead-brand-content {
  position: relative;
}

.lead-brand-content .lead-info-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-right: 30px;
}

.lead-change-password {
  font-family: Ubuntu;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--click);
  margin-top: 35px;
  cursor: pointer;
}

.lead-brand {
  padding: 35px 30px 30px;
}

.lead-brand .ui-ddbtn-view {
  cursor: default;
}

.lead-info-home .lead-info-home-select {
  display: inline-block;
  vertical-align: top;
}

.lead-info-home {
  display: flex;
  justify-content: start;
  align-items: center;
}

.lead-info-home-select:after {
  display: table;
  content: "";
  clear: both;
}

.ui-ddbox[data-task=home] li img {
  max-width: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ui-ddbox[data-task=home] li span {
  font-size: 16px;
}

.ui-ddbox[data-task=home] .ui-ddbtnvalue img {
  max-width: 13px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.ui-ddbody {
  border-radius: 0;
}

.lead-info-home-select .ui-ddbtn {
  padding-left: 0;
  padding-top: 0;
}

.lead-info-home-select .ui-ddbtnvalue {
  font-size: 14px;
}

.lead-info-name {
  margin-bottom: 25px;
}

.lead-info-home {
  margin-bottom: 20px;
}

.lead-info-home a {
  margin-right: 10px;
}

.lead-info-home a > img {
  margin-right: 5px;
}

/*.lead-brand-status-assign-wrap {overflow: hidden;}*/
.lead-brand-status-assign-wrap:after {
  display: table;
  content: "";
  clear: both;
}

.lead-brand .ui-ddbox[data-task=salestatus] {
  margin-right: 15px;
}

.lead-brand-status-assign-wrap .ui-ddbtnvalue {
  font-size: 16px;
}

.lead-info-assign .ui-ddbtnvalue {
  font-size: 16px;
}

.lead-info-phone {
  margin-bottom: 15px;
}

.lead-info-phone a {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.lead-info-email {
  margin-bottom: 35px;
}

.lead-info-country,
.lead-info-lp {
  margin-bottom: 15px;
}

.lead-clones__item {
  position: relative;
  padding: 30px 30px 20px;
  background: #f1f8fb;
  cursor: pointer;
  transition: 0.3s ease;
}

.lead-clones__item:hover {
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
  background: #fff;
  z-index: 10;
}

.lead-clones__item .lead-info-name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.lead-clones__item .lead-clone-icon {
  top: 30px;
  right: 30px;
}

.lead-clones__item .lead-info-home span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.lead-clones__item .lead-info-home {
  margin-bottom: 10px;
}

.ui-ddbtn-view {
  background: transparent;
  border: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #d03e7e;
  padding: 7px 20px;
  position: relative;
  cursor: pointer;
}

.lead-clones__item .lead-brand-status-assign-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lead-clones__item .lead-info-assign {
  margin-left: 15px;
}

.lead-clones__item .lead-info-status {
  cursor: pointer;
}

.lead-clone-item, .timetable-item {
  margin-bottom: 30px;
}

.lead-details {
  padding: 30px;
  background: #fff;
  border-bottom: 1px solid #faeff4;
}

.lead-edit {
  position: relative;
  padding: 40px 30px;
  background: #fff;
  margin-bottom: 25px;
}

.edit-menu-list, .timeline-menu-list {
  list-style-type: none;
}

.timeline-menu-list {
  width: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.edit-menu-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 15px;
  margin-bottom:30px;
  border-bottom: 2px solid transparent;
  margin-right: 25px;
}

.edit-menu-list li a {
  color: #320d57;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.edit-menu-list li:hover, .edit-menu-list-active {
  border-bottom: 2px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-image: linear-gradient(to right, #ce3d7d, #961a6a);
  border-image-slice: 1;
  cursor: pointer;
}

.edit-menu-list li:hover a, .edit-menu-list-active a {
  background: linear-gradient(to right, #ce3d7d, #961a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gen-form-container .ui-ddbtnvalue {
  color: #320d57;
}

form[data-form=comment] textarea {
  font-family: "Ubuntu", sans-serif;
  border: 0;
  resize: none;
  background: #faeff4;
  width: 100%;
  height: 70px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #320d57;
}

form[data-form=comment] textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #320d57;
}

form[data-form=comment] textarea::-moz-placeholder { /* Firefox 19+ */
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #320d57;
}

form[data-form=comment] textarea:-ms-input-placeholder { /* IE 10+ */
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #320d57;
}

form[data-form=comment] textarea:-moz-placeholder { /* Firefox 18- */
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #320d57;
}

.lead-timeline-menu {
  width: 1%;
  margin-top: 35px;
  transition: all ease 0.5s;
  border-right: 1px solid grey;
}

.lead-edit-menu-list {
  margin-bottom: 35px;
}

.lead-timeline {
  position: relative;
  padding: 40px 30px;
  background: #fff;
  margin-bottom: 25px;
}

.timeline-menu-list li {
  /*     display: inline-block; */
  vertical-align: middle;
  margin-right: 25px;
}

.timeline-menu-list li a {
  color: #320d57;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.timeline-menu-list li a:hover, .timeline-menu-list-active {
  background: linear-gradient(to right, #ce3d7d, #961a6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timeline-counter {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #320d57;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.timeline-menu-list-ttl {
  width: 100%;
  display: inline-block;
  margin-right: 25px;
  margin-left: 15px;
  color: #320d57;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.lead-timeline-content {
  padding-left: 25px;
  width: 99%;
  transition: width ease 0.5s;
}

.lead-timeline__item {
  padding: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

.timeline__item_text span {
  margin-right: 5px;
}

.lead-timeline__item:last-child {
  margin-bottom: 0;
}

.lead-timeline__item:hover {
  background: #f6f3f3;
}

.lead-timeline-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.timeline-avtor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lead-timeline-action {
  font-weight: 400;
  margin-right: 5px;
}

.status-updated-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.status-updated-arrow {
  margin: 0 7px;
}

.status-updated__item {
  float: left;
}

.timeline__item_text .ui-ddbtn-view, .timeline__item_text .ui-ddbtnvalue, .timeline__item_text .ui-ddbtn:hover {
  cursor: auto;
}

form.gen-form label {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #7d6f8f;
}

form.gen-form input, form.gen-form select {
  width: 100%;
  padding: 5px 10px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #320d57;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #f1c4da;
}

form.gen-form input:hover {
  background: #f6f3f3;
}

form.gen-form input:focus {
  background: #faeff4;
  border-bottom: 1px solid #cd3c7d;
}

form.gen-form input:disabled:hover {
  background: none;
  border-bottom: 1px solid transparent;
}

.gen-fieldset__item input:disabled {
  background: none;
  border-bottom: 1px solid transparent;
  color: #8d8d8d;
}

form.gen-form .ui-ddsection {
  padding: 10px;
}

.gen-fieldset__item .ui-ddbtnvalue {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #320d57;
}

.gen-select-container {
  border-bottom: 1px solid #f1c4da;
}

.gen-select-container .ui-ddbtn {
  padding-left: 10px;
  color: white;
}

/*disabled select*/
.gen-select-container .ui-ddbtn-view {
  padding-left: 10px;
  cursor: default;
}

.gen-select-container .ui-ddbtn-view .ui-ddbtnvalue {
  color: #8d8d8d;
}

.gen-select-border-0 {
  border-bottom: 1px solid transparent;
}

/*end disabled select*/
.gen-select-container .ui-ddbox-select,
.gen-select-container .ui-ddbtn {
  width: 100%;
}

.gen-select-container .ui-ddbtn {
  text-align: left;
}

.gen-select-container .ui-ddbtn {
  position: relative;
}
.gen-select-container .ui-ddbtn::before {
  content: "";
  position: absolute;
  left: 98%;
  z-index: -1;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/pulldown.svg) no-repeat center;
  mask: url(../img/pulldown.svg) no-repeat center;
  background: #cd1874;
  transform: translate(-50%, 25%);
}

.gen-select-container:after {
  display: table;
  content: "";
  clear: both;
}

.ui-ddbox .ui-ddsection {
  max-height: 250px;
  overflow-y: auto;
}

.leadfieldset-site .lead-info-home-select {
  vertical-align: middle;
  margin-left: 10px;
}

.lead-fieldset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gen-fieldset__item {
  margin-bottom: 50px;
}

/*.gen-fieldset__item:nth-last-child(-n+2){
    margin-bottom: 0;
}*/
form[data-form=profile] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

form[data-form=profile] + .gen-form-post-btns {
  margin-top: 0;
}

.ui-ddbox[data-task=leadstatus] li.favor-status {
  background-image: url(../img/star-favor.png);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}

.ui-ddbox[data-task=leadstatus] li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 13px;
}

.gen-fieldset__item {
  width: 47%;
}

.gen-fieldset__item:first-child {
  margin-left: 0;
}

.lead-fieldset {
  margin-bottom: 50px;
}

.lead-fieldset:last-child {
  margin-bottom: 0;
}

.form-comment-slide-btns {
  display: none;
  margin-top: 27px;
  padding: 5px;
  overflow: hidden;
}

.gen-form-post-btns {
  margin-top: 27px;
  padding: 5px;
  overflow: hidden;
}

.form-comment-slide-btns .btn, .gen-form-post-btns .btn {
  float: right;
  min-width: 0;
  width: 120px;
}

.gen-form-container .lead-view-comment-cancel:after {
  box-shadow: none;
}

.lead-clones .ui-ddbox[data-task=salestatus]:after,
.lead-timeline .ui-ddbox[data-task=salestatus]:after {
  display: none;
}

.breadcrumbs {
  position: relative;
  left: 25px;
}

.breadcrumbs a {
  color: #cd1874;
  text-decoration: none;
}

header {
  top: 0;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

header.scrollSearch {
  left: 10px;
}

.header-shadow {
  box-shadow: 0px 5px 8.1px 1.9px rgba(191, 190, 190, 0.4);
}

.ld-error {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: white;
  text-align: center;
  font-size: 24px;
}

.acth-type {
  font-weight: bold;
}

.lead-timeline__item--group .lead-timeline__item {
  padding: 0;
}

.lead-timeline__item--group .timeline__item_text {
  display: flex;
  align-items: center;
}

.lead-info-country .field-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*clock*/
#Date {
  text-align: center;
  text-shadow: 0 0 5px #00c6ff;
}

.clock {
  margin-left: 10px;
}

.clock ul {
  padding: 0px;
  list-style: none;
  text-align: center;
}

.clock ul li {
  display: inline;
  text-align: center;
}

#point {
  position: relative;
  -moz-animation: mymove 1s ease infinite;
  -webkit-animation: mymove 1s ease infinite;
}

/* Simple Animation */
@-webkit-keyframes mymove {
  0% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }
  50% {
    opacity: 0;
    text-shadow: none;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }
}
@-moz-keyframes mymove {
  0% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }
  50% {
    opacity: 0;
    text-shadow: none;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }
}
.btn-anim {
  width: 200px !important;
  height: 50px !important;
  border-radius: 25px !important;
}

.btn-anim:after {
  height: 50px !important;
  border-radius: 25px !important;
}

.border-animation {
  z-index: 5;
  border-radius: 25px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: none;
  -webkit-text-fill-color: unset;
}

.border-animation {
  border: 2px solid #ce3d7d;
  clip: rect(0, 0, 0, 0);
  animation: maskBorder 1.5s infinite;
}

@keyframes maskBorder {
  0% {
    clip: rect(0, 50px, 10px, 0);
  }
  20% {
    clip: rect(0, 200px, 10px, 0);
  }
  35% {
    clip: rect(0, 200px, 10px, 190px);
  }
  50% {
    clip: rect(10px, 200px, 50px, 190px);
  }
  60% {
    clip: rect(40px, 200px, 50px, 190px);
  }
  70% {
    clip: rect(40px, 200px, 50px, 0px);
  }
  85% {
    clip: rect(40px, 10px, 50px, 0px);
  }
  90% {
    clip: rect(0, 10px, 50px, 0px);
  }
  100% {
    clip: rect(0, 10px, 10px, 0px);
  }
}
.xhr-loading:after {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.lead-timeline-menu-list {
  padding-top: 25px;
  position: relative;
  margin-top: 30px;
}

.lead-timeline-menu-list-togglebtn {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 100%;
  transform: translate(-50%, -200%);
}
.lead-timeline-menu-list-togglebtn::after {
  content: "Filters";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-25%);
  font-size: 11px;
}

.toggle-open {
  width: 20%;
}

.auto-width {
  width: auto;
}

#arrowBtn {
  transition: all ease 0.5s;
}

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

.hidden {
  overflow: hidden;
}

/* vonafo */
/* .user-deposit123{
    display: none;
    background: red;
    width: 100%;
    height: 250px;
} */
.deposit-lead-view-row {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
}
.deposit-lead-view-row--time {
  width: 10%;
}
.deposit-lead-view-row--time--hour {
  font-size: 12px;
  color: #7d6f8f;
  margin-top: 15px;
}
.deposit-lead-view-row--comment {
  width: 40%;
}
.deposit-lead-view-row--assigned {
  width: 30%;
}
.deposit-lead-view-row--assigned span {
  font-size: 12px;
  color: #7d6f8f;
}
.deposit-lead-view-row--amount {
  width: 15%;
}
.deposit-lead-view-row--amount--usd {
  font-size: 16px;
}
.deposit-lead-view-row--amount--eur {
  margin-top: 15px;
  font-size: 12px;
  color: #7d6f8f;
}
.deposit-lead-view-row--amount--gbp {
  font-size: 12px;
  color: #7d6f8f;
}
.deposit-lead-view-row--icon {
  width: 5%;
}
.deposit-lead-view-row--icon svg {
  fill: rgb(50, 13, 87);
  /* transform: translate(5px, 5px); */
}

#deposit-pagination-user {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deposit-rows-user-today--text,
.deposit-rows-user-yesterday--text,
.deposit-rows-user-other--text {
  color: #7d6f8f;
}

.calendar-icon {
  fill: #cd1874;
}

#deposit-rows-user {
  padding-top: 40px;
}

.deposit-btns-lead button {
  float: initial !important;
  min-width: 155px !important;
  margin-right: 30px;
}

.deposit-btns-lead {
  display: flex;
  justify-content: flex-end;
}

.mt5depositLead-wrapper {
  display: none;
}

.mtrDepositLead-wrapper {
  display: none;
}

.DepositLead-wrapper {
  display: none;
}

.dMT5Operation button {
  width: 125px;
  height: 50px;
  opacity: 0.5;
  border: solid 1px #cd1874 !important;
  background-color: #ffffff;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.dMT5Operation .dMT5BtnActive {
  background-color: #cd1874 !important;
  color: #fff !important;
  opacity: 1;
}

.dMT5Direction button {
  width: 125px;
  height: 30px;
  opacity: 0.5;
  background: #fff;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.dMT5Direction .in {
  border: solid 1px #409d20 !important;
  color: #409d20;
}
.dMT5Direction .out {
  border: solid 1px #ff852c !important;
  color: #ff852c;
}
.dMT5Direction .dMT5BtnOutActive {
  background-color: #ff852c !important;
  color: #fff !important;
  opacity: 1;
}
.dMT5Direction .dMT5BtnBlueActive {
  width: 125px;
  height: 30px;
  background-color: #409d20 !important;
  color: #fff !important;
  opacity: 1;
}

.dMT5Type {
  padding-top: 20px;
  padding-bottom: 0px;
}
.dMT5Type button {
  min-width: 130px;
  height: 30px;
  border-radius: 10px;
  border: solid 1px #320d57 !important;
  color: #320d57;
  background: #fff;
  margin-right: 20px;
  padding: 0px 15px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: "Ubuntu" !important;
}
.dMT5Type .dMT5BtnActive {
  color: #fff !important;
  background: #320d57 !important;
}

.dMT5Amount button {
  width: 49px;
  height: 30px;
  border-radius: 10px;
  border: solid 1px #320d57 !important;
  color: #320d57;
  background: #fff;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
}
.dMT5Amount .dMT5BtnActive {
  color: #fff !important;
  background: #320d57 !important;
}

.dMT5CheckCont, .dMTROperationOption {
  color: #320d57;
}
.dMT5CheckCont .checkmark:after, .dMTROperationOption .checkmark:after {
  content: "";
  display: none;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 8px;
  height: 3px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-50deg);
}

#dMT5PopupSubmit {
  color: #cd1874;
  cursor: pointer;
}

.dMT5AmountVal {
  color: #320d57;
  border: none;
  border-bottom: 1px solid #cd1874;
  max-width: 100px;
  margin-right: 20px;
  padding-bottom: 10px;
  font-family: Ubuntu;
  font-size: 26px;
  font-weight: 400;
  line-height: 29.87px;
  text-align: left;
  margin-top: 5px;
}

#deposit-conf-popup,
#deposit-error-popup,
#deposit-success {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(253, 174, 99, 0.6);
  z-index: 999999992;
  display: none;
}

#deposit-error-popup {
  background: rgba(121, 73, 78, 0.6);
}

#deposit-success {
  background: rgba(147, 197, 156, 0.6);
}

.error-edit {
  flex-wrap: wrap;
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 700px;
  min-height: 175px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: 0px 4px 4px 0px rgba(191, 190, 190, 0.4);
  display: none;
  z-index: 999999993;
}
.error-edit h2 {
  margin-top: 60px;
  color: red;
  text-align: center;
  width: 100%;
}
.error-edit p {
  margin: 10px 0;
  text-align: center;
  width: 100%;
  color: #320d57;
  font-weight: normal;
  font-size: 24px;
}
.error-edit button {
  width: 155px;
  height: 40px;
  border-radius: 20px;
  margin: 40px auto;
  box-shadow: 0px 4px 4px 0px rgba(191, 190, 190, 0.4);
  background-color: #c71663;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.conf-edit {
  flex-wrap: wrap;
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 700px;
  min-height: 175px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: 0px 4px 4px 0px rgba(191, 190, 190, 0.4);
  display: none;
  z-index: 999999993;
}
.conf-edit h2 {
  text-align: center;
  width: 100%;
  color: #320d57;
  font-size: 24px;
  margin-top: 60px;
}
.conf-edit button {
  width: 155px;
  height: 40px;
  border-radius: 20px;
  margin: 40px 5px;
  box-shadow: 0px 4px 4px 0px rgba(191, 190, 190, 0.4);
  background-color: #c71663;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.conf-edit--btn-wraper {
  margin: 0 auto;
}
.conf-edit .conf-edit--btn-cancel {
  background-color: #fff;
  color: #c71663;
}

.success--wrapper {
  flex-wrap: wrap;
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 700px;
  min-height: 175px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: 0px 4px 4px 0px rgba(191, 190, 190, 0.4);
  display: none;
  z-index: 999999993;
}
.success--wrapper h2 {
  text-align: center;
  width: 100%;
  margin: 5px auto;
  color: #320d57;
  margin-top: 60px;
}
.success--wrapper p {
  text-align: center;
  width: 100%;
  margin: 5px auto;
  color: #320d57;
  font-size: 24px;
}
.success--wrapper button {
  width: 155px;
  height: 40px;
  border-radius: 20px;
  margin: 40px auto;
  box-shadow: 0px 4px 4px 0px rgba(191, 190, 190, 0.4);
  background-color: #c71663;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.success--wrapper img {
  margin: 60px auto 0;
  width: 140px;
  height: auto;
}

.btnc, .btnedit {
  width: 120px;
  height: 40px;
  background: var(--bg_base);
  box-shadow: 0px 4px 4px 1.9px rgba(191, 190, 190, 0.4);
  border-radius: 20px;
  border: 1px solid #FFF;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--click);
  margin-right: 15px;
  cursor: pointer;
}

.activeMt5 {
  border: solid 1px #c71663 !important;
}

.buttons-mt5-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sub_nav-return {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  color: #cd1874;
  cursor: pointer;
}
.sub_nav-return svg {
  fill: #cd1874;
}

.preloader-img {
  width: 64px;
  height: 64px;
  float: right;
  display: none;
  position: absolute;
  bottom: -8px;
  right: 35px;
  z-index: -1;
}

.gen-form-post-btns {
  position: relative;
}

.zIndex {
  z-index: -1 !important;
}

.dMT5TypeDesc {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #320d57;
  margin: 0;
}

.calendardate {
  color: #7d6f8f;
}

.depositItem-row {
  margin-top: 10px;
}

.deposit-lead-view-row:hover {
  background: #f6f3f3;
}

.blind_seal {
  margin: 0 auto;
  position: relative;
  display: block;
  top: -50px;
}

.DMT5SectionTitile {
  font-size: 24px;
  font-weight: 400;
  line-height: 27.58px;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Ubuntu";
}

.dMT5TypeDescription, .dMTRHiddenTypeDescription {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  font-family: "Ubuntu";
}

.DMT5AmountLable {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.09px;
  text-align: left;
  color: #7E6E8F;
}

.dMT5TypeDescriptionToggle, .dMTRHiddenTypeDescriptionToggle:before, .dMTRHiddenTypeDescriptionToggle {
  margin-left: 10px;
}

.dMT5TypeDescriptionToggle:before, .dMTRHiddenTypeDescriptionToggle:before {
  content: "?";
  width: 15px;
  height: 16px;
  display: inline-block;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 0.8em;
  border-radius: 50%;
  color: #cd1874;
  border: 2px solid #cd1874;
  cursor: pointer;
}

.mtrDepositLead-wrapper {
  padding-bottom: 5px;
}

.dMTRHiddenTypeDescriptionToggle:before {
  padding: 0;
}

.mt5DealsBtnWrapper {
  max-width: 400px;
}

.dMT5DescriptionWrapper {
  gap: 50px;
}

.dMT5AmountValLable {
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.09px;
  text-align: left;
  color: #7E6E8F;
}

.dMT5TypeHeader, .dMTRHidTypeHeader {
  display: flex;
  margin-top: 25px;
}

.dMTROptions {
  display: flex;
  gap: 40px;
}
.dMTROptions * {
  font-family: "Ubuntu";
}

.dMTROperationOptionsHeader {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  padding: 20px;
}

.dMTROperationOptions {
  width: 374px;
  height: 260px;
  border: 1px solid #F5F3F3;
  margin-top: 25px;
}
.dMTROperationOptions div {
  padding: 5px 20px;
}

.dMTROperationOption {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.09px;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}

.dMTROperationOptionDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #8D8D8D;
}

.dMTRSectionHeader {
  display: flex;
  gap: 40px;
  align-items: center;
}

.dMTRAccountAction {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  padding-left: 10px;
  color: #cd1874;
}

.dMTRAccountsParagraph {
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  padding-top: 22px;
}

.dMTRSelectLabel {
  display: block;
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.09px;
  text-align: left;
  color: #7E6E8F;
  padding-top: 20px;
  padding-bottom: 5px;
}

.dMTRAccountOptionDesc {
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.09px;
  text-align: left;
  color: #8D8D8D;
  padding-top: 13px;
}

.dMTRAccountSelectorWrapper {
  max-width: 459px;
}

.dMTRSection {
  padding: 25px 0px;
}

.dMTRPGCurr {
  flex: 1;
}

.dMTRPGName {
  max-width: 400px;
}

.dMTRCurrencyTag {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  color: #320d57;
  padding-top: 5px;
}

.dMTRSelect {
  width: 100%;
}

.dMTRHidTypeHeader {
  margin: 0;
}

.dMTRAdditionalType {
  padding: 25px 0px;
}

.dMTRAddTypeSelect {
  max-width: 400px;
}

.mtr--select {
  border-bottom: 1px solid #cd1874;
}

.section-title {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 400;
  line-height: 27.58px;
  text-align: left;
}

.selected-option {
  background-color: #F5F3F3;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.clickable {
  cursor: pointer;
}

.pink-svg {
  filter: brightness(0) saturate(100%) invert(17%) sepia(56%) saturate(5341%) hue-rotate(316deg) brightness(94%) contrast(93%);
}

.mtr-data-field {
  padding-bottom: 30px;
}

.traccplace {
  margin-top: 30px;
}

.mtr-data-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 27.58px;
  text-align: left;
}

.mtr-data-field-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.mtr-data-refresh-btn {
  display: flex;
  gap: 10px;
  padding-right: 40px;
  align-items: center;
  cursor: pointer;
}

.mtr-data-refresh-btn-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  color: #cd1874;
}

.mtrDataAccountContent > * {
  padding: 10px 0px;
}

.mtrAccountSummaryData {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
.mtrAccountSummaryData span {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  min-width: 76px;
}

#viewInMtrAncor,
.viewInMtrAncor {
  padding-left: 20px;
  color: #cd1874;
}

.mtrDataCreateTraccHeader {
  padding-top: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: left;
}

.styled-button {
  padding: 11px 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(191, 190, 190, 0.4);
  background-color: #ffffff;
  color: #cd1874;
  border: none;
  font-size: 16px;
  margin-right: 30px;
  cursor: pointer;
}
.styled-button::after {
  content: "";
  display: block;
  clear: both;
}

.mtrTraccTable {
  border-collapse: collapse;
  table-layout: fixed;
  padding-top: 10px;
}
.mtrTraccTable th {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  padding-right: 30px;
}
.mtrTraccTable td {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  padding-right: 30px;
}

.mtrDataOffersRefresh {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mtrDataCreateTraccSelect {
  flex: 3;
}

.errorMsg {
  padding: 20px 0px;
}

#mtrDataCreateTracc {
  margin-top: 30px;
}

.out-link {
  color: #cd1874;
}

.mtr-data-preloader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.display_none {
  display: none;
}

#prldr-tracc {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.statusbtn {
  margin-left: 30px;
}

.video {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 500px !important;
  z-index: 2147483647;
  background: none;
  border: none !important;
}

.video:focus {
  outline: none;
}

.video::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  /* animate: 0.2s; */
  background: #cd1874;
  border-radius: 25px;
}

.video::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #cd1874;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2.5px;
}

.video:focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}

.cobtimer {
  position: fixed;
  top: 0;
  left: 0;
  height: 130px;
  z-index: 2147483646;
  background: #FAEFF4;
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.initalStyle {
  position: static;
}

.cob-btn {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}

.cob-btn--item {
  cursor: pointer;
}

.error-offline {
  display: none;
  width: 100%;
  margin-top: 160px;
  text-align: center;
}

.tracker_hover {
  display: none;
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  top: -126px;
  border: 1px solid;
  z-index: 9999;
  background: #fff;
}

.tracker_icon {
  position: relative;
  display: inline;
}

.tracker_icon:hover .tracker_hover {
  display: block;
}

.table-basic {
  width: 100%;
}
.table-basic tbody tr:nth-child(2n+1) {
  background: #F1F8FB;
}
.table-basic tbody tr:nth-child(2n+1):hover td {
  border-top: 2px solid #BBDAEA;
  border-bottom: 2px solid #BBDAEA;
}
.table-basic tbody tr:nth-child(2n+1):hover td:first-child {
  border-left: 2px solid #BBDAEA;
}
.table-basic tbody tr:nth-child(2n+1):hover td:last-child {
  border-right: 2px solid #BBDAEA;
}
.table-basic tbody tr:nth-child(2n+1) td {
  border-top: 2px solid #F1F8FB;
  border-bottom: 2px solid #F1F8FB;
}
.table-basic tbody tr:nth-child(2n+1) td:first-child {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border-left: 2px solid #F1F8FB;
}
.table-basic tbody tr:nth-child(2n+1) td:last-child {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-right: 2px solid #F1F8FB;
}
.table-basic tbody tr td {
  padding: 16px 0;
}
.table-basic tbody tr td:first-child {
  padding-left: 18px;
}

.sp-wrapper {
  display: flex;
  align-items: center;
}

.login-id {
  cursor: pointer;
  padding-right: 5px;
}
.login-id .sp-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.login-id .sp-holder .dark {
  display: none;
}

.lead-view-header {
  margin-bottom: 30px;
  margin-top: 40px;
}

.lead-view-page-wrapper {
  display: none;
}

/*# sourceMappingURL=style.css.map */
