.selected-flag {
  outline: none !important;
}
select:focus {
  border-radius: 5px !important;
  border: 1px solid #d6d6d6 !important;
  -webkit-appearance: none;
  background-color: #ffffff !important;
  box-shadow: none !important;
  color: #555 !important;
  height: 42px !important;
  background: url(../images/icon_dropdown.png) no-repeat right center !important;
}

.footer_section {
  margin-top: 0px;
  border-top: 0px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 5px;
  background-image: linear-gradient(135deg, #aa3132 0%, #c73531 100%);
  color: #ffffff;
}

@media screen and (min-device-width: 1601px) and (max-device-width: 6000px) {
  .footer_section .footer_txt_left {
    text-align: left;
  }
  .footer_section .footer_txt_right {
    text-align: right;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .footer_section .footer_txt_left {
    text-align: left;
  }
  .footer_section .footer_txt_right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_section .footer_txt_left {
    text-align: left;
  }
  .footer_section .footer_txt_right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer_section .footer_txt_left {
    text-align: center;
  }
  .footer_section .footer_txt_right {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer_section .footer_txt_left {
    text-align: center;
  }
  .footer_section .footer_txt_right {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .footer_section .footer_txt_left {
    text-align: center;
  }
  .footer_section .footer_txt_right {
    text-align: center;
  }
}
.footer_section a:link {
  color: #fff !important;
  text-decoration: none;
}
.footer_section a:visited {
  color: #fff !important;
  text-decoration: none;
}
.footer_section a:hover {
  color: #f1f1f1 !important;
  text-decoration: none;
}
.calendar-div {
  background-color: #ffffff !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #555 !important;
  height: 42px;
  padding: 11px !important;
  outline: 0;
  background: #ffffff url(../images/icon_dropdown.png) no-repeat right center !important;
}

@media screen and (min-device-width: 1601px) and (max-device-width: 6000px) {
  .summary-dashboard-width {
    width: 20% !important;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .summary-dashboard-width {
    width: 20% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .summary-dashboard-width {
    width: 33.333% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .summary-dashboard-width {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .summary-dashboard-width {
    width: 50% !important;
  }
}

@media screen and (max-width: 480px) {
  .summary-dashboard-width {
    width: 100% !important;
  }
}

.summary-dashboard-width {
  float: left;
  margin-bottom: 15px;
}

.summary-dashboard {
  min-height: 240px;
}
.summary-dashboard .box1 {
  padding: 25px 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  width: 100%;
}
.summary-dashboard .box2 {
  padding: 15px;
  border-right: 1px solid #ddd;
  text-align: center;
  width: 50%;
  display: inline-block;
}
.summary-dashboard .box3 {
  padding: 15px;
  text-align: center;
  float: right;
  width: 50%;
  display: inline;
}

.summary-table-box {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1),
    0 0px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd !important;
  border-radius: 15px !important;
  background-color: #fff;
  display: block !important;
  /* min-height: 350px; */
}

.summary-table-box table tr th {
  border-bottom: 0px !important;
  padding: 25px 20px !important;
  overflow-wrap: anywhere;
}
#p-0 {
  padding: 0 !important;
}
.summary-table-box table tr td {
  padding: 20px 10px;
  overflow-wrap: anywhere;
}

.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd !important;
}
.summary-table-company {
  width: 100%;
  /* margin-top: 30px; */
}

.summary-table-rounded thead th {
  background-color: #f9f9f9;
  text-align: center;
}

.summary-table-rounded2 thead th {
  background-color: #f9f9f9;
  border: none;
  text-align: left;
}
.summary-table-rounded thead th:first-child {
  border-radius: 15px 0 0 0;
}
.summary-table-rounded thead th:last-child {
  border-radius: 0 15px 0 0;
}

/*   Pegination CSS Start   */

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

.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
  text-decoration: none !important;
  font-size: 18px;
}

.p1 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.p1 a:hover {
  background-color: rgba(199, 53, 49, 0.7);
  border-radius: 100%;
  color: #fff !important;
}

.p1 a.active {
  background-color: #c73531;
  border-radius: 100%;
  color: #fff !important;
}

/*   Pegination CSS End   */

.custom-tab .nav-tabs {
  border-bottom: 0px solid #ddd;
}
.custom-tab .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 0px solid #fff;
  border-radius: inherit !important;
  background-color: transparent !important;
  color: #000000 !important;
  padding: 12px 25px !important;
  font-size: 18px;
  border-bottom: 6px solid #ccc !important;
  text-decoration: none;
  text-align: left !important;
}

.custom-tab .nav-tabs > li.active > a,
.custom-tab .nav-tabs > li.active > a:hover,
.custom-tab .nav-tabs > li.active > a:focus {
  color: #000 !important;
  cursor: default;
  background-color: transparent !important;
  border: 0px solid #000 !important;
  border-bottom: 6px solid #9F6693 !important;
  border-bottom-color: #000;
  text-decoration: none;
  text-align: left;
}
.font-color-gray {
  color: #646464 !important;
}
.font-color-light-gray {
  color: #999999 !important;
}
.font-color-green {
  color: #27ae60 !important;
}
.font-color-red {
  color: #e02020 !important;
}
.font-color-light-green {
  color: #6dd400 !important;
}
.font-color-golden {
  color: #f7b500 !important;
}
.font-color-orange {
  color: #fa6400 !important;
}
.font-color-aqua {
  color: #44d7b6 !important;
}
.font-color-violet {
  color: #6236ff !important;
}

.font-color-blue {
  color: #2468f6 !important;
}
.font-color-white {
  color: #fff !important;
}
.font-color-black {
  color: #414141 !important;
}
/* commented because its affecting Vi add test device Add btn */
/* .btn-red {
  border: 1px #c20500 solid !important;
  border-radius: 5px !important;
  padding: 10px 18px !important;
  color: #fff !important;
  background-color: #c20500 !important;
  height: 42px !important;
} */

.graph-box {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1),
    0 0px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd !important;
  border-radius: 11px !important;
  background-color: #fff;
  display: block !important;
  padding: 25px 15px 15px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.domestic-color {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin: auto;
  background-color: #f5b42a;
}

.international-color {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin: auto;
  background-color: #f76420;
}

.GraphicalView select {
  border: 0px solid #d6d6d6 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  color: #555 !important;
  height: 42px !important;
  background: url(../images/icon_dropdown.png) no-repeat right center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  background-color: transparent !important;
}
.GraphicalView select:focus {
  border-radius: 5px !important;
  border: 0px solid #d6d6d6 !important;
  -webkit-appearance: none;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #555 !important;
  height: 42px !important;
  background: url(../images/icon_dropdown.png) no-repeat right center !important;
}

.column-left {
  text-align: left !important;
}

/* ===============================ADMIN PORTAL CSS==================================== */
.btn-blue-round {
  border: 0px #ba0803 solid !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  color: #fff !important;
  background-color: #007aff !important;
  transition: all 0.3s ease-out;
}
.btn-blue-round:hover,
.btn-blue-round:focus,
.btn-blue-round:active {
  border: 0px #ba0803 solid !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  color: #fff !important;
  background-color: #0268d7 !important;
}

.btn-green-round {
  border: 0px #ba0803 solid !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  margin-left: "15px " !important;
  color: #fff !important;
  background-color: #27ae60 !important;
  transition: all 0.3s ease-out;
}
.btn-green-round:hover,
.btn-green-round:focus,
.btn-green-round:active {
  border: 0px #ba0803 solid !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  color: #fff !important;
  background-color: #008f3c !important;
}

.btn-red-round2 {
  border: 0px #ba0803 solid !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  color: #fff !important;
  background-color: #e02020 !important;
  transition: all 0.3s ease-out;
}
.btn-red-round2:hover,
.btn-red-round2:focus,
.btn-red-round2:active {
  border: 0px #ba0803 solid !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  color: #fff !important;
  background-color: #c80505 !important;
}

.btn-grey {
  border: 1px solid grey !important;
  border-radius: 5px !important;
  padding: 10px 18px !important;
  color: #eefff5 !important;
  background-color: grey !important;
  height: 42px !important;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  border: 1px grey solid !important;
  border-radius: 5px !important;
  padding: 10px 18px !important;
  color: #eefff5 !important;
  background-color: grey !important;
  height: 42px !important;
}

.btn-red1 {
  border: 1px solid red !important;
  border-radius: 5px !important;
  padding: 10px 18px !important;
  color: #eefff5 !important;
  background-color: red !important;
  height: 42px !important;
}
.btn-red1:hover,
.btn-red1:focus,
.btn-red1:active {
  border: 1px red solid !important;
  border-radius: 5px !important;
  padding: 10px 18px !important;
  color: #eefff5 !important;
  background-color: red !important;
  height: 42px !important;
}

.purple-link {
  color: purple !important;
  /* color code from marvel link #6236FF */
  /* text-decoration: underline; */
}
.purple-link a:visited {
  color: purple !important;
  /* text-decoration: underline !important; */
}
.purple-link a:hover {
  color: purple !important;
  text-decoration: none !important;
}

.status-yellow-bg {
  color: #fff;
  background-color: gold;
  padding: 4px 14px;
  text-align: center;
  border: 1px solid gold;
  border-radius: 50px;
}
.status-green-bg {
  color: #fff;
  background-color: lightgreen;
  padding: 4px 14px;
  text-align: center;
  border: 1px solid lightgreen;
  border-radius: 50px;
}

.img-circle2 {
  height: 13px;
  width: 13px;
  border-radius: 50%;
}
.black-link {
  color: black !important;
  text-decoration: none;
}
.black-link a:visited {
  color: black !important;
  /* text-decoration: underline !important; */
}
/* .black-link a:hover {
  color: black !important;
  text-decoration: none !important;
} */

.address-label {
  color: #494949 !important;
}

.summary-table-box-md table tr .padding-table-15 {
  padding: 20px 10px !important;
  vertical-align: middle !important;
}
.status-red-bg {
  color: #fff;
  background-color: red;
  padding: 4px 14px;
  text-align: center;
  border: 1px solid red;
  border-radius: 50px;
}

#summary-ap {
  min-width: 200px !important;
}

@media (max-width: 768px) {
  .cards-wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}