body {
  background: #eeeeee;
  overflow-x: hidden;
}
.sidebar {
  width: 210px;
  overflow: auto;
}
.sidebar .user-info {
  background: #31445f;
}
.sidebar .user-info .info-container .name {
  text-transform: uppercase;
  font-size: 17px;
}
.sidebar .user-info .info-container .email {
  font-size: 13px;
}
.sidebar .menu {
  background-color: #232930;
  margin-top: 20px;
}
.sidebar .menu .list {
  margin: 0;
}
.sidebar .menu .list > li.active {
  border-left: 2px solid #ed1d23;
}
.sidebar .menu .list a.menu-toggle.toggled,
.theme-red .sidebar .menu .list li.active {
  background: #1b2026;
}

.sidebar .menu .list a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}
.sidebar .menu .list a span {
  color: #a7a7a7;
  font-size: 13px;
}
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
  margin-left: 0;
}
.sidebar .menu .list .ml-menu li.active a {
  color: #fff;
}
.sidebar .menu .material-icons {
  color: #a7a7a7;
}
.sidebar .menu .list .menu-toggle:before,
.sidebar .menu .list .menu-toggle.toggled:after {
  background-color: transparent;
  color: #a7a7a7;
}
.sidebar .menu .list .header {
  padding: 8px 16px 8px 35px;
}
.sidebar .menu .list .header a {
  padding: 9px 0;
}
.sidebar .menu .list .header:before {
  background-image: url(../images/dashboard.png);
  background-position: 0 0;
  left: 14px;
}
.sidebar .menu .list .header.active:before {
  background-position: 0 -32px;
}
.sidebar .menu .list a.menu-toggle {
  padding-right: 18px;
}

section.content {
  margin: 75px 35px 0 245px;
}
.century-theme .navbar {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.04);
}
.century-theme .navbar-header {
  float: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 10px;
}
.century-theme .navbar-header .logo {
  max-width: 15%;
  flex: 0 0 15%;
}
.century-theme .navbar-header .logo .image {
  text-align: left;
}
.century-theme .responsive-menu-icon {
  display: none;
}
.century-theme .navbar-header .user-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 85%;
  flex: 0 0 85%;
}
.century-theme .navbar-header .user-info .image img {
  border-radius: 50%;
}
.user-info .info-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-left: 9px;
}
.user-info .info-container .name-role .name {
  text-transform: capitalize;
  color: #ed1d23;
  font-weight: 500;
}
.user-info .info-container .name-role .email {
  color: #888a95;
}
.user-info .info-container .btn-group.user-helper-dropdown {
  margin-left: 5px;
  border-bottom: none;
  box-shadow: none;
  margin-top: 20px;
  cursor: pointer;
}
.btn-group.user-helper-dropdown i.meterial-icons {
  vertical-align: bottom;
}
.btn-group.user-helper-dropdown .dropdown-menu.pull-right {
  top: 60px;
  padding: 0;
}
.btn-group.user-helper-dropdown .dropdown-menu.pull-right li > a {
  padding: 10px 20px;
}
.btn-group.user-helper-dropdown .dropdown-menu .divider {
  margin: 0;
}
.century-theme .navbar-brand {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.9);
  float: none;
  display: block;
  text-transform: uppercase;
  font-size: 19px;
}
.century-theme .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.login-page {
  background-color: #fff;
  max-width: none;
  margin: 22px auto;
}
.login-page .login-box {
  max-width: 500px;
  margin: 0 auto;
}
.login-page .login-box .logo small {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 25px;
  font-weight: bold;
  color: #000;
}
.login-page .login-box .logo span {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  display: block;
  line-height: 43px;
  position: relative;
  text-transform: uppercase;
}
.login-page .login-box .logo span:before,
.login-page .login-box .logo span:after {
  content: "";
  display: block;
  width: 155px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.login-page .login-box .logo span:after {
  left: auto;
  right: 0;
}
.login-page .login-box .card {
  max-width: 435px;
  margin: 30px auto 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login-page .login-box .heading {
  font-size: 41px;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.login-page .login-box .btn {
  height: 40px;
  background-color: #394144;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
.login-page .login-box .forget-password-link {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  float: right;
  margin-top: 20px;
}
.login-page .login-box .login-link {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.login-page .login-box .card .body {
  border-width: 2px;
}
.form-group .form-control,
.input-group .form-control {
  padding: 0 8px;
}
.map-box {
  position: relative;
  margin-top: 25px;
  background-color: #fff;
}
.map-box .map-dashboard {
  background: transparent;
}
.map-box .country-name {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  color: #203449;
  line-height: 1;
  text-decoration: underline;
  margin-bottom: 28px;
}
.map-box .back {
  display: none;
  position: relative;
  /* top: 5px; */
  right: 0;
  font-size: 13px;
  /* line-height: 1; */
  /* text-transform: uppercase; */
  color: #203449;
  cursor: pointer;
  opacity: 0.8;
  padding-left: 20px;
  background: url(../img/left-arrow.png) no-repeat left center;
  float: right;
  margin-top: -60px;
  right: 11px;
}
.map-box .name1,
.map-box .name2 {
  display: none;
}

#svgHere1 {
  margin: 0 auto;
  width: 600px;
  height: 650px;
  position: relative;
  z-index: 2;
}
#svgHere1 .state-map {
  width: 650px;
}
#svgHere1 svg {
  display: block;
  margin: auto;
}
#svgHere1 path {
  stroke: #222;
  stroke-width: 1px;
  fill: #d2d2d2;
  cursor: pointer;
}
#svgHere1 .state-map path {
  fill: #eec042;
  stroke-width: 0.2px;
}
#svgHere1 .state-map path.active {
  fill: #ff6629;
}

div.tooltip {
  position: absolute;
  text-align: center;
  width: 120px;
  padding: 5px 10px;
  border: 1px solid #fabd1a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  pointer-events: none;
  word-wrap: break-word;
  background-color: #fabd1a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  box-shadow: 0, 0, 10px, rgba(0, 0, 0, 0.3);
}
.block-header h2 {
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 300;
}
.info-box {
  margin-bottom: 0;
  box-shadow: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.info-box .content .number {
  font-size: 34px;
  font-weight: 500;
  color: #da0108;
}
.info-box .content .text {
  font-size: 17px;
  color: #394144;
}
.century-dashboard .century-dashboard-list .col-lg-2:last-of-type .info-box {
  border-right: 0;
}

#popup {
}
.editticket h2 {
  font-size: 21px;
}
.submitBtn {
  margin: 10px 0 0;
}
.com-btn {
  background: #ed1d24;
  color: #fff;
  padding: 5px 16px;
  border: 0;
  /* width: 100px; */
}
.userEditProfileBtn {
  width: 100px;
  margin: 0 auto;
}
.dataTables_wrapper .dt-buttons a.dt-button {
  background: #ed1d24;
}
.pop-open,
.edit-tic {
  display: inline-block;
  margin-left: 10px;

  /* padding: 10; */
}
.pop-open {
  cursor: pointer;
}
.com-btn a {
  color: #fff;
}
#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}
.popup-inside {
  width: 552px;
  height: 380px;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.popup-inside h3 {
  background: #31445f;
  color: #fff;
  margin: 0;
  padding: 17px 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.popup-close {
  position: absolute;
  color: #fff;
  right: 18px;
  top: 16px;
  cursor: pointer;
  z-index: 1;
}
.popup-inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 00px;
  padding: 00px 20px;
}
.popup-inside li {
  list-style: none;
  width: 48%;
  margin-bottom: 20px;
}
.popup-inside li h4 {
  font-size: 17px;
  font-weight: normal;
  width: 100%;
  color: #000;
}
.popup-inside li .btn-group {
  border-bottom: 2px solid #1f91f3 !important;
  margin: 0;
  padding: 0 !important;
}

.popup-inside li .btn-group li {
  width: 100%;
  margin-bottom: 0;
}
.popup-inside li .btn-group button {
  /* padding: 0 !important; */
}
.popup-inside li input {
  border-bottom: 2px solid #1f91f3 !important;
  margin: 0;
  width: 100%;
  border: 0;
  padding-bottom: 12px !important;
  color: #000;
}
.popup-inside li.full {
  width: 100%;
  text-align: right;
}
.popup-inside li.full button {
  border: 0;
}
.tab-data .main-tab-ul {
  text-align: right;
  margin-bottom: 30px;
}
.tab-data {
  padding: 15px;
}
.tab-data .main-tab-ul li {
  list-style: none;
  display: inline-block;
  margin-left: 13px;
  cursor: pointer;
}
.tab-data .cke_contents {
  height: 150px !important;
}
.card .tab-data .img-rounded {
  width: 50px;
  height: auto;
  vertical-align: top;
  margin-right: 19px;
}

.txt-right {
  display: inline-block;
  position: relative;
  width: calc(100% - 76px);
}
.right-dat-com {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.txt-right a {
  color: #31445f;
  margin-bottom: 10px;
}
.txt-right span {
  display: inline-block;
  margin-left: 10px;
}
.card .comment-container {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.comment-txt {
  margin-bottom: 15px;
  background: #f2f2f2;
  padding: 11px;
  box-sizing: border-box;
  width: 98%;
  margin-left: 1%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.tab-container .com-btn {
  float: right;
  margin: 13px;
}
.tab-container .com-btn button {
  background: none;
  border: 0;
}
.tab-container.popup-textarea,
.popup-ticket {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-textarea-inside,
.popup-ticket-inside {
  width: 700px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  height: 400px;
}

.for-padding {
  padding: 20px;
}
.popup-textarea-inside h3,
.popup-ticket-inside h3 {
  background: #31445f;
  color: #fff;
  margin: 0;
  padding: 17px 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.popup-textarea-inside .popup-close-txt,
.popup-close-hist {
  position: absolute;
  color: #fff;
  right: 18px;
  top: 16px;
  cursor: pointer;
  z-index: 1;
}
.popup-ticket-inside h4 {
  font-size: 22px;
  font-weight: normal;
  padding-left: 19px;
  padding: 10px 19px;
  border-bottom: 1px solid #ccc;
}
.popup-ticket-inside h4 span {
  color: #6d6b6b;
  font-size: 20px;
}
.popup-ticket-inside ul {
  padding: 0;
  max-height: 260px;
  overflow: auto;
}
.popup-ticket-inside ul li {
  list-style: none;
  position: relative;
  font-size: 17px;
  color: #000;
  padding-bottom: 14px;
  padding-right: 184px;
  background: url(../images/gray-cir.png) 0 7px no-repeat;
  margin-left: 21px;
  padding-left: 20px;
}
.popup-ticket-inside ul li.active {
  background: url(../images/green-cir.png) 0 7px no-repeat;
}
.popup-ticket-inside ul li span {
  color: #6d6b6b;
  font-size: 15px;
}
.popup-ticket-inside ul li em {
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 12px;
  font-style: normal;
  color: #787878;
}
.for-input-width input {
  width: 160px;
  border: 0;
}
h4 {
  /* text-align: center; */
  border-bottom: 1px solid #ccc;
  padding: 13px;
  margin-bottom: 24px;
  padding-left: 0;
  color: #000;
}
.border {
  border: 1px solid #e6e3e3 !important;
  padding: 12px !important;
}
.for-mar .bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  margin-top: 4px;
}
.table-responsive.custom-res {
  position: relative;
  background: #fff;
}
.table-responsive.custom-res .dataTables_wrapper .dt-buttons {
  /* position: absolute; */
  right: 0;
}
.table-responsive.custom-res .dataTables_wrapper .dt-buttons a.dt-button {
  display: inline-block;
  padding: 4px 12px;
}
.table-responsive.custom-res {
  border-radius: 5px;
  overflow: hidden;
}
.table-responsive.custom-res th {
  background: #dee2e6;
  color: #1b2026;
  /* border-right: 1px solid #d7d7d7; */
  border: 1px solid #d7d7d7;
  text-align: center;
  font-size: 12px;
  padding: 13px 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.table-responsive.custom-res table {
  margin: 0 0 20px;
}
/* .table-responsive.custom-res.for-th-w th:nth-child(1) {
  width: 5% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(2) {
  width: 5% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(3) {
  width: 5%px !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(4) {
  width: 25% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(5) {
  width: 5% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(6) {
  width: 5% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(7) {
  width: 5% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(8) {
  width: 25% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(9) {
  width: 5% !important;
}
.table-responsive.custom-res.for-th-w th:nth-child(10) {
  width: 15% !important;
} */
.table-responsive.custom-res.for-th-w th {
  width: 200px !important;
  display: table-cell;
}
.table-responsive.custom-res.for-th-w th input.tableSearchFilter {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 5px;
  margin-top: 10px;
  width: 90%;
}
.table-responsive.custom-res.for-th-w th:last-child input.tableSearchFilter {
  display: none;
}
/* .ticketTableWrapper .tableSearchFilter{
  width: 80%;
  margin-top: 5px;
} */
.ticketTableWrapper table.dataTable.no-footer {
  border-bottom: none;
}
.table-responsive.custom-res #my-table_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-responsive.custom-res td {
  font-size: 12px;
  border: 1px solid #e6e6e6;
  padding: 12px 10px;
  text-align: left;
  color: #999;
  background: #fff;
}
.table-responsive.custom-res td:last-child {
  text-align: center;
}
.table-responsive.custom-res .btn-edit-icon {
  background: url(../images/icon-edit.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-color: transparent !important;
  box-shadow: none;
  background-size: cover;
}
.table-responsive.custom-res .btn-edit-icon i {
  display: none;
}
.table-responsive.custom-res .btn-delete-icon {
  background: url(../images/icon-delete.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  background-color: transparent !important;
  box-shadow: none;
  background-size: cover;
}
.table-responsive.custom-res tr:nth-of-type(even) td {
  background: #faf8f8;
}
.table-responsive.custom-res .operation-buttons form {
  display: inline-block;
}
.table-responsive.custom-res .btn {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.table-responsive.custom-res .btn:not(.btn-link):not(.btn-circle) i {
  font-size: 15px;
}
.table-responsive.custom-res #DataTables_Table_0_paginate {
  text-align: right;
  width: 48%;
  float: right;
}
.table-responsive.custom-res .pagination li a {
  color: #1b2026;
  font-weight: normal;
  height: 34px;
}
.table-responsive.custom-res .pagination li.active a {
  background-color: #ed1d24;
  border-color: #ed1d24;
  color: #fff;
}
.table-responsive.custom-res .userListSec {
  overflow: auto;
}
.table-responsive.custom-res #DataTables_Table_0_info {
  width: 48%;
  float: left;
}
.table-responsive.custom-res .pagination {
  margin: 0px 0;
}
.table-responsive.custom-res .dataTables_wrapper .dataTables_paginate {
  float: right;
}
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #24344b !important;
}
.for-inline label {
  display: inline-block;
}
.for-inline input {
  display: inline-block;
  width: 400px;
  margin-left: 13px;
  border-radius: 0;
}
.li-inline {
}
.li-inline li {
  list-style: none;
}
.li-inline ul {
  padding: 0;
  margin: 0;
}
.rolesPermission {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.li-inline li {
  list-style: none;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 6px;
  position: relative;
}
.comment-container {
  width: 95%;
  margin: 0 auto;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  box-shadow: none;
  border-radius: 0.25rem;
}
.card .header {
  background-color: transparent;
  border: none;
  padding: 10px 0px 20px;
  display: flex;
  align-items: center;
}
.card .header h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  color: #394144;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.card .header h2:after {
  display: none;
}
.card .flex {
  border-width: 0 1px 1px 1px;
  padding: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card .body {
  background: #fff;
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px 1px 1px;
}
.comment-container .img-rounded {
  width: 100%;
}
.pad-left-right {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-select {
  border-bottom: 0px solid red !important;
}
.btn {
  padding: 0 12px;
}
.small-head {
  font-size: 18px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 29px;
}
.card input[type="checkbox"]:not(:checked),
.card input[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 9;
  width: 100%;
  cursor: pointer;
}
.user-form ul.form {
  padding: 0;
  margin: 0;
}
.user-form ul.form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.user-form ul.form li {
  list-style: none;
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 2%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.user-form ul.form li:nth-last-of-type(2) {
  width: 100%;
  margin-right: 0;
}
.user-form ul.form li:last-of-type {
  margin-bottom: 0;
}
.user-form ul.form li:nth-of-type(2n) {
  margin-right: 0;
}
.user-form li .form-group li {
  width: 100%;
  margin-bottom: 0;
  min-height: auto;
}
.user-form ul.form li.full {
  width: 100%;
  margin-right: 0;
}
.btn-group {
  border-bottom: 1px solid #ccc;
}
.user-form li.full .form-group p {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 10px;
}
.user-form li.full .form-group p label {
  width: 100%;
}
.user-form li.full .form-group button.dropdown-toggle {
  padding-bottom: 0 !important;
}
.user-form li label {
  width: 145px;
  vertical-align: middle;
  margin: 0;
}
.user-form li .form-group {
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.user-form li .form-group .form-control {
  padding: 0;
}
.user-form li.full .form-group p [type="radio"]:not(:checked),
.user-form li.full .form-group p [type="radio"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  cursor: pointer;
}
button.dropdown-toggle {
  border-bottom: 1px solid #e0e0e0 !important;
  padding-left: 0 !important;
}
.edit-field {
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
  z-index: 1;
}
.right-available-not {
  width: 120px;
  float: right;
  background: #476473;
  margin-right: 0px;
}
.right-available-not .filter-option {
  background: #476473;
  color: #fff;
  padding: 7px;
}
.right-available-not .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 12px;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  color: #fff;
}
.bbody .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.upload-img {
  position: absolute;
  bottom: 5px;
  right: 3px;
  cursor: pointer;
}
.upload-img input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.flex ul {
  padding: 0;
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: self-start;
}
.flex ul li {
  position: relative;
  list-style: none;
  border: none;
  text-align: center;
  vertical-align: top;
  width: 23.437037%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.67);
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.flex ul li:nth-last-of-type(-n + 4) {
  margin-bottom: 0;
}
.flex ul li:nth-of-type(4n) {
  margin-right: 0;
}
.flex ul li:hover {
  background: #ed1d24;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.flex ul li:hover .number,
.flex ul li:hover .text {
  color: #fff;
}
.flex ul li .content a {
  text-decoration: none;
}
.flex ul li:first-child {
  padding-left: 0;
}
.flex ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.flex ul li .number {
  font-size: 24px;
  color: #ed1d24;
  font-weight: 600;
  line-height: 20px;
}
.flex ul li .text {
  font-size: 15px;
  color: #888a95;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 10px 0 15px;
}
.flex ul li .con-icon {
  margin-bottom: 10px;
  height: 30px;
  width: 100%;
}
.flex ul li .number.count-to::after {
  position: absolute;
  content: "";
  background-size: 100%;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.number#totalproperties:after {
  background-image: url(../images/property.png);
  background-position: 0 2px;
}
.number#totalmediums:after {
  background-image: url(../images/SourceOfLeads.png);
  background-position: 0 1px;
}
.number#seomediums:after {
  background-image: url(../images/Mediums.png);
  background-position: 0 0px;
}
.number#seocampaigns:after {
  background-image: url(../images/Campaigns.png);
  background-position: 0 7px;
}
.number#totalticket:after {
  background-image: url(../images/TotalTickets.png);
  background-position: 0 7px;
}
.number#myticket:after {
    background-image: url(../images/TotalTickets.png);
    background-position: 0 7px;
}
.number#new:after {
  background-image: url(../images/NewTickets.png);
  background-position: 0 7px;
}
.number#no-response:after {
  background-image: url(../images/NoResponse.png);
  background-position: 0 7px;
}
.number#not-interested:after {
  background-image: url(../images/NotInterested.png);
  background-position: 0 7px;
}
.number#opportunity:after {
  background-image: url(../images/Opportunity.png);
  background-position: 0 7px;
}
.number#closed:after {
  background-image: url(../images/Closed.png);
  background-position: 0 7px;
}
.number#in-progress:after {
  background-image: url(../images/InProgress.png);
  background-position: 0 7px;
}
.number#totalsales:after {
  background-image: url(../images/TotalSale.png);
  background-position: 0 7px;
}
.number.wonLostTicket:after {
  background-image: url(../images/TotalLead.png);
  background-position: 0 7px;
}
/*hover active icon change*/
li.dashboard-item-list:hover .number#totalproperties:after {
  background: url(../images/property.png);
  background-position: 0 -33px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#totalmediums:after {
  background: url(../images/SourceOfLeads.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#seomediums:after {
  background: url(../images/Mediums.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#seocampaigns:after {
  background: url(../images/Campaigns.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#totalticket:after {
  background: url(../images/TotalTickets.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#new:after {
  background: url(../images/NewTickets.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#no-response:after {
  background: url(../images/NoResponse.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#not-interested:after {
  background: url(../images/NotInterested.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#opportunity:after {
  background: url(../images/Opportunity.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#closed:after {
  background: url(../images/Closed.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#in-progress:after {
  background: url(../images/InProgress.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number#totalsales:after {
  background: url(../images/TotalSale.png);
  background-position: 0 -34px;
  background-size: 100%;
}
li.dashboard-item-list:hover .number.wonLostTicket:after {
  background: url(../images/TotalLead.png);
  background-position: 0 -34px;
  background-size: 100%;
}

.data-left {
  width: 200px;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100% - 100px);
}
.data-left ul,
.data-right ul {
  padding: 0 10px 0 20px;
}
.data-left .mCSB_inside > .mCSB_container,
.data-right .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.data-left li,
.data-right li {
  list-style: none;
  background: #fff;
  padding: 12px 15px;
  margin-bottom: 17px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.data-left li h5,
.data-right li h5 {
  font-size: 30px;
  color: #ffa200;
  margin: 0;
}
.data-right {
  width: 200px;
  position: absolute;
  top: 50px;
  right: 30px;
}
.map-dashboard {
  position: relative;
  padding-top: 30px;
}
.data-left li h6,
.data-right li h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.for-label {
  margin-top: 20px;
  width: 100%;
}
.for-label label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.for-label .wrap-two .pad-left-right {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
}
.for-label .pad-left-right {
  width: 100%;
  display: inline-block;
}
#sunburst {
  margin-top: 30px;
}
.highcharts-button.undefined.highcharts-button-normal {
  padding-right: 30px;
}
.ticket-date-picker {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  overflow: hidden;
}
.ticket-date-picker:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-calender2.jpg) no-repeat;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ticket-date-picker:before {
  content: "";
  position: absolute;
  right: 33px;
  height: 30px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-50%);
}
.ticket-date-picker input {
  width: 100%;
  height: 30px;
  font-size: 11px;
  padding: 5px 10px;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding-right: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
#sunburst {
  width: 100%; /*padding-right: 17px;*/
}

.navbar {
  position: fixed;
  border-radius: 0;
}

.years-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
}
.years-list label {
  background-color: #fff;
  padding: 8px 30px 8px 10px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
.years-list label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 10px;
  right: 8px;
  transform: rotate(45deg);
}
.years-list ul {
  list-style: none;
  margin: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 0;
  display: none;
  position: absolute;
  top: 36px;
  width: 100px;
  z-index: 10;
}
.years-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.years-list ul li a {
  color: #000;
  display: block;
  line-height: 30px;
  padding: 0 10px;
}
.years-list ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
.years-list ul li:last-child {
  border-bottom: 0;
}
/* .years-list ul li.active {display: block;} */

.user-form > form {
  background: #fff;
  /* border: solid rgba(0, 0, 0, 0.125); */
  border-width: 0 1px 1px 1px;
}
.nav-tabs + .tab-content {
  width: 100%;
}
.tab-content ul.form {
  padding: 0;
}
.tab-content ul.form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.campaign .body {
  padding: 0 35px 20px;
}
.campaign .body textarea.form-control {
  height: 34px;
}
.campaign .body .card-inside-title,
.campaign .body .card-inside-title:first-child {
  margin: 0;
}
.campaign .body .campaign-coloumn > div {
  margin-bottom: 0;
}
.campaign ul.form {
  padding: 0;
}
.campaign .user-form > form {
  border: 0;
}
.profile-card .profile-body .image-area img {
  width: 100%;
}
.profile-page .btn-group .btn {
  padding: 0 !important;
}
.profile-page .btn-group .btn .filter-option {
  margin: 0;
  top: 0;
}
.ticket-search.table-responsive.custom-res {
  margin-top: 0;
}
.ticket-search.table-responsive.custom-res #my-table_wrapper .row [class*="col-"] {
  margin-bottom: 0;
}
.ticket-search.table-responsive.custom-res #my-table_wrapper .dataTables_info {
  float: left;
}
.ticket-search .dataTables_filter {
  text-align: right;
  margin-bottom: 15px;
}
.ticket-search .dataTables_filter label {
  font-size: 0;
  position: relative;
}
.ticket-search .dataTables_filter label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-search.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  right: 7px;
  top: 6px;
}
.rightContainer .table > thead > tr > th {
  vertical-align: middle;
  /* padding-left: 0; */
  border-bottom: 2px solid #ddd;
}
.ticket-search .dataTables_filter input {
  border: 1px solid #d7d7d7;
  color: rgba(136, 138, 150, 0.8);
  font-weight: 400;
  width: 100%;
  height: 30px;
  font-size: 11px;
  padding: 5px 10px;
  margin: 0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-right: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.ticket-source .header {
  border-width: 1px;
  margin-bottom: 25px;
}
.ticket-source .header .row {
  width: 100%;
}
.ticket-source .header .form-control {
  height: auto;
}
.ticket-source .form-control .btn {
  padding: 0 !important;
}
.ticket-source .form-control select {
  height: 0;
}
.ticket-source .body {
  background: none;
  padding: 0;
  border: 0;
}
.ticket-source .body .assin-detail {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.ticket-source .body .reference {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 20px;
}
.ticket-source .body .input-group .form-control {
  padding: 0 8px;
}
.ticket-source .comment-container {
  padding: 0;
}
.ticket-source .comment-container .comment-txt {
  background: #fff;
}
.ticket-source .comment-container .card-body {
  padding: 5px;
}

.ticket-source .body .secondary-option .card-inside-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.ticket-source .body .secondary-option .card-inside-title input[type="checkbox"] {
  width: auto;
  height: auto;
  opacity: 1;
  position: static;
  margin: 0;
}
.century-dashboard-list .source-form-detail .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 31px;
}
.century-dashboard-list .source-form-detail .bootstrap-select.btn-group .dropdown-toggle .filter-option:before {
  top: 3px;
}
.century-dashboard-list .source-form-detail .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -1px;
}

.century-dashboard-list {
  margin-bottom: 0;
}
.century-dashboard-list .header {
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.century-dashboard-list .header .header-right {
  margin-right: -5px;
  width: 68%;
  /* width: 30%; */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.century-dashboard-list .header .header-right [class*="col-"] {
  padding: 0 5px;
}
.century-dashboard-list .body {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-dropdown {
}
.form-dropdown .btn-group {
}
.bootstrap-select.btn-group {
  height: auto;
}
.form-dropdown .btn-group > .btn:first-child {
  padding-right: 0;
  border: 1px solid #d7d7d7;
  padding: 5px 10px !important;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: 11px;
  height: 11px;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-top: -6px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: visible;
  color: rgba(136, 138, 150, 0.8);
  font-size: 12px;
  line-height: 23px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(172, 172, 172, 0.4);
  position: absolute;
  right: 27px;
  top: -3px;
}
.dataTables_length {
}
.dataTables_length label {
  font-size: 14px;
  font-weight: 500;
}
.dataTables_length .form-control {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.century-responsivemenu {
  display: none;
}
.century-dashboard-list .source-edit {
  background: #fff;
  padding: 13px;
}
.century-dashboard-list .source-edit .header-right {
  width: 100%;
}

.profile-card .profile-body .image-area img {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  border: 0;
}
.profile-page {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.profile-page .profile-card {
  background: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 25%;
}
.profile-page .user-form {
  background: #fff;
  width: 73%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 25px;
}
.profile-page .user-form .card {
  margin-bottom: 0;
}
.profile-page .user-form .nav-tabs > li > a:before {
  border-color: #ed1d24;
}
.profile-page .user-form .tab-content .heading {
  font-size: 18px;
  color: #1b2026;
  margin-bottom: 35px;
}
.profile-page .user-form ul.form li {
  display: block;
}
.profile-page .user-form ul.form li label {
  display: block;
}
.profile-page .user-form ul.form li .form-group {
  display: block;
  width: 100%;
}
.profile-page .user-form ul.form li .form-group .form-line {
  border: 0;
}
.profile-page .user-form ul.form li .form-group .form-line:after {
  display: none;
}
.profile-page .user-form ul.form li .form-group .form-line .form-control {
  border: 1px solid #d7d7d7;
  padding: 0 12px;
  margin-top: 12px;
}
.form-group .form-line:after {
  border-color: #ed1d24;
}
.create-source .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 34px;
}
.create-source .bootstrap-select.btn-group .dropdown-toggle .filter-option:before {
  top: 6px;
}
.create-source .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: 0;
}

.highcharts-button {
  cursor: default;
  fill: #f00;
  stroke-width: 1px;
  transition: fill 250ms;
}
.highcharts-button rect {
  fill: #f00;
}
.highcharts-button text {
  fill: #fff !important;
}
.create-ticket {
}
.create-ticket .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 34px;
}
@media screen and (max-width: 599px) {
  /* .century-theme .navbar-header {-webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; display: block;}
	.century-theme .navbar-header .logo {width: 100%; max-width: none; -webkit-flex: 0; flex: 0; display: block; margin-bottom: 20px;}
	.century-theme .navbar-header .logo .image {text-align: center;}
	.century-theme .navbar-header .user-info {width: 100%; max-width: none; -webkit-flex: 0; flex: 0; display: block;} */
  .century-theme .navbar-header {
    padding: 15px 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .century-theme .navbar-header:before,
  .century-theme .navbar-header:after {
    display: none;
  }
  .century-theme .navbar-header .logo {
    width: 25%;
    -webkit-flex: none;
    flex: none;
    max-width: none;
  }
  .century-theme .navbar-header .logo .image img {
    width: 100%;
  }
  .century-theme .navbar-header .user-info {
    flex: none;
    max-width: none;
    width: 65%;
  }
  .century-theme .navbar-header .user-info .image img {
    width: 32px;
    height: 32px;
    margin-top: 7px;
  }
  .century-dashboard-list .header h2 {
    font-size: 20px;
    text-transform: capitalize;
  }
  /* 
  section.content,
  .ls-closed section.content {
    margin: 102px 0 0;
    padding: 0 3%;
  } */

  .flex ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .flex ul li:nth-of-type(4n) {
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .flex ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .flex ul li:nth-last-of-type(-n + 4) {
    margin-bottom: 4%;
  }
  .flex ul li:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }

  /* .century-responsivemenu {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 90px;
    right: 10px;
    padding: 6px 3px;
  }
  .century-responsivemenu span {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
  }
  .century-responsivemenu span:nth-of-type(2) {
    margin: 3px 0;
  } */
}

/*===========*/
.enquiryDetails {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.enquiryDetails .enqDetFField {
  background: #f9f9f9;
  padding-top: 15px;
  border: 1px solid rgba(0,0,0,0.04)
}
.enquiryDetails .enqDetFField h2 {
/*     font-weight: bold; */
  background: #ddd;
  padding: 6px 5px;
  margin-bottom: 0;
}
.enquiryDetails .enqDetFField .form-group {
  border: solid #ddd;
  border-width: 0 1px 1px 1px;
  background: #fff;
}
.enquiryDetails .enqDetFField .input-group {
  margin-bottom: 15px;
}
.enquiryDetails .enqDetFField .form-control {
  margin-top: 0 !important;
}
.enquiryDetails .enqDetFField .btn:not(.btn-link):not(.btn-circle) span {
  margin-left: 0;
}
.enquiryDetailsMsg {
  width: 100%;
}
.enquirySubmitBtn {
  text-align: right;
  width: 100%;
}
.fFieldDatePicker .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
  margin: 0;
}
.fFieldDatePicker .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group span.input-group-append {
  display: none;
}
div[role="navigator"] div:first-child > i,
div[role="navigator"] div:last-child > i {
  display: none;
}
div[role="navigator"] div:first-child {
  background: url(../images/arrow-left.png) no-repeat 5px 5px;
}
div[role="navigator"] div:last-child {
  background: url(http://192.168.1.251/msdticket/public/admin/images/arrow-right.png) no-repeat 5px 5px;
}
.header.usersProfileList {
  display: flex;
  flex-direction: column;
}
.header.usersProfileList h2 {
  width: 100%;
  text-align: left;
  padding: 20px 0;
}
.header.usersProfileList .nav-tabs {
  background: #fff;
  width: 100%;
  padding: 0 20px;
  border-radius: 5px 5px 0 0;
}
.header.usersProfileList .nav-tabs ul li {
  padding-left: 0;
}
.header.usersProfileList .nav-tabs + .tab-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px 0 0 5px;
}
.ticketTableWrapper table.dataTable thead .sorting {
  background: #dee2e6 url(../images/sort_both.png) no-repeat right center;
}
.ticketTableWrapper table.dataTable thead .sorting_asc {
  background: #dee2e6 url(../images/sort_asc.png) no-repeat right center;
}
.ticketTableWrapper table.dataTable thead .sorting_desc {
  background: #dee2e6 url(../images/sort_desc.png) no-repeat right center;
}
@media (max-width: 991px) {
  .assignRoleTicket,
  .li-inline li {
    width: 32%;
  }
  .small-head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .userPerformanceReport .century-dashboard-list .header .header-right {
    width: 60%;
  }
  .userPerformanceReport .statrDropDown,
  .userPerformanceReport .calander {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .user-form ul.form li {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .user-form li .form-group {
    width: 100%;
  }
  .assignRoleTicket,
  .li-inline li {
    width: 49%;
    padding: 0;
  }
  .rolePermissionPage .for-inline input {
    width: 100%;
    margin: 0;
    border-radius: 4px;
  }
  .rolesPermission {
    padding: 0 15px;
  }
  .userPerformanceReport .century-dashboard-list .header .header-right {
    width: 55%;
  }
  .content .userPerformanceReport .century-dashboard-list .header {
    padding: 10px 50px 10px 0px;
  }
  .userPerformanceReport #sunburst .highcharts-container {
    width: 100% !important;
  }
  .userPerformanceReport #sunburst svg.highcharts-root {
    width: 100%;
}
}
@media (max-width: 599px) {
  .content .userPerformanceReport .century-dashboard-list .header {
    padding: 10px 0px 10px 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .rightContainer .century-dashboard-list .header h2 {
    font-size: 16px;
    line-height: 30px;
  }
  .userPerformanceReport .century-dashboard-list .header .header-right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .assignRoleTicket {
    width: 100%;
  }
}
