body {
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
}

.bg-authentication {
   width: 540px;
   border-radius: 10px !important;
   box-shadow: 0px 17.5px 49px 0 rgba(24, 24, 24, 0.15);
   background-color: #fff;
}

.brand-logo img {
   height: 50px;
}

.form-control:focus {
   border-color: var(--primary-color)6b;
}

.card .card-header .card-title h4 {
   font-size: 14px;
   font-weight: 600;
   line-height: 24px;
   padding: 10px 30px;
   letter-spacing: 1.4px;
   text-align: left;
   color: var(--primary-color);
   text-transform: uppercase;
   text-align: center;
}

.login-auth .card .card {
   padding: 30px;
}

.login-auth label {
   font-family: Montserrat;
   font-size: 14px;
   line-height: 1.5;
   letter-spacing: 0.28px;
   text-align: left;
   color: #2a2a2a;
   font-weight: 600;
   padding-bottom: 7px;
}

a {
   color: var(--primary-color);
}

a:hover {
   color: var(--primary-color);
}

body.bg-full-screen-image.login-page {
   background: url(../../app-assets/images/backgrounds/login-bg.png) no-repeat center center;
}

.card .card-header {
   justify-content: center;
}

/* .card .card-header .card-title {
  border-radius: 30px;
  border: solid 1px #aaa;
} */
.has-icon-left .form-control {
   border-radius: 5px;
   border: solid 1px #aaa;
   height: 50px;
}

.has-icon-left .form-control {
   padding-left: 1em;
}

.form-control::-webkit-input-placeholder {
   color: #888888;
   font-size: 13px;
   font-weight: 500;
}

.form-control::-moz-placeholder {
   color: #888888;
   font-size: 13px;
   font-weight: 500;
}

.form-control:-ms-input-placeholder {
   color: #888888;
   font-size: 13px;
   font-weight: 500;
}

.form-control::-ms-input-placeholder {
   color: #888888;
   font-size: 13px;
   font-weight: 500;
}

.form-control::placeholder {
   color: #888888;
   font-size: 13px;
   font-weight: 500;
}

.form-control-position {
   line-height: 3.2rem;
}

.rememberMe a {
   letter-spacing: 0.28px;
   text-align: left;
   color: #444444;
   font-size: 14px;
   font-weight: 400;
}

.rememberMe .checkbox {
   letter-spacing: 0.28px;
   color: #444444;
   font-size: 14px;
   font-weight: 400;
}

.vs-checkbox-con .vs-checkbox {
   border-color: var(--primary-color);
}

.loginBtn {
   width: 100%;
   border-radius: 5px !important;
   box-shadow: 0px 5px 12px 0 rgba(74, 188, 68, 0.1);
   border: solid 1px #aaa;
   background-image: linear-gradient(to top, var(--primary-color), var(--primary-color));
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   padding: 15px 30px;
}

.btn-primary:hover {
   border-color: #49b544 !important;
}

.registerText {
   padding-top: 30px;
   font-size: 14px;
   font-weight: 400;
   color: #111111;
   clear: both;
}

.registerAccount .vs-checkbox-con input {
   width: 8%;
}

.registerText a {
   color: #111111;
}

.vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon {
   line-height: 16px;
   font-size: 18px;
}

.registerAccount .vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon {
   line-height: 22px;
   font-size: 22px;
}

.registerAccount .vs-checkbox-con .vs-checkbox {
   margin-top: -8px;
   width: 30px;
   height: 26px;
}

.registerAccount .rememberMe .checkbox {
   font-weight: 400;
}

.main-menu .navigation>li>a>span {
   color: #222;
}

.main-menu.menu-light .navigation>li.active {
   box-shadow: inset -1px 0px 0 0 var(--primary-color);
}

.main-menu.menu-light .navigation>li.active a {
   background: #f3f8ec !important;
   box-shadow: none !important;
}

.call__page__number {
   margin: 0 1rem 0 0;
   border-radius: 15px;
   background: #fff;
   padding: 5px 1rem !important;
   color: #000 !important;
   font-weight: 600;
}

.main-menu.menu-light .navigation li a {
   color: #222;
   display: flex;
   align-items: center;
}

.main-menu.menu-light .navigation>li {
   padding: 0 2px;
   margin-bottom: 1em;
}

.main-menu .navigation>li>a>img {
   margin-right: 1rem;
   float: left;
}

.main-menu .navbar-header,
.header-navbar {
   min-height: 5rem;
   height: auto;
   border-bottom: 1px solid #e5f1d4;
   border-right: 1px solid #e5f1d4;
}

.main-menu .navbar-header .navbar-brand {
   margin-top: 0px;
}

.app-content.content .content-header .content-header-title {
   font-weight: 700;
   color: #222;
   font-size: 18px;
   margin-right: 1rem;
}

.breadcrumbs-top .breadcrumb {
   border: none;
}

.breadcrumbs-top .breadcrumb {
   padding-left: 0px !important;
}

.header-navbar .navbar-container ul.nav li .badge.badge-up {
   position: absolute;
   top: 10px;
   right: -3px;
   font-size: 10px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
   content: "\e844";
   font-family: "feather";
   color: var(--primary-color);
}

li.breadcrumb-item a {
   color: #777777;
}

li.breadcrumb-item img {
   margin-right: 5px;
   margin-top: -3px;
}

.createOrdersBody h4.card-title {
   font-weight: 700;
   color: #222;
   margin-bottom: 0;
}

.createOrdersBody h4.card-title span {
   color: var(--primary-color);
}

.createOrdersBody {
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0px 17.5px 49px 0 rgba(24, 24, 24, 0.05);
   border: solid 1px #aaa;
   background-color: #ffffff;
   padding: 15px;
}

.createOrdersBody .card-header {
   background-color: #fff;
   border: none;
   padding: 1rem 0rem;
   /*border-bottom: 1px solid #eee;*/
}

.createOrdersBody .card-body {
   padding: 1.5rem 0rem;
}

.createOrdersBody .form-label-group>input,
.createOrdersBody .form-label-group textarea,
.custom-file-input {
   height: 52px;
   border-radius: 5px;
   border: solid 1px #aaa;
   padding: 10px 15px;
}

.createOrdersBody textarea {
   resize: none;
   height: 100px !important;
}

.createOrdersBody .btnFix {
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 1.4px;
   text-transform: uppercase;
   padding: 20px 30px;
   background: linear-gradient(to top, var(--primary-color), var(--primary-color));
}

.createOrdersBody .custom-file-label::after {
   content: "\f019";
   font-family: "fontawesome";
   left: 0;
   right: unset;
   background: none;
   color: var(--primary-color);
   font-size: 14px;
}

.createOrdersBody .custom-file-label {
   height: 34px;
   border-radius: 5px;
   border: solid 1px #aaa;
   padding: 0.375rem 0.75rem 0.375px 3em;
   color: #222;
   font-weight: 500;
   cursor: pointer;
}

.createOrdersBody .custom-file-input:focus~.custom-file-label {
   border-color: var(--primary-color);
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.createOrdersBody .sampleDowload p {
   padding-top: 8px;
   font-weight: 500;
}

.createOrdersBody table.dataTable td {
   border-bottom: 1px solid #e1f1e1;
   border-top: 0;
   border-right: 1px solid #e1f1e1;
   color: #222;
   font-size: 14px;
}

.createOrdersBody .form-label-group>label {
   position: static;
   opacity: 1;
   color: #2a2a2a;
   font-size: 14px;
   font-weight: 500;
}

.dropdown-notification .dropdown-menu-header {
   background: var(--primary-color);
}

.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
   background: var(--primary-color);
   border-color: var(--primary-color);
}

.dropdown-header {
   color: #fff;
}

html body.navbar-sticky .app-content .content-wrapper {
   padding: 2.2rem 1.5rem;
   margin-top: 4.65rem;
}

.table-orders .table thead th {
   color: #222;
   font-size: 14px;
   /* padding: 20px 0px 20px 10px !important; */
   padding-left: 10px !important;
   padding-top: 20px !important;
   padding-bottom: 20px !important;
   border: 1px solid rgba(70, 169, 69, 0.16);
   border-left: 0px solid;
   border-bottom: 0px solid;
}

.table-orders .table thead th:first-child {
   border-left: 1px solid rgba(70, 169, 69, 0.16);
}

.table-orders .table thead th:before,
.table-orders .table thead th:after {
   display: none;
}

table.data-list-view.dataTable tbody td {
   color: #777;
   font-weight: 400;
   font-size: 13px;
   padding: 20px 10px;
   border-right: 1px solid rgba(70, 169, 69, 0.16);
   /* border-bottom: 1px solid rgba(70, 169, 69, 0.16); */
   border-top: 1px solid rgba(70, 169, 69, 0.16);
   border-radius: 0 !important;
}

table.data-list-view.dataTable tbody td:first-child {
   border-left: 1px solid rgba(70, 169, 69, 0.16);
}

table.data-list-view.dataTable tbody tr {
   border-top: 1px solid rgba(70, 169, 69, 0.16);
}

.table-responsive.table-orders {
   border-radius: 10px;
   border: 1px solid rgba(70, 169, 69, 0.16);
   background-color: #ffffff;
   margin-top: 10px;
}

table.dataTable thead tr {
   background-color: #fff;
}

table.data-list-view.dataTable,
table.data-thumb-view.dataTable {
   border-spacing: 0;
}

table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:before,
table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:before {
   border: 2px solid var(--primary-color);
}

table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:after {
   background-color: var(--primary-color);
}

table.data-list-view.dataTable thead .dt-checkboxes-select-all input:after {
   background-color: var(--primary-color);
   border: 2px solid var(--primary-color);
}

table.dataTable tbody tr.selected {
   background-color: #f3f8ec !important;
   color: #f3f8ec !important;
   box-shadow: unset !important;
}

i.feather.icon-more-horizontal {
   display: flex;
   justify-content: center;
   color: #000 !important;
}

table.data-list-view td a.dropdown-item {
   color: #222 !important;
   padding-top: 10px;
}

.actionTd {
   padding-right: 5px !important;
}

.pagination .page-item.active .page-link {
   background-color: var(--primary-color);
}

.dropdown-item.active,
.dropdown-item:active {
   background-color: var(--primary-color);
   color: #fff;
}

.primary-process {
   color: #30befb !important;
}

.success-process {
   color: #34cd86 !important;
}

.danger-process {
   color: #ff3e6c !important;
}

.warning-process {
   color: #ffcc3e !important;
}

table.dataTable tbody tr.selected i.feather.icon-more-horizontal {
   color: var(--primary-color) !important;
}

.data-list-view-header .table-responsive .top .dataTables_length .custom-select {
   border-radius: 4px !important;
   border: solid 1px #aaa;
   width: 4.714rem;
   height: 2.5rem;
   line-height: 2.5;
}

.data-list-view-header .table-responsive .top .dataTables_filter .form-control {
   border-radius: 4px !important;
   border: solid 1px #aaa;
   padding: 1.3rem 3rem !important;
}

.pagination .page-item .page-link:hover {
   color: #5b5f5b;
}

.text-primary {
   color: var(--primary-color) !important;
}

a.text-primary:hover,
a.text-primary:focus {
   color: var(--primary-color) !important;
}

/* Ticket PAge */

.pd-0 {
   padding: 0;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
   color: #222;
   border: 1px solid rgba(70, 169, 69, 0.16) !important;
}

.repairTicketHeader {
   border-radius: 20px;
   box-shadow: 0px 5px 12px 0 rgba(74, 188, 68, 0.1);
   border: solid 1px #aaa;
   background-color: #ffffff;
   margin-bottom: 20px;
}

.repairTicketHeader .card-header {
   border-radius: 20px;
   background: none;
   margin-bottom: 0;
   border: none;
   padding: 20px 15px;
}

.repairTicketHeader .nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link {
   border: solid 1px #aaa;
   background-color: #ffffff;
   font-size: 12px;
   color: #222;
   text-transform: uppercase;
}

.repairTicketHeader .nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
   border: solid 1px #aaa;
   background-color: #ffffff;
   color: var(--primary-color);
   box-shadow: 0px 5px 12px 0 rgba(74, 188, 68, 0.1);
}

.repairTicketHeader .card-title {
   line-height: 26px;
   margin-bottom: 0;
}

.repairTicketHeader .nav.nav-pills {
   margin-bottom: 0;
}

.summaryWrapper {
   border-radius: 20px;
   box-shadow: 0px 5px 12px 0 rgba(74, 188, 68, 0.1);
   border: solid 1px #aaa;
   background-color: #ffffff;
   padding: 20px 15px;
}

.summaryWrapper h4 {
   color: #222;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 20px;
}

.summaryWrapper label {
   font-size: 14px;
   letter-spacing: 0.28px;
   text-align: left;
   color: #2a2a2a;
   font-weight: 500;
   padding: 0px 15px 15px;
}

.summaryForm {
   padding-top: 20px;
   border-top: 1px solid #eeeeee;
}

select.form-control:not([multiple="multiple"]) {
   background-image: url(../../app-assets/images/icons/arrow-down.png);
   background-position: calc(100% - 13px) 20px, calc(100% - 20px) 13px, 100% 0;
}

select.form-control {
   border-radius: 5px;
   border: solid 1px #aaa;
   background-color: #ffffff;
   height: 37px;
   line-height: 37px;
   padding: 0;
   padding-left: 15px;
   letter-spacing: 0.28px;
   text-align: left;
   color: #777777;
}

.custom-select:focus {
   border: solid 1px #aaa;
   outline: 0;
   box-shadow: 0px 5px 12px 0 rgba(74, 188, 68, 0.1);
}

ul,
li {
   list-style: none;
   padding: 0;
}

.ticketContactListing li {
   padding-bottom: 15px;
   color: #222;
}

.ticketContactListing li img {
   padding-right: 5px;
   position: relative;
   top: -3px;
}

.summaryListing ul {
   border-radius: 5px;
   border: solid 1px #aaa;
}

.summaryForm h5 {
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 0.28px;
   text-align: left;
   color: #2a2a2a;
   background-color: #e1f1e1;
   padding: 10px;
   margin-bottom: 20px;
}

.summaryForm a {
   color: #222;
}

.repairDevicesWrapper {
   margin-top: 20px;
}

.repairDevicesWrapper .text-success {
   color: #4ebe48 !important;
}

.repairDevicesWrapper .createOrdersBody .btnFix {
   font-weight: 500;
   letter-spacing: 0.2px;
   text-transform: capitalize;
   padding: 12px 15px;
   background: linear-gradient(to top, var(--primary-color), var(--primary-color));
}

.ticketsEscalated table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:before,
.ticketsEscalated table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:before {
   font-family: feather;
   content: "\e897";
   line-height: 1rem;
   transform: unset;
   border: solid 1px rgba(74, 188, 68, 0.5);
   color: var(--primary-color);
}

.ticketsEscalated .action-filters,
.ticketsEscalated .bottom {
   display: none;
}

table.data-list-view.dataTable thead .sorting_asc,
table.data-list-view.dataTable thead .sorting_desc,
table.data-list-view.dataTable thead .sorting,
table.data-list-view.dataTable thead .sorting_asc,
table.data-list-view.dataTable thead .sorting_desc,
table.data-list-view.dataTable thead .sorting {
   padding: 20px 15px;
   outline: none;
}

table.data-list-view.dataTable thead .sorting_asc:before,
table.data-list-view.dataTable thead .sorting_desc:before,
table.data-list-view.dataTable thead .sorting:before,
table.data-list-view.dataTable thead .sorting_asc:after,
table.data-list-view.dataTable thead .sorting_desc:after,
table.data-list-view.dataTable thead .sorting:after {
   display: none;
}

.ticketsEscalated table.data-list-view.dataTable tbody tr:hover {
   transform: unset;
   transition: unset;
   box-shadow: unset;
}

.ticketsEscalated table.data-list-view.dataTable thead th:first-child {
   padding-left: 5px;
   vertical-align: middle;
}

.ticketsEscalated table.data-list-view.dataTable thead .dt-checkboxes-select-all input:before {
   border: 2px solid #49b644;
}

.ticketsEscalated table.data-list-view.dataTable tbody td {
   color: #222;
}

.ticketsEscalated .borderBottom {
   border-bottom: 1px solid #eee;
}

.ticketsEscalated .createOrdersBody .borderBottom .card-header {
   border: none;
}

.ticketsEscalated table.data-list-view.dataTable tbody tr {
   box-shadow: unset;
}

.ticketsEscalated .createOrdersBody .borderBottom .card-header {
   padding: 1rem 0rem;
}

.ticketsEscalated .table-responsive.table-orders {
   border-radius: 0;
   border: 0;
}

.ticketsEscalated table.dataTable {
   border: solid 1px #aaa;
}

.createOrdersBody table.dataTable td {
   padding: 20px 15px;
}

.notesBody {
   border-bottom: 1px solid #eeeeee;
   padding-top: 25px;
   padding-bottom: 25px;
}

.notesBody p {
   /*    margin-bottom: 0;*/
   color: #222;
}

.notesBody img {
   margin-right: 5px;
   position: relative;
   top: -2px;
}

.notesBody h6 {
   font-size: 18px;
   color: #777;
   font-weight: 400;
   margin-bottom: 14px;
}

.notesBody a {
   color: var(--primary-color);
   font-weight: 500;
}

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

.font_large {
   font-size: 1.8rem;
}

.pad_1 {
   padding: 1rem;
}

.table-fix {
   display: block;
   width: 100%;
   overflow: auto;
}

.justify__between {
   justify-content: space-between !important;
}

.justify__content__left {
   justify-content: left !important;
}

.justify__content__end {
   justify-content: flex-end;
}

/* .justify__spaceEvenly {
  justify-content: space-evenly;
} */

.align__items__center {
   align-items: center;
}

.disp-flex {
   display: flex;
}

.color-primary {
   color: var(--primary-color) !important;
}

.color-blue {
   color: #005ddb;
}

.infotooltipicon {
   font-size: 1.8rem;
   color: orange;
}

.deleteIcon {
   font-size: 1.8rem;
   color: #e1f1e1;
   transition: all 0.5s;
   margin-right: 5px;
}

.deleteIcon:hover {
   color: var(--primary-color);
   cursor: pointer;
}

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

.txt-left {
   text-align: left;
}

.txt-right {
   text-align: right;
}

.txt-end {
   text-align: end;
}

.small-width {
   width: 16rem;
}

.pd-1 {
   padding: 1rem !important;
}

.pd-0 {
   padding: 1px;
}

.max-width {
   width: 100%;
}

.disp-block {
   display: block;
}

.text-bold {
   font-weight: bolder;
   color: #000;
}

.subtotal__container {
   padding: 1.5rem;
}

.invoice__btns button {
   margin: 2rem;
}

.btn-transparent {
   border: 1px solid rgb(165, 165, 165);
}

.align__item__center {
   align-items: center;
}

.active2 {
   background-color: whitesmoke;
   border-radius: 0px;
   border-right: 4px solid var(--primary-color);
}

.form-group label {
   font-size: 1rem;
   color: #000;
   font-weight: 500;
}

.text__small {
   font-size: 1rem;
}

.float-r {
   float: right;
}

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

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

.disp-inlin-flex-r {
   display: inline-flex;
   align-items: center;
   float: right;
}

.color-stripped.table-striped tbody tr:nth-of-type(odd) {
   background-color: #f5faed;
}

.notesContent {
   border: 1px solid #eee;
   margin: 20px 0px;
}

.notesContent .card-body {
   padding: 15px 40px;
}

.notesBody:last-child {
   border: none;
}

.table-responsive {
   /*    display: table;*/
}

.custom__tab__container ul,
.custom__tab__container .tab-content {
   background-color: #fff;
   padding: 0.8rem 0.2rem;
}

.custom__tab__container .tab-content {
   background-color: transparent;
}

.custom__tab__link {
   font-size: 1.12rem !important;
}

.custom__tab__container ul .active::after {
   display: none;
}

.custom__tab__container ul .active {
   color: #000 !important;
}

.custom__tab__card {
   background-color: #fff;
   padding: 1rem;
   width: 100%;
   border-radius: 1rem;
}

.profile__name {
   display: inline;
   color: #000;
   font-weight: bolder;
}

.input__logos {
   font-size: 1.3rem;
   cursor: pointer;
}

.integration__container {
   display: flex;
   padding: 0.8rem;
   border: 1px solid #e8e8e8;
   justify-content: space-between;
   align-content: center;
   border-radius: 0.5rem;
   margin: 0.5rem 0;
}

.profile__image__container {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   overflow: hidden;
   cursor: pointer;
}

.image__responsive {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.profile__upload__input {
   display: none;
}

.dashboard__card__heading {
   font-size: 1rem;
   text-align: left;
   padding-bottom: 1rem;
   border-bottom: 1px solid #e6e6e6;
   display: block;
   font-weight: 600;
   width: 100%;
}

.avatar__value {
   display: inline-block;
   font-size: 2rem;
   font-weight: 600;
   color: var(--primary-color);
   vertical-align: middle;
   margin-left: 0.5rem;
}

.avatar__description {
   font-size: 0.9rem;
}

.avatar__description__percentage {
   color: #000;
   font-size: 1rem;
   font-weight: 600;
}

.reciept__card {
   width: 100%;
   background-color: #fff;
   border-radius: 2rem;
   padding: 1rem;
   margin: 0;
   margin-bottom: 2rem;
}

.reciept__card__heading {
   font-size: 1.5rem;
   color: #000;
}

.full__width {
   width: 100%;
   padding: 1rem;
}

.card__heading {
   font-size: 1.4rem;
   color: #000;
   font-weight: 600;
   text-align: left;
   padding: 0.5rem 1.4rem;
}

.table__row__highlight {
   background-color: #ebebeb;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
   width: 230px;
}

html body .content {
   margin-left: 230px;
}

.button__container__table {
   display: flex;
   width: 100%;
   justify-content: flex-end;
}

.btn__white {
   color: green;
   background-color: #fff;
   border: 1px solid green;
}

.btn-white:hover {
   box-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.2);
}

.header-navbar.fixed-top {
   left: 230px;
}

.select2 {
   height: 3.5rem !important;
}

/*/////////////////*/

.inventory__card__header {
   display: flex;
   justify-content: space-between;
   align-content: center;
   width: 100%;
   padding: 1rem 2rem !important;
}

.btn-white {
   background: #fff !important;
   border: 1px solid #eee;
}

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

.asset__tag__container * {
   margin-right: 10px;
}

.pd-small {
   padding: 0.8rem !important;
}

.total__table__row {
   display: flex;
   justify-content: space-between;
}

/*///////////////////////////////*/

.slim__padding {
   padding: 0.5rem 1rem;
}

.btn-outlined-primary {
   background: transparent;
   border: 1px solid var(--primary-color);
   color: var(--primary-color);
   padding: 0.5rem 1rem;
}

.btn-outlined-dark {
   background: transparent;
   border: 1px solid #eee;
   color: #000;
   padding: 0.5rem 1rem;
}

/* ///////////////////   2 november 2020  //////////////////// */

.name__heading {
   color: var(--primary-color);
}

.marketing__heading {
   font-size: 1rem;
   font-weight: 600;
}

.devces__heading {
   font-size: 0.9rem;
   font-weight: 600;
}

/* ///////////////////   5 november 2020  //////////////////// */

select.form-control:not([multiple="multiple"]) {
   background-position: calc(100% - 13px) 12px, calc(100% - 20px) 13px, 100% 0;
}

.equal__height__card {
   height: 105%;
}

.special__table__heading {
   padding: 43px 5px !important;
}

.special__table__data {
   padding: 21px 12px !important;
}

.special__table__container {
   display: grid;
   grid-template-columns: auto 180px;
}

.special__table__container .variable__width__column {
   overflow: auto;
}

.variable__width__column td {
   text-align: center !important;
}

.comming__soon {
   text-align: center;
   padding: 4rem 1rem;
}

.add__field_form {
   /* height: 0; */
   display: none;
   overflow: hidden;
}

.fixed__width__table__form {
   width: 200px;
}

/* /////// */

.table-scroll {
   position: relative;

   margin: auto;
   overflow: hidden;
}

.table-wrap {
   width: 100%;
   overflow: auto;
}

.table-scroll table {
   width: 100%;
   margin: auto;
   border-collapse: separate;
   border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
   background: #fff;
   white-space: nowrap;
}

.clone {
   position: absolute;
   top: 0;
   left: 0;
   pointer-events: none;
}

.clone th,
.clone td {
   visibility: hidden;
}

.clone tbody th {
   visibility: visible;
}

.clone .fixed-side {
   visibility: visible;
}

th.fixed-side {
   font-size: inherit;
}

.main-menu.menu-light .navigation .navigation-header {
   margin: calc(1.0rem - 0.2rem) 0 0.8rem 1.2rem !important;
}

.sidebar-icon {
   font-size: 25px !important;
   color: var(--primary-color) !important;
}

.borderBottom {
   border-bottom: 1px solid #eee;
}