@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600&display=swap');

/*---------------reset globel style---------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Public Sans', sans-serif;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

li::marker {
  content: '';
  display: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: none !important;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

/*[class*="col-"] {
  padding-left: 10px ;
  padding-right: 10px ;
}*/


/*---------------reset globel style end here---------------*/

/*---------------Header style start---------------*/
.main-nav {
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand {
  display: inline-block;
}

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

.brand img:nth-child(2) {
  margin-left: 20px;
}

.nav-container {
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.nav-container .nav-list {
  flex-grow: 1;
  align-items: center;
  display: flex !important;
  flex-basis: auto;
  padding-right: 13px;
}

.nav-container .nav-list .nav-items {
  display: flex;
  flex-direction: row;
  text-align: right;
  margin-left: auto;
  align-items: center;
  padding: 0;
  transition: all 0.2s ease-out;
}

.nav-container .nav-list li {
  margin-right: 20px;
}

.nav-container .nav-list li.dropdown {
  margin-right: 30px;
}

.nav-container .nav-list li:last-child {
  margin-right: 0;
}

.nav-container .nav-list li a {
  /*text-transform: uppercase;*/
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px;
  transition: all 0.2s ease;
}

.nav-container .nav-list li.active a,
.nav-container .nav-list li a:hover {
  color: #FD551F;
}

.nav-container .dropdown {
  position: relative;
  /*display: inline-block;*/
}

.nav-container .dropdown::after {
  content: '';
  position: absolute;
  top: 6px;
  right: -13px;
  background: url(../images/Dashboard/arrow-down3.svg);
  background-size: 10px;
  width: 10px;
  height: 8px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: max-content;
  z-index: 1;
  left: -12px;
  text-align: left;
  top: 25px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 4px;
}




.nav-container .dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content ul li {
  display: block;
  margin-right: 0 !important;
}

.dropdown-content ul {
  padding: 0;
  margin: 0;
}

.dropdown-content ul li a {
  display: block !important;
  padding: 9px 15px !important;
  background: rgba(0, 0, 0, 0.70);
}

.dropdown-content ul li a:hover {
  background: rgba(0, 0, 0, 0.90);
}

.mobile-menu-switch {
  display: none;
}

.mobile-menu-switch span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 3px;
  transition: all 0.2s ease-out;
}

.mobile-menu-switch span:last-child {
  margin-bottom: 0;
}

.mobile-menu-switch.active span:nth-child(1) {
  display: none;
}

.mobile-menu-switch.active span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 3px;
}

.mobile-menu-switch.active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
}

.nav-container .profile-name li:first-child a {
  padding-top: 15px !important;
}

.nav-container .profile-name li:last-child a {
  padding-bottom: 15px !important;
}

.profile-menu {
  display: flex;
  align-items: center;
  margin-left: 40px;
  padding-left: 20px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.profile-menu::before {
  content: '';
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.profile-menu .profile-picture {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 4px;
  overflow: hidden;
}

.profile-menu .profile-picture img {
  width: 100%;
  border-radius: 50%;
}

.profile-menu .profile-name {
  font-weight: normal;
  font-size: 12px;
  color: #888;
  padding-left: 10px;
}

.profile-menu .profile-name .name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.profile-menu .profile-name .name:hover {
  color: #01ADAD;
}

.profile-name.dropdown::after {
  top: 18px;
}

.profile-menu.dropdown::after {
  top: 46px;
}

.profile-menu .dropdown-content {
  top: 53px;
  padding-top: 35px;
  left: 74px;
}

/*---------------Header style end---------------*/


/*---------------Breadcrumb style end---------------*/

.breadcrumb {
  background-color: transparent;
  padding: 20px 0 0;
  font-size: 12px;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb img {
  width: 17px;
}

/*---------------Breadcrumb style end---------------*/


/*---------------Common style---------------*/
.content-preview {
  height: 350px;
  max-height: 350px;
  overflow-y: scroll;
}

.base-bg {
  background: #1E1E1E;
  border-radius: 10px;
  margin-bottom: 30px;
}

.p-25 {
  padding: 25px;
}

.p-l-r-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.mr-10 {
  margin-right: 10px;
}

span.fn-status {
  padding: 4px 7px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  min-width: 90px;
  text-align: center;
}

.approved,
.approve {
  background: linear-gradient(270deg, #2AAD7A 3.57%, #26966A 97.53%);
  color: #04D182;
}

.rejected,
.reject {
  background: #f50342;
  color: #FF1F5A;
}

.activated,
.activate {
  background: rgb(23 213 225 / 20%);
  color: #17d5e1;
}

.completed {
  background: #1673FF;
  color: #1673FF;
}

.in-progress {
  background: rgb(255 165 0 / 20%);
  color: #ffa500;
}

.cancelled {
  background: #828282;
  color: #797979;
}

.new {
  background: rgb(174 0 251 / 20%);
  color: #AE00FB;
}
.pending {
  background: #AF4F26;
  color: #AF4F26;
}

.activationrequested {
  background: rgb(172 206 8 / 20%);
  color: #acce08;
}

.inprogress {
  background: rgb(255 165 0 / 20%);
  color: #ffa500;
}

.ammended,
.amend {
  background: rgb(255 82 0 / 20%);
  color: #FF5200;
}

span.live-status {
  padding: 4px 7px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  background: rgb(4 209 130 / 20%);
  color: #04D182;
  position: relative;
}

span.live-status::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #04D182;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -2px;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.pagination li {
  margin: 0 5px;
}

.pagination .page-link {
  border: 1px solid rgba(80, 80, 100, 0.5);
  background: transparent;
  color: #9696AA;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #FD551F;
  border-color: #FD551F;
}

.pagination .page-link:hover {
  color: #FD551F;
}

.table {
  margin-bottom: 0;
  font-size: 14px;
}

.sec-tittle {
  font-weight: 500;
  font-size: 18px;
  color: #FD551F;
  margin: 0;
}

.btn {
  font-size: 14px;
  outline-color: #FD4C3D !important;
  border-color: #FD4C3D !important;
}

.btn-primary {
  color: #fff;
  outline-color: #FD4C3D !important;
  border-color: #FD4C3D !important;
}

.btn-favorites {
  color: #fff;
  background-color: #FA9905;
  border-color: #FA9905;
}

.btn-favorites:hover {
  color: #fff;
}

.btn-favorites img {
  margin-right: 5px;
  display: inline-block;
  width: 15px;
}

.btn-primary:hover {
  background-color: #FD4C3D !important;

}

.btn:active {
  outline-color: #FD4C3D !important;
  border-color: #FD4C3D !important;
  border: #FD4C3D !important;
}

.btn-primary:active {
  outline-color: #FD4C3D !important;
  border-color: #FD4C3D !important;
  border: #FD4C3D !important;
}

.btn-primary:focus {
  outline-color: #FD4C3D !important;
  border-color: #FD4C3D !important;
  border: #FD4C3D !important;
}

.sec-header {
  padding: 15px 0;
}

.table thead th {
  vertical-align: bottom;
  border: none;
  color: #ffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.table tbody tr:nth-child(odd) td {
  background: #fff;
}

.table tbody tr:nth-child(even) td {
  background: #F5F5F7;
}

.table td {
  border: 0;
  vertical-align: middle;
}

.table-striped tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.table-striped tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.table-striped tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}

.table-striped tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.table .action-btn img {
  margin-right: 10px;
}

.table td .action-btn:last-child img {
  margin-right: 0;
}

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

.td-dropdown .dropdown-toggle::after {
  display: none;
}

.td-dropdown {
  position: relative;
  top: -2px;
}

.td-dropdown .dropdown-menu {
  overflow: hidden;
}

.td-dropdown .dropdown-menu.show {
  display: block;
  background: #FD551F;
  border: 0;
  top: 16px !important;
  padding: 0;
  text-align: center;
}

.td-dropdown .dropdown-item {
  padding: 12px 15px;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  font-size: 14px;
}

.td-dropdown .dropdown-item:last-child {
  border-bottom: 0;
}

.td-dropdown .dropdown-item:hover {
  color: #fff;
  background: #FD551F;
}

.td-dropdown .dropdown-item img {
  width: 15px;
  margin-right: 10px;
}

.action-btn.favorite-btn img {
  width: 20px;
  display: inline-block;
}

.action-btn.favorite-btn.favorite img:first-child,
.action-btn.favorite-btn img:last-child {
  display: none;
}

.action-btn.favorite-btn.favorite img:last-child {
  display: inline-block;
}

.form-tittle {
  font-weight: 500;
  font-size: 16px;
  color: #FD551F;
  margin: 20px 0 0;
}

.form-control {
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.6s ease-out;
  border: none;
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.form-control.disabled {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

form label {
  color: #CDCDD7;
  font-size: 14px;
}

form label span.required {
  color: #FF5B5B;
}

.form-group {
  margin-top: auto;
}

button.btn.btn-back {
  background: #DDE4F3;
  color: #6F7D8F;
}

form .form-group:last-child {
  margin-bottom: 0;
}

.date-input {
  background-image: url(../images/calender.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 35px;
}

.time-input {
  background-image: url(../images/clock.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 35px;
}

.info-text {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(206, 206, 206, 0.2);
  border-radius: 7px;
  color: rgb(255 255 255 / 70%);
  padding: 10px;
  font-size: 14px;
}

.info-text p {
  margin: 5px 0 0;
}

.reservation-cell {
  background: #fff;
  border-radius: 5px;
  color: #1A1A1A;
  text-align: center;
  padding: 30px 15px;
}

.reservation-cell h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
}

.reservation-cell .btn-primary {
  padding: 7px 15px 6px;
  text-transform: uppercase;
}

.reservation-cell img {
  max-height: 23px;
}

.reservation-cell .dropdown-menu {
  text-align: center;
  position: relative !important;
  float: none !important;
  transform: none !important;
  margin: 10px 0 0;
  border: none;
  text-transform: uppercase;
  padding: 0;
  top: 8px !important;
}

.reservation-cell .dropdown-menu .dropdown-item {
  padding: 0 !important;
  color: #FD551F;
  background: none !important;
  margin: 12px 0 0;
}

.pilot-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.pilot-data img {
  border-radius: 50%;
  width: 100%;
}

.pilot-data h5 {
  font-size: 16px;
}

.widget-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 15%);
}

.widget-icon img {
  max-width: 30px;
}

.widget-set-header .label {
  color: #98A6BC;
  font-size: 13px;
}

.widget-set-header .value {
  font-size: 15px;
}

.widget-set-header .sub-label {
  color: rgb(152 166 188 / 50%);
  font-size: 11px;
  text-transform: uppercase;
}

.widget-set-header {
  display: flex;
  padding-left: 30px;
}

.widget-set-header li {
  width: 20%;
}

.widget-set-header li:nth-child(1) {
  width: 28%;
}

.widget-set-header .sub-label span,
.widget-set-header .value span {
  display: inline-block;
  padding-left: 5px;
}

.permit-no {
  font-size: 12px;
  color: #98A6BC;
  display: block;
}

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

.widget-box {
  margin-bottom: 0;
}

.widget-box .widget-title {
  font-size: 16px;
  color: #98A6BC;
}

.widget-box .sub-title {
  font-size: 10px;
  color: #98A6BC;
  text-transform: uppercase;
}

.widget-header {
  display: flex;
}

.widget-header .col {
  padding: 0;
}

.flight-map {
  display: flex;
  padding: 21px 0 0;
}

.flight-map .destination {
  text-align: right;
}

.flight-map .destination,
.flight-map .from {
  color: #FD551F;
  font-size: 14px;
}

.flight-map .destination span,
.flight-map .from span {
  display: block;
  text-transform: uppercase;
  color: #98A6BC;
  margin: 30px 0 0;
}

.flight-map .path {
  width: 90%;
  text-align: center;
  position: relative;
  padding: 24px 20px 0;
}

.flight-map .path img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40px;
  width: 30px;
}

.flight-map .path::before {
  position: absolute;
  left: 10px;
  top: 36px;
}

.flight-map .path::after {
  position: absolute;
  right: 10px;
  top: 36px;
}

.flight-map .path::before,
.flight-map .path::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A5A5A5;
  display: inline-block;
  border: 2px solid rgb(255 255 255 / 20%);
}

.flight-map .path hr {
  border: 0;
  border-top: 1px dashed rgb(255 255 255 / 60%);
}

.flight-map mark {
  position: absolute;
  background: transparent;
  color: #FD551F;
  padding: 0;
}

.flight-map .destination mark {
  right: 30px;
}

.widget-box .nav-tabs {
  border-bottom: 0;
}

.widget-box .nav-item {
  margin-right: 10px;
}

.widget-box .nav-item a {
  display: flex;
  width: 40px;
  height: 40px;
  background: rgb(0 100 235 / 20%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.widget-box .nav-item a img {
  width: 20px;
}

.widget-box .nav-item a.active {
  background: #FD551F;
}

.widget-box .nav-item a.active:after {
  content: '';
  border: 5px solid transparent;
  border-bottom: 7px solid #FD551F;
  position: absolute;
  top: -11px;
}

.widget-box .tab-content {
  font-size: 14px;
  padding-bottom: 37px;
}

.metar-refresh {
  border: 1px dashed #343434;
  border-radius: 5px;
  padding: 20px;
  color: #98A6BC;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 125px;
}

.metar-refresh .btn {
  position: absolute;
  right: 20px;
  text-transform: uppercase;
}

.metar-refresh .btn img {
  width: 16px;
  position: relative;
  top: -2px;
}

.reply-controls {
  margin-top: 20px;
}

.reply-controls ul {
  display: flex;
}

.reply-controls ul li {
  width: 50%;
}

.reply-controls ul li:first-child {
  width: 30%;
}

.reply-controls ul li:last-child {
  text-align: right;
}

.reply-controls li.speed a {
  width: 35px;
  height: 35px;
  display: flex;
  background: rgb(0 100 235 / 20%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
}

.reply-controls li.speed a.active {
  background: #FD551F;
}

.reply-controls li.speed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reply-controls li .btn img {
  width: 15px;
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.reply-controls ul li:last-child .btn {
  margin-left: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
  background-color: #303030;
  height: 6px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  top: 0px;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #fff;
  border: 3px solid #FD551F;
}

input[type="range"]:hover~#rangevalue,
input[type="range"]:active~#rangevalue {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: -75px;
}

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

.range-slider {
  margin: 40px 0 20px;
}

.range-slider .col.time {
  color: #98A6BC;
  margin-bottom: 10px;
}

.set-height {
  height: calc(100% - 25px);
}

.comms-data {
  height: 220px;
  overflow: hidden;
  overflow-y: scroll;
  background: rgb(0 0 0 / 80%);
  padding: 0 20px;
  border-radius: 10px;
  margin: 10px 0 0;
}

.comms-data .sent-by {
  font-weight: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
}

.comms-data .sent-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 3px;
}

.comms-data .data {
  background: #1E1E1E;
  border-radius: 0px 17px 17px 17px;
  padding: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  width: 100%;
  max-width: max-content;
}

.comms-data .comms-received {
  margin-top: 10px;
}

.comms-data .comms-sent {
  text-align: right;
  margin-top: 10px;
}

.comms-data .comms-sent .data {
  text-align: left;
  background: #101010;
  border-radius: 17px 0px 17px 17px;
  color: rgba(255, 255, 255, 0.60);
  margin-right: 0;
  margin-left: auto;
}

.conflict-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(242, 242, 242, 0.1);
  padding-bottom: 15px;
}

.conflict-header div {
  width: 50%;
}

.conflict-header .title {
  font-weight: 500;
  font-size: 16px;
  color: #FF4747;
}

.conflict .conflict-type {
  text-align: right;
}

.scroller::-webkit-scrollbar {
  width: 5px;
}

.scroller::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 7px;
  transition: all 0.2s ease-out;
}

.scroller::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.profile .rounded-img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgb(255 255 255 / 15%);
}

.profile .rounded-img img {
  width: 100%;
}

.profile h5 {
  font-size: 18px;
  font-weight: 400;
}

.profile hr {
  border-top: 1px solid rgb(255 255 255 / 15%);
  margin: 20px 0;
}

.profile p {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  color: rgb(255 255 255 / 50%);
  top: 25px;
  font-size: 12px;
}

.data-preview li,
.profile ul li {
  color: #98A6BC;
  font-size: 15px;
}

.data-preview li span,
.profile ul li span {
  display: block;
  color: rgb(255 255 255 / 75%);
}

.data-preview li .divider {
  margin: 15px 0;
  border-top: 1px solid rgb(152 166 188 / 10%);
}

.data-preview li:last-child .divider,
.data-preview li:nth-last-child(2) .divider,
.profile ul li:nth-last-child(2) .divider,
.profile ul li:last-child .divider {
  border-top: 0;
}

.inbox .list {
  color: #505064;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}

.inbox .inbox-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(0 123 255 / 25%);
  text-align: center;
  padding-top: 11px;
  margin-right: 15px;
}

.inbox .inbox-icon img {
  width: 28px;
}

.inbox .list {
  margin-bottom: 20px;
}

.inbox .list:last-child {
  margin-bottom: 0;
}

.inbox .list a {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.inbox .list a h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.inbox .list a .date {
  font-size: 14px;
  color: #505064;
  position: absolute;
  right: 0;
}

.inbox-icon img:first-child {
  display: none;
}

.collapsed .inbox-icon img:last-child {
  display: none;
}

.collapsed .inbox-icon img:first-child {
  display: inline-block;
}

.inbox .card-body {
  padding: 0 0 0 65px;
  border: 0;
}

.inbox .list a.attachment {
  position: absolute;
  display: block;
  width: 100px;
  right: 5px;
  top: 0px;
}

.inbox .list .attachment img {
  width: 100%;
}

.inbox .list img.icon {
  position: absolute;
  right: 0;
  top: -6px;
  width: 20px;
}

/*.modal button.close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  padding: 10px;
  background: #fff;
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 0;
}
*/
button:focus {
  outline: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

select.form-control.status-action {
  max-width: 120px;
}















/*---------------Common style end---------------*/





/*---------------Responsive style---------------*/

@media (max-width: 1400px) {

  .brand img {
    max-height: 40px;
  }

  .nav-container .nav-list li.dropdown,
  .nav-container .nav-list li {
    margin-right: 15px;
  }

  .profile-menu {
    margin-left: 30px;
    padding-left: 15px;
  }

  .profile-menu .profile-name .name,
  .nav-container .nav-list li a {
    font-size: 12px;
  }
}


@media (max-width: 1280px) {

  .brand img {
    max-height: 35px;
  }

  .profile-menu .profile-picture {
    width: 35px;
    height: 35px;
  }

  .nav-container .nav-list {
    padding-right: 0;
  }

  .profile-menu.dropdown::after,
  .profile-menu .profile-name {
    display: none;
  }

  .profile-menu {
    margin-left: 15px;
    padding: 10px 0 10px 15px;
  }

  .nav-container .nav-list .lang-switch {
    margin-left: 25px;
  }

  .brand img:nth-child(2) {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {


  .profile-menu::before,
  .nav-container .nav-list .nav-items {
    display: none;
  }

  .nav-container .nav-list .nav-items.active {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    position: absolute;
    right: 0;
    height: calc(100vh - 50px);
    z-index: 100;
    display: block;
    top: 53px;
    background: rgb(0 0 0 / 90%);
    padding: 15px 30px 30px;
    text-align: right;
    min-height: 450px;
    box-sizing: border-box;
    overflow: scroll;
  }

  .nav-container .nav-list {
    justify-content: flex-end;
  }

  .nav-container .nav-list li {
    margin-right: 0;
  }

  .nav-container .nav-list li a {
    font-size: 16px;
    line-height: 2.4;
  }

  .nav-container {
    max-width: 100%;
    padding: 0 15px;
  }

  .brand img {
    max-height: 25px;
  }

  .profile-menu {
    margin-left: 0;
  }

  .profile-menu .profile-picture {
    width: 35px;
    height: 35px;
    padding: 2px;
  }

  .nav-container .nav-list .lang-switch {
    margin: 0 15px 0 0;
    line-height: 1;
    padding: 2px 7px 6px;
  }

  .brand img:nth-child(2) {
    margin-left: 5px;
  }

  .nav-container .dropdown::after {
    right: -16px;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .nav-container .dropdown-content {
    position: relative;
    text-align: right;
    top: 0;
    padding-top: 0;
    left: auto;
    right: 0;
    border-radius: 5px;
    overflow: hidden;
  }

  .mobile-menu-switch {
    display: inline-block;
  }

  .dropdown-content ul li:first-child a,
  .nav-container .profile-name li:first-child a {
    padding-top: 20px !important;
  }

  .dropdown-content ul li:last-child a,
  .nav-container .profile-name li:last-child a {
    padding-bottom: 20px !important;
  }

  .nav-container .profile-name li a {
    font-size: 14px;
    line-height: 1.5;
  }

  .nav-container .profile-name .dropdown-content {
    position: absolute;
    top: 56px;
  }

  .dropdown-content ul li a {
    line-height: 1.5 !important;
  }

  .nav-container .profile-menu .dropdown-content {
    padding-top: 35px;
    left: auto;
    right: 0;
    position: absolute;
    top: 20px;
  }

  .reservation-cell {
    margin: 0 0 20px;
  }

  .widget-set-header .value {
    font-size: 14px;
  }

  .p-25 {
    padding: 15px;
  }

  .widget-icon.mr-3 {
    margin-right: 0.7rem !important;
  }

  .widget-set-header {
    padding-left: 0;
  }

  .widget-set-header li:nth-child(1) {
    width: 30%;
  }

  .reply-controls ul li:first-child {
    width: 100px;
  }

  .reply-controls ul li:last-child .btn {
    margin-left: 5px;
  }

  .user-details .header {
    padding-bottom: 15px;
  }

  .user-details .header,
  .user-details .user {
    display: block;
  }

  .user-details .right .date-time ul {
    justify-content: start;
  }

  .user-details .right {
    text-align: left;
    width: 100%;
    padding: 20px 0 0;
    font-size: 12px;
  }

  /*media 1199px*/
  .user-details .type,
  .user-details .category {
    width: 100%;
    text-align: left;
  }

  .user-details .current-status {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {

  .widget-set-header {
    border-top: 1px solid #404040;
    margin: 15px 0 0;
    padding-top: 15px;
  }

  .widget-icon {
    height: 45px;
    width: 45px;
  }

  .widget-icon img {
    max-width: 25px;
  }
}

@media (max-width: 767px) {

  .sec-header {
    display: block;
    text-align: center;
  }

  .sec-header .col.text-right {
    text-align: center !important;
    margin-top: 10px;
  }

  .form-tittle {
    margin: 5px 0 5px;
  }

  .widget-set-header {
    display: block;
  }

  .widget-set-header li {
    padding-bottom: 10px;
    width: 48% !important;
    display: inline-block;
  }

  .inbox .list a.attachment {
    position: relative;
    right: 0;
    top: 0;
    margin: 10px 0 0;
  }
}


@media (max-width: 575px) {

  .widget-set-header li {
    width: 100% !important;
  }

  .reply-controls li,
  .reply-controls li.speed {
    display: inline-block;
  }

  .reply-controls ul {
    display: block;
  }

  .reply-controls ul li:last-child {
    text-align: center;
    width: 100%;
  }

  .reply-controls li.speed {
    width: calc(100% - 110px);
    text-align: center;
  }

  .reply-controls li.speed a {
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    margin: 0 5px;
  }

  .reply-controls ul li:last-child {
    padding: 20px 0 0;
  }

  .profile p {
    position: relative;
    top: 0;
    right: auto;
    left: 24px;
  }

  .inbox .list a .date {
    right: auto;
    position: absolute;
    display: block;
    left: 65px;
    bottom: 0;
  }

  .inbox .list a h3 {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 25px;
  }

  .inbox .inbox-icon {
    display: inline-block;
  }
}














/*---------------Header responsive style end here---------------*/



/*---------------datatable changes---------------*/
.dataTables_wrapper .dataTables_filter {
  display: flex;
  align-items: center;
}

table#qViewTable tr td,
table#qViewTable tr th,
UL.qViewMenu {
  font-family: 'Roboto', sans-serif !important;
}

table.dataTable thead th {
  border-bottom: 1px solid #333 !important;
}

table#qViewTable tr th {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255 255 255 / 30%);
  padding: 12px 20px;
}

table#qViewTable tbody tr td {
  font-size: 14px;
  padding: 12px 20px;
}

table#qViewTable tbody tr:nth-child(even) td {
  background-color: rgb(255 255 255 / 10%) !important;
}

table#qViewTable tbody tr:hover td,
table#qViewTable tr.active td {
  background-color: rgb(255 255 255 / 25%) !important;
}

UL.qViewMenu {
  top: 2px;
  border-radius: 0;
  text-align: center;
  line-height: 27px;
  background-color: #FD551F !important;
  right: 0;
}

UL.qViewMenu li a {
  min-width: auto;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

UL.qViewMenu li:last-child a {
  border-bottom: 0;
}

UL.qViewMenu li a:hover {
  color: #fff;
}

UL.qViewMenu li:hover {
  background-color: transparent !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
  border-width: 1px;
}

div.dataTables_head {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

table#qViewTable tfoot>tr:last-child>th:first-child {
  border-bottom-left-radius: 15px;
}

table#qViewTable tfoot>tr:last-child>th:last-child {
  border-bottom-right-radius: 15px;
}

/*---------------datatable changes---------------*/


/*---------------User changes---------------*/
.user-details .header {
  display: flex;
  align-items: center;
}

.user-details .header {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.user-details .type {
  color: #FD551F;
  font-size: 15px;
}

.user-details .type,
.user-details .category {
  width: 50%;
}

.user-details .category {
  text-transform: uppercase;
  color: #98A6BC;
  font-size: 10px;
}

.user-details .user {
  display: flex;
  width: 100%;
}

.user-details .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.user-details .user-img img {
  width: 100%;
}

.user-details .user h5 {
  font-size: 16px;
  margin: 0;
}

.user-details .user .email {
  color: #98A6BC;
  font-size: 14px;
}

.user-details .user .number {
  color: #98A6BC;
  font-size: 14px;
  display: block;
}

.user-details .right {
  text-align: right;
  width: 100%;
}

.user-details .right .icon img {
  width: 16px;
}

.user-details .right .icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  text-align: center;
  background: rgb(0 0 0 / 30%);
  display: inline-block;
  padding: 9px 0 0;
  vertical-align: middle;
}

.user-details .right span.data {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  color: rgb(255 255 255 / 80%);
}

.user-details .right .date-time ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

.user-details .right .date-time ul li:last-child {
  padding-left: 15px;
}


.user-details .status {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 5px;
}

.user-details .current-status {
  width: 50%;
  text-align: right;
}

/*---------------User changes---------------*/

/*---------------Zone changes---------------*/
.zone-list {
  background: rgb(0 0 0 / 75%);
  position: absolute;
  right: 160px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 260px;
}

.zone-list h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #FD551F;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1;
  position: relative;
}

.zone-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.zone-list ul li:last-child {
  margin-bottom: 0;
}

.zone-list h4 span,
.zone-list ul li span {
  position: absolute;
  right: 20px;
}

.zone-list h4 span {
  right: -10px;
  top: -4px;
}

.zone-list .custom-switch .custom-control-label::after {
  background: #fff;
}

.zone-list .custom-control-label::before {
  height: 16px;
  background-color: transparent;
  border: #fff solid 1px;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #fff;
  background-color: #B7D5FF;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #FD551F;
}

/*.uas-zone .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #B7D5FF;
}

.uas-zone.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FD551F;
}

.uas-zone-a .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #B7D5FF;
}

.uas-zone-a.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FD551F;
}

.uas-zone-b .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #B7D5FF;
}

.uas-zone-b.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FD551F;
}

.uas-zone-c .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #B7D5FF;
}

.uas-zone-c.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FD551F;
}

.uas-zone-d .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #B7D5FF;
}

.uas-zone-d.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FD551F;
}

.uas-zone-e .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #B7D5FF;
}

.uas-zone-e.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FD551F;
}*/

._BA2626 .custom-control-input:checked~.custom-control-label::before {
  background-color: rgb(186 38 38 / 25%);
}

._BA2626.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #BA2626;
}



._14ABDA.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #14ABDA;
}

._14ABDA .custom-control-label::after {
  background: #14ABDA !important;
}

._14ABDA .custom-control-label::after {
  background: #14ABDA !important;
}

._BA2626 .custom-control-label::after {
  background: #BA2626 !important;
}

._F26D43 .custom-control-label::after {
  background: #F26D43 !important;
}

._029410 .custom-control-label::after {
  background: #029410 !important;
}

._BA2626 .custom-control-label::after {
  background: #BA2626 !important;
}

._D93553 .custom-control-label::after {
  background: #D93553 !important;
}

._D93F35 .custom-control-label::after {
  background: #D93F35 !important;
}

._F5C447 .custom-control-label::after {
  background: #F5C447 !important;
}

._F26D43 .custom-control-input:checked~.custom-control-label::before {
  background: rgb(242 109 67 / 25%);
}

._029410 .custom-control-input:checked~.custom-control-label::before {
  background: rgb(2 148 16 / 25%);
}



._D93553 .custom-control-input:checked~.custom-control-label::before {
  background: rgb(217 53 83 / 25%);
}

._D93F35 .custom-control-input:checked~.custom-control-label::before {
  background: rgb(217 63 53 / 25%);
}

._F5C447 .custom-control-input:checked~.custom-control-label::before {
  background: rgb(245 196 71 / 25%);
}

/*.uas-zone-f .custom-control-label::after,
.uas-zone-e .custom-control-label::after,
.uas-zone-d .custom-control-label::after,
.uas-zone-c .custom-control-label::after,
.uas-zone-b .custom-control-label::after,
.uas-zone-a .custom-control-label::after,
.uas-zone .custom-control-label::after {
  background: #14ABDA !important;
}*/

.zone-info {
  background: rgb(0 0 0 / 75%);
  position: absolute;
  /*  right: 50%;
  top: 50%;*/
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
}

.zone-info h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #FD551F;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.zone-info li {
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
}

.zone-info li span {
  width: 80%;
}

.zone-info li span:first-child {
  font-weight: bold;
}

.zone-info li span:last-child {
  font-weight: 300;
  text-align: right;
}

.zone-info .close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}

.zone-info.remove {
  display: none;
}

.zone-content {
  height: 220px;
  overflow: auto;
  width: 320px;
}

.zone-heading h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #FD551F;
  font-weight: 700;
  margin: 7px 0 7px;
  line-height: 1;
  position: relative;
}

table#AeroLayers tr.zone-desc td {
  padding-bottom: 2px;
}

table#AeroLayers tr.zone-desc td:nth-child(2) {
  white-space: normal;
}

/*---------------Zone changes---------------*/
/*Preloader*/
#fin-load {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: rgb(0 0 0 / 60%);
}

#fin-load img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
}

.sidenav .widget_nav_menu ul li.mega {
  position: relative !important;
}

.fin-loader,
.fin-loader>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fin-loader {
  font-size: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fin-loader.la-dark {
  color: #333;
}

.fin-loader>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.fin-loader {
  width: 32px;
  height: 32px;
}

.fin-loader>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.fin-loader>div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.fin-loader>div:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.fin-loader>div:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.fin-loader.la-sm {
  width: 16px;
  height: 16px;
}

.fin-loader.la-sm>div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.fin-loader.la-2x {
  width: 64px;
  height: 64px;
}

.fin-loader.la-2x>div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.fin-loader.la-3x {
  width: 96px;
  height: 96px;
}

.fin-loader.la-3x>div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}


/*For flights*/
.fin-loader-text {
  position: absolute;
  left: 52%;
  bottom: 67px;
}

.fin-loader-flights,
.fin-loader-flights>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fin-loader-flights {
  font-size: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translate(-50%, -50%);
}

.fin-loader-flights.la-dark {
  color: #333;
}

.fin-loader-flights>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.fin-loader-flights {
  width: 32px;
  height: 32px;
}

.fin-loader-flights>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: fin-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.fin-loader-flights>div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.fin-loader-flights>div:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.fin-loader-flights>div:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.fin-loader-flights.la-sm {
  width: 16px;
  height: 16px;
}

.fin-loader-flights.la-sm>div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.fin-loader-flights.la-2x {
  width: 34px;
  height: 34px;
}

.fin-loader-flights.la-2x>div {
  width: 34px;
  height: 34px;
  border-width: 4px;
}

.fin-loader-flights.la-3x {
  width: 34px;
  height: 34px;
}

.fin-loader-flights.la-3x>div {
  width: 34px;
  height: 34px;
  border-width: 6px;
}

/*Transitionds for preloader*/
@-webkit-keyframes fin-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-moz-keyframes fin-loader-anim {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: .5;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-o-keyframes fin-loader-anim {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: .5;
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@keyframes fin-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-webkit-keyframes anim {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@keyframes anim {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

.inc-rep {
    padding: 10px 30px;
    min-height: 80px;
    display: flex;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
}

.request-for-incident-text {
  height: 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.incident-Counter {
  cursor: pointer;
}

.incident-tag {
  /* background: linear-gradient(270deg, #FD334D 3.57%, #FD5B16 97.53%); */
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding-left: 0 !important;
  font-size: 11px;
  width: 25px;
  height: 19px;
  border-radius: 3px !important;
  margin-left: 8px;
  padding-right: 54px;
  font-weight: 500;
  font-size: 14px;
  /* cursor: pointer; */
}

.Incidentview {
    color: #5DBFD5;
    cursor: pointer;
    padding-top: 36px;
}

#newIncidnent {
  color: #bab7b7;
  line-height: 30px;

}

.toarab {
  text-align: right !important;
  background: #262626;
  border-radius: 0px 10px 10px 10px;
  padding: 0px 19px 15px 19px;
  margin-top: -32px;

  line-height: 26px;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 16px;
  display: block;
  color: white;
}

.cl-gray {
  color: #808080 !important;
}

.noc-list {
  max-width: calc(100% - 40px);
  width: fit-content;
  background: black;
  position: absolute;
  top: 96px;
  max-height: 130px;
  overflow-y: overlay;
  padding: 12px;
  right: 11px;
  border-radius: 8px;
  border: 1px solid #2f2f2f;
}

.noc-list .heading {
  display: flex;
  flex-direction: row;
}

.noc-list .heading h6 {
  display: none;
}

.noc-list .heading div {
  display: flex;
  margin-bottom: 0px;
  white-space: nowrap;
  margin-right: 16px;
}

.noc-list div p {
  margin-bottom: 0;
}

.noc-list .ft-status {
  cursor: pointer;
  border: 0;
}
.cm-soon {
    margin-top: 9%;
    text-align: center;
}

    .cm-soon p {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }

    .cm-soon h1 {
        font-size: 48px;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
    }
    .cm-soon a{
        font-size:18px;
    }
        .cm-soon a:hover {
            color:#FD5B17;
            cursor:pointer;
        }