@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
}
body.login {
  background-color: #f5f6fa;
  height: 100vh;
}

html {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #29ba9b;
  border: 0px none #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background: #29ba9b;
}

::-webkit-scrollbar-thumb:active {
  background: #29ba9b;
}

::-webkit-scrollbar-track {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 24px;
}

::-webkit-scrollbar-track:hover {
  background: #e1e1e1;
}

::-webkit-scrollbar-track:active {
  background: #e1e1e1;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

a {
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:hover {
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

i {
  transition: all 0.3s ease-out 0s;
}

button {
  transition: all 0.3s ease-out 0s;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #29ba9b;
  --bs-btn-border-color: #29ba9b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #29ba9b;
  --bs-btn-hover-border-color: #29ba9b;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #29ba9b;
  --bs-btn-active-border-color: #29ba9b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #29ba9b;
  --bs-btn-disabled-border-color: #29ba9b;
}

.row-no-gutter {
  margin: 0;
}
.row-no-gutter > * {
  padding: 0;
}

.row-5-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row-5-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row-small-gutter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row-small-gutter > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-middle-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
.row-middle-gutter > * {
  padding-left: 20px;
  padding-right: 20px;
}

.row-large-gutter {
  margin-left: -50px;
  margin-right: -50px;
}
.row-large-gutter > * {
  padding-left: 50px;
  padding-right: 50px;
}

.row-10-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10-gutter > * {
  padding-left: 10px;
  padding-right: 10px;
}

.loginBox-height {
  height: 100vh;
}
.loginBox-height .loginBox .loginBoxLogo {
  display: table;
  margin: 0 auto;
}
.loginBox-height .loginBox .loginBoxLogo img {
  height: 120px;
  margin-bottom: 40px;
}
.loginBox-height .loginBox .loginImage img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginBox-height .loginBox .loginBoxItem .label {
  color: #01385e;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.loginBox-height .loginBox .loginBoxItem .value input {
  width: 100%;
  outline: none;
  border: none;
  padding: 15px;
  color: #a0b8c9;
  font-size: 14px;
}
.loginBox-height .loginBox .loginBoxItem .value input::-moz-placeholder {
  color: #a0b8c9;
}
.loginBox-height .loginBox .loginBoxItem .value input::placeholder {
  color: #a0b8c9;
}
.loginBox-height .loginBox .loginBoxSubmit {
  margin-top: 25px;
}
.loginBox-height .loginBox .loginBoxSubmit button {
  font-size: 14px;
  border: none;
  background-color: #29ba9b;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.loginBox-height .loginBox .loginBoxSubmit button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.loginBox-height .loginBox .loginBoxSubmit button span {
  display: none;
}
.loginBox-height .loginBox .loginBoxForget {
  margin-top: 30px;
}
.loginBox-height .loginBox .loginBoxForget a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #01385e;
  font-weight: 600;
}
.loginBox-height .loginBox .loginBoxForget a:hover {
  color: #29ba9b;
}

.main {
  display: flex;
  position: relative;
}
.main .left {
  position: fixed;
  height: 100vh;
  left: 0px;
  width: 250px;
}
.main .left .logo {
  display: table;
  margin: 0 auto;
}
.main .left .logo img {
  height: 90px;
}
.main .left .logo svg {
  height: 90px;
}
.main .left .menu {
  height: 100%;
}
.main .left .menu ul {
  margin: 0;
  overflow: auto;
  height: 100%;
  padding: 5px 20px;
}
.main .left .menu ul li {
  list-style: none;
}
.main .left .menu ul li a {
  display: block;
  color: #a0b8c9;
  margin-top: 20px;
  position: relative;
  padding-left: 60px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
}
.main .left .menu ul li a:hover {
  color: #29ba9b;
}
.main .left .menu ul li a i {
  position: absolute;
  width: 50px;
  left: 20px;
  top: 11px;
  font-size: 25px;
}
.main .left .menu ul li a.current {
  background: transparent linear-gradient(270deg, rgba(1, 56, 94, 0.7294117647) 0%, #29ba9b 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.main .left .menu ul li.logo a {
  padding: 0;
  margin-bottom: 20px;
}
.main .right {
  position: relative;
  width: calc(100% - 250px);
  left: 250px;
  background-color: #f5f6fa;
  min-height: 100vh;
}
.main .right.closed {
  width: 100%;
  left: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.main .right.open {
  width: 100%;
  left: 250px;
  width: calc(100% - 250px);
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.main .right .topBar {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0px 30px;
}
.main .right .topBar .otherItem {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main .right .topBar .topBarTitle {
  font-weight: 700;
  color: #01385e;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 10px;
}
.main .right .topBar .topBarTitle .openLeftBar {
  cursor: pointer;
  color: #29ba9b;
}
.main .right .topBar .topBarConvert ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.main .right .topBar .topBarConvert ul li {
  list-style: none;
  color: #01385e;
  position: relative;
  padding-left: 55px;
}
.main .right .topBar .topBarConvert ul li:before {
  position: Absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  content: "$";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  background-color: #f5f6fa;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.main .right .topBar .topBarConvert ul li.usd:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "$";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.main .right .topBar .topBarConvert ul li.eur:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "\f153";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.main .right .topBar .topBarConvert ul li.gbp:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "\f154";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.main .right .topBar .topBarConvert ul li .label {
  font-weight: 700;
  font-size: 15px;
}
.main .right .topBar .topBarConvert ul li .value {
  font-size: 13px;
}
.main .right .topBar .topBarSearch {
  position: relative;
}
.main .right .topBar .topBarSearch .bar .searchIcon {
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 16px;
  color: #a0b8c9;
}
.main .right .topBar .topBarSearch .bar input {
  width: 100%;
  background-color: #f5f6fa;
  font-size: 12px;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius: 25px;
  padding: 15px 20px 15px 35px;
  color: #a0b8c9;
}
.main .right .topBar .topBarSearch .bar input::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .topBar .topBarSearch .bar input::placeholder {
  color: #a0b8c9;
}
.main .right .topBar .topBarNotification {
  position: relative;
}
.main .right .topBar .topBarNotification .notification a {
  cursor: pointer;
  display: block;
  color: #01385e;
  background-color: #f5f6fa;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #01385e;
  border-radius: 50%;
  position: relative;
}
.main .right .topBar .topBarNotification .notification a .notificationCount {
  position: absolute;
  right: -7px;
  top: -2px;
  font-size: 11px;
  font-weight: 700;
  background-color: #29ba9b;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.main .right .topBar .topBarNotification .notification a .notificationCount.zero {
  background-color: #ffb510;
}
.main .right .topBar .topBarNotification .listResult {
  display: none;
  position: absolute;
  top: 70px;
  right: 0px;
  width: 450px;
  color: #a0b8c9;
  z-index: 999;
}
.main .right .topBar .topBarNotification .listResult .noRecord {
  font-size: 14px;
  padding: 15px 15px;
  background-color: #fff;
}
.main .right .topBar .topBarNotification .listResult .listResultHeader {
  background-color: #fff;
  padding: 13px;
  text-align: center;
  color: #01385e;
  font-weight: 700;
  font-size: 13px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main .right .topBar .topBarNotification .listResult .listResultFooter {
  background-color: #fff;
  padding: 13px;
  text-align: center;
  color: #01385e;
  font-weight: 700;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main .right .topBar .topBarNotification .listResult .listResultFooter a {
  font-size: 13px;
  color: #29ba9b;
}
.main .right .topBar .topBarNotification .listResult ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.main .right .topBar .topBarNotification .listResult ul li {
  list-style: none;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .topBar .topBarNotification .listResult ul li:first-child {
  margin-top: 0px;
}
.main .right .topBar .topBarNotification .listResult ul li .notificationItem {
  background-color: #ffffff;
  padding: 15px 35px;
  position: relative;
  border-bottom: 1px solid #f5f6fa;
}
.main .right .topBar .topBarNotification .listResult ul li .notificationItem.active {
  background-color: #effffc;
}
.main .right .topBar .topBarNotification .listResult ul li .notificationItem .notificationUserImage img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.main .right .topBar .topBarNotification .listResult ul li .notificationItem .notificationItemDetail {
  color: #01385e;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .topBar .topBarNotification .listResult ul li .notificationItem .notificationItemDate {
  color: #a0b8c9;
  font-size: 12px;
}
.main .right .topBar .topBarNotification .listResult ul li .notificationItem .icon {
  width: 6px;
  height: 6px;
  background-color: #29ba9b;
  border-radius: 50%;
}
.main .right .topBar .userCalendar i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #01385e;
  background-color: #f5f6fa;
  border-radius: 50%;
  text-align: center;
}
.main .right .topBar .topBarUser {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .topBar .topBarUser .user {
  color: #01385e;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .topBar .topBarUser .user a {
  color: #01385e;
}
.main .right .topBar .topBarUser .user i {
  color: #29ba9b;
}
.main .right .subMenuPage {
  background-color: #29ba9b;
}
.main .right .subMenuPage ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.main .right .subMenuPage ul li {
  list-style: none;
  font-size: 14px;
}
.main .right .subMenuPage ul li a {
  display: block;
  color: #fff;
  padding: 15px;
}
.main .right .subMenuPage ul li.active {
  background-color: #00a57d;
}
.main .right .centerBar {
  padding: 30px;
}
.main .right .centerBar .newButton {
  cursor: pointer;
  margin-bottom: 10px;
}
.main .right .centerBar .newButton a {
  font-size: 13px;
  background-color: #29ba9b;
  color: #fff;
  padding: 9px;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.main .right .centerBar .newButton .stopWork {
  color: #fff;
}
.main .right .centerBar .exportExcel {
  cursor: pointer;
  margin-bottom: 10px;
}
.main .right .centerBar .exportExcel a {
  font-size: 13px;
  background-color: #00a1f1;
  color: #fff;
  padding: 9px;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.main .right .centerBar .newFolder {
  float: right;
}
.main .right .centerBar .newFolder a {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #29ba9b;
}
.main .right .centerBar .newItem {
  float: right;
  margin-right: 10px;
}
.main .right .centerBar .newItem a {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #29ba9b;
}
.main .right .centerBar .changeFolderName {
  float: right;
  margin-right: 10px;
}
.main .right .centerBar .changeFolderName a {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #292929;
}
.main .right .centerBar .deleteFolder {
  float: right;
  margin-right: 10px;
}
.main .right .centerBar .deleteFolder a {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #f01661;
}
.main .right .centerBar .adsItem {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.main .right .centerBar .adsItem .adsIcon {
  font-size: 60px;
}
.main .right .centerBar .adsItem .adsTitle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #01385e;
}
.main .right .centerBar .adsItem a {
  color: #29ba9b;
}
.main .right .centerBar .reportsItem {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
.main .right .centerBar .reportsItem .adsIcon {
  font-size: 60px;
}
.main .right .centerBar .reportsItem .adsTitle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #01385e;
}
.main .right .centerBar .reportsItem a {
  color: #29ba9b;
}
.main .right .centerBar .adsAlert {
  font-size: 14px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.main .right .centerBar .mobileSearch {
  display: none;
  position: relative;
  width: 0px;
  height: 0;
  transition: height 0.2s ease-in-out, margin-bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
}
.main .right .centerBar .mobileSearch.active {
  display: block;
  left: 0px;
  width: 100%;
  height: 55px;
  opacity: 1;
  margin-bottom: 20px;
}
.main .right .centerBar .mobileSearch input {
  width: 100%;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: none;
  outline: none;
  padding: 18px 15px 18px 15px;
  color: #a0b8c9;
  border-top: 1px solid #f2f2f2;
}
.main .right .centerBar .mobileSearch input::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .mobileSearch input::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .customSection {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  position: relative;
}
.main .right .centerBar .customSection .progressTitle {
  font-size: 14px;
  text-align: center;
  color: #01385e;
  margin-bottom: 20px;
}
.main .right .centerBar .customTabs1 {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  position: relative;
}
.main .right .centerBar .customTabs1 .noResults {
  width: 100%;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.main .right .centerBar .customTabs1.operationTabs {
  padding: 10px;
  margin: 20px 0px;
  background-color: transparent;
}
.main .right .centerBar .customTabs1.operationTabs ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.main .right .centerBar .customTabs1 ul li .leftFilterBar a {
  cursor: pointer;
}
.main .right .centerBar .leftFilterBar {
  background-color: #fff;
  border-radius: 10px;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse {
  margin-bottom: 25px;
  cursor: pointer;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .title {
  color: #01385e;
  font-size: 14px;
  position: relative;
  font-weight: 500;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #a0b8c9;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .title:hover {
  color: #29ba9b;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .title.open:after {
  content: "\f077";
  color: #29ba9b;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items {
  display: none;
  max-height: 150px;
  overflow: auto;
  margin-top: 15px;
  position: relative;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items .subTitle {
  color: #29ba9b;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #29ba9b;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items .inputIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #a0b8c9;
  font-size: 20px;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items label {
  font-size: 14px;
  color: #a0b8c9;
  margin-left: 10px;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items input[type=text] {
  width: 100%;
  border-radius: 5px;
  color: #a0b8c9;
  outline: none;
  border: none;
  font-size: 13px;
  background-color: #f5f6fa;
  margin-bottom: 10px;
  padding: 10px 10px 10px 45px;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items input[type=text]::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items input[type=text]::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items input[type=search] {
  width: 95%;
  color: #a0b8c9;
  outline: none;
  border: none;
  font-size: 13px;
  background-color: #f5f6fa;
  margin-bottom: 10px;
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items input[type=search]::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items input[type=search]::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items select {
  width: 95%;
  color: #a0b8c9;
  outline: none;
  border: none;
  font-size: 13px;
  background-color: #f5f6fa;
  margin-bottom: 10px;
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
.main .right .centerBar .leftFilterBar .leftFilterCollapse .items.open {
  display: block;
  padding: 10px 0px;
}
.main .right .centerBar .leftFilterBar .filterInput {
  position: relative;
}
.main .right .centerBar .leftFilterBar .filterInput .label {
  color: #01385e;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  min-height: 20px;
}
.main .right .centerBar .leftFilterBar .filterInput input {
  width: 100%;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 10px 10px 10px 45px;
  outline: none;
  border: none;
  font-size: 13px;
  background-color: #f5f6fa;
  margin-bottom: 10px;
}
.main .right .centerBar .leftFilterBar .filterInput input::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .leftFilterBar .filterInput input::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .leftFilterBar .filterInput input.submit {
  font-weight: 500;
  padding-left: 0;
  background-color: #29ba9b;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.main .right .centerBar .leftFilterBar .filterInput input.submit:hover {
  background-color: #fff;
  color: #29ba9b;
}
.main .right .centerBar .leftFilterBar .filterInput select {
  width: 100%;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 13px;
  background-color: #f5f6fa;
  margin-bottom: 10px;
}
.main .right .centerBar .leftFilterBar .filterInput .inputIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #a0b8c9;
  font-size: 20px;
}
.main .right .centerBar .leftFilterBar .filterSubmit button {
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: #29ba9b;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
}
.main .right .centerBar .customTable1 {
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 25px;
  overflow-x: auto;
}
.main .right .centerBar .customTable1.yesWrap th,
.main .right .centerBar .customTable1.yesWrap td {
  white-space: unset;
}
.main .right .centerBar .customTable1 th,
.main .right .centerBar .customTable1 td {
  white-space: nowrap; /* Satır kırılmasını engelle */
}
.main .right .centerBar .customTable1 th a {
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .customTable1 th a .checkedSA {
  color: #00d0ff;
}
.main .right .centerBar .customTable1 .success {
  font-size: 14px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
}
.main .right .centerBar .customTable1 .ss1 {
  float: right;
  width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.main .right .centerBar .customTable1 .ss2 {
  float: right;
  width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.main .right .centerBar .customTable1 .ss3 {
  float: right;
  width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #856404;
  border: 1px solid #ffeeba;
}
.main .right .centerBar .customTable1 .noRecord {
  font-size: 13px;
  color: #a0b8c9;
}
.main .right .centerBar .customTable1 table thead tr th {
  border: none !important;
  color: #a0b8c9;
  font-size: 14px;
  font-weight: 400;
}
.main .right .centerBar .customTable1 table thead tr th.sorting, .main .right .centerBar .customTable1 table thead tr th.sorting_asc, .main .right .centerBar .customTable1 table thead tr th.sorting_desc {
  cursor: pointer;
}
.main .right .centerBar .customTable1 table thead tr th.checkbox {
  padding: 0px 5px 30px 0px;
}
.main .right .centerBar .customTable1 table thead tr th.withBorder {
  border: 1px solid #f1f1f1 !important;
}
.main .right .centerBar .customTable1 table thead tr th {
  border: none !important;
  color: #a0b8c9;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 5px;
}
.main .right .centerBar .customTable1 table tbody tr td {
  vertical-align: middle;
  font-size: 13px;
  padding: 15px 5px;
  font-weight: 500;
  color: #01385e;
  border-color: rgba(221, 221, 221, 0.3);
}
.main .right .centerBar .customTable1 table tbody tr td.checkbox {
  padding: 0px 5px 30px 0px;
}
.main .right .centerBar .customTable1 table tbody tr td .noActivity i {
  color: rgb(215, 151, 151);
}
.main .right .centerBar .customTable1 table tbody tr td .assign-report a {
  background-color: #29ba9b;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.main .right .centerBar .customTable1 table tbody tr td .assign-report a.duplicate {
  background-color: #003ffb;
  margin-left: 5px;
}
.main .right .centerBar .customTable1 table tbody tr td .tableInput input,
.main .right .centerBar .customTable1 table tbody tr td .tableInput select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  padding: 9px;
  color: #a0b8c9;
  outline: none;
}
.main .right .centerBar .customTable1 table tbody tr td .link {
  position: relative;
}
.main .right .centerBar .customTable1 table tbody tr td .link.hot img {
  width: 15px;
  height: 15px;
}
.main .right .centerBar .customTable1 table tbody tr td .link a {
  color: #29ba9b;
  font-weight: 500;
}
.main .right .centerBar .customTable1 table tbody tr td .link a.active {
  color: #29ba9b;
}
.main .right .centerBar .customTable1 table tbody tr td .link a.passive {
  color: #f90f00;
}
.main .right .centerBar .customTable1 table tbody tr td .link .subDetail {
  color: #a0b8c9;
}
.main .right .centerBar .customTable1 table tbody tr td .checkRow {
  margin-top: 5px;
}
.main .right .centerBar .customTable1 table tbody tr td .linkReverse {
  position: relative;
}
.main .right .centerBar .customTable1 table tbody tr td .linkReverse a {
  color: #01385e;
  font-weight: 500;
}
.main .right .centerBar .customTable1 table tbody tr td .linkReverse .subDetail {
  color: #29ba9b !important;
}
.main .right .centerBar .customTable1 table tbody tr td .optionValue {
  cursor: pointer;
}
.main .right .centerBar .customTable1 table tbody tr td .optionValue i {
  color: #a0b8c9;
}
.main .right .centerBar .customTable1 table tbody tr td .tableSquareBox {
  display: inline-block;
  padding: 10px 25px;
  background-color: #f5f6fa;
  color: #01385e;
  border-radius: 5px;
  font-size: 12px;
}
.main .right .centerBar .customTable1 table tbody tr td .parentSubType {
  color: #c0cdd5;
}
.main .right .centerBar .customTable1 table tbody tr td .customerSingle {
  background-color: #29ba9b;
  color: #01385e;
  font-size: 12px;
  padding: 5px;
  color: #fff;
  width: 150px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .customTable1 table tbody tr td .companySingle {
  width: 150px;
  background-color: #f2f2f2;
  font-size: 12px;
  padding: 5px;
  margin-top: 4px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .customTable1 table tbody tr td .price {
  font-size: 18px;
  font-weight: 700;
  color: #29ba9b;
}
.main .right .centerBar .customTable1 table tbody tr td .pdf {
  position: relative;
}
.main .right .centerBar .customTable1 table tbody tr td .pdf a {
  color: #f90f00;
  font-weight: 600;
}
.main .right .centerBar .customTable1 table tbody tr td .paymentStatu1 {
  background-color: #29ba9b;
  color: #fff;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable1 table tbody tr td .paymentStatu2 {
  background-color: #fff5e0;
  color: #ffb510;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable1 table tbody tr td .paymentStatu3 {
  background-color: #f01661;
  color: #fff;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable1 table tbody tr td .process {
  position: relative;
  float: right;
}
.main .right .centerBar .customTable1 table tbody tr td .process a {
  cursor: pointer;
  color: #a0b8c9;
  font-weight: 600;
  margin-right: 10px;
}
.main .right .centerBar .customTable1 table tbody tr td .process a.complete {
  color: #ffb510;
}
.main .right .centerBar .customTable1 table tbody tr td .process a.approve {
  color: #29ba9b;
}
.main .right .centerBar .customTable1 table tbody tr td .process a.cancel {
  color: #ff0077;
}
.main .right .centerBar .customTable1 table tbody tr td .process a.approve-deals {
  color: #ff680c;
}
.main .right .centerBar .customTable1 table tbody tr td .tableNumber {
  background-color: #a0b8c9;
  color: #fff;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.main .right .centerBar .customTable1 table tbody tr td .status {
  margin-top: 5px;
  display: inline-block;
  background-color: #a0b8c9;
  color: #fff;
  padding: 4px 15px;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable1 table tbody tr td .status.active {
  background-color: #29ba9b;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus {
  display: block;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #0075c9;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu1 i {
  background-color: #5ade32;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu2 i {
  background-color: #ff4b0a;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu3 i {
  background-color: #29ba9b;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu4 i {
  background-color: #8561c5;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu5 i {
  background-color: #ffca0a;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu6 i {
  background-color: #2e7ebc;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu7 i {
  background-color: #c3a3ff;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu8 i {
  background-color: #ff4b8a;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu9 i {
  background-color: #4dffcb;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu10 i {
  background-color: #ff7a0a;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu11 i {
  background-color: #52b788;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu12 i {
  background-color: #f72585;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu13 i {
  background-color: #7209b7;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu14 i {
  background-color: #3a86ff;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu15 i {
  background-color: #ff3838;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu16 i {
  background-color: #1d3557;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu17 i {
  background-color: #3c40c6;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu18 i {
  background-color: #ff793f;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu19 i {
  background-color: #2b9348;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu20 i {
  background-color: #ffda79;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu21 i {
  background-color: #ffaf40;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu22 i {
  background-color: #8e44ad;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu23 i {
  background-color: #f368e0;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu24 i {
  background-color: #0097e6;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu25 i {
  background-color: #fdcb6e;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu26 i {
  background-color: #6ab04c;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu27 i {
  background-color: #e056fd;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu28 i {
  background-color: #1abc9c;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu29 i {
  background-color: #fffa65;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus.statu30 i {
  background-color: #feca57;
  color: #fff;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus .active {
  color: #29ba9b;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus .passive {
  color: #f01761;
}
.main .right .centerBar .customTable1 table tbody tr td .tableStatus .w150 {
  width: 150px;
}
.main .right .centerBar .customTable1 table tbody tr td .more a {
  display: block;
  color: #29ba9b;
  font-size: 35px;
}
.main .right .centerBar .customTable1 table tbody tr td .more a.small {
  font-size: 14px;
}
.main .right .centerBar .customTable1 table tbody tr td .fastUpdate a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  background-color: #29ba9b;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.main .right .centerBar .customTable1 .pagination {
  display: table;
  margin: 0 auto;
}
.main .right .centerBar .customTable1 .pagination a {
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  margin-left: 5px;
  color: #a0b8c9;
}
.main .right .centerBar .customTable1 .pagination a.active {
  background-color: #00a57d;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.main .right .centerBar .customTable1::after {
  clear: both;
  content: "";
  display: table;
}
.main .right .centerBar .customTable2 table thead tr th {
  border: none !important;
  color: #a0b8c9;
  font-size: 13px;
  font-weight: 400;
}
.main .right .centerBar .customTable2 table thead tr th {
  border: none !important;
  color: #a0b8c9;
  font-size: 13px;
  font-weight: 400;
  background: none;
  text-align: left;
}
.main .right .centerBar .customTable2 table tbody tr {
  border-radius: 25px;
  margin-bottom: 10px;
  border-bottom: 10px solid #f5f6fa;
}
.main .right .centerBar .customTable2 table tbody tr td {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #01385e;
  background-color: #fff;
  padding: 20px;
}
.main .right .centerBar .customTable2 table tbody tr td:first-child {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.main .right .centerBar .customTable2 table tbody tr td:last-child {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.main .right .centerBar .customTable2 table tbody tr td .assign-report a {
  background-color: #29ba9b;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.main .right .centerBar .customTable2 table tbody tr td .assign-report a.duplicate {
  background-color: #003ffb;
  margin-left: 5px;
}
.main .right .centerBar .customTable2 table tbody tr td .tableInput input,
.main .right .centerBar .customTable2 table tbody tr td .tableInput select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  padding: 9px;
  color: #a0b8c9;
  outline: none;
}
.main .right .centerBar .customTable2 table tbody tr td .link {
  position: relative;
}
.main .right .centerBar .customTable2 table tbody tr td .link a {
  color: #29ba9b;
  font-weight: 500;
}
.main .right .centerBar .customTable2 table tbody tr td .link a.active {
  color: #29ba9b;
}
.main .right .centerBar .customTable2 table tbody tr td .link a.passive {
  color: #f90f00;
}
.main .right .centerBar .customTable2 table tbody tr td .pdf {
  position: relative;
}
.main .right .centerBar .customTable2 table tbody tr td .pdf a {
  color: #f90f00;
  font-weight: 600;
}
.main .right .centerBar .customTable2 table tbody tr td .paymentStatu1 {
  background-color: #29ba9b;
  color: #fff;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable2 table tbody tr td .paymentStatu2 {
  background-color: #fff5e0;
  color: #ffb510;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable2 table tbody tr td .paymentStatu3 {
  background-color: #f01661;
  color: #fff;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable2 table tbody tr td .process {
  position: relative;
  float: right;
}
.main .right .centerBar .customTable2 table tbody tr td .process a {
  cursor: pointer;
  color: #a0b8c9;
  font-weight: 600;
  margin-right: 10px;
}
.main .right .centerBar .customTable2 table tbody tr td .process a.complete {
  color: #ffb510;
}
.main .right .centerBar .customTable2 table tbody tr td .process a.approve {
  color: #29ba9b;
}
.main .right .centerBar .customTable2 table tbody tr td .process a.cancel {
  color: #ff0077;
}
.main .right .centerBar .customTable2 table tbody tr td .subDetail {
  color: #a0b8c9;
}
.main .right .centerBar .customTable2 table tbody tr td .status {
  margin-top: 5px;
  display: inline-block;
  background-color: #a0b8c9;
  color: #fff;
  padding: 4px 15px;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable2 table tbody tr td .status.active {
  background-color: #29ba9b;
}
.main .right .centerBar .customTable2 table tbody tr td .tableStatus a {
  display: block;
  font-size: 13px;
  padding: 10px 35px;
  border-radius: 25px;
  max-width: 200px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.main .right .centerBar .customTable2 table tbody tr td .tableStatus a.statu1 {
  background-color: #edffe8;
  color: #5ade32;
  border: 1px solid #5ade32;
}
.main .right .centerBar .customTable2 table tbody tr td .tableStatus a.statu2 {
  background-color: #fff4f0;
  color: #ff4b0a;
  border: 1px solid #ff4b0a;
}
.main .right .centerBar .customTable2 table tbody tr td .tableStatus a.statu3 {
  background-color: #effffc;
  color: #29ba9b;
  border: 1px solid #29ba9b;
}
.main .right .centerBar .customTable2 table tbody tr td .more a {
  display: block;
  color: #29ba9b;
  font-size: 35px;
}
.main .right .centerBar .ticketTables .ticketsItem {
  cursor: pointer;
  border: 1px solid #f5f6fa;
  padding: 20px;
  font-size: 13px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}
.main .right .centerBar .ticketTables .ticketsItem.completed {
  border-color: #29ba9b;
}
.main .right .centerBar .ticketTables .ticketsItem .ticketsCheck {
  display: none;
}
.main .right .centerBar .ticketTables .ticketsItem .ticketItemsResult .label {
  color: #a0b8c9;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.main .right .centerBar .ticketTables .ticketsItem:last-child {
  margin-bottom: 0px;
}
.main .right .centerBar .dealsTables .dealsItem {
  cursor: pointer;
  border: 1px solid #f5f6fa;
  padding: 20px;
  font-size: 13px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}
.main .right .centerBar .dealsTables .dealsItem.completed {
  border-color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItem.completed .count {
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItem .dealsCheck {
  display: none;
}
.main .right .centerBar .dealsTables .dealsItem .count {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 35px;
  color: #e0e0e2;
  opacity: 0.6;
  font-weight: 700;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
}
.main .right .centerBar .dealsTables .dealsItem .dealsTitle .label {
  color: #a0b8c9;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.main .right .centerBar .dealsTables .dealsItem .dealsTitle .value {
  color: #01385e;
  font-size: 13px;
  font-weight: 500;
}
.main .right .centerBar .dealsTables .dealsItem .visitCount {
  color: #29ba9b;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.main .right .centerBar .dealsTables .dealsItem .visitCountItem ul {
  margin: 0;
  padding: 0;
}
.main .right .centerBar .dealsTables .dealsItem .visitCountItem ul li {
  list-style: none;
  border: none;
  font-weight: 600;
  margin-bottom: 9px;
  font-size: 12px;
  margin-top: 5px;
  padding: 0;
  color: #a0b8c9;
}
.main .right .centerBar .dealsTables .dealsItem .visitCountItem ul li span {
  float: right;
}
.main .right .centerBar .dealsTables .dealsItem .visitCountItem ul li.subTotal {
  color: #01385e;
}
.main .right .centerBar .dealsTables .dealsItem .visitCountItem ul li.hotel {
  color: #e01a94;
}
.main .right .centerBar .dealsTables .dealsItem .dealsTotal {
  font-size: 16px;
  font-weight: 700;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItem .dealsCompleted {
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
}
.main .right .centerBar .dealsTables .dealsItem .editButtonDeals {
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
}
.main .right .centerBar .dealsTables .dealsItem .editButtonDeals a {
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItem .addDealNote {
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
}
.main .right .centerBar .dealsTables .dealsItem .addDealNote a {
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItem .deleteButton {
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItem:last-child {
  margin-bottom: 0px;
}
.main .right .centerBar .dealsTables .dealsItemProfile {
  border: 1px solid #f5f6fa;
  padding: 20px;
  font-size: 13px;
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px;
}
.main .right .centerBar .dealsTables .dealsItemProfile.completed {
  border-color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItemProfile.completed .count {
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItemProfile .dealsCheck {
  display: none;
}
.main .right .centerBar .dealsTables .dealsItemProfile .count {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 35px;
  color: #e0e0e2;
  opacity: 0.6;
  font-weight: 700;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
}
.main .right .centerBar .dealsTables .dealsItemProfile .dealsTitle .label {
  color: #a0b8c9;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.main .right .centerBar .dealsTables .dealsItemProfile .dealsTitle .value {
  color: #01385e;
  font-size: 13px;
  font-weight: 500;
}
.main .right .centerBar .dealsTables .dealsItemProfile .visitCount {
  color: #29ba9b;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.main .right .centerBar .dealsTables .dealsItemProfile .visitCountItem ul {
  margin: 0;
  padding: 0;
}
.main .right .centerBar .dealsTables .dealsItemProfile .visitCountItem ul li {
  list-style: none;
  border: none;
  font-weight: 600;
  margin-bottom: 9px;
  font-size: 12px;
  margin-top: 5px;
  padding: 0;
  color: #a0b8c9;
}
.main .right .centerBar .dealsTables .dealsItemProfile .visitCountItem ul li span {
  float: right;
}
.main .right .centerBar .dealsTables .dealsItemProfile .visitCountItem ul li.subTotal {
  color: #01385e;
}
.main .right .centerBar .dealsTables .dealsItemProfile .visitCountItem ul li.hotel {
  color: #e01a94;
}
.main .right .centerBar .dealsTables .dealsItemProfile .dealsTotal {
  font-size: 16px;
  font-weight: 700;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItemProfile .editButtonDeals {
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
}
.main .right .centerBar .dealsTables .dealsItemProfile .editButtonDeals a {
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItemProfile .addDealNote {
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
}
.main .right .centerBar .dealsTables .dealsItemProfile .addDealNote a {
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItemProfile .dealsCompleted {
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
}
.main .right .centerBar .dealsTables .dealsItemProfile .dealsCompleted a {
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .dealsTables .dealsItemProfile .deleteButton {
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  color: #29ba9b;
}
.main .right .centerBar .customTable3 {
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 25px;
  overflow-x: auto;
}
.main .right .centerBar .customTable3 th,
.main .right .centerBar .customTable3 td {
  white-space: nowrap;
}
.main .right .centerBar .customTable3 table thead tr th {
  border: none !important;
  color: #a0b8c9;
  font-size: 14px;
  font-weight: 400;
  /*
  &.sorting {
  	cursor: pointer;
  	position: relative;
  	&:after {
  		position: absolute;
  		right: 10px;
  		content: "\f0dc";
  		font-weight: 900;
  		font-family: "Font Awesome 6 Free";
  	}
  }
  &.sorting_asc {
  	cursor: pointer;
  	position: relative;
  	&:after {
  		position: absolute;
  		right: 10px;
  		content: "\f15e";
  		font-weight: 900;
  		font-family: "Font Awesome 6 Free";
  	}
  }
  &.sorting_desc {
  	cursor: pointer;
  	position: relative;
  	&:after {
  		position: absolute;
  		right: 10px;
  		content: "\f881";
  		font-weight: 900;
  		font-family: "Font Awesome 6 Free";
  	}
  }
  */
}
.main .right .centerBar .customTable3 table thead tr th.sorting, .main .right .centerBar .customTable3 table thead tr th.sorting_asc, .main .right .centerBar .customTable3 table thead tr th.sorting_desc {
  cursor: pointer;
}
.main .right .centerBar .customTable3 table thead tr th {
  border: none !important;
  color: #a0b8c9;
  font-size: 14px;
  font-weight: 400;
}
.main .right .centerBar .customTable3 table tbody tr td {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #01385e;
  border: none !important;
}
.main .right .centerBar .customTable3 table tbody tr td .assign-report a {
  background-color: #29ba9b;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.main .right .centerBar .customTable3 table tbody tr td .assign-report a.duplicate {
  background-color: #003ffb;
  margin-left: 5px;
}
.main .right .centerBar .customTable3 table tbody tr td .tableInput input,
.main .right .centerBar .customTable3 table tbody tr td .tableInput select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  padding: 9px;
  color: #a0b8c9;
  outline: none;
}
.main .right .centerBar .customTable3 table tbody tr td .link {
  position: relative;
  padding-left: 30px;
}
.main .right .centerBar .customTable3 table tbody tr td .link a {
  color: #29ba9b;
  font-weight: 500;
}
.main .right .centerBar .customTable3 table tbody tr td .link:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #29ba9b;
  content: "\eb3c";
  font-family: boxicons !important;
  font-weight: 400;
  font-size: 25px;
}
.main .right .centerBar .customTable3 table tbody tr td .link .subDetail {
  color: #a0b8c9;
}
.main .right .centerBar .customTable3 table tbody tr td .checkRow {
  display: table;
  margin: 0 auto;
}
.main .right .centerBar .customTable3 table tbody tr td .linkReverse {
  position: relative;
}
.main .right .centerBar .customTable3 table tbody tr td .linkReverse a {
  color: #01385e;
  font-weight: 500;
}
.main .right .centerBar .customTable3 table tbody tr td .linkReverse .subDetail {
  color: #29ba9b !important;
}
.main .right .centerBar .customTable3 table tbody tr td .optionValue {
  cursor: pointer;
}
.main .right .centerBar .customTable3 table tbody tr td .optionValue i {
  color: #a0b8c9;
}
.main .right .centerBar .customTable3 table tbody tr td .tableSquareBox {
  display: inline-block;
  padding: 10px 25px;
  background-color: #f5f6fa;
  color: #01385e;
  border-radius: 5px;
  font-size: 12px;
}
.main .right .centerBar .customTable3 table tbody tr td .pdf {
  position: relative;
}
.main .right .centerBar .customTable3 table tbody tr td .pdf a {
  color: #f90f00;
  font-weight: 600;
}
.main .right .centerBar .customTable3 table tbody tr td .paymentStatu1 {
  background-color: #29ba9b;
  color: #fff;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable3 table tbody tr td .paymentStatu2 {
  background-color: #fff5e0;
  color: #ffb510;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable3 table tbody tr td .paymentStatu3 {
  background-color: #f01661;
  color: #fff;
  padding: 9px;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable3 table tbody tr td .ticketImages {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.main .right .centerBar .customTable3 table tbody tr td .process {
  position: relative;
  float: right;
}
.main .right .centerBar .customTable3 table tbody tr td .process a {
  cursor: pointer;
  color: #a0b8c9;
  font-weight: 600;
  margin-right: 10px;
}
.main .right .centerBar .customTable3 table tbody tr td .process a.complete {
  color: #ffb510;
}
.main .right .centerBar .customTable3 table tbody tr td .process a.approve {
  color: #29ba9b;
}
.main .right .centerBar .customTable3 table tbody tr td .process a.cancel {
  color: #ff0077;
}
.main .right .centerBar .customTable3 table tbody tr td .tableNumber {
  background-color: #a0b8c9;
  color: #fff;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.main .right .centerBar .customTable3 table tbody tr td .status {
  margin-top: 5px;
  display: inline-block;
  background-color: #a0b8c9;
  color: #fff;
  padding: 4px 15px;
  font-size: 11px;
  border-radius: 25px;
}
.main .right .centerBar .customTable3 table tbody tr td .status.active {
  background-color: #29ba9b;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus {
  display: block;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #0075c9;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu1 i {
  background-color: #5ade32;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu2 i {
  background-color: #ff4b0a;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu3 i {
  background-color: #29ba9b;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu4 i {
  background-color: #8561c5;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu5 i {
  background-color: #ffca0a;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu6 i {
  background-color: #2e7ebc;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu7 i {
  background-color: #c3a3ff;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu8 i {
  background-color: #ff4b8a;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu9 i {
  background-color: #4dffcb;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu10 i {
  background-color: #ff7a0a;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu11 i {
  background-color: #52b788;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu12 i {
  background-color: #f72585;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu13 i {
  background-color: #7209b7;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu14 i {
  background-color: #3a86ff;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu15 i {
  background-color: #ff3838;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu16 i {
  background-color: #1d3557;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu17 i {
  background-color: #3c40c6;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu18 i {
  background-color: #ff793f;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu19 i {
  background-color: #2b9348;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu20 i {
  background-color: #ffda79;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu21 i {
  background-color: #ffaf40;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu22 i {
  background-color: #8e44ad;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu23 i {
  background-color: #f368e0;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu24 i {
  background-color: #0097e6;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu25 i {
  background-color: #fdcb6e;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu26 i {
  background-color: #6ab04c;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu27 i {
  background-color: #e056fd;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu28 i {
  background-color: #1abc9c;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu29 i {
  background-color: #fffa65;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus.statu30 i {
  background-color: #feca57;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus .active {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  text-align: center;
  background-color: #29ba9b;
  color: #fff;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus .passive {
  display: inline-block;
  background-color: #effffc;
  color: #29ba9b;
  border: 1px solid #29ba9b;
}
.main .right .centerBar .customTable3 table tbody tr td .tableStatus .w150 {
  width: 150px;
}
.main .right .centerBar .customTable3 table tbody tr td .more a {
  display: block;
  color: #29ba9b;
  font-size: 35px;
}
.main .right .centerBar .customTable3 table tbody tr td .more a.small {
  font-size: 14px;
}
.main .right .centerBar .customTable3 table tbody tr td .fastUpdate a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  background-color: #29ba9b;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.main .right .centerBar .customTable3::after {
  clear: both;
  content: "";
  display: table;
}
.main .right .centerBar .customTabs1 ul {
  margin-top: 25px;
  border: none;
}
.main .right .centerBar .customTabs1 ul li {
  border: none;
}
.main .right .centerBar .customTabs1 ul li a {
  cursor: pointer;
  border: none;
  color: #a0b8c9;
  font-size: 14px;
  border: 2px solid #f5f6fa;
  padding: 4px 30px;
  border-radius: 25px;
  margin-right: 10px;
}
.main .right .centerBar .customTabs1 ul li a.active {
  color: #29ba9b;
  border: 2px solid #29ba9b;
}
.main .right .centerBar .customTabs1 .tab-content {
  margin-top: 30px;
}
.main .right .centerBar .customTabs1 .tab-content .overflow-upcoming {
  padding: 0px 50px 0px 0px;
  height: 307px;
  overflow-x: hidden;
  overflow-y: auto;
}
.main .right .centerBar .customTabs1 .tab-content .rowTabContent {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f6fa;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsIcon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f5f6fa;
  border-radius: 50%;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsIcon img {
  height: 25px;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsTitle {
  font-size: 14px;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsTitle .tabsTitleTop {
  color: #01385e;
  font-weight: 500;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsTitle .tabsTitleBottom {
  color: #a0b8c9;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsTitle .tabsTitleBottom span {
  color: #29ba9b;
  font-weight: 700;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsPrice {
  font-size: 14px;
  text-align: right;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsPrice .tabsPriceTop {
  color: #29ba9b;
  font-weight: 700;
}
.main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsPrice .tabsPriceBottom {
  color: #a0b8c9;
}
.main .right .centerBar .generalTitle {
  font-size: 18px;
  color: #01385e;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .right .centerBar .generalTitle .titleInput {
  width: 250px;
  float: right;
  position: relative;
}
.main .right .centerBar .generalTitle .titleInput input {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 10px 25px 10px 15px;
  outline: none;
  border: none;
  font-size: 14px;
}
.main .right .centerBar .generalTitle .titleInput input::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .generalTitle .titleInput input::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .generalTitle .titleInput input.type2 {
  background-color: #f5f6fa;
}
.main .right .centerBar .generalTitle .titleInput .titleInputIcon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #a0b8c9;
}
.main .right .centerBar .filterBar {
  position: relative;
  margin-bottom: 5px;
}
.main .right .centerBar .filterBar .exportTable {
  position: absolute;
  right: 0;
  top: 0;
}
.main .right .centerBar .filterBar .exportTable a {
  cursor: pointer;
  display: block;
  background-color: #29ba9b;
  color: #fff;
  padding: 9px;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
}
.main .right .centerBar .filterBar .aButton {
  display: none;
}
.main .right .centerBar .filterBar .aButton .actionButton a {
  cursor: pointer;
  display: block;
  border-radius: 5px;
  padding: 9px;
  font-size: 13px;
  border: 1px solid #29ba9b;
  text-align: center;
  color: #29ba9b;
}
.main .right .centerBar .filterBar .aButton .actionButton a:hover {
  background-color: #fff;
}
.main .right .centerBar .filterBar .aButton .actionButton.delete a {
  cursor: pointer;
  display: block;
  border-radius: 5px;
  padding: 9px;
  font-size: 13px;
  border: 1px solid #f01761;
  text-align: center;
  color: #f01761;
}
.main .right .centerBar .filterBar .aButton .actionButton.delete a:hover {
  background-color: #fff;
}
.main .right .centerBar .filterBar .fastMenu {
  outline: none;
  border: none;
  margin-bottom: 15px;
}
.main .right .centerBar .filterBar .fastMenu a {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #29ba9b;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}
.main .right .centerBar .filterBar .fastMenu .dropdown-menu {
  margin-top: 5px !important;
  width: 100% !important;
  padding: 15px !important;
}
.main .right .centerBar .filterBar .fastMenu .dropdown-menu a {
  color: #01385e;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
}
.main .right .centerBar .filterBar .fastMenu .dropdown-menu a:hover {
  color: #29ba9b;
}
.main .right .centerBar .filterBar .custoMselectAnalysis .ms-options-wrap > button {
  padding: 8px !important;
  font-size: 13px;
}
.main .right .centerBar .filterBar .filterInput {
  position: relative;
  margin-bottom: 10px;
}
.main .right .centerBar .filterBar .filterInput input {
  width: 100%;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 10px 10px 10px 45px;
  outline: none;
  border: none;
  font-size: 13px;
}
.main .right .centerBar .filterBar .filterInput input::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .filterBar .filterInput input::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .filterBar .filterInput input.submit {
  font-weight: 500;
  padding-left: 0;
  background-color: #29ba9b;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.main .right .centerBar .filterBar .filterInput input.submit:hover {
  background-color: #fff;
  color: #29ba9b;
}
.main .right .centerBar .filterBar .filterInput select {
  width: 100%;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 13px;
}
.main .right .centerBar .filterBar .filterInput .inputIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #a0b8c9;
  font-size: 20px;
}
.main .right .centerBar .filterBar .submitButton {
  margin-bottom: 10px;
}
.main .right .centerBar .filterBar .submitButton button,
.main .right .centerBar .filterBar .submitButton input {
  width: 100%;
  border: none;
  outline: none;
  background-color: #29ba9b;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  border-radius: 5px;
  padding: 8px 30px;
  font-size: 14px;
  margin-top: 1px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar {
  margin-top: 15px;
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow-y: visible;
  position: relative;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticsGrid {
    grid-template-columns: 1fr;
  }
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticCard {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticCard:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  z-index: 2;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticCard:has(.operationDropdown.active) {
  z-index: 999;
}
@media (min-width: 577px) and (max-width: 991px) {
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticCard:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticContent {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon {
  flex-shrink: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon.fill1 {
  background: linear-gradient(135deg, #01385e 0%, #024d7f 100%);
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon.fill2 {
  background: linear-gradient(135deg, #ff4b0a 0%, #ff6b35 100%);
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon.fill3 {
  background: linear-gradient(135deg, #29ba9b 0%, #3dd5b3 100%);
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon.fill4 {
  background: linear-gradient(135deg, #ffb510 0%, #ffc947 100%);
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon.fill5 {
  background: linear-gradient(135deg, #003ffb 0%, #2563ff 100%);
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticCard:hover .statisticBarIcon {
  transform: scale(1.05) rotate(5deg);
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticInfo {
  flex-grow: 1;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarCount {
  color: #01385e;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarValue {
  color: #6c757d;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown {
  margin-top: auto;
  position: relative;
  z-index: 10;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownToggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 16px;
  background: #fff;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  color: #495057;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownToggle span {
  flex-grow: 1;
  text-align: left;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownToggle i {
  font-size: 12px;
  color: #6c757d;
  transition: transform 0.3s ease;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownToggle:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown.active {
  z-index: 1000;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown.active .dropdownToggle {
  border-color: #01385e;
  background: #f8f9fa;
  color: #01385e;
  z-index: 1001;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown.active .dropdownToggle i {
  transform: rotate(180deg);
  color: #01385e;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownContent {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1002;
  max-height: 280px;
  overflow-y: auto;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownContent::-webkit-scrollbar {
  width: 6px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownContent::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownContent::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownContent::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown.active .dropdownContent {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f3f5;
  transition: all 0.2s ease;
  background: #fff;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownItem:first-child {
  border-radius: 8px 8px 0 0;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownItem:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownItem:hover {
  background: #f8f9fa;
  padding-left: 20px;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownItem span {
  color: #6c757d;
  font-size: 13px;
  font-weight: 500;
}
.main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownItem strong {
  color: #01385e;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .main .right .centerBar .statisticsSection .statisticsSectionBar {
    padding: 20px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticsGrid {
    gap: 15px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticCard {
    padding: 18px;
  }
}
@media (max-width: 768px) {
  .main .right .centerBar .statisticsSection .statisticsSectionBar {
    padding: 15px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarCount {
    font-size: 22px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarValue {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .main .right .centerBar .statisticsSection .statisticsSectionBar {
    padding: 12px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticsGrid {
    gap: 12px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticCard {
    padding: 15px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarCount {
    font-size: 20px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarValue {
    font-size: 11px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .operationDropdown .dropdownContent {
    max-height: 200px;
  }
}
.main .right .centerBar .dashBoardTables {
  margin-top: 5px;
}
.main .right .centerBar .customFormSection .backList a {
  cursor: pointer;
  font-size: 15px;
  color: #01385e;
  font-weight: 500;
  margin-top: 30px;
}
.main .right .centerBar .customFormSection .backList a.leadDetails {
  color: #a0b8c9;
}
.main .right .centerBar .profileHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
}
.main .right .centerBar .profileHeader .backList a {
  cursor: pointer;
  font-size: 15px;
  color: #01385e;
  font-weight: 500;
  margin-top: 30px;
}
.main .right .centerBar .profileHeader .backList a.leadDetails {
  color: #a0b8c9;
}
.main .right .centerBar .profileHeader .buttons {
  float: right;
  display: flex;
}
.main .right .centerBar .profileHeader .buttons a {
  cursor: pointer;
  color: #a0b8c9;
  margin-left: 25px;
  font-size: 15px;
}
.main .right .centerBar .profileHeader .buttons a:hover {
  color: #29ba9b;
}
.main .right .centerBar .profileHeader .buttons a span {
  font-weight: 700;
}
.main .right .centerBar .profileHeader .buttons a span.best {
  color: #29ba9b;
}
.main .right .centerBar .profileHeader .buttons a span {
  font-weight: 700;
}
.main .right .centerBar .profileHeader .buttons a span.bad {
  color: #810a34;
}
.main .right .centerBar .profileHeader .buttons a span {
  font-weight: 700;
}
.main .right .centerBar .profileHeader .buttons a span.intermediate {
  color: #e68a00;
}
.main .right .centerBar .createdTime {
  color: #a0b8c9;
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox {
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 25px;
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles {
  margin-top: 25px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .subTitle {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .images {
  margin-bottom: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .images .image {
  position: relative;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .images .image img {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  cursor: pointer;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .images .image .deleteButton {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-color: #f5f6fa;
  color: #f01761;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 9px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .attachments .link {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 0px;
  border-radius: 15px;
  margin-top: 5px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .attachments .link a {
  color: #a0b8c9;
  font-size: 13px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .attachments .link .deleteButton {
  cursor: pointer;
  background-color: #f5f6fa;
  color: #f01761;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 9px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientFiles .notFound {
  font-size: 13px;
  color: #a0b8c9;
  margin-bottom: 15px;
}
.main .right .centerBar .profileDetail .profileDetailBox .editButton {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .editButton a {
  font-size: 20px;
  color: #a0b8c9;
}
.main .right .centerBar .profileDetail .profileDetailBox .editButton a:hover {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .hotButton {
  margin-top: 10px;
}
.main .right .centerBar .profileDetail .profileDetailBox .hotButton a {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #a0b8c9;
  font-weight: 600;
}
.main .right .centerBar .profileDetail .profileDetailBox .hotButton a.active {
  color: #e20b19;
}
.main .right .centerBar .profileDetail .profileDetailBox .hotButton a.active img {
  filter: grayscale(0);
}
.main .right .centerBar .profileDetail .profileDetailBox .hotButton a:hover {
  color: #e20b19;
}
.main .right .centerBar .profileDetail .profileDetailBox .hotButton a img {
  filter: grayscale(100%);
  height: 30px;
  width: 30px;
}
.main .right .centerBar .profileDetail .profileDetailBox .hotButton a:hover img {
  filter: grayscale(0);
}
.main .right .centerBar .profileDetail .profileDetailBox .hotImage {
  margin-bottom: 15px;
}
.main .right .centerBar .profileDetail .profileDetailBox .hotImage img {
  padding: 2px;
  background-color: #fff;
  box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.38);
  width: 33px;
  height: 33px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileName {
  color: #29ba9b;
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileEmail {
  color: #a0b8c9;
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileEmail a {
  cursor: pointer;
  color: #a0b8c9;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileEmail a:hover {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileCampaign {
  color: #a0b8c9;
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileCampaign .adImage a {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail {
  margin-top: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul {
  margin: 0;
  padding: 0;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li {
  list-style: none;
  color: #01385e;
  margin-top: 10px;
  font-size: 15px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f6fa;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f5f6fa;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li .title {
  color: #a0b8c9;
  font-weight: 400;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li .detail {
  width: 100%;
  float: right;
  color: #01385e;
  font-weight: 600;
  font-size: 14px;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li input,
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li select {
  width: 100%;
  border: none;
  outline: none;
  color: #01385e;
  padding: 10px 5px;
  font-size: 13px;
  border: 1px solid #f5f6fa !important;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li input::-moz-placeholder, .main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li select::-moz-placeholder {
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li input::placeholder,
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li select::placeholder {
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .profileUserMainDetail ul li:last-child {
  border: none;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileWhatsapp {
  display: table;
  margin: 0 auto;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileWhatsapp a {
  display: inline-block;
  background-color: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileWhatsapp a i {
  font-size: 45px;
  opacity: 0.3;
  transform: rotate(0deg);
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileWhatsapp a .text {
  margin-left: 15px;
  font-size: 15px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileWhatsapp:hover a i {
  opacity: 1;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemLabel {
  color: #a0b8c9;
  font-size: 15px;
  font-weight: 600;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemValue {
  color: #01385e;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemValue a {
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemValue a:hover {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemValue span {
  cursor: pointer;
  margin-left: 5px;
  color: #a0b8c9;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemValue p {
  font-size: 12px;
  color: #a0b8c9;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemValueOtherNumber a {
  color: #01385e;
  font-size: 13px;
  font-weight: 500;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .patientProfileItemValueOtherNumber a:hover {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .select2-container {
  width: 100% !important;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem .select2-container .select2-selection--single {
  float: right;
  background-color: #eff8ff;
  border: none;
  outline: none;
  padding: 15px 20px;
  border-radius: 25px;
  color: #01385e;
  font-size: 15px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem select {
  float: right;
  background-color: #eff8ff;
  border: none;
  outline: none;
  padding: 15px 20px;
  border-radius: 25px;
  color: #01385e;
  font-size: 15px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem select::-moz-placeholder {
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem select::placeholder {
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileItem select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.main .right .centerBar .profileDetail .profileDetailBox .pptLine {
  height: 1px;
  background-color: #f5f6fa;
  width: 100%;
  margin-top: 30px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation {
  margin-top: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .title {
  font-size: 15px;
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .list {
  margin-top: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .list ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .list ul li {
  list-style: none;
  margin-right: 10px;
  color: #29ba9b;
  border-radius: 25px;
  border: 1px solid #29ba9b;
  padding: 8px 20px 8px 35px;
  font-size: 14px;
  position: relative;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .list ul li:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  background-color: #29ba9b;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .list ul li.health {
  background-color: #29ba9b;
  color: #fff;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .list ul li.health:after {
  background-color: #fff;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .detail {
  margin-top: 20px;
  color: #a0b8c9;
  font-size: 13px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .habit {
  display: flex;
  margin-top: 25px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .habit .item {
  color: #01385e;
  position: relative;
  margin-right: 10px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .habit .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  background-color: #f5f6fa;
  border-radius: 5px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .habit .item::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #a0b8c9;
  border-radius: 50%;
  position: absolute;
  left: 6.5px;
  top: 3px;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .habit .item.check {
  color: #29ba9b;
  position: relative;
}
.main .right .centerBar .profileDetail .profileDetailBox .patientProfileMedicalInformation .habit .item.check::after {
  border: none;
  content: "✓"; /* Unicode'da check işareti */
  font-size: 20px;
  font-weight: 700;
  color: #007bff; /* Simge rengi */
  position: absolute;
  left: 8px;
  top: -4px;
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .nav {
  background-color: #f5f6fa;
  padding: 15px;
  border-radius: 5px;
}
.main .right .centerBar .profileDetail .profileDetailBox .nav li a {
  cursor: pointer;
  margin-right: 10px;
  background-color: none;
  color: #01385e;
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
}
.main .right .centerBar .profileDetail .profileDetailBox .nav li a.active {
  background-color: #fff;
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul {
  margin: 0;
  padding: 0;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li {
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f6fa;
  padding-bottom: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li:last-child {
  margin-bottom: 0px;
  border: none;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarIcon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(1, 56, 94, 0.1);
  color: #01385e;
  border-radius: 50%;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarIcon.type2 {
  background-color: rgba(41, 186, 155, 0.1);
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarIcon.type3 {
  background-color: rgba(240, 22, 97, 0.1);
  color: #f01661;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarIcon.type4 {
  background-color: rgba(240, 165, 22, 0.1);
  color: #f0a516;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarValue {
  font-weight: 700;
  font-size: 16px;
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarValue.type2 {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarValue.type3 {
  color: #f01661;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarValue.type4 {
  color: #f0a516;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarValue .small {
  font-size: 10px;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarValue2 {
  opacity: 0.7;
  font-weight: 700;
  font-size: 16px;
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarLabel {
  color: #a0b8c9;
  font-size: 14px;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarLabel.type2 {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarLabel.type3 {
  color: #f01661;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar ul li .priceBarLabel.type4 {
  color: #f0a516;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openDetail {
  margin-top: 20px;
  text-align: right;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openDetail a {
  color: #29ba9b;
  font-size: 14px;
  font-weight: 500;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openVisits .openVisitsTitle {
  background-color: #f5f6fa;
  padding: 5px;
  border-radius: 5px;
  color: #01385e;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openVisits .visitTotalPrice {
  color: #29ba9b;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openVisits .visitTotalPrice span {
  float: right;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openVisits ul {
  margin: 0;
  padding: 0;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openVisits ul li {
  list-style: none;
  border: none;
  font-weight: 600;
  margin-bottom: 9px;
  font-size: 12px;
  margin-top: 5px;
  padding: 0;
  color: #a0b8c9;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openVisits ul li span {
  float: right;
}
.main .right .centerBar .profileDetail .profileDetailBox .priceBar .openVisits ul li.subTotal {
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .boxTitle {
  cursor: pointer;
  margin-right: 10px;
  color: #01385e;
  font-weight: 700;
  font-size: 15px;
}
.main .right .centerBar .profileDetail .profileDetailBox .boxTitle span {
  float: right;
}
.main .right .centerBar .profileDetail .profileDetailBox .boxTitle span a {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .noRecord {
  font-size: 13px;
  color: #a0b8c9;
  margin-top: 10px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities {
  margin-top: 10px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f5f6fa;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities ul li {
  list-style: none;
  margin-right: 20px;
  font-size: 13px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities ul li a {
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f6fa;
  color: #01385e;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities ul li a.active {
  color: #29ba9b;
  border-bottom: 1px solid #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list {
  margin-top: 20px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems.overdue:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 30%;
  transform: translate(0, -50%);
  background-color: #f01761;
  border-radius: 50%;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems.overdue .activitiesTitle {
  color: #f01761;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems.closed:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 30%;
  transform: translate(0, -50%);
  background-color: #a0b8c9;
  border-radius: 50%;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems.closed .activitiesTitle {
  color: #a0b8c9;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 30%;
  transform: translate(0, -50%);
  background-color: #29ba9b;
  border-radius: 50%;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems .activitiesTitle {
  color: #29ba9b;
  font-weight: 600;
  font-size: 14px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems .activitiesFeatures {
  color: #a0b8c9;
  font-size: 13px;
  margin-top: 5px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems .activitiesFeatures span {
  color: #01385e;
  font-weight: 500;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .activitiesItems .activitiesDetail {
  color: #a0b8c9;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .process {
  position: relative;
  float: right;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .process a {
  font-size: 13px;
  cursor: pointer;
  color: #a0b8c9;
  font-weight: 600;
  margin-right: 10px;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .process a:hover {
  color: #292929;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .process a.complete {
  color: #ffb510;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .process a.approve {
  color: #29ba9b;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .process a.cancel {
  color: #ff0077;
}
.main .right .centerBar .profileDetail .profileDetailBox .activities-list .process a.approve-deals {
  color: #ff680c;
}
.main .right .centerBar .profileDetail .receivePaymentButton a {
  display: block;
  margin-top: 20px;
  background-color: #f01661;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.main .right .centerBar .profileDetail .receivePaymentButton a.disabled {
  background-color: #f01661;
  opacity: 0.3;
  cursor: not-allowed;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-top: 25px;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationPatient .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  text-align: center;
  background-color: #29ba9b;
  border-radius: 50%;
  color: #fff;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationPatient .label {
  color: #a0b8c9;
  font-size: 15px;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationPatient .value {
  color: #29ba9b;
  font-weight: 700;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect {
  position: relative;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .selectOperationForImage {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f5f6fa;
  padding: 20px;
  border-radius: 10px;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .selectOperationForImage a {
  cursor: pointer;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .selectOperationForImage .selectOperationForItem .selectOperationItemIcon {
  display: table;
  margin: 0 auto;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .selectOperationForImage .selectOperationForItem .selectOperationItemIcon img,
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .selectOperationForImage .selectOperationForItem .selectOperationItemIcon svg {
  height: 50px;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .selectOperationForImage .selectOperationForItem .selectOperationItemName {
  color: #a0b8c9;
  text-align: center;
  margin-top: 20px;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .selectOperationForImage .selectOperationForItem .selectOperationItemName:hover {
  color: #29ba9b;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .label {
  color: #01385e;
  font-weight: 700;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .input {
  cursor: pointer;
  background-color: #f5f6fa;
  border: none;
  outline: none;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  color: #a0b8c9;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .input input,
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .input select {
  background-color: #f5f6fa;
  border: none;
  outline: none;
  padding: 15px;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  color: #a0b8c9;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .input input::-moz-placeholder, .main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .input select::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .input input::placeholder,
.main .right .centerBar .newTreatmentPlan .chooseOperation .chooseOperationSelect .input select::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .newTreatmentForm {
  margin-top: 60px;
}
.main .right .centerBar .newTreatmentForm .treatmentFormImage {
  padding: 15px;
  border-radius: 15px;
}
.main .right .centerBar .newTreatmentForm .treatmentFormImage img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .right .centerBar .offerDetail {
  margin-top: 30px;
}
.main .right .centerBar .offerDetail .chooseOperationPatient {
  display: flex;
  justify-content: center;
}
.main .right .centerBar .offerDetail .chooseOperationPatient .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  text-align: center;
  background-color: #29ba9b;
  border-radius: 50%;
  color: #fff;
  margin-right: 25px;
}
.main .right .centerBar .offerDetail .chooseOperationPatient .label {
  color: #a0b8c9;
  font-size: 15px;
}
.main .right .centerBar .offerDetail .chooseOperationPatient .value {
  color: #29ba9b;
  font-weight: 700;
}
.main .right .centerBar .offerTabs {
  background-color: #fff;
  padding: 35px 55px;
  border-radius: 10px;
  margin-top: 35px;
}
.main .right .centerBar .offerTabs ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main .right .centerBar .offerTabs ul:after {
  content: "";
  display: flex;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 22px;
  background-color: #f5f6fa;
  z-index: 1;
}
.main .right .centerBar .offerTabs ul li {
  position: relative;
  z-index: 2;
}
.main .right .centerBar .offerTabs ul li .nav-link {
  cursor: pointer;
  color: #a0b8c9;
}
.main .right .centerBar .offerTabs ul li .nav-link .offerTabIcon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  background: #f5f6fa;
  color: #a0b8c9;
  margin: 0 auto;
  font-size: 14px;
}
.main .right .centerBar .offerTabs ul li .nav-link .offerTabName {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}
.main .right .centerBar .offerTabs ul li .nav-link.active {
  color: #29ba9b;
}
.main .right .centerBar .offerTabs ul li .nav-link.active .offerTabIcon {
  background: #29ba9b;
  color: #fff;
}
.main .right .centerBar .offerContent .offerForm {
  margin-top: 25px;
}
.main .right .centerBar .planHeader {
  margin-top: 20px;
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 15px;
  margin-top: 25px;
}
.main .right .centerBar .planHeader .planHeaderIcon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background-color: #29ba9b;
  border-radius: 50%;
  color: #fff;
}
.main .right .centerBar .planHeader .planHeaderPatientName {
  color: #29ba9b;
  font-weight: 700;
}
.main .right .centerBar .planHeader .planHeaderFullDetail {
  font-weight: 600;
  font-size: 15px;
  color: #01385e;
}
.main .right .centerBar .planHeader .planHeaderFullDetail a {
  color: #01385e;
}
.main .right .centerBar .planForm {
  margin-top: 35px;
}
.main .right .centerBar .planForm ul li a {
  display: inline;
  border-radius: 0px;
  cursor: pointer;
  background-color: #e9ebf4;
  color: #a0b8c9;
  padding: 20px 45px;
  border-bottom: 1px solid #e9ebf4;
  font-size: 16px;
  font-weight: 700;
}
.main .right .centerBar .planForm ul li a.active {
  background-color: #fff;
  color: #29ba9b;
  border-bottom: 1px solid #29ba9b;
}
.main .right .centerBar .operationImage {
  margin-top: 25px;
}
.main .right .centerBar .operationImage .pagination {
  display: table;
  margin: 0 auto;
}
.main .right .centerBar .operationImage .pagination a {
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  margin-left: 5px;
  color: #a0b8c9;
}
.main .right .centerBar .operationImage .pagination a.active {
  background-color: #00a57d;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.main .right .centerBar .operationImage .operationImageItem {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.main .right .centerBar .operationImage .operationImageItem .operationImg img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 10px;
}
.main .right .centerBar .operationImage .operationImageItem .operationName {
  font-size: 15px;
  color: #01385e;
  font-weight: 700;
}
.main .right .centerBar .operationImage .operationImageItem .operationName a {
  color: #01385e;
}
.main .right .centerBar .operationImage .operationImageItem .operationName a:hover {
  color: #29ba9b;
}
.main .right .centerBar .operationImage .operationImageItem .operationCategory {
  color: #a0b8c9;
  font-size: 14px;
  margin-top: 5px;
}
.main .right .centerBar .operationImage .operationImageItem .newPrice {
  display: table;
  background-color: #29ba9b;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
}
.main .right .centerBar .operationImage .operationImageItem .oldPrice {
  display: table;
  color: #01385e;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
}
.main .right .centerBar .notificationPage .noRecord {
  font-size: 13px;
  color: #a0b8c9;
  margin-top: 10px;
}
.main .right .centerBar .notificationPage .notificationItem {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 15px 35px;
  border-radius: 15px;
  position: relative;
}
.main .right .centerBar .notificationPage .notificationItem.active {
  background-color: #effffc;
}
.main .right .centerBar .notificationPage .notificationItem .notificationUserImage img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.main .right .centerBar .notificationPage .notificationItem .notificationItemDetail {
  color: #01385e;
  font-size: 14px;
  font-weight: 600;
}
.main .right .centerBar .notificationPage .notificationItem .notificationItemDate {
  color: #a0b8c9;
  font-size: 12px;
}
.main .right .centerBar .notificationPage .notificationItem .notificationItemProcess {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}
.main .right .centerBar .notificationPage .notificationItem .notificationItemProcess a {
  cursor: pointer;
  margin-left: 10px;
  color: #a0b8c9;
  font-size: 12px;
}
.main .right .centerBar .notificationPage .notificationItem .icon {
  width: 6px;
  height: 6px;
  background-color: #29ba9b;
  border-radius: 50%;
}
.main .right .centerBar .folderBreadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.main .right .centerBar .folderBreadcrumb ul li {
  list-style: none;
  margin-right: 10px;
  color: #a0b8c9;
  position: relative;
  padding-right: 10px;
}
.main .right .centerBar .folderBreadcrumb ul li:after {
  content: "\ea50";
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 1px;
}
.main .right .centerBar .folderBreadcrumb ul li a {
  color: #00a57d;
}
.main .right .centerBar .folderBreadcrumb ul li:last-child:after {
  content: none;
}
.main .right .centerBar .driveTables {
  margin-top: 25px;
}
.main .right .centerBar .driveTables .noRecord {
  font-size: 15px;
  color: #a0b8c9;
  margin-top: 10px;
}
.main .right .centerBar .driveTables .driveFolder {
  background-color: #fff;
  padding: 7px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}
.main .right .centerBar .driveTables .driveFolder.vembed {
  width: 100%;
  height: 300px;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive a {
  cursor: pointer;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #29ba9b;
  font-size: 12px;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon {
  color: #00a57d;
  font-size: 40px;
  margin-top: 5px;
  padding-left: 10px;
  text-align: center;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon.text {
  margin-top: 0px;
  font-size: 25px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 300;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .right .centerBar .driveTables .driveFolder .folderText {
  color: #01385e;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .driveTables .folderTitle {
  color: #01385e;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.main .right .centerBar .driveTables .driveItems {
  margin-top: 30px;
}
.main .right .centerBar .driveTables .driveItemsImage {
  margin-bottom: 15px;
  position: relative;
}
.main .right .centerBar .driveTables .driveItemsImage img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive {
  position: absolute;
  right: 15px;
  top: 15px;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive a {
  cursor: pointer;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #29ba9b;
  font-size: 12px;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsIconImage {
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color: #fff;
  font-size: 80px;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName {
  background-color: #fff;
  padding: 20px;
  position: relative;
  font-size: 14px;
  color: #a0b8c9;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName .downloadButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  padding-left: 10px;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName a {
  color: #a0b8c9;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName a i {
  color: #29ba9b;
}
.main .right .centerBar .driveSearchBar {
  margin-bottom: 15px;
}
.main .right .centerBar .driveSearchBar .searchInput {
  position: relative;
  display: flex;
  align-items: center;
}
.main .right .centerBar .driveSearchBar .searchInput input[type=text] {
  width: 100%;
  padding: 10px 80px 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 14px;
  color: #01385e;
  background-color: #fff;
  transition: all 0.3s ease;
}
.main .right .centerBar .driveSearchBar .searchInput input[type=text]:focus {
  outline: none;
  border-color: #00a57d;
  box-shadow: 0 0 0 3px rgba(0, 165, 125, 0.1);
}
.main .right .centerBar .driveSearchBar .searchInput input[type=text]::-moz-placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .driveSearchBar .searchInput input[type=text]::placeholder {
  color: #a0b8c9;
}
.main .right .centerBar .driveSearchBar .searchInput button[type=submit] {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00a57d;
  color: #fff;
  border: none;
  padding: 3px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main .right .centerBar .driveSearchBar .searchInput button[type=submit]:hover {
  background-color: #008c69;
}
.main .right .centerBar .driveSearchBar .searchInput button[type=submit] i {
  font-size: 14px;
}
.main .right .centerBar .driveSearchBar .searchInput .clearSearch {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #a0b8c9;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.main .right .centerBar .driveSearchBar .searchInput .clearSearch:hover {
  color: #ff4444;
}
.main .right .centerBar .driveSearchBar .searchInput .clearSearch i {
  font-size: 14px;
}
.main .right .centerBar .searchResultInfo {
  background-color: #f0f9f7;
  border-left: 4px solid #00a57d;
  padding: 12px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #01385e;
  font-size: 14px;
}
.main .right .centerBar .searchResultInfo i {
  color: #00a57d;
  margin-right: 5px;
}
.main .right .centerBar .searchResultInfo strong {
  color: #00a57d;
}
.main .right .centerBar .driveTables {
  margin-top: 25px;
}
.main .right .centerBar .driveTables .noRecord {
  font-size: 15px;
  color: #a0b8c9;
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 5px;
}
.main .right .centerBar .driveTables .driveFolder {
  background-color: #fff;
  padding: 7px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.main .right .centerBar .driveTables .driveFolder:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.main .right .centerBar .driveTables .driveFolder.vembed {
  width: 100%;
  height: 300px;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive a {
  cursor: pointer;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #29ba9b;
  font-size: 12px;
  transition: all 0.3s ease;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive a:hover {
  background-color: #ff4444;
  color: #fff;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon {
  color: #00a57d;
  font-size: 40px;
  margin-top: 5px;
  padding-left: 10px;
  text-align: center;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon.text {
  margin-top: 0px;
  font-size: 25px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 300;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.main .right .centerBar .driveTables .driveFolder .folderText {
  color: #01385e;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .driveTables .driveFolder .folderText .folderPath {
  font-size: 11px;
  color: #a0b8c9;
  font-weight: 400;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .driveTables .driveFolder .folderText .folderPath i {
  font-size: 10px;
  margin-right: 3px;
}
.main .right .centerBar .driveTables .folderTitle {
  color: #01385e;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main .right .centerBar .driveTables .driveItems {
  margin-top: 30px;
}
.main .right .centerBar .driveTables .driveItemsImage {
  margin-bottom: 15px;
  position: relative;
}
.main .right .centerBar .driveTables .driveItemsImage img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive {
  position: absolute;
  right: 15px;
  top: 15px;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive a {
  cursor: pointer;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #29ba9b;
  font-size: 12px;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive a:hover {
  background-color: #ff4444;
  color: #fff;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsIconImage {
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color: #fff;
  font-size: 80px;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName {
  background-color: #fff;
  padding: 20px;
  position: relative;
  font-size: 14px;
  color: #a0b8c9;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName .downloadButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  padding-left: 10px;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName a {
  color: #a0b8c9;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName a i {
  color: #29ba9b;
}
@media (max-width: 1399px) {
  .main .right .centerBar .driveSearchBar {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .main .right .centerBar .driveSearchBar {
    margin-top: 20px;
  }
  .main .right .centerBar .driveSearchBar .searchInput input[type=text] {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .main .right .centerBar .driveSearchBar .searchInput input[type=text] {
    font-size: 13px;
    padding: 8px 70px 8px 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput button[type=submit] {
    padding: 6px 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput button[type=submit] i {
    font-size: 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput .clearSearch {
    right: 45px;
    padding: 5px 8px;
  }
  .main .right .centerBar .searchResultInfo {
    font-size: 13px;
    padding: 10px 12px;
  }
  .main .right .centerBar .driveTables .folderTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .main .right .centerBar .driveTables .driveFolder .folderText .folderPath {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .main .right .centerBar .driveSearchBar .searchInput input[type=text] {
    padding: 8px 65px 8px 10px;
    font-size: 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput button[type=submit] {
    padding: 5px 10px;
  }
}
.main .right .centerBar .driveTables {
  margin-top: 25px;
}
.main .right .centerBar .driveTables .noRecord {
  font-size: 15px;
  color: #a0b8c9;
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 5px;
}
.main .right .centerBar .driveTables .driveFolder {
  background-color: #fff;
  padding: 7px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.main .right .centerBar .driveTables .driveFolder:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.main .right .centerBar .driveTables .driveFolder.vembed {
  width: 100%;
  height: 300px;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive a {
  cursor: pointer;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #29ba9b;
  font-size: 12px;
  transition: all 0.3s ease;
}
.main .right .centerBar .driveTables .driveFolder .deleteDrive a:hover {
  background-color: #ff4444;
  color: #fff;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon {
  color: #00a57d;
  font-size: 40px;
  margin-top: 5px;
  padding-left: 10px;
  text-align: center;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon.text {
  margin-top: 0px;
  font-size: 25px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 300;
}
.main .right .centerBar .driveTables .driveFolder .folderIcon img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.main .right .centerBar .driveTables .driveFolder .folderText {
  color: #01385e;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .driveTables .folderTitle {
  color: #01385e;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main .right .centerBar .driveTables .driveItems {
  margin-top: 30px;
}
.main .right .centerBar .driveTables .driveItemsImage {
  margin-bottom: 15px;
  position: relative;
}
.main .right .centerBar .driveTables .driveItemsImage img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive {
  position: absolute;
  right: 15px;
  top: 15px;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive a {
  cursor: pointer;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #29ba9b;
  font-size: 12px;
}
.main .right .centerBar .driveTables .driveItemsImage .deleteDrive a:hover {
  background-color: #ff4444;
  color: #fff;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsIconImage {
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color: #fff;
  font-size: 80px;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName {
  background-color: #fff;
  padding: 20px;
  position: relative;
  font-size: 14px;
  color: #a0b8c9;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName .downloadButton {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  padding-left: 10px;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName a {
  color: #a0b8c9;
}
.main .right .centerBar .driveTables .driveItemsImage .driveItemsImageName a i {
  color: #29ba9b;
}
@media (max-width: 1399px) {
  .main .right .centerBar .driveSearchBar {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .main .right .centerBar .driveSearchBar {
    margin-top: 20px;
  }
  .main .right .centerBar .driveSearchBar .searchInput input[type=text] {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .main .right .centerBar .driveSearchBar .searchInput input[type=text] {
    font-size: 13px;
    padding: 8px 70px 8px 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput button[type=submit] {
    padding: 6px 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput button[type=submit] i {
    font-size: 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput .clearSearch {
    right: 45px;
    padding: 5px 8px;
  }
  .main .right .centerBar .searchResultInfo {
    font-size: 13px;
    padding: 10px 12px;
  }
  .main .right .centerBar .driveTables .folderTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .main .right .centerBar .driveSearchBar .searchInput input[type=text] {
    padding: 8px 65px 8px 10px;
    font-size: 12px;
  }
  .main .right .centerBar .driveSearchBar .searchInput button[type=submit] {
    padding: 5px 10px;
  }
}
.main .right .centerBar .autoUserItem {
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 25px;
  margin-bottom: 10px;
}
.main .right .centerBar .autoUserItem .userName {
  font-size: 15px;
  font-weight: 600;
}
.main .right .centerBar .autoUserItem .statu {
  margin-top: 10px;
}
.main .right .centerBar .autoUserItem .statu.active {
  display: inline-block;
  padding: 5px 10px;
  background-color: #29ba9b;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.main .right .centerBar .autoUserItem .statu.passive {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ba4a29;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.main .right .centerBar .autoUserItem .language {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.main .right .centerBar .autoUserItem .language .item {
  padding: 5px 10px;
  background-color: #59bee5;
  color: #fff;
  font-size: 10px;
  margin-right: 2px;
  border-radius: 5px;
}
.main .right .centerBar .autoUserItem a {
  cursor: pointer;
  color: #01385e;
}

.profileBar {
  background-color: #fff5e0;
  padding: 20px;
  position: fixed;
  width: calc(100% - 250px);
  z-index: 11;
  left: 250px;
  height: 80px;
}
.profileBar .text {
  font-size: 14px;
  font-weight: 700;
  color: #ffb50e;
}
.profileBar .bar {
  background-color: #ffffff;
  height: 7px;
  border-radius: 15px;
  margin-top: 10px;
}
.profileBar .bar .barValue {
  width: 75%;
  height: 7px;
  background-color: #ffb50e;
  border-radius: 15px;
}
.profileBar .editLink {
  float: right;
}
.profileBar .editLink a {
  font-size: 13px;
  font-weight: 600;
  color: #29ba9b;
}

/* Script Form Code */
.scriptForm.w50 {
  width: 50%;
}
.scriptForm.w50 {
  width: 55%;
}
.scriptForm.w60 {
  width: 60%;
}
.scriptForm.w60 {
  width: 65%;
}
.scriptForm.w70 {
  width: 70%;
}
.scriptForm.w70 {
  width: 75%;
}
.scriptForm.w80 {
  width: 80%;
}
.scriptForm.w85 {
  width: 85%;
}
.scriptForm.w90 {
  width: 90%;
}
.scriptForm.w95 {
  width: 95%;
}
.scriptForm .operationSelectImage {
  display: table;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.scriptForm .operationSelectImage img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #29ba9b;
  padding: 10px;
}
.scriptForm .operationSelectImage input[type=file] {
  width: 150px;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.scriptForm .formTitle {
  font-size: 15px;
  color: #01385e;
  font-weight: 600;
  margin-bottom: 30px;
}
.scriptForm .visitItems {
  margin-top: 20px;
}
.scriptForm .visitItems .visitItemsTitle {
  color: #29ba9b;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
}
.scriptForm .visitItems .visitRepeater {
  padding: 20px;
  background-color: #fff;
}
.scriptForm .visitItems .visitRepeater input,
.scriptForm .visitItems .visitRepeater select {
  border: 2px solid #f5f6fa !important;
}
.scriptForm .scriptFormItem.custoMselect {
  margin-bottom: 20px;
}
.scriptForm .scriptFormItem.mt10 {
  margin-top: 10px;
}
.scriptForm .scriptFormItem .repeaterDelete {
  color: #29ba9b;
  padding: 15px;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
}
.scriptForm .scriptFormItem .removeHotel {
  cursor: pointer;
  color: #f01761;
  padding: 15px;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
}
.scriptForm .scriptFormItem .label {
  color: #a0b8c9;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  min-height: 20px;
}
.scriptForm .scriptFormItem .label span {
  color: #f01661;
}
.scriptForm .scriptFormItem .label span a {
  cursor: pointer;
}
.scriptForm .scriptFormItem .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.scriptForm .scriptFormItem .checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  color: #01385e;
  font-weight: 600;
}
.scriptForm .scriptFormItem .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #a0b8c9;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.scriptForm .scriptFormItem .checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #29ba9b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.scriptForm .scriptFormItem .scriptFormItemMax {
  display: table;
  float: right;
  color: #f01661;
  border: 1px solid #e9ebf4;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
}
.scriptForm .scriptFormItem .value {
  position: relative;
}
.scriptForm .scriptFormItem .value .valuePrefix {
  position: absolute;
  right: 15px;
  top: 0;
  color: #a0b8c9;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 51px;
  height: 51px;
  font-size: 13px;
  font-weight: 600;
}
.scriptForm .scriptFormItem .value input,
.scriptForm .scriptFormItem .value select,
.scriptForm .scriptFormItem .value textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
  color: #a0b8c9;
  margin-bottom: 20px;
  border-radius: 5px;
}
.scriptForm .scriptFormItem .value input::-moz-placeholder, .scriptForm .scriptFormItem .value select::-moz-placeholder, .scriptForm .scriptFormItem .value textarea::-moz-placeholder {
  color: #a0b8c9;
}
.scriptForm .scriptFormItem .value input::placeholder,
.scriptForm .scriptFormItem .value select::placeholder,
.scriptForm .scriptFormItem .value textarea::placeholder {
  color: #a0b8c9;
}
.scriptForm .scriptFormItem .value input:disabled,
.scriptForm .scriptFormItem .value select:disabled,
.scriptForm .scriptFormItem .value textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.scriptForm .scriptFormItem .value .repeaterDelete {
  color: #fff;
  background-color: #f01661;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
}
.scriptForm .scriptFormItem .value .title {
  font-weight: 700;
  padding: 15px 0px;
}
.scriptForm .scriptFormItem .value .title i {
  color: #29ba9b;
  margin-right: 5px;
}
.scriptForm .scriptFormItem .value .detail {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #01385e;
  padding: 25px 20px;
  font-size: 14px;
}
.scriptForm .scriptFormItem .value .detail p {
  line-height: 25px;
}
.scriptForm .scriptFormItem .value .detail ol,
.scriptForm .scriptFormItem .value .detail ul {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.scriptForm .scriptFormItem .value.error:after {
  content: "X";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 5px;
  top: 17px;
  font-size: 10px;
  font-weight: 700;
  color: #cc1313;
  background-color: #fff;
  width: 10px;
  height: 15px;
}
.scriptForm .scriptFormItem .value .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.scriptForm .scriptFormItem .value .upload-btn-wrapper .btn {
  cursor: pointer;
  display: block;
  background: transparent linear-gradient(270deg, rgba(1, 56, 94, 0.7294117647) 0%, #29ba9b 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 12px 25px;
  font-size: 13px;
}
.scriptForm .scriptFormItem .value .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.scriptForm .scriptFormItem .value .upload-btn-wrapper span {
  display: block;
  color: #01385e;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  min-height: 20px;
}
.scriptForm .scriptFormItem .value .uploadedFiles .link {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin-top: 20px;
}
.scriptForm .scriptFormItem .value .uploadedFiles .link a {
  color: #01385e;
  font-size: 13px;
}
.scriptForm .scriptFormItem .value .uploadedFiles .link .deleteButton {
  cursor: pointer;
  background-color: #f5f6fa;
  color: #f01761;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 12px;
}
.scriptForm .scriptFormItem .removeArrow input::-webkit-outer-spin-button, .scriptForm .scriptFormItem .removeArrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.scriptForm .addMore {
  color: #29ba9b;
  float: right;
  font-size: 14px;
}
.scriptForm .addMore.hidden {
  display: none;
}
.scriptForm .addMore a {
  cursor: pointer;
  color: #29ba9b;
}
.scriptForm .addMore.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.scriptForm .subTotal {
  color: #01385e;
  font-size: 14px;
}
.scriptForm .subTotal span {
  color: #29ba9b;
}
.scriptForm .subTotal b {
  display: none;
}

.formCancel {
  cursor: pointer;
  font-size: 14px;
  border: none;
  background-color: #01385e;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.formCancel:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.addNewArea {
  background-color: #fff;
  border: 1px solid #29ba9b;
  color: #01385e;
  font-size: 13px;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 700;
  cursor: pointer;
}
.addNewArea span {
  color: #29ba9b;
}
.addNewArea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.arrows a {
  display: block;
  cursor: pointer;
  font-size: 14px;
  background-color: #01385e;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.arrows a.passive {
  opacity: 0.5;
  cursor: not-allowed;
}

.formSubmit button {
  font-size: 14px;
  border: none;
  background-color: #29ba9b;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.formSubmit button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Script Form Code */
.charts {
  margin-bottom: 25px;
}
.charts .customChart {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  position: relative;
}
.charts .customChartTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  color: #01385e;
  font-weight: 700;
  margin-bottom: 15px;
}
.charts .customChartTitle span:first-child {
  margin-right: auto;
}
.charts .customChartTitle span.other {
  display: flex;
  align-items: center;
}
.charts .customChartTitle i {
  cursor: pointer;
}
.charts .customChartTitle .title {
  float: left;
}
.charts .customChartTitle .other select,
.charts .customChartTitle .other input {
  float: right;
  min-width: 150px;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 13px;
  background-color: #f5f6fa;
  margin-left: 5px;
}
.charts .customChartTitle .other select.rangeWidth,
.charts .customChartTitle .other input.rangeWidth {
  width: 190px;
}
.charts .customChartTitle .other select._rankingType,
.charts .customChartTitle .other input._rankingType {
  background-color: #fff;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 13px;
}
.charts .customChartTitle .saveChart {
  float: right;
  background: #29ba9b;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px;
  margin-left: 5px;
}
.charts .customChartTitle:after {
  content: "";
  display: table;
  clear: both;
}
.charts .filterChart input[type=text] {
  width: 100%;
  border-radius: 5px;
  color: #a0b8c9;
  padding: 9px 10px;
  outline: none;
  border: none;
  font-size: 13px;
  background-color: #f5f6fa;
}
.charts .filterChart input[type=text].rangeWidth {
  width: 100%;
}
.charts .filterChart button {
  background-color: #f5f6fa;
}
.charts .filterChart .submitButton button {
  border: none;
  outline: none;
  background-color: #29ba9b;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 35px;
  margin-top: 3px;
  font-size: 14px;
}
.charts .filterChart .downloadChart {
  float: right;
}
.charts .filterChart .downloadChart a {
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  background-color: #414f79;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 35px;
  margin-top: 3px;
  font-size: 14px;
}

.customPopupContainer .modal-content {
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.customPopupContainer .modal-content .popupHeader img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.customPopupContainer .modal-content .popupContent {
  padding: 20px 40px;
  width: 85%;
  margin: 0 auto;
}
.customPopupContainer .modal-content .popupContent.popupContentLeadDetail {
  font-size: 14px;
}
.customPopupContainer .modal-content .popupContent.popupContentLeadDetail ul {
  margin: 0;
  padding: 0;
}
.customPopupContainer .modal-content .popupContent.popupContentLeadDetail ul li {
  list-style: none;
  color: #01385e;
  margin-bottom: 5px;
}
.customPopupContainer .modal-content .popupContent.popupContentLeadDetail ul li ul {
  margin-left: 20px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .label {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #01385e;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input input,
.customPopupContainer .modal-content .popupContent .popupContentItem .input select {
  width: 100%;
  border: 1px solid #f5f6fa;
  outline: none;
  color: #a0b8c9;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input input::-moz-placeholder, .customPopupContainer .modal-content .popupContent .popupContentItem .input select::-moz-placeholder {
  color: #a0b8c9;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input input::placeholder,
.customPopupContainer .modal-content .popupContent .popupContentItem .input select::placeholder {
  color: #a0b8c9;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input input[type=file]::file-selector-button {
  border-radius: 0px;
  background-color: #29ba9b;
  color: #fff;
  border: none;
  padding: 5px 10px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input input[type=file]::file-selector-button:hover {
  padding: 5px 15px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input textarea {
  width: 100%;
  border: 1px solid #f5f6fa;
  outline: none;
  color: #a0b8c9;
  padding: 15px;
  height: 75px;
  font-size: 14px;
  border-radius: 5px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input textarea::-moz-placeholder {
  color: #a0b8c9;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input textarea::placeholder {
  color: #a0b8c9;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input .upload-btn-wrapper .btn {
  cursor: pointer;
  display: block;
  background: transparent linear-gradient(270deg, rgba(1, 56, 94, 0.7294117647) 0%, #29ba9b 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 12px 25px;
  font-size: 13px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input .upload-btn-wrapper span {
  display: block;
  color: #01385e;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  min-height: 20px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input .uploadedFiles .link {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin-top: 5px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input .uploadedFiles .link a {
  color: #01385e;
  font-size: 13px;
}
.customPopupContainer .modal-content .popupContent .popupContentItem .input .uploadedFiles .link .deleteButton {
  cursor: pointer;
  color: #f01761;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 9px;
}
.customPopupContainer .modal-content .popupContent .popupContentSubmit button {
  float: right;
  display: inline-block;
  border: none;
  margin-top: 20px;
  background-color: #29ba9b;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.customPopupContainer .modal-content .popupContent .popupContentSubmit button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.customPopupContainer .modal-content .popupContent .popupContentSubmit button span {
  display: none;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(233, 233, 233, 0.2) !important;
  --bs-table-bg-type: rgb(233 233 233 / 20%) !important;
}
.table-striped > tbody > tr:nth-child(odd) > td .subDetail,
.table-striped > tbody > tr:nth-child(odd) > th .subDetail {
  color: #01385e !important;
}

@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 #01385e;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #ff4b0a;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 #29ba9b;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse4 {
  0% {
    box-shadow: 0 0 0 0 #ffb510;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.loaderItem {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #29ba9b;
  z-index: 99;
}
.loaderItem .loader {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loaderItem .loader:after, .loaderItem .loader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #01385e #01385e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loaderItem .loader::before {
  width: 32px;
  height: 32px;
  border-color: #fff #fff transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cleanfilter button {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: #29ba9b;
  color: #fff;
  border-radius: 5px;
  padding: 7px;
  font-size: 12px;
}

.downloadFilter a {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: #ff3838;
  color: #fff;
  border-radius: 5px;
  padding: 7px;
  font-size: 12px;
}

.min-height-auto {
  min-height: auto !important;
}

.customTable1 .settings td {
  max-width: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#calendar {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}

.fc .fc-col-header-cell-cushion {
  color: #29ba9b;
  font-size: 13px;
  padding: 10px;
}
.fc .fc-daygrid-day-number {
  font-weight: 700;
  font-size: 13px;
  color: #29ba9b;
}
.fc .fc-h-event .fc-event-title {
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.fc .fc-daygrid-more-link {
  color: #29ba9b;
  margin-top: 5px;
  font-weight: 700;
}
.fc .fc-toolbar-title {
  color: #29ba9b;
  font-size: 15px;
}
.fc .fc-button-primary {
  background-color: #01385e !important;
  border-color: #01385e !important;
  text-transform: uppercase;
  font-size: 13px;
}
.fc .fc-button-primary:active.focus, .fc .fc-button-primary:active:focus, .fc .fc-button-primary:focus, .fc .fc-button-primary:focus:active, .fc .fc-button-primary:active:focus, .fc .fc-button-primary:focus {
  box-shadow: none;
  outline: none !important;
}
.fc .fc-popover-title {
  color: #01385e;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.fixedColumnTable.customTable1 table {
  table-layout: fixed;
}

.fixedColumnTable.customTable1 th:nth-child(2),
.fixedColumnTable.customTable1 td:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #fff !important;
}
.fixedColumnTable.customTable1 th:nth-child(2):nth-child(2),
.fixedColumnTable.customTable1 td:nth-child(2):nth-child(2) {
  left: -25px;
}

.chartLoader {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  animation: rotation 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
}

.file-container {
  width: 100%;
}
.file-container .file-upload {
  width: 100%;
  display: flex;
  transition: all 0.3s;
  background-color: #f5f6fa;
  border: 1px dotted #ddd;
  border-radius: 5px;
}
.file-container .file-upload > div {
  width: 100%;
  padding: 25px;
  margin: 25px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.file-container .file-upload > div > i {
  color: #00a57d;
  font-size: 3.125em;
}
.file-container .file-upload > div > p,
.file-container .file-upload > div span,
.file-container .file-upload > div div {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.file-container .file-upload > div > div {
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  margin: 0 auto;
  border-radius: 8px;
}
.file-container > table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 13px;
}
.file-container > table th,
.file-container > table td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.file-container > table > tbody > tr > td:nth-child(1) {
  font-weight: bold;
}
.file-container > table > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}
.file-container > table > tbody > tr > td:nth-child(3) {
  text-align: center;
}
.file-container > table > tbody > tr > td > img {
  border-radius: 5px;
}
.file-container > table > tbody > tr > td.no-file {
  text-align: center;
  font-weight: normal;
}
.file-container > table > tbody > tr > td > i {
  color: #f01661;
  font-size: 1.125em;
}
.file-container > table button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.file-container > table button > i {
  color: #f01661;
  font-size: 1.125em;
}

/* Drive Video Settings */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Datatable Settings */
.dt-empty {
  font-size: 13px;
  color: #a0b8c9;
  margin-top: 10px;
  font-weight: 400;
}

.dt-info {
  float: left;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #a0b8c9;
}

.dt-paging {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00a57d;
}
.dt-paging button {
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  padding: 0px 10px;
  font-size: 13px;
  border: 1px solid #fff;
  margin-left: 5px;
  color: #a0b8c9;
  border-radius: 5px;
}
.dt-paging button.current {
  background-color: #00a57d;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.dt-paging button.disabled {
  opacity: 0.5;
}

.dt-length {
  font-size: 13px;
  color: #00a57d;
}
.dt-length input,
.dt-length select {
  background-color: #f5f6fa;
  border-radius: 5px;
  color: #a0b8c9;
  outline: none;
  border: none;
  font-size: 13px;
  padding: 10px;
  text-align: left;
  margin-right: 10px;
}

@media screen and (max-width: 1300px) {
  body.login {
    background-color: #f5f6fa;
    height: 100%;
  }
  .loginBox-height {
    height: auto;
    margin-top: 30px;
  }
  .loginBox-height .loginImage {
    display: none;
  }
  .main .left .menu ul {
    overflow: scroll !important;
  }
  .main .right {
    width: 100%;
    left: 0;
  }
  .main .right .topBarTitle .text {
    display: none;
  }
  .main .right .topBarSearch .bar {
    cursor: pointer;
    display: block;
    color: #01385e;
    background-color: #f5f6fa;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #01385e;
    border-radius: 50%;
    position: relative;
  }
  .main .right .topBarSearch .bar .searchIcon {
    position: unset !important;
  }
  .main .right .topBarSearch .bar input {
    display: none !important;
  }
  .main .right .topBarNotification {
    position: static !important;
  }
  .main .right .topBarNotification .listResult {
    right: auto !important;
    left: 0px !important;
    width: 100% !important;
  }
  .main .right .topBarNotification .listResult ul li .notificationItem {
    padding: 15px 15px;
  }
  .main .right .subMenuPage ul {
    display: flex;
    align-items: center;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .main .right .centerBar {
    padding: 15px;
  }
  .main .right .centerBar .generalTitle {
    font-size: 12px;
  }
  .main .right .centerBar .generalTitle .titleInput input {
    font-size: 12px;
    padding: 5px 20px;
  }
  .main .right .centerBar .salesChart .customChartTitle {
    font-size: 14px;
  }
  .main .right .centerBar .salesChart .customChartTitle span {
    display: block;
  }
  .main .right .centerBar .salesChart .customChartTitle span select,
  .main .right .centerBar .salesChart .customChartTitle span input {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .main .right .centerBar .noDT {
    width: 100%;
    overflow-x: auto;
  }
  .main .right .centerBar .noDT table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .main .right .centerBar .noDT thead {
    display: none;
  }
  .main .right .centerBar .noDT tbody {
    display: block;
    width: 100%;
  }
  .main .right .centerBar .noDT tbody tr {
    display: block;
  }
  .main .right .centerBar .noDT tbody td {
    display: block;
    padding: 10px 5px;
    border-top: 1px solid #ddd;
  }
  .main .right .centerBar .noDT tbody td::before {
    content: attr(data-label);
    flex-basis: 50%;
    text-align: left;
    font-weight: bold;
  }
  .main .right .centerBar .customTable2 {
    padding: 10px;
    overflow: auto;
  }
  .main .right .centerBar .customTabs1 ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 10px;
  }
  .main .right .centerBar .customTabs1 ul li {
    flex: 0 0 auto;
  }
  .main .right .centerBar .customTabs1 ul li a {
    font-size: 13px;
  }
  .main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsPrice .tabsPriceTop {
    font-size: 14px;
  }
  .main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsPrice .tabsPriceBottom {
    font-size: 14px;
  }
  .main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsPrice .tabsPriceBottom span {
    display: none;
  }
  .main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsTitle .tabsTitleTop {
    font-size: 13px;
  }
  .main .right .centerBar .customTabs1 .tab-content .tab-pane .tabsTitle .tabsTitleBottom {
    font-size: 12px;
  }
  .main .right .centerBar .filterBar {
    margin-top: 15px;
    float: none !important;
  }
  .main .right .centerBar .filterBar .fastMenu {
    margin-bottom: 10px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarIcon {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarCount,
  .main .right .centerBar .statisticsSection .statisticsSectionBar .statisticBarValue {
    text-align: center;
    margin-top: 5px;
  }
  .dt-info,
  .dt-paging {
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .dt-info button,
  .dt-paging button {
    padding: 0px 3px;
  }
  .profileBar {
    left: 0;
    width: 100%;
  }
  .checkbox .tableFirst {
    width: 70px;
  }
  .folderBreadcrumb {
    display: none;
  }
  .newFolder,
  .changeFolderName,
  .deleteFolder,
  .newItem {
    flex: 0 0 auto;
    float: none !important;
    margin-right: 10px;
    margin-left: 0px;
  }
  .driveNewItems {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
  }
  .planForm ul li a {
    display: block !important;
  }
  .notesSubmit {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .profileBar {
    display: none;
  }
  .newButton {
    float: none !important;
    text-align: center;
  }
  .nav-pills {
    overflow-x: auto;
    white-space: nowrap;
  }
  .nav-pills li {
    width: 100%;
  }
  .main .left {
    width: 75%;
  }
  .main .right.open {
    left: 75% !important;
  }
  .custoMselect {
    margin-bottom: 10px;
  }
  .submitButton button {
    width: 100%;
  }
  .downloadChart {
    width: 100%;
    float: none !important;
    text-align: center;
  }
  .downloadChart a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .customChartTitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .customChartTitle span.other {
    width: 100%;
    margin-top: 10px;
  }
  .centerBar .customTabs1 .tab-content .overflow-upcoming {
    padding: 15px !important;
  }
  .subLineTabs ul li a {
    font-size: 13px;
  }
  .subLineTabs ul li a.active:after {
    top: 25px !important;
  }
  .createdTime {
    display: none;
  }
}
.checkbox.style-c {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 6px;
}
.checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: #29ba9b;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-c:hover input ~ .checkbox__checkmark:checked {
  background-color: #29ba9b;
}
.checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}
.checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.subLineTabs {
  padding: 15px;
}
.subLineTabs ul {
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 40px;
}
.subLineTabs ul li {
  list-style: none;
  margin-right: 20px;
}
.subLineTabs ul li a {
  font-weight: 600;
  color: #01385e;
}
.subLineTabs ul li a.active {
  color: #29ba9b;
  position: relative;
}
.subLineTabs ul li a.active:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #29ba9b;
}

.dashboardRankingTable {
  height: 365px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dashboardRankingTable::-webkit-scrollbar {
  width: 6px;
}
.dashboardRankingTable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.dashboardRankingTable::-webkit-scrollbar-thumb {
  background: #a0b8c9;
  border-radius: 10px;
}
.dashboardRankingTable::-webkit-scrollbar-thumb:hover {
  background: #01385e;
}
.dashboardRankingTable .dashboardRankingTableItem {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 10px;
  transition: background-color 0.2s ease;
}
.dashboardRankingTable .dashboardRankingTableItem:hover {
  background-color: #f8f9fa;
}
.dashboardRankingTable .dashboardRankingTableItem.you {
  border-bottom: 1px solid #ffcfcf;
  background-color: #fff5f5;
}
.dashboardRankingTable .dashboardRankingTableItem .ranking-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.dashboardRankingTable .dashboardRankingTableItem .ranking-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.dashboardRankingTable .dashboardRankingTableItem .medal {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboardRankingTable .dashboardRankingTableItem .medal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardRankingTable .dashboardRankingTableItem .medal-placeholder {
  width: 20px;
  height: 20px;
}
.dashboardRankingTable .dashboardRankingTableItem .number {
  text-align: center;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}
.dashboardRankingTable .dashboardRankingTableItem .number.green {
  background-color: #29ba9b;
}
.dashboardRankingTable .dashboardRankingTableItem .number.blue {
  background-color: #01385e;
}
.dashboardRankingTable .dashboardRankingTableItem .number.light-blue {
  background-color: #a0b8c9;
}
.dashboardRankingTable .dashboardRankingTableItem .number.red {
  background-color: #f42d2d;
}
.dashboardRankingTable .dashboardRankingTableItem .ranking-right {
  flex: 1;
  min-width: 0;
}
.dashboardRankingTable .dashboardRankingTableItem .ranking-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.dashboardRankingTable .dashboardRankingTableItem .name {
  color: #01385e;
  font-size: 14px;
  font-weight: 500;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboardRankingTable .dashboardRankingTableItem .value {
  color: #01385e;
  font-size: 14px;
  flex-shrink: 0;
  white-space: nowrap;
}
.dashboardRankingTable .dashboardRankingTableItem .value strong {
  font-weight: 700;
}
.dashboardRankingTable .dashboardRankingTableItem .description {
  color: #01385e;
  font-size: 13px;
  line-height: 1.4;
}
.dashboardRankingTable .noResults {
  width: calc(100% - 20px);
  margin: 20px 10px;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  font-size: 15px;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .dashboardRankingTable {
    height: auto;
    max-height: 500px;
  }
  .dashboardRankingTable .dashboardRankingTableItem {
    padding: 12px 8px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .ranking-content {
    gap: 8px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .ranking-left {
    gap: 8px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .medal,
  .dashboardRankingTable .dashboardRankingTableItem .medal-placeholder {
    width: 16px;
    height: 16px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .name {
    font-size: 13px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .value {
    font-size: 13px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .description {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .dashboardRankingTable .dashboardRankingTableItem {
    padding: 10px 5px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .ranking-content {
    gap: 6px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .ranking-left {
    gap: 6px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .medal,
  .dashboardRankingTable .dashboardRankingTableItem .medal-placeholder {
    width: 14px;
    height: 14px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .number {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .ranking-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 6px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .name {
    font-size: 12px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .value {
    font-size: 12px;
    margin-top: -2px;
  }
  .dashboardRankingTable .dashboardRankingTableItem .description {
    font-size: 11px;
  }
  .dashboardRankingTable .noResults {
    font-size: 13px;
    padding: 12px;
  }
}
/* Animation Elements */
.progress-container {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.progress-container,
.progress {
  background-color: #eee;
  border-radius: 5px;
  position: relative;
  height: 7px;
  width: 100%;
}

.progress {
  width: 0;
  transition: width 0.4s linear;
}
.progress.color1 {
  background-color: #bf0000;
}
.progress.color2 {
  background-color: #ffb510;
}
.progress.color3 {
  background-color: #008c0e;
}

.percentage {
  background-color: #ffb510;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
  width: 40px;
  text-align: center;
  transition: left 0.4s linear;
}
.percentage.color1 {
  background-color: #bf0000;
}
.percentage.color2 {
  background-color: #ffb510;
}
.percentage.color3 {
  background-color: #008c0e;
}
.percentage::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  z-index: -1;
  background-color: #ffb510; /* Default color */
}
.percentage.color1::after {
  background-color: #bf0000;
}
.percentage.color2::after {
  background-color: #ffb510;
}
.percentage.color3::after {
  background-color: #008c0e;
}

.dangerAnimationBar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: red;
  position: relative;
}
.dangerAnimationBar::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.3);
  animation: pulse-border 2s infinite;
}
.dangerAnimationBar .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.dangerAnimationBar .text a {
  color: #fff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.roundedLoader {
  width: 150px;
  height: 150px;
  display: table;
  margin: 0 auto;
  position: relative;
}

.roundedLoader > svg {
  position: absolute;
  top: 0;
  left: 0;
}

.roundedLoader > .progressbar-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.progress-bar {
  height: 30px;
  width: 100%;
  background-color: rgba(41, 186, 155, 0.4);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  position: relative;
}
.progress-bar * + .progress-bar {
  margin-top: 2rem;
}
.progress-bar .pg-bar {
  width: 0;
  height: 100%;
  background-color: #29ba9b;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
  animation: move 2s linear infinite;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  transition: width 2s ease-out;
}
.progress-bar .pg-bar .perc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}
.task-summary {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
.task-summary .task-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.task-summary .task-item .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.task-summary .task-item .circle .img {
  position: absolute;
  left: -30px;
}
.task-summary .task-item .assign-report a {
  background-color: #29ba9b;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.task-summary .task-item .tableInput input,
.task-summary .task-item .tableInput select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  padding: 9px;
  color: #a0b8c9;
  outline: none;
}
.task-summary .task-item .link a {
  color: #29ba9b;
  font-size: 13px;
}
.task-summary .title {
  color: #01385e;
  font-size: 14px;
}

.task-summary .task-item.completed .circle {
  background-color: #29ba9b;
}

.task-summary .task-item.pending .circle {
  background-color: #fceba0;
  border: 1px solid #ffb510;
  color: #01385e;
}

.task-summary .task-item.todays-tasks .circle {
  background-color: #dafff7;
  border: 1px solid #29ba9b;
  color: #01385e;
}

/* Datatable CSS */
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

.daterangepicker .drp-buttons .btn {
  background-color: #29ba9b !important;
  color: white !important;
  border-radius: 0px !important;
  border-color: #29ba9b !important;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #29ba9b !important;
  color: white !important;
  border-radius: 0px !important;
}
.daterangepicker .calendar-table tr td.active,
.daterangepicker .calendar-table tr td.active:hover {
  background-color: #29ba9b !important;
  color: white !important;
  border-radius: 0px !important;
}
.daterangepicker .calendar-table tr td.in-range,
.daterangepicker .calendar-table tr td.in-range:hover {
  background-color: #29ba9b !important;
  color: white !important;
  border-radius: 0px !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #29ba9b !important;
  border-color: #29ba9b !important;
  color: white !important;
  border-radius: 0px !important;
}
.daterangepicker td.in-range,
.daterangepicker td.in-range:hover {
  background-color: #29ba9b !important;
  border-color: #29ba9b !important;
  color: white !important;
  border-radius: 0px !important;
}

.select2-container {
  width: 100% !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.newLeadsModal {
  display: flex;
  opacity: 0; /* Görünmez yap */
  pointer-events: none; /* Tıklanamaz yap */
  justify-content: center;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100vw;
  height: 250px;
  transition: opacity 0.3s ease; /* Geçiş efekti */
}
.newLeadsModal.active {
  opacity: 1; /* Görünür yap */
  pointer-events: auto; /* Tıklanabilir yap */
}
.newLeadsModal .content {
  width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #29ba9b;
  color: #fff;
  border-radius: 5px;
}
.newLeadsModal .content .newLeadsDetails .icon {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  color: #29ba9b;
  background-color: #fff;
  margin: 0 auto;
}
.newLeadsModal .content .newLeadsDetails .icon i {
  line-height: inherit;
}
.newLeadsModal .content .newLeadsDetails .title {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
}
.newLeadsModal .content .newLeadsDetails .title span {
  font-weight: 700;
}
.newLeadsModal .content .newLeadsDetails .detail {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.newLeadsModal .content .newLeadsDetails .read {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.newLeadsModal .content .newLeadsDetails .read a {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 25px;
  text-align: center;
  background-color: #fff;
  color: #29ba9b;
  text-align: center;
  font-size: 13px;
}

.box {
  place-content: center;
  color: white;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #29ba9b 5%, #29ba9b 5%, #5edfc3 60%, #29ba9b 95%);
  border: solid 5px transparent;
  border-radius: 2em;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #29ba9b, #5edfc3 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 3s linear infinite;
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.ajaxResultInput {
  position: relative;
}
.ajaxResultInput .result {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  width: 100%;
  z-index: 99;
  padding: 10px;
  border: 1px solid #f5f6fa;
  outline: none;
  color: #46525b;
}
.ajaxResultInput .result p {
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: 15px;
  margin-bottom: 10px;
}
.ajaxResultInput .result p span {
  font-weight: 700;
}
.ajaxResultInput .result p:last-child {
  margin-bottom: 0px;
}
.ajaxResultInput .loaderButonIcon {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}

.alert {
  border-radius: 0px !important;
  font-size: 13px !important;
  padding: 12px 10px;
}

.dropzone {
  border-radius: 5px;
  border: 2px dashed #29ba9b;
  background-color: #fff;
  padding: 13px;
  text-align: center;
  font-size: 13px;
  color: #a0b8c9;
  cursor: pointer;
}
.dropzone span {
  text-decoration: underline;
  font-weight: 700;
  color: #29ba9b;
}
.dropzone .icon {
  font-size: 25px;
  line-height: 20px;
}
.dropzone.dragover {
  border-color: #000;
}

.file-list {
  margin-top: 10px;
  text-align: left;
}
.file-list .file-item {
  padding-bottom: 5px;
  border-bottom: 1px dashed #29ba9b;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.file-list .file-item span.titleB {
  color: #a0b8c9;
}
.file-list .file-item span.size {
  color: #a0b8c9;
}

.inputUploadFiles {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.inputUploadFiles .inputFile {
  flex: 1 1 calc(50% - 20px);
}
.inputUploadFiles .inputFile a {
  display: block;
  padding: 7px 0px;
  font-size: 13px;
  color: #a0b8c9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notesForm {
  margin-top: 10px;
}
.notesForm textarea {
  border: 1px solid #f5f6fa;
  width: 100%;
  border-radius: 10px;
  color: #a0b8c9;
  padding: 10px;
  font-size: 14px;
  outline: none;
}
.notesForm textarea::-moz-placeholder {
  color: #a0b8c9;
}
.notesForm textarea::placeholder {
  color: #a0b8c9;
}
.notesForm .notesSubmit {
  width: 200px;
  margin-left: auto;
  position: relative;
}
.notesForm .notesSubmit button {
  margin-top: 10px;
  font-size: 14px;
  border: none;
  background-color: #29ba9b;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.notesForm .notesSubmit button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.notesForm .notesList ul {
  margin: 0;
  padding: 0;
}
.notesForm .notesList ul .notFound {
  font-size: 13px;
  color: #a0b8c9;
  margin-left: 5px;
}
.notesForm .notesList ul li {
  list-style: none;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f4f7;
  padding: 16px;
  transition: all 0.3s ease;
}
.notesForm .notesList ul li:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.notesForm .notesList ul li .notesContent {
  color: #01385e;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
}
.notesForm .notesList ul li .notesContent.collapsed {
  max-height: 100px;
  overflow: hidden;
}
.notesForm .notesList ul li .notesContent.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  pointer-events: none;
}
.notesForm .notesList ul li .notesContent .table table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #e9ecef;
}
.notesForm .notesList ul li .notesContent .table table th,
.notesForm .notesList ul li .notesContent .table table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  vertical-align: top;
}
.notesForm .notesList ul li .notesContent .table table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
}
.notesForm .notesList ul li .notesContent .table table tbody tr:hover {
  background-color: #f5f5f5;
}
.notesForm .notesList ul li .notesContent .table table tbody tr:last-child td {
  border-bottom: none;
}
.notesForm .notesList ul li .notesContent p {
  line-height: 23px;
  margin: 0 0 12px 0;
}
.notesForm .notesList ul li .notesContent p:last-child {
  margin-bottom: 0;
}
.notesForm .notesList ul li .notesContent strong {
  font-weight: 600;
  color: #003d52;
}
.notesForm .notesList ul li .notesContent em,
.notesForm .notesList ul li .notesContent i {
  font-style: italic;
}
.notesForm .notesList ul li .notesContent ul,
.notesForm .notesList ul li .notesContent ol {
  margin: 12px 0;
  padding-left: 20px;
}
.notesForm .notesList ul li .notesContent ul li,
.notesForm .notesList ul li .notesContent ol li {
  margin-bottom: 6px;
  line-height: 1.4;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  transform: none;
}
.notesForm .notesList ul li .notesContent ul li:hover,
.notesForm .notesList ul li .notesContent ol li:hover {
  transform: none;
  box-shadow: none;
}
.notesForm .notesList ul li .notesContent ul li:last-child,
.notesForm .notesList ul li .notesContent ol li:last-child {
  margin-bottom: 0;
}
.notesForm .notesList ul li .notesContent a {
  color: #0066cc;
  text-decoration: none;
  word-break: break-word;
}
.notesForm .notesList ul li .notesContent a:hover {
  color: #004499;
  text-decoration: underline;
}
.notesForm .notesList ul li .notesContent figure.image,
.notesForm .notesList ul li .notesContent .image-container {
  margin: 16px 0;
}
.notesForm .notesList ul li .notesContent figure.image img,
.notesForm .notesList ul li .notesContent .image-container img {
  width: 100%;
  max-width: 120px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.notesForm .notesList ul li .notesContent figure.image img:hover,
.notesForm .notesList ul li .notesContent .image-container img:hover {
  transform: scale(1.05);
}
.notesForm .notesList ul li .notesContent .images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.notesForm .notesList ul li .notesContent .images-grid figure.image {
  margin: 0;
}
.notesForm .notesList ul li .notesContent blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 4px solid #01385e;
  background-color: #f8fdff;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}
.notesForm .notesList ul li .notesContent blockquote p {
  margin: 0;
  color: #2c3e50;
  font-size: 12px;
  line-height: 20px;
}
.notesForm .notesList ul li .notesProcess {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #f0f4f7;
}
.notesForm .notesList ul li .notesProcess .date {
  color: #29ba9b;
  font-size: 12px;
  font-weight: 500;
}
.notesForm .notesList ul li .notesProcess .date i {
  margin-right: 4px;
}
.notesForm .notesList ul li .notesProcess .process {
  display: flex;
  gap: 12px;
}
.notesForm .notesList ul li .notesProcess .process a {
  color: #a0b8c9;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.notesForm .notesList ul li .notesProcess .process a i {
  margin-right: 4px;
}
.notesForm .notesList ul li .notesProcess .process a:hover {
  background-color: #f8f9fa;
  color: #01385e;
}
.notesForm .notesList ul li .notesProcess .process a.editNote:hover {
  background-color: #e3f2fd;
  color: #1976d2;
}
.notesForm .notesList ul li .notesProcess .process a.deleteButton:hover {
  background-color: #ffebee;
  color: #d32f2f;
}
.notesForm .notesList ul li .notesProcess .process a.passiveButton {
  opacity: 0.3;
  cursor: not-allowed;
}
.notesForm .notesList ul li .notesProcess .process a.passiveButton:hover {
  background-color: transparent;
}
.notesForm .notesList ul li .expandButton {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.notesForm .notesList ul li .expandButton button {
  background: none;
  border: none;
  color: #29ba9b;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.notesForm .notesList ul li .expandButton button:hover {
  background-color: #f0fffe;
  color: #1e8e75;
}
.notesForm .notesList ul li .expandButton button i {
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.notesForm .notesList ul li .expandButton button.expanded i {
  transform: rotate(180deg);
}
.notesForm .notesList ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .notesForm .notesList ul li {
    padding: 12px;
    margin-bottom: 16px;
  }
  .notesForm .notesList ul li .notesContent .images-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 8px;
  }
  .notesForm .notesList ul li .notesContent .images-grid img {
    max-width: 100px;
    height: 70px;
  }
  .notesForm .notesList ul li .notesProcess {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .notesForm .notesList ul li .notesProcess .process {
    gap: 8px;
  }
}

.dnotesList {
  margin-top: 1rem;
}
.dnotesList .dealNotesList {
  margin: 0;
  padding: 0;
}
.dnotesList .dealNotesList .notFound {
  font-size: 13px;
  color: #a0b8c9;
  text-align: center;
  padding: 1.5rem;
  font-style: italic;
  background: #f8f9fa;
  border: 1px dashed #dee2e6;
  border-radius: 12px;
  margin-bottom: 20px;
}
.dnotesList .dealNotesList li {
  list-style: none;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f4f7;
  padding: 16px;
  transition: all 0.3s ease;
}
.dnotesList .dealNotesList li:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.dnotesList .dealNotesList li .notesContent {
  color: #01385e;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
}
.dnotesList .dealNotesList li .notesContent.collapsed {
  max-height: 100px;
  overflow: hidden;
}
.dnotesList .dealNotesList li .notesContent.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  pointer-events: none;
}
.dnotesList .dealNotesList li .notesContent .table table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #e9ecef;
}
.dnotesList .dealNotesList li .notesContent .table table th,
.dnotesList .dealNotesList li .notesContent .table table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  vertical-align: top;
}
.dnotesList .dealNotesList li .notesContent .table table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
}
.dnotesList .dealNotesList li .notesContent .table table tbody tr:hover {
  background-color: #f5f5f5;
}
.dnotesList .dealNotesList li .notesContent .table table tbody tr:last-child td {
  border-bottom: none;
}
.dnotesList .dealNotesList li .notesContent p {
  line-height: 23px;
  margin: 0 0 12px 0;
}
.dnotesList .dealNotesList li .notesContent p:last-child {
  margin-bottom: 0;
}
.dnotesList .dealNotesList li .notesContent strong {
  font-weight: 600;
  color: #003d52;
}
.dnotesList .dealNotesList li .notesContent em,
.dnotesList .dealNotesList li .notesContent i {
  font-style: italic;
}
.dnotesList .dealNotesList li .notesContent ul,
.dnotesList .dealNotesList li .notesContent ol {
  margin: 12px 0;
  padding-left: 20px;
}
.dnotesList .dealNotesList li .notesContent ul li,
.dnotesList .dealNotesList li .notesContent ol li {
  margin-bottom: 6px;
  line-height: 1.4;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  transform: none;
}
.dnotesList .dealNotesList li .notesContent ul li:hover,
.dnotesList .dealNotesList li .notesContent ol li:hover {
  transform: none;
  box-shadow: none;
}
.dnotesList .dealNotesList li .notesContent ul li:last-child,
.dnotesList .dealNotesList li .notesContent ol li:last-child {
  margin-bottom: 0;
}
.dnotesList .dealNotesList li .notesContent a {
  color: #0066cc;
  text-decoration: none;
  word-break: break-word;
}
.dnotesList .dealNotesList li .notesContent a:hover {
  color: #004499;
  text-decoration: underline;
}
.dnotesList .dealNotesList li .notesContent figure.image,
.dnotesList .dealNotesList li .notesContent .image-container {
  margin: 16px 0;
}
.dnotesList .dealNotesList li .notesContent figure.image img,
.dnotesList .dealNotesList li .notesContent .image-container img {
  width: 100%;
  max-width: 120px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.dnotesList .dealNotesList li .notesContent figure.image img:hover,
.dnotesList .dealNotesList li .notesContent .image-container img:hover {
  transform: scale(1.05);
}
.dnotesList .dealNotesList li .notesContent .images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.dnotesList .dealNotesList li .notesContent .images-grid figure.image {
  margin: 0;
}
.dnotesList .dealNotesList li .notesContent blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 4px solid #01385e;
  background-color: #f8fdff;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}
.dnotesList .dealNotesList li .notesContent blockquote p {
  margin: 0;
  color: #2c3e50;
  font-size: 12px;
  line-height: 20px;
}
.dnotesList .dealNotesList li .notesProcess {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #f0f4f7;
}
.dnotesList .dealNotesList li .notesProcess .date {
  color: #29ba9b;
  font-size: 12px;
  font-weight: 500;
}
.dnotesList .dealNotesList li .notesProcess .date i {
  margin-right: 4px;
}
.dnotesList .dealNotesList li .notesProcess .process {
  display: flex;
  gap: 12px;
}
.dnotesList .dealNotesList li .notesProcess .process a {
  color: #a0b8c9;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.dnotesList .dealNotesList li .notesProcess .process a i {
  margin-right: 4px;
}
.dnotesList .dealNotesList li .notesProcess .process a:hover {
  background-color: #f8f9fa;
  color: #01385e;
}
.dnotesList .dealNotesList li .notesProcess .process a.editDealNote:hover {
  background-color: #e3f2fd;
  color: #1976d2;
}
.dnotesList .dealNotesList li .notesProcess .process a.deleteButton:hover {
  background-color: #ffebee;
  color: #d32f2f;
}
.dnotesList .dealNotesList li .notesProcess .process a.passiveButton {
  opacity: 0.3;
  cursor: not-allowed;
}
.dnotesList .dealNotesList li .notesProcess .process a.passiveButton:hover {
  background-color: transparent;
}
.dnotesList .dealNotesList li .expandButton {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.dnotesList .dealNotesList li .expandButton button {
  background: none;
  border: none;
  color: #29ba9b;
  font-size: 12px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.dnotesList .dealNotesList li .expandButton button:hover {
  background-color: #f0fffe;
  color: #1e8e75;
}
.dnotesList .dealNotesList li .expandButton button i {
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.dnotesList .dealNotesList li .expandButton button.expanded i {
  transform: rotate(180deg);
}
.dnotesList .dealNotesList li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .dnotesList .dealNotesList li {
    padding: 12px;
    margin-bottom: 16px;
  }
  .dnotesList .dealNotesList li .notesContent .images-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 8px;
  }
  .dnotesList .dealNotesList li .notesContent .images-grid img {
    max-width: 100px;
    height: 70px;
  }
  .dnotesList .dealNotesList li .notesProcess {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .dnotesList .dealNotesList li .notesProcess .process {
    gap: 8px;
  }
}
.ck-content {
  min-height: 200px;
  margin-bottom: 10px;
  font-size: 14px;
}

.custoMselect button {
  padding: 9px !important;
}/*# sourceMappingURL=style.css.map */