@import url("https://pro.fontawesome.com/releases/v5.10.0/css/fontawesome.css");

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  touch-action: manipulation !important;
  background-color: #eceff5;
  font: 400 14px "Roboto", sans-serif;
  overflow-y: overlay;
}

#app {
  /* padding: 0 15px; */
  background-color: #eceff5 !important;
  /* overflow-x: hidden; */
  scrollbar-color: #27aae1 #f5f5f5;
}

.modal-open .modal {
  overflow-y: hidden !important;
}

.bgDealTab {
  background-color: #eceff5;
}

.crm-detail-tab {
  /* background-color: #fff; */
  color: #333333;
}

.crm-detail-tab:hover {
  background-color: #eff3fa;
  color: #333333;
}

.crm-icon-color {
  color: #606f8c;
}

.crm-quickAddModal {
  background-color: #fafafa;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.crmButonGroupsType button {
  color: rgba(68, 68, 68, 0.9);
  background-color: #fafafa;
  border: 1px solid rgba(55, 103, 160, 0.2)
    /* margin-right: 5px; */
}

.crmButonGroupsType .active,
.crmButonGroupsType button:hover {
  background-color: rgba(25, 145, 235, 0.1);
  color: #3767a0;
}

.crm-modal-body {
  background-color: #fff;
  height: 480px;
  overflow: hidden;
  scrollbar-color: #27aae1 #f5f5f5;
}

/* overflow:overlay; scrol sayfa sınırları içinde kalıyor. Auto yaparsak sayfanın iç genişliğini değiştiriyor */
.crm-modal-body:hover {
  overflow: overlay !important;
  overflow-y: scroll;
  scrollbar-color: #27aae1 #f5f5f5;
  scrollbar-shadow-color: inset 0 0 0px rgba(0, 0, 0, 0.3);
  scrollbar-track-color: #f5f5f5;
}

.crm-scroll-hover {
  overflow: hidden;
}

.crm-scroll-hover:hover {
  overflow: overlay !important;
  overflow-y: scroll;
  scrollbar-color: #27aae1 #f5f5f5;
}

.crm-modal-content {
  max-height: 100%;
  position: fixed;
  overflow: hidden;
}

.crm-modal-header {
  background-color: #fbfbfb !important;
}

.crm-modal-footer {
  background-color: #fbfbfb !important;
  border-top: 1px solid #f2f2f2 !important;
}

.crm-detail-bg {
  background-color: rgba(239, 243, 250, 0.5);
  color: rgba(51, 51, 51, 0.85);
}

.crm-detail-bg:hover {
  background-color: #ecf6fe;
  color: #1991eb;
}

.crm-detail-icon-btn {
  height: 28px;
  width: 28px;
  color: #606f8c;
  background-color: transparent;
  border-radius: 4px;
}

.crm-detail-icon-btn:hover {
  height: 28px;
  width: 28px;
  color: #606f8c;
  background-color: #eff3fa;
}

.btn-crm-secondary {
  background-color: #fff;
  color: rgba(51, 51, 51, 0.85);
}

.crm-input-icon-color {
  color: rgba(51, 51, 51, 0.75);
}

.btn-crm-secondary:hover,
.table-setting.show button {
  background-color: #fafafa;
}

.div-border {
  border: 1px solid rgba(51, 51, 51, 0.20);
  border-radius: 4px;
  background-color: #fff;
}

.h40 {
  height: 40px !important;
}

.w40 {
  width: 40px;
}

.stickyBtn {
  position: sticky;
  bottom: 0;
  /* padding: 0 !important; */
  align-items: center;
  background: #f3f6f9;
}

.mcBgDarkHeader {
  background-color: #009ff7 !important;
}


/* max widy 768 in altındaydı */
/* .stickyBtn {
    position: sticky;
    bottom: 0;
    height: 56px;
    padding: 0 !important;
    align-items: center;
    background: #f1f5fb;
    box-shadow: 0px -1px 10px rgba(151, 151, 151, 0.5);
  } */


.btn-crm-secondary:hover {
  background-color: #D1E9FB;
}

.mcDark {
  color: #043547 !important;
}

.btn-click {
  cursor: pointer !important;
}

.mcBgGrey {
  background-color: #fff !important;
}

.mcBgDarkGrey {
  background-color: #fbfbfb !important;
}

.mcBgDark {
  background-color: #3767a0 !important;
}

.color-black {
  color: #000 !important;
}

.color-gray {
  color: #93959a;
}

.color-green {
  color: rgb(52, 136, 49) !important;
}

.color-red {
  color: rgb(206, 30, 30) !important;
}

.light-blue-color {
  color: #3767a0 !important;
}

.light-gray-color {
  color: #4d4d4d !important;
}

.light-darkGray-color {
  color: #53565e !important;
}

.light-blue-icon-color:before {
  color: #3767a0 !important;
}

.light-white-icon-color:before {
  color: white !important;
}

.light-blue-bg {
  background-color: #26aae2 !important;
}

.light-blue-bg-20 {
  background-color: #26aae220 !important;
}

.light-blue-bg-30 {
  background-color: #26aae230 !important;
}

.light-blue-bg-40 {
  background-color: #26aae240 !important;
}

.light-blue-bg-80 {
  background-color: #26aae280 !important;
}

.width-auto {
  width: auto;
}

.opacity-05 {
  opacity: 0.3;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

/*Radio Butonlu Checkbox*/
.checkbox {
  padding-left: 20px;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #fff;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.panelList {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

/*Radio Butonlu Checkbox Bitiş */
@font-face {
  font-family: "font-family-regular";
  src: url("../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: "font-family-bold";
  src: url("../font/Roboto-Bold.ttf");
}

/* FONT STYLE CLASS*/

.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-21 {
  font-size: 21px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-23 {
  font-size: 23px !important;
}

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

.f-28 {
  font-size: 28px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-40 {
  font-size: 40px !important;
}

.font-family-regular {
  font-family: "font-family-regular";
}

.font-family-bold {
  font-family: "font-family-bold";
}

.f-w-normal {
  font-weight: normal !important;
}

.f-w-semibold {
  font-weight: 700 !important;
}

.f-w-bold {
  font-weight: 500 !important;
}

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

/* FONT STYLE CLASS*/

/* BORDER STYLE CLASS*/
.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-top-left-right-60 {
  border-top-left-radius: 60px !important;
  border-top-right-radius: 60px !important;
}

.border-line-80 {
  border: 1px solid rgba(51, 51, 51, 0.10);
}

.border-line-right-80 {
  border-right: 1px solid #DBE3EE;
}

.border-line-30 {
  border: 1px solid #3767a030;
}

.light-green-border {
  border-color: #58b368 !important;
}

.light-red-border {
  border-color: #e41749 !important;
}

.light-yellow-border {
  border-color: #fab95b !important;
}

.light-white-border {
  border-color: #fff !important;
}

.light-grey-border {
  border-color: #f1f2f2 !important;
}

.light-blue-border {
  border-color: #3767a0 !important;
}

.light-blue-border-40 {
  border-color: #3767a040 !important;
}

.light-blue-border-80 {
  border-color: #3767a080 !important;
}

.light-blue-border-top-80 {
  border-top: 1px solid #3767a080 !important;
}

.h-15 {
  height: 20px !important;
}

.h-20 {
  height: 20px !important;
}

.h-24 {
  height: 25px !important;
}

.h-28 {
  height: 28px !important;
}

.h-32 {
  height: 32px !important;
}

.h-36 {
  height: 36px !important;
}

.hpx-50 {
  height: 50px !important;
}

/* BORDER STYLE CLASS*/

.border-color-black {
  border-color: #000 !important;
}

.d-inline-block {
  display: inline-block !important;
}

.v-h-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.v-center {
  display: flex !important;
  align-items: center !important;
}

.justify-between {
  justify-content: space-between;
}

.v-h-right {
  display: flex !important;
  justify-content: flex-end !important;
}

.word-wrap {
  word-wrap: break-word;
}

/* GLOBAL */

.info-hide {
  font-family: "font-family-bold";
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.actions-right {
  display: none !important;
}

/* GLOBAL */

/* input style */
.input-padding {
  padding: 0px;
  padding-left: 8px;
}

/* input style */
/* SETTINGS */

.settigsLeftMenu label:first-child {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 5;
  background-color: white;
  border: 1.4px solid #66d0ff;
}

.settigsLeftMenu.active label {
  background-color: #66d0ff;
  border: 1.4px solid white;
}

.settigsLeftMenu.active i:before {
  color: white !important;
}

.settigsLeftMenu label:last-child {
  margin-left: -12px;
  padding-left: 14px;
  z-index: 4;
  height: 30px;
  padding-right: 8px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border: 1.4px solid #66d0ff;
  min-width: 140px;
  width: auto;
}

.settigsLeftMenu .active label:last-child {
  margin-left: -12px;
}

.specialList-underline-80 {
  border-bottom: 1px solid #66d0ff40;
}

.list-underline-40 div {
  border-bottom: 1px solid #66d0ff40;
}

.list-underline-80 li {
  border-bottom: 1px solid #66d0ff80;
}

.settigsUl li {
  font-family: "font-family-regular";
  font-size: 12px;
}

/* SETTİNGS*/

/*REPORTS*/

.mcTable-reports thead tr th {
  padding: 0px !important;
}

/*REPORTS*/
.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-6 {
  z-index: 6 !important;
}

.z-7 {
  z-index: 7 !important;
}

.z-8 {
  z-index: 8 !important;
}

.btn.focus,
.btn:focus {
  box-shadow: unset !important;
}

*:focus {
  outline: 0px;
}

#quill-container,
.ql-toolbar,
.ql-editor {
  border: 0px !important;
}

.vdp-datepicker input {
  border: 1px solid #dedfe1;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 36px;
  text-indent: 30px;
  color: #93959a;
}

.v-cal-days {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 480px;
}

.ql-editor {
  min-height: 100px !important;
  font-size: 13px !important;
}

.virtual-scroller {
  overflow-y: visible !important;
}

.t-container {
  height: auto !important;
  overflow: unset !important;
  overflow-x: visible !important;
  float: left !important;
}

#customFieldProfileDate {
  border: 0px !important;
  width: 75% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-family: "font-family-bold";
  height: 20px !important;
  font-weight: normal !important;
  min-height: unset !important;
}

.new-ctk input {
  height: 40px !important;
  min-height: 40px !important;
  padding-right: 12px !important;
  color: #93959a;
}

.new-ctk-deal input {
  height: 28px !important;
  min-height: 28px !important;
  padding-right: 12px !important;
  color: #93959a;
}

.new-ctk-h30 input {
  height: 30px !important;
  min-height: 30px !important;
  padding-right: 12px !important;
}

.new-ctk button.field-clear-button {
  right: 5px !important;
}

.input-group>.new-ctk .field-input,
.new-ctk.in-filter input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 37px !important;
  min-height: 37px !important;
}

.input-group>.new-ctk {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.datetimepicker .datepicker {
  left: 0 !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #27aae1 !important;
  /* background-color:rgb(51, 172, 224)!important; */
}

.dealCenterNavbar li a.active {
  background-color: #66d0ff57 !important;
}

.filterShadow {
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.15);
  transform: inherit !important;
  max-height: 500px;
  overflow: overlay;
  right: 15px !important;
  left: inherit !important;
  top: 50px !important;
}

.box-shadow {
  box-shadow: 0px 0px 5px 0px #b0bac599;
}

.swal-footer {
  text-align: center !important;
}

.swal-button {
  background-color: #3767a0;
}

.swal-button--cancel {
  color: #555;
  background-color: #efefef;
}

.ctk-date-time-picker.search-date .field .field-input {
  width: 90% !important;
  color: #495057 !important;
  font-weight: 500;
}

.dealBtnStyle button,
.organizationBtnStyle button,
.noteBtnStyle button {
  height: 36px;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 0;
  float: right;
  padding: 0 24px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.dealBtnStyle button:hover,
.organizationBtnStyle button:hover,
.noteBtnStyle button:hover {
  background-color: #47a7ef !important;
  border: 1px solid #27aae1;
  color: white;
}

.dealBtnStyle button.active,
.organizationBtnStyle button.active,
.noteBtnStyle button.active {
  background-color: #3767a0 !important;
  border: 1px solid #3767a0;
  color: white;
}

.dealBtnStyle button.save,
.organizationBtnStyle button.save,
.noteBtnStyle button.save {
  background-color: #1891eb;
  color: #fff;
  margin-left: 17px;
  width: 150px;
}

.autocomplete {
  position: relative;
  width: 130px;
}

.autocomplete-results {
  padding: 0;
  margin: 0;
  border: 1px solid #3767a080;
  height: 120px;
  overflow: auto;
  z-index: 9999;
  background-color: white;
  border-radius: 20px;
  height: auto;
  position: absolute;
  min-width: 250px;
}

.autocomplete-result {
  list-style: none;
  text-align: left;
  padding: 8px 15px;
  cursor: pointer;
  overflow: hidden;
}

.autocomplete-result:hover {
  background-color: #27aae1;
  color: white;
}

.boxHoverStyle:hover {
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.15);
}

.datetimepicker .datepicker {
  z-index: 15 !important;
}

select {
  cursor: pointer;
}

option.active-user {
  background-color: #3766a0;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.vdp-datepicker {
  color: #93959a;
}

/*New Design 05/2020*/

/*Tooltip*/
.isDanger input {
  border: 1px solid red !important;
}

.input-error {
  height: 30px;
}

.alert-input {
  font-size: 12px;
  color: red;
  line-height: 18px;
  display: block;
  margin-top: 5px;
  float: left;
}

.saas-btn {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #1991eb;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #1991eb;
  margin-top: 50px;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}

.saas-btn:hover {
  text-decoration: none;
  color: #fff;
}

.saas-btn-transparent {
  display: inline-block;
  background: transparent;
  border-color: #1991eb;
  color: #1991eb;
}

.saas-btn-transparent:hover {
  background: #1991eb;
  color: #fff;
  text-decoration: none;
}

.saas-form .saas-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #41566d;
}

.saas-form .saas-input {
  font: 400 15px/60px "Poppins", sans-serif;
  border: 1px solid #dedfe1;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 50px;
  text-indent: 10px;
  color: #53565e;
}

.saas-form .saas-input:focus {
  border: 1px solid #1991eb;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: #273142;
  color: white;
  border-radius: 2px;
  padding: 4px 5px;
  font-size: 11px;
  text-align: left;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #273142;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.currencypop {
  top: -10px !important;
  width: 240px;
  box-shadow: 0 2px 6px 0 rgba(176, 186, 197, 0.6);
}

.currencypop>.wrapper>.tooltip-inner {
  max-width: 100%;
  padding: 10px 0 15px 0;
}

.currencypop>.wrapper>.tooltip-arrow {
  border-color: #d8d8d8;
}

.dateInfo {
  font-size: 11px;
  margin-bottom: 16px;
  display: block;
}

.bg-date-not {
  background-color: #f7f9fc;
  /* color: #93959a; */
  color: rgba(51, 51, 51, 0.68);
}

.bg-date-next {
  background: #EFF3FA;
  /* color: #7e8086; */
  color: rgba(51, 51, 51, 0.85);
}

.bg-date-near-next {
  background: #EFF3FA;
  /* color: #fff; */
  color: rgba(51, 51, 51, 0.85);
}

.bg-date-today-close {
  background: #e0e7f4;
  /* color: #fff; */
  color: #333333;
}

.bg-date-summary {
  background: #f7f9fc;
  /* border: 0.5px solid #ef4248;
  color: #ef4248; */
  color: rgba(51, 51, 51, 0.68);
}

.totalPrice {
  line-height: 14px;
  padding: 2px;
}

.dealTitle {
  background: #dedfe1;
  color: #323640;
  margin-bottom: 16px;
  margin-top: 3px;
}

.companyName {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.80);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.dealTag {
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 2px;
}

.mb-20 {
  margin-bottom: 20px;
}

.wrap-flex {
  flex-wrap: wrap;
}

.input-plus-absolute-right {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 45px;
  height: 32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.text-first-capitalize {
  text-transform: lowercase !important;
}

.text-first-capitalize::first-line {
  text-transform: capitalize;
}

.cursor-pointer {
  cursor: pointer;
}

.color-primary {
  color: #1991eb;
}

.hover-color-primary:hover {
  color: #1991eb !important;
  text-decoration: underline;
}

/* .hover-bg-primary:hover,
.table-setting.show button {
  background: #3c89d8 !important;
  color: #fff !important;
} */
.border-left-radius-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border-right-radius-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-top-bottom-left-radius-4 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.border-top-bottom-right-radius-4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.in-input-border-top-bottom-left-radius-4 input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.in-input-border-top-bottom-right-radius-4 input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn {
  font-size: 14px;
}

.btn-new {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.bg-aqua {
  background-color: #ecf6fe;
}

.bg-aqua-1 {
  background-color: #ddeffc;
}

.bg-new-light {
  background-color: #f4f4f4;
}

.bg-new-gray {
  /* background: #dedfe1; */
  background: #eff3fa;
  color: #333333;
}

.bg-price {
  background-color: transparent;
}

.bg-new-darkGray {
  background: #6a6b75;
}

.bg-new-badges {
  background-color: #e8f4fd;
  color: #1991ed;
}

.bg-new-blue {
  background: #53a3f2;
}

.bg-deal-gray {
  background-color: #DBE3EE;
  border-radius: 20px;
  color: #333333;
}

.bg-new-primary {
  background: #3c89d8;
  color: #fff;
}

.bg-new-secondry {
  background-color: #2f6aa8;
}

.bg-new-darkSecondry {
  background-color: #214c78;
}

.bg-new-blue:hover {
  background: #47a7ef;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.overflow-x-inherit {
  overflow: inherit !important;
}

.transtion {
  transition: 0.3s;
}

.stateTitle {
  font-size: 21px;
  color: #3d414a;
}

.pageTitle {
  color: #3d414a;
}

.modal-content {
  /* background: #f1f5fb; */
  border: 1px solid #dfe3e9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.modal-title {
  color: #2e323c;
  font-size: 24px;
}

.import-btn {
  padding: 4px;
  cursor: pointer;
  font-size: 12px;
  background-color: #3767a0;
  color: #fff;
  border-radius: 4px;
}

.import-btn:hover {
  background-color: #3c89d8;
  color: #fff;
}

.counterDeals {
  justify-content: space-between;
}

.counterDeals>* {
  width: 16%;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(176, 186, 197, 0.6);
  border-radius: 4px;
  justify-content: space-between;
  line-height: 1.2;
}

.winDealsCount i,
.winDealsPrice i {
  color: #39b449;
}

.notwinDealsCount i,
.notwinDealsPrice i {
  color: #f85359;
}

.winDealsCount:hover,
.winDealsPrice:hover {
  background-image: linear-gradient(-48deg, #49cb5b 0%, #34aa44 100%);
  color: #fff !important;
}

.winDealsCount:hover i,
.winDealsPrice:hover i {
  color: #fff !important;
}

.notwinDealsCount:hover,
.notwinDealsPrice:hover {
  background-image: linear-gradient(-49deg, #f85359 0%, #dc151d 100%);
  color: #fff !important;
}

.notwinDealsCount:hover i,
.notwinDealsPrice:hover i {
  color: #fff !important;
}

.view {
  background-color: #dddddd;
  border-radius: 4px;
}

.view>button {
  width: 37px;
  height: 37px;
  display: inline-grid;
  color: #3766a0;
  border-radius: 4px;
  float: left;
}

.view>button.active {
  background-color: #3766a0;
  color: white;
}

.selectArea {
  border: 1px solid #dedfe1;
  border-radius: 4px;
}

.selectArea>* {
  display: flex;
  position: relative;
}

.selectArea .text {
  padding: 0 10px;
}

.selectArea .first {
  background-color: #fafafa;
  align-items: center;
  color: #93959a;
  border-right: 1px solid #dedfe1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.selectArea .dropdown-button {
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  color: #93959a;
  padding: 0 16px;
}

.selectArea .dropdown-button:focus {
  border: none;
  outline: 0;
}

.selectArea .searchInput input {
  border: none;
  text-indent: 5px;
  height: 100%;
}

.selectArea .searchInput i {
  position: absolute;
  right: 9px;
  top: 11px;
  color: #93959a;
  font-size: 12px;
}

.datetimepicker .datepicker[data-v-17c053f2] {
  width: 290px !important;
  min-width: 100% !important;
  /* max-width: 150% !important; */
}

.shortcuts-container[data-v-9b117170] {
  width: 120px !important;
  min-width: 120px !important;
}

.dealList {
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(176, 186, 197, 0.6);
  border: 0.5px solid transparent;
  border-radius: 4px;
}

.dealList:hover {
  background: #f5f7fa;
  border: 0.5px solid #1991eb;
}

.new-dropdown {
  background: #ffffff;
  border: 1px solid #dfe3e9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  list-style-type: none;
  margin: 0;
  font-size: 14px;
  max-height: 250px;
  overflow-x: hidden;
}

.new-dropdown li:hover {
  background: #f7fafd;
  color: #1991eb;
}

.new-dropdown li {
  line-height: 38px;
  cursor: pointer;
  border-bottom: 1px solid #e2e7ee;
  padding: 0px 10px;
  height: 40px;
  position: relative;
  color: #53565e;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-dropdown li.tick {
  background: #eef3f9;
  color: #1991eb;
}

.new-dropdown li.tick:after {
  content: "\f00c";
  position: relative;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-left: 10px;
}

.new-dropdown li>i {
  height: 37px;
  line-height: 37px;
}

.child-dropdown ul {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 100%;
}

.child-dropdown:hover ul {
  display: block;
}

.new-label {
  color: #7f8fa4;
  line-height: 21px;
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
}

.vdatetime-input {
  cursor: pointer;
  text-indent: 30px !important;
}

.new-select:not(.select-default) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDA4OF85MzQxNikiPgo8cGF0aCBkPSJNOC40Njg2OCAxMi45MjEzTDIuMzk1NDYgNi44NDgwNUMyLjEwMjU1IDYuNTU1MTQgMi4xMDI1NSA2LjA4MDI3IDIuMzk1NDYgNS43ODczOUwzLjEwMzggNS4wNzkwNUMzLjM5NjIxIDQuNzg2NjQgMy44NzAxMiA0Ljc4NjA4IDQuMTYzMjEgNS4wNzc4TDguOTk5MDIgOS44OTA5NkwxMy44MzQ4IDUuMDc3OEMxNC4xMjc5IDQuNzg2MDggMTQuNjAxOCA0Ljc4NjY0IDE0Ljg5NDIgNS4wNzkwNUwxNS42MDI2IDUuNzg3MzlDMTUuODk1NSA2LjA4MDMgMTUuODk1NSA2LjU1NTE3IDE1LjYwMjYgNi44NDgwNUw5LjUyOTM3IDEyLjkyMTNDOS4yMzY0NiAxMy4yMTQyIDguNzYxNTkgMTMuMjE0MiA4LjQ2ODY4IDEyLjkyMTNaIiBmaWxsPSIjNjY2NjY2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDA4OF85MzQxNiI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiA1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}

.rateIcon .v-select>ul li:before {
  float: left;
  margin-right: 9px;
  margin-top: -2px;
}

.rateIcon .v-select>ul li:nth-child(2):before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGCSURBVHgBlZPPSwJBFMffvFl3sTIC00zSOgXJHkSDjtE/0alzdO5P6K+oe1289gd0DuwQLETQTdMQ65Cl7o+Z1+7o2BoZ9oVh36/PvLc7OwxiqtVq3LYPsr4p0oEvLRXk0EfhDhLis2XbthevZ9q4fWimTQ4FKZDDDCUp0SqVMu0p+P7pJRt2KsAc4i42yuVcJ7LRcRxTyiCvk0LIPBBdEMFN+KyH61zFdN6ShYhRsM8X83rUqAgRr0KzyoBS4/pdjnjJALf1BtJczyrY4FZSBxHhOAbFRMtE4lR7Q2+wquo9AQvfRbgPs1XFQKiNOUdeI+II/5A0eC/uI4GYnF048uMf7J02DEL3kDGBkLS6OigknRGw959UFIty2u8z+lCdq5uZDgopxu/SklIeEdB1BIQrGrOODE+inIZTItcaTQqjv8sA3II5xAZBu1IpKlh9sL2djddhAht6gt9kIQ88f9jU4KSzluOQ2afnNW7hEoyP0Eig2wvct5Wg2LVtNnUxvgA6QqY7AttK9gAAAABJRU5ErkJggg==");
  margin-top: 1px;
}

.rateIcon .v-select>ul li:nth-child(3):before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFpSURBVHgBlZO/SgNBEMZ/t2uMEbWJRAgEbbSQoGLsfQo7a7G2E5vDIs+gvTZa+gC+gHaCCHZCoiFYqJi/e+vseRtPJRI/WG52Zr7ZYb65gBTOttDlVQrjffI9Rdb5dMC7MbQM1Moh3XR+4I3bKnndpWQUmiGwmtryAfVv5PuQgrxUYgR0Ih7WQhrOVjch4xEUfdBYigqOleVSvldyjpzPx7PyiOPEZOmx6Ft1SRk4FbMiPU0n+RuZgBMsS76AMAufZEXOO2U4OylSGjMqYM9fupbZmCxTnPROaXWT4aj0k8Jao60oo/gHxiyv6bsjD7SzAXd/cK8HeRGd4ByjcprmwGk5lMG8/KKJL3KxBKLvW/zy/CINE2ESb01k2xbrIi4ibVqRS5J3XcyT3bYlRWS79snLzBcYAa2I+nqYIju4LWuL5nrIespw+p02jytVnlLtf8Ftju0xl51gShYmljAjw+nDs5zmzx/jA58Acy9sf1kAAAAAAElFTkSuQmCC");
  margin-top: 1px;
}

.rateIcon .v-select>ul li:nth-child(4):before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGISURBVHgBlVPPK0RRFP7OvTw/MlKjUVMixULKgrKgLJT/YKysZW0nm5cF/wJ7NixtRLJWLJSUjQ1GTSgzkzEz797j3jvdZwxT46tX591zvnO+vnsuoQ4HmYwcyU+mmKOkguiwZ6zpA5EqJXLITtyGlfp68sHFwlaSRGVQk5BogjYhs9PHG88/yNeLYaoEMYgWoKAfZk/CnI3FTSYMyoy0TzI4rRi7WvG51rg08U7VnPm8NENuxsPAkQsFpL1US2SFfWJMgSjhpDGmpaY9zTzmGxSHkHJkRKIrnqppxZMa0MugtVh6xP2OTALd3zU8jyawakxz11iSlPZmBP4BElyo/xfGlPjumOiuGZEJVz6W0OWlw0Mlgjb5Enci3jRl+d9MzmuXqyGqoOjq7xOjOcFaOVmgrPFg2YRHlmC+AjMuja2r7SbnyXbbavWw27WeZNk1jBYQsX6eOw0d2Rk2c7b9ajfHK/gLASEqqs9HT4wne9hte32vDgS6s8c42+3NMRv41veEl8aH8QXaSaijIjYlNgAAAABJRU5ErkJggg==");
  margin-top: 1px;
}

.fastAdd label {
  color: #2e323c;
  font-size: 18px;
  font-weight: 500;
}

.fastAdd span {
  color: #93959a;
}

.new-select {
  background-repeat: no-repeat;
  background-position-x: 96%;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* background-position-y: 9px; */
  background-position-y: center;
  padding-left: 10px;
  text-indent: 0 !important;
}

.new-input,
.vdatetime-input,
.new-select {
  border: 1px solid #dedfe1;
  border-radius: 4px;
  display: flex;
  text-indent: 8px;
  height: 40px;
  /* overflow: scroll; */
  overflow: auto;
  white-space: nowrap;
  overflow-y: hidden;
  width: 100%;
  color: #53565e;
  padding: 0.5rem;
  background-color: #fff;
}

.new-input-disable {
  border: 1px solid #dedfe1;
  border-radius: 4px;
  display: flex;
  text-indent: 8px;
  height: 40px;
  /* overflow: scroll; */
  overflow: auto;
  white-space: nowrap;
  overflow-y: hidden;
  width: 100%;
  color: #53565e;
  padding: 0.5rem;
}

.new-input-disable:hover {
  border: 1px solid #bec0c3;
}

.new-input-disable:focus {
  border: 2px solid #1991eb;
}

.new-input:hover,
.vdatetime-input:hover,
.new-select:hover {
  border: 1px solid #bec0c3;
}

.new-input:focus,
.vdatetime-input:focus,
.new-select:focus {
  border: 2px solid #1991eb;
}

.date-icon-none .ctk-date-time-picker .field .field-input {
  padding: 0 10px !important;
}

.date-icon-none .ctk-date-time-picker:before {
  display: none;
}

.new-textarea {
  border: 1px solid #dedfe1;
  border-radius: 4px;
  display: block;
  width: 100%;
  min-height: 110px;
  padding-top: 7px;
  color: #53565e;
  padding-left: 8px;
}

.input-readonly {
  background: #eff0f1;
  border: 1px solid #d4d4d6;
}

.new-input:hover {
  border: 1px solid #bec0c3;
}

.new-input:focus {
  border: 2px solid #1991eb;
}

.new-input::placeholder {
  color: #93959a;
  line-height: 21px;
}

.ctk-date-time-picker .field {
  height: 100%;
}

.ctk-date-time-picker .time-picker-overlay {
  background-color: #00000080;
}

.ctk-date-time-picker .field .field-input {
  height: 100% !important;
  min-height: 100% !important;
  border: 0 !important;
  padding: 0 24px !important;
  color: #93959a;
}

.ctk-date-time-picker {
  color: #93959a;
}

.ctk-date-time-picker .field.has-value .field-label {
  display: none;
}

.vdatetime {
  position: relative;
}

.vdatetime:before,
.ctk-date-time-picker:before {
  position: absolute;
  top: 10px;
  left: 12px;
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 999;
}

.vdatetime:after,
.ctk-date-time-picker:after {
  position: absolute;
  top: 10px;
  right: 12px;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
}

/*style the items (options), including the selected item:*/
.select-items div {
  border-bottom: 1px solid #e2e7ee;
  color: #53565e;
}

.select-selected {
  color: #93959a;
}

.select-items div,
.select-selected {
  cursor: pointer;
  user-select: none;
  padding: 9px 16px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  background: #ffffff;
  border: 1px solid #dfe3e9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  min-width: max-content;
  max-height: 250px;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover {
  background: #f7fafd;
  color: #1991eb !important;
}

.same-as-selected {
  background: #eef3f9;
  color: #1991eb !important;
}

.same-as-selected:after {
  content: "\f00c";
  position: relative;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  /* display: inline-block; */
  float: right;
  margin-left: 5px;
}

.input-dropdown {
  border: 1px solid #dedfe1;
  font-size: 14px;
  color: #93959a;
  line-height: 21px;
  border-radius: 4px;
  background-color: #fff;
}

.input-dropdown input {
  border: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.input-dropdown .new-custom-select {
  border-left: 1px solid #dedfe1;
}

.input-dropdown .select-selected {
  background-color: #eff0f1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
}

.multiChoose {
  min-width: 220px;
}

.search-multichange .search {
  background-color: #f7fafd;
  padding: 3px 5px;
  position: relative;
}

.search-multichange .search:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  right: 14px;
  top: 12px;
}

.multiChoose label {
  margin: 0;
  line-height: 38px;
  cursor: pointer;
  /* border-bottom: 1px solid #e2e7ee; */
  height: 38px;
  position: relative;
  color: #53565e;
  padding: 0 12px;
  width: 100%;
}

.multiChoose label:hover {
  color: #1991eb;
  /* background-color: #222; */
}

/*Radio box*/
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  right: 9000px;
}

.custom-checkbox input[type="checkbox"]+.label-text:before {
  content: "\F096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

.custom-checkbox input[type="checkbox"]:checked+.label-text:before {
  content: "\f14a";
  animation: effect 250ms ease-in;
}

.custom-checkbox input[type="checkbox"]:checked+span {
  color: #1991eb;
}

.custom-checkbox input[type="checkbox"]:disabled+.label-text {
  color: #aaa;
}

.custom-checkbox input[type="checkbox"]:disabled+.label-text:before {
  content: "\f0c8";
  color: #ccc;
}

.inputInfo span {
  right: 0;
  top: 1px;
  background-color: #dde0e4;
  height: 100%;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #969696;
}

.inputInfo {
  position: relative;
  overflow: hidden;
}

/*Custom Vue Select*/

.wrapSelect {
  /* border: 1px solid #dedfe1; */
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 40px;
}

.v-select>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  background: #ffffff;
  border: 1px solid #dfe3e9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  min-width: max-content;
  max-height: 250px;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.v-select {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.vs__dropdown-toggle,
.select-button {
  display: flex;
  height: 100%;
  align-items: center;
  border: 1px solid #dedfe1;
  cursor: pointer;
  color: #93959a;
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: 4px;
}

.vs__dropdown-toggle:hover,
.select-button:hover {
  border: 1px solid #bec0c3;
}

.vs__dropdown-toggle:focus {
  border: 2px solid #1991eb !important;
}

.select-button:focus {
  border: 2px solid #1991eb !important;
}

.vs__dropdown-toggle .vs__search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  padding: 0px 0px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search {
  display: contents;
}

.vs__actions {
  display: flex;
  align-items: center;
}

.v-select>ul>li {
  cursor: pointer;
  user-select: none;
  padding: 9px 16px;
  border-bottom: 1px solid #e2e7ee;
  color: #53565e;
}

.v-select>ul>li:hover {
  background: #f7fafd;
  color: #1991eb !important;
}

.v-select>ul>li.vs__dropdown-option--selected {
  background: #eef3f9;
  color: #1991eb !important;
}

.v-select>ul>li.vs__dropdown-option--selected:after {
  content: "\f00c";
  position: relative;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  margin-left: 5px;
}

.vs__clear {
  display: none;
}

.vs__actions svg {
  display: none;
}

.vs__selected-options {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vs__selected-options span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vs__actions:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  margin-left: 5px;
  font-size: 16px;
}

.vs--open .vs__actions:after {
  content: "\f106";
}

/*Grid Table */
.gridTable tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 155px;
}

.gridTable td.step {
  max-width: 102px !important;
}

.gridTable td.dealsOrgName {
  max-width: 294px !important;
}

.gridTable td.dealsName {
  max-width: 147px !important;
}

.gridTable td.dealsOrgName,
.gridTable .orgName {
  max-width: 294px !important;
  width: 297px;
}

.gridTable .value {
  max-width: 82px !important;
  text-align: right;
}

.gridTable .value>div {
  justify-content: flex-end;
}

.gridTable td.user {
  max-width: 130px !important;
}

.gridTable .dateObj {
  max-width: 97px !important;
  text-align: left;
}

.gridTable td.dealStatus {
  max-width: 87px !important;
}

.gridTable td.rate {
  max-width: 50px !important;
  text-align: center;
}

.gridTable .activityType {
  max-width: 100px !important;
}

.gridTable .isDone {
  max-width: 100px !important;
}

.gridTable .candidate {
  max-width: 130px !important;
}

.gridTable .city {
  max-width: 100px !important;
}

.addContact {
  position: absolute;
  /* background-color: #cedae7; */
  z-index: 999;
  margin: 0;
  width: calc(100%);
  /* border-radius: 4px; */
  left: 0;
  background-color: #fafafa;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 21px;
}

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

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c5d0de;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 21px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: #fff !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 21px;
}

.switch input:checked+.slider.true {
  background-color: #1991eb;
}

.switch input:checked+.slider.true:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background-color: #3767a050;
  border-radius: 20px;
}

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

.heightSwitch .slider:before {
  height: 20px;
}

.heightSwitch .slider {
  height: 24px;
}

.currencyArea .dropdown-button {
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  color: #93959a;
  width: 100%;
  justify-content: space-between;
  padding: 0 12px;
  text-align: center;
}

.currencyArea .dropdown-button div {
  padding: 0 10px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: inherit;
}

.currencyArea .dropdown-button div:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  margin-left: 5px;
  font-size: 16px;
}

.currencyArea .dropdown-menu>ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  background-color: #fff;
  background: #ffffff;
  border: 1px solid #dfe3e9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  min-width: max-content;
  max-height: 250px;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.currencyArea .dropdown-menu>ul>li {
  cursor: pointer;
  user-select: none;
  padding: 9px 16px;
  border-bottom: 1px solid #e2e7ee;
  color: #53565e;
}

.currencyArea .dropdown-menu>ul>li:hover {
  background: #f7fafd;
  color: #1991eb !important;
}

.first-line:first-line {
  word-spacing: 200px;
}

.overflow-hidden {
  overflow: hidden;
}

/*login pages*/
.loginPages {
  font: 400 15px/28px "Poppins", sans-serif !important;
  padding-bottom: 150px !important;
}

.loginInfo {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(72, 72, 72, 0.1);
  border-radius: 8px;
  padding: 76px 50px;
}

.loginInfo .title {
  color: #222d39;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.loginInfo .desc {
  color: #677294;
  font-size: 24px;
  line-height: 36px;
}

.loginInfo .desc span {
  font-size: 20px;
}

.loginInfo .desc span.small-font {
  font-size: 13px;
}

.loginInfo .text {
  font-size: 16px;
  line-height: 24px;
  color: #677294;
  margin-top: 22px;
}

.saas-btn:hover {
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}

.swal2-icon.swal2-warning.custom-delete-warning {
  border-color: #ff0000;
  color: #ffffff;
  background-color: #ff0000;
}

.swal2-icon.swal2-warning.custom-delete-warning>.swal2-icon-content {
  visibility: hidden;
}

.swal2-icon.swal2-warning.custom-delete-warning>.swal2-icon-content:after {
  visibility: visible;
  content: "\f1f8";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -16px;
}

.swal2-styled.swal2-cancel.custom-delete-cancel-button {
  background-color: transparent;
  color: #000000;
}

.h-14 {
  height: 14px !important;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 12px;
}

.font-xs {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-sm {
  font-size: 16px !important;
}

.font-m {
  font-size: 18px !important;
}

.font-md {
  font-size: 20px !important;
}

.font-l {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

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

.font-xl {
  font-size: 26px !important;
}

.font-xxl {
  font-size: 28px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-40 {
  font-size: 40px !important;
}

.display-1 {
  font-size: 6rem !important;
}

.display-2 {
  font-size: 5.5rem !important;
}

.display-3 {
  font-size: 4.5rem !important;
}

.display-4 {
  font-size: 3.5rem !important;
}

@media (min-width: 576px) {
  .display-sm-1 {
    font-size: 6rem !important;
  }

  .display-sm-2 {
    font-size: 5.5rem !important;
  }

  .display-sm-3 {
    font-size: 4.5rem !important;
  }

  .display-sm-4 {
    font-size: 3.5rem !important;
  }

  .font-sm-regular {
    font-size: 15px !important;
  }

  .font-sm-xs {
    font-size: 17px !important;
  }

  .font-sm-sm {
    font-size: 19px !important;
  }

  .font-sm-m {
    font-size: 21px !important;
  }

  .font-sm-md {
    font-size: 23px !important;
  }

  .font-sm-l {
    font-size: 25px;
  }

  .font-sm-lg {
    font-size: 27px !important;
  }

  .font-sm-xl {
    font-size: 29px !important;
  }

  .font-sm-xxl {
    font-size: 31px !important;
  }
}

@media (min-width: 768px) {
  .display-md-1 {
    font-size: 6rem !important;
  }

  .display-md-2 {
    font-size: 5.5rem !important;
  }

  .display-md-3 {
    font-size: 4.5rem !important;
  }

  .display-md-4 {
    font-size: 3.5rem !important;
  }

  .font-md-14 {
    font-size: 14px !important;
  }

  .font-md-15 {
    font-size: 15px !important;
  }

  .font-md-16 {
    font-size: 16px !important;
  }

  .font-md-regular {
    font-size: 17px !important;
  }

  .font-md-xs {
    font-size: 19px !important;
  }

  .font-md-sm {
    font-size: 21px !important;
  }

  .font-md-m {
    font-size: 23px !important;
  }

  .font-md-md {
    font-size: 25px !important;
  }

  .font-md-l {
    font-size: 27px !important;
  }

  .font-md-28 {
    font-size: 28px !important;
  }

  .font-md-lg {
    font-size: 29px !important;
  }

  .font-md-xl {
    font-size: 31px !important;
  }

  .font-md-xxl {
    font-size: 33px !important;
  }

  .font-md-40 {
    font-size: 40px !important;
  }

  .font-md-45 {
    font-size: 45px !important;
  }
}

@media (min-width: 992px) {
  .display-lg-1 {
    font-size: 6rem !important;
  }

  .display-lg-2 {
    font-size: 5.5rem !important;
  }

  .display-lg-3 {
    font-size: 4.5rem !important;
  }

  .display-lg-4 {
    font-size: 3.5rem !important;
  }

  .font-lg-15 {
    font-size: 15px !important;
  }

  .font-lg-17 {
    font-size: 17px !important;
  }

  .font-lg-regular {
    font-size: 19px !important;
  }

  .font-lg-xs {
    font-size: 21px !important;
  }

  .font-lg-sm {
    font-size: 23px !important;
  }

  .font-lg-m {
    font-size: 25px !important;
  }

  .font-lg-md {
    font-size: 27px !important;
  }

  .font-lg-l {
    font-size: 29px;
  }

  .font-lg-lg {
    font-size: 31px !important;
  }

  .font-lg-xl {
    font-size: 33px !important;
  }

  .font-lg-xxl {
    font-size: 35px !important;
  }

  .font-lg-37 {
    font-size: 37px !important;
  }

  .font-lg-47 {
    font-size: 47px !important;
  }
}

@media (min-width: 1200px) {
  .display-xl-1 {
    font-size: 6rem !important;
  }

  .display-xl-2 {
    font-size: 5.5rem !important;
  }

  .display-xl-3 {
    font-size: 4.5rem !important;
  }

  .display-xl-4 {
    font-size: 3.5rem !important;
  }

  .font-xl-15 {
    font-size: 15px !important;
  }

  .font-xl-16 {
    font-size: 16px !important;
  }

  .font-xl-17 {
    font-size: 17px !important;
  }

  .font-xl-regular {
    font-size: 19px !important;
  }

  .font-xl-20 {
    font-size: 20px !important;
  }

  .font-xl-xs {
    font-size: 21px !important;
  }

  .font-xl-sm {
    font-size: 23px !important;
  }

  .font-xl-m {
    font-size: 25px !important;
  }

  .font-xl-md {
    font-size: 27px !important;
  }

  .font-xl-l {
    font-size: 29px;
  }

  .font-xl-lg {
    font-size: 31px !important;
  }

  .font-xl-xl {
    font-size: 33px !important;
  }

  .font-xl-38 {
    font-size: 38px !important;
  }

  .font-xl-xxl {
    font-size: 42px !important;
  }

  .font-xl-45 {
    font-size: 45px;
  }
}

@media (max-width: 992px) {

  /*.notifications-dropdown {
    position: absolute;
    right: 28%;
    height: 60px;
    align-items: center;
    display: flex;
  }*/
  .notifications-dropdown a {
    position: relative;
  }

  .notification-nav>.btn {
    height: 36px;
  }

  /*Global*/
  .header+.container {
    padding-top: 60px;
    display: block;
  }

  .tabletSlide {
    white-space: nowrap;
    position: relative;
    width: 100%;
  }

  .tabletSlide>div {
    flex-wrap: initial;
    justify-content: inherit;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-scr;
  }

  .tabletSlide>div::-webkit-scrollbar {
    display: none;
  }

  .tabletSlide>div>div {
    white-space: initial;
  }

  .counterDeals>* {
    min-width: 150px;
    white-space: initial;
    margin-right: 15px;
  }

  .addBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: 75px;
    height: 75px;
    background: #1991eb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 13px -3px #000;
  }

  .addBtn button {
    display: none;
  }

  .addBtn:before {
    content: "\f067";
    font: normal normal normal 26px/1 FontAwesome;
    color: #fff;
  }
}

@media (max-width: 1085px) {
  .crm-modal-body {
    max-height: 410px;
  }
}

@media (max-height: 768px) {
  .crm-modal-body {
    max-height: 350px;
  }
}

@media (max-width: 576px) {
  .crm-modal-body {
    background-color: #fff;
  }

  .crm-modal-body:hover {
    overflow-y: auto;
  }

  .dNoneMobil {
    display: none !important;
  }

  .counterDeals>* {
    width: 16%;
    background: #fafafa;
    box-shadow: 0 2px 6px 0 rgba(176, 186, 197, 0.6);
    border-radius: 4px;
    justify-content: space-between;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  #app:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 60px;
    height: 170px;
    left: 0;
    background: linear-gradient(180deg, #d8e2f1 0%, #ffffff 100%);
    z-index: -9;
  }

  #app {
    background-color: #ffffff !important;
  }

  .loginInfo {
    margin: 0;
    padding: 15px 0px;
  }

  .dNone {
    display: none !important;
  }

  .dynamic-tabs li {
    padding-left: 0 !important;
  }

  .m-font-26 {
    font-size: 26px !important;
  }

  .m-font-14 {
    font-size: 14px !important;
  }

  /*Header*/
  /*.notifications-dropdown {
    position: absolute;
    right: 17.666667%;
  }*/
  .mobilMenuBtn+div.show {
    transform: translate3d(0px, 60px, 0px) !important;
  }

  .pageTitle {
    margin-bottom: 15px;
  }

  .filterArea>div {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 9px !important;
  }

  .filterButton {
    position: absolute;
    left: 82%;
    top: 110px;
    right: -20px;
  }

  .dealsFilterButton {
    position: absolute;
    left: 82%;
    top: 159px;
    right: -20px;
    height: 40px;
  }

  .newFilterButton {
    position: absolute;
    left: 82%;
    right: -20px;
  }

  .addBtn {
    width: 50px;
    height: 50px;
  }

  .addBtn:before {
    content: "\f067";
    font: normal normal normal 18px/1 FontAwesome;
    color: #fff;
  }

  .selectArea {
    width: 90%;
  }

  .selectArea .first {
    width: 130px;
  }

  .selectArea .last {
    width: 100%;
    max-width: inherit !important;
  }

  .selectArea {
    width: 90%;
  }

  .selectArea .last>* {
    width: 100% !important;
    text-align: center;
  }

  .selectArea .dropdown-button {
    width: 100%;
    text-align: left;
  }

  body {
    background-color: #fff;
  }

  .v-select>ul {
    width: 100%;
    text-align: left;
  }

  .saas-btn {
    padding: 6px 23px;
  }

  .modal {
    padding: 0 !important;
  }

  .modal-dialog {
    margin: 0;
  }

  .modal-header,
  .modal-content {
    border-radius: 0;
  }

  .dealBtnStyle {
    padding: 16px 15px;
  }

  .dealBtnStyle button,
  .organizationBtnStyle button,
  .noteBtnStyle button {
    width: 50% !important;
    margin-left: 0 !important;
  }

  .new-label {
    font-weight: 500;
    margin: 11px 0 4px 0px;
  }

  .new-ctk input {
    padding: 6px !important;
  }

  .new-input,
  .vdatetime-input,
  .new-select {
    height: 40px;
  }

  .multiChoose {
    width: calc(100% - 30px);
  }
}

.filtreAndTableSetting {
  flex-wrap: inherit;
  align-items: flex-end;
}

.tui-full-calendar-time-date-schedule-block,
.tui-full-calendar-time-schedule-content-time {
  margin: 0px !important;
  min-height: 24px !important;
  padding: 1px !important;
}