/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
a.active, a:focus, button:focus, button.active {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
a:focus, a:hover, a:active {
  outline: 0;
  box-shadow: 0;
}
a:focus, a:hover {
  text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  margin-bottom: 0;
}
a, button {
  transition: all ease-in-out 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
p {
  margin: 0;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.navigation {
  padding: 7px 45px;
  background-image: url("../images/nav-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.navbar {
  padding: 0;
  justify-content: space-between;
}
.navbar-light .navbar-brand {
  margin: 0;
  padding: 0;
}
.botom-header {
  background-image: url("../images/inner-header.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 43px 10px 15px;
  margin-top: -2px;
}
.bootm-left-text {}
.bootm-left-text h1 {
  font-size: 36px;
  line-height: 20px;
  font-weight: 400;
  color: #F6F8FB;
  margin-bottom: 20px;
}
.bootm-left-text p {
  font-size: 13px;
  line-height: 15px;
  color: #F6F8FB;
  font-weight: 700;
  margin-bottom: 14px;
  max-width: 394px;
  width: 100%;
}
.pidi-logo {
  padding: 10px 0 0 31px;
}
.pidi-logo img {}
.bootm-left {
  display: flex;
}
.bootm-left-text p:last-child {
  margin-bottom: 0;
  font-style: italic;
}
.lang-item {
  display: flex;
  margin-right: 26px;
}
.lang-item li {
  margin-right: 29px;
  position: relative;
}
.lang-item li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #0D5677;
}
.social-media {
  display: flex;
  margin-right: 123px;
}
.social-media li {
  margin-right: 16px;
}
.social-media li a {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.my-btn {
  background: linear-gradient(180deg, #FF0000 0%, #FF0000 45.31%, #FF0000 45.32%, #B70000 100%);
  border-radius: 20px;
  width: 181px;
  height: 40px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #F6F8FB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.my-btn:hover {
  color: #fff;
  background: linear-gradient(180deg, #053583 0%, #053583 45.31%, #053583 45.32%, #053583 100%);
}
.botom-right {
  display: flex;
  align-items: center;
}
.social-media li:last-child {
  margin-right: 0;
}
.lang-item li:last-child {
  margin-right: 0;
}
.botom-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang-item li:after {
  content: "";
  position: absolute;
  height: 17px;
  width: 1px;
  background-color: #778192;
  top: 5px;
  right: -15px;
}
.lang-item li:last-child:after {
  display: none;
}
.lang-item li:last-child a {
  color: #1791C9;
}
.hero-sec {
  padding: 29px 0 23px;
}
.head-pi h2 {
  margin-bottom: 21px;
  font-size: 36px;
  line-height: 20px;
  color: #1791C9;
  font-weight: 400;
  padding-left: 14px;
}
.head-pi img {
  margin-bottom: 12px;
}
.head-pi p {
  font-size: 12px;
  color: #03363D;
  line-height: 20px;
  margin-bottom: 18px;
  max-width: 609px;
  width: 100%;
}
.body-pi h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #1791C9;
  border-bottom: 1px solid rgb(13 86 119 / 50%);
  padding: 0 0 8px 12px;
}
.body-pi {
  margin-bottom: 20px;
}
.body-pi .inner-services {
  margin-bottom: 25px;
}
.body-pi .inner-services .border-p {
  padding-left: 25px;
  border-bottom: 1px solid rgb(13 86 119 / 50%);
  margin-left: 35px;
  margin-bottom: 13px;
  max-width: 588px;
}
.body-pi .inner-services span {
  font-size: 12px;
  line-height: 16px;
  color: #03363D;
  display: block;
  padding: 0px 0 30px 80px;
}
.consulta-btn {
  background-image: url("../images/btn-shape.svg");
  width: 248px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: inline-flex;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  align-items: center;
  color: #FFFFFF;
  text-shadow: 2px 2px #0D5677;
  padding: 0 10px 0 15px;
  justify-content: space-between;
  filter: drop-shadow(0px 2px 4px rgba(90, 91, 106, 0.24));
}
.head-consulta {
  margin-bottom: 12px;
  background: linear-gradient(180deg, #FFFFFF 0%, #98BCCD 100%);
  padding: 18px 15px 10px;
  display: flex;
  justify-content: flex-end;
}
.consulta-btn span {
  display: inline-block;
  position: relative;
  top: -3px;
  right: 10px;
  color: #FFFFFF;
}
.consulta-map h3 {
  font-weight: bold;
  font-size: 14px;
  color: #1791C9;
  line-height: 16px;
  margin-bottom: 18px;
}
.map-img {
  margin-bottom: 16px;
}
.form-group {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.form-group .form-control {
  border: 1px solid rgb(23 145 201 / 40%);
  border-radius: 5px;
  background-color: #fff;
  padding-left: 15px;
  color: #C4C4C4;
  font-size: 12px;
  line-height: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
}
.form-group label {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #03363D;
  margin: 0 0 0 13px;
  min-width: 206px;
  text-transform: uppercase;
}
.form-group .position-relative {
  width: 100%;
}
.selct-arrow {
  position: absolute;
  top: 10px;
  pointer-events: none;
  right: 12px;
}
.submit-btn {
  width: 106px;
  background-color: #1791C9;
  border-radius: 4px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border: none;
  line-height: 14px;
  cursor: pointer;
  height: 34px;
}
.submit-btn:hover {
  background-color: #053583;
}
.red-pi {
  border-right: 1px solid #E0E0E0;
  padding-right: 20px;
}
.home-1 body {
  background: #F6F8FB;
}
.home-1 .consulta {
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  padding: 23px 50px 33px;
}
.head-consultas {}
.head-consultas h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #1791C9;
  margin-bottom: 9px;
}
.head-consultas h4 {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 16px;
  color: #03363D;
}
.head-consultas a {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #0D5677;
  display: block;
  margin-bottom: 7px;
}
.head-consultas h5 {
  margin-bottom: 31px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #0D5677;
  text-transform: uppercase;
}
.form-box label {
  margin-bottom: 7px;
}
.form-box label span {
  color: #FF0000;
}
.area-box {
  max-width: 363px;
  width: 100%;
}
.form-box {
  margin-bottom: 15px;
}
.form-box .form-group {
  margin-bottom: 0px;
}
.form-box .form-group textarea {
  resize: none;
  height: 49px;
}
.attch {
  margin-bottom: 48px;
}
.attch-file {
  background: #F6F8FB;
  box-shadow: 0px 1px 2px rgba(58, 58, 68, 0.24), 0px 2px 4px rgba(90, 91, 106, 0.24);
  border-radius: 5px;
  padding: 0 10px 0 9px;
  width: 138px;
  height: 25px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #778192;
  justify-content: space-between;
  cursor: pointer;
}
.home-1 .hero-sec {
  padding: 9px 0 0px;
}
.uplod-btn input[type="file"] {
  display: none;
}
label#bb {
  min-width: auto;
  margin: 0;
  text-transform: inherit;
}
.side-bar {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #1791C9;
  box-shadow: 4px 0px 19px rgba(135, 135, 135, 0.33);
  width: 60px;
  padding-top: 60px;
}
.side-items {}
.side-items li {}
.side-items li a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.side-items li a:hover {
  background: #0D5677;
  box-shadow: 4px 0px 16px rgba(16, 30, 115, 0.08);
}
.side-items li.active a {
  background: #0D5677;
  box-shadow: 4px 0px 16px rgba(16, 30, 115, 0.08);
}
.dashbored-page .wrapper {
  width: 100%;
  height: 100%;
  padding-left: 60px;
  min-height: 100vh;
}
.header-dashbored {
  background: #FFFFFF;
  box-shadow: 4px 0px 16px rgba(16, 30, 115, 0.08);
  padding: 13px 15px;
  position: fixed;
  z-index: 3;
  width: calc(100% - 60px);
  left: 60px;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: space-between;
}
.search-layout {
  margin-right: 24px;
}
.search-layout li {
  margin-right: 29px;
}
.search-layout li:last-child {
  margin: 0;
}
.time-box {
  margin-right: 24px;
  position: relative;
}
.time-box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #778192;
  right: -10px;
}
.time-box li {
  color: #778192;
  font-size: 14px;
  line-height: 20px;
  margin-right: 23px;
}
.time-box li:last-child {
  margin: 0;
}
.time-box li:first-child {
  color: #1791C9;
}
.profile-item {
  align-items: center;
}
.profile-item li {
  margin-right: 15px;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.profile-item li:last-child {
  margin: 0;
}
.header-dashbored-right {
  display: flex;
  align-items: center;
}
.dashbored-page {
  background: #F6F8FB;
}
.hero-sec-dash {
  padding: 80px 63px 43px 42px;
}
.main-alr {
  background: #FFFFFF;
  box-shadow: 0px 12px 26px rgba(16, 30, 115, 0.06);
  border-radius: 8px;
}
.heading-alrt {
  padding: 24px 32px;
  background: rgb(232 232 232 / 20%);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
}
.heading-alrt img {
  margin-right: 10px;
}
.heading-alrt span {
  color: #03363D;
  opacity: 0.6;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.body-alrt {
  padding: 30px 28px 70px;
}
.abiertas-box {
  margin-bottom: 39px;
}
.abiertas-box a {
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 12px 17px;
  align-items: center;
}
.abiertas-box p {
  color: #778192;
  font-size: 14px;
  line-height: 16px;
}
.abiertas-box span {
  font-weight: 7;
  font-size: 14px;
  line-height: 16px;
  color: #1791C9;
}
.head-assigned {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
}
.head-assigned h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #1791C9;
}
.head-assigned img {
  margin-right: 7px;
}
.assigned-one {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 10px 15px 19px 15px;
  margin-bottom: 10px;
}
.body-assigned {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  width: 100%;
}
.body-assigned p {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.body-assigned a {
  width: 76px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #778192;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #778192;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-assigned h3 span {
  color: #0D5677;
}
.date-pickr-box {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.date-pickr-box .form-group .form-control {
  height: 25px;
  padding-left: 7px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.date-pickr-box .form-group label {
  margin-bottom: 10px;
}
.date-pickr-box .form-group .selct-arrow {
  top: 8px;
}
.calendr-main {
  display: flex;
  align-items: center;
}
.calendar {
  margin-left: 10px;
}
.date-pickr-box .form-group.d-block {
  display: inline-block !important;
  width: 145px;
  margin-right: 18px;
}
.body-alrt form {
  margin-bottom: 20px;
}
.notice-assign {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-assign img {
  min-width: 90px;
  margin-right: 10px;
}
.main-alr-two .body-alrt {
  padding-bottom: 17px;
  padding-top: 19.33px;
}
.main-alr-two .assigned-one {
  padding-bottom: 10px;
}
.top-row {
  margin-bottom: 25px;
}
.perfect-datetimepicker {
  width: 260px;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #0D5677;
}
.perfect-datetimepicker td.name {
  color: #1791C9 !important;
}
.perfect-datetimepicker table td {
  color: #0D5677 !important;
}
.perfect-datetimepicker tbody td.selected {
  border: 1px solid #D23132;
  background-color: #D23132;
  border-radius: 3px;
  color: #fff !important;
}
.perfect-datetimepicker table {
  display: none;
}
.perfect-datetimepicker thead td.title {
  height: auto !important;
  background-color: transparent !important;
  padding: 2px;
  font-size: 18px;
  border: none !important;
  padding-bottom: 30px;
}
.perfect-datetimepicker td i {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 50%;
}
.mt {
  display: none !important;
}
.nextm:hover {
  border: none !important;
  background-color: transparent !important;
}
.prevm:hover {
  border: none !important;
  background-color: transparent !important;
}
i.icon-datepicker-prev:before {
  position: absolute;
  left: -63px;
}
i.icon-datepicker-next:before {
  position: absolute;
  right: -63px;
}
.event-box {
  padding: 60px 0 0 43px;
}
.event-box a {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #1791C9;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.event-box a span {
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  background: #1791C9;
  border-radius: 3px;
}
.event-box .red-event {
  color: #D23132;
}
.event-box .red-event span {
  background: #D23132;
}
.caldnr-main {
  display: flex;
}
div#demo2 {
  padding-right: 40px;
  border-right: 1px solid rgb(119 129 146 / 25%);
}
.modal {
  z-index: 10000000000;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgb(0 0 0 / 40%);
}
.modal-open .modal-dialog {
  max-width: 301px;
  margin: 0 auto;
}
.modal-content {
  background: #F6F8FB;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  border: none;
}
.head-modl {
  background: #1791C9;
  border-radius: 10px 10px 0px 0px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-modl h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #F6F8FB;
}
.modal-content label {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 17px;
}
.modal-content input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding-left: 7px;
  font-size: 12px;
  line-height: 14px;
  color: #86919C;
  height: 30px;
}
.body-modl {
  max-width: 227px;
  margin: 0 auto;
  padding: 14px 0 16px;
}
.modal-content .form-group {
  margin: 0 3.5px;
}
.modal-content .container-check {
  display: block;
  position: relative;
  padding-left: 18px;
  margin: 12px 0 12px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 10px;
  line-height: 12px;
  color: #03363D;
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.container-check .checkmark:after {
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-content .enter-btn {
  background: #1791C9;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 15px;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 29px;
}
.modal-content .qu-btn {
  font-weight: 700;
  font-size: 10px;
  color: #03363D;
  text-decoration-line: underline;
  line-height: 12px;
  display: block;
  text-align: center;
}
.bck {
  border: 1px solid #1791C9;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #1791C9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 21px;
}
.bck img {
  margin-right: 7px;
}
.alerts-four .notice-assign img {
  min-width: auto;
  margin-right: 45px;
}
.alerts-four .body-assigned {
  display: block;
}
.alerts-four .body-assigned h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 26px;
  color: #0D5677;
  margin-bottom: 50px;
}
.alerts-four .body-assigned h3 p {}
.alerts-four .body-assigned p {
  font-size: 14px;
  line-height: 26px;
}
.alerts-four .notice-assign {
  margin-bottom: 11px;
}
.bootm-assigned {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bootm-assigned .small-brand {
  width: 72px;
}
.bootm-assigned .bck {
  width: 118px;
}
.alerts-four .assigned-one {
  padding-bottom: 5px;
}
.alert-five {
  padding: 30px 28px 98px;
}
.container-check input:checked ~ .checkmark {
  background-color: #1791C9;
}
.info-sidebar {
  box-shadow: 4px 0px 16px rgb(16 30 115 / 8%);
  background: #FFFFFF;
  height: 100%;
  position: fixed;
  left: 60px;
  width: 281px;
  top: 60px;
  padding: 25px 10px 0;
}
.info-sidebar h4 {
  border-bottom: 1px solid #E5E5E5;
  font-weight: bold;
  font-size: 14px;
  color: #03363D;
  line-height: 20px;
  height: 30px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.info-items {
  padding-left: 39px;
}
.info-items li a {
  font-size: 14px;
  color: #03363D;
  line-height: 20px;
  height: 30px;
  display: flex;
  align-items: center;
}
.info-items li.active a {
  color: #1791C9;
}
.info-side .wrapper {
  padding-left: 341px
}
.infro-section {
    padding: 74px 20px 0;
}
.pdf-items {}
.pdf-items li {
  margin-right: 11px;
}
.pdf-items li a {
  border: 1px solid #1791C9;
  border-radius: 4px;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #1791C9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 29px;
}
.heading-alrt .pdf-items li a img {
  margin: 0 0 0 7px;
}
.heading-alrt .pdf-items li:last-child {
  margin: 0;
}
.info-body {
  padding: 16px 25px 14px;
}
.info-body .head-assigned {
  margin-bottom: 15px;
}
.info-body .form-group .form-control {
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding-left: 7px;
}
.info-body .selct-arrow {
  top: 11px;
}
.info-body .form-box {
  max-width: 750px;
}
.info-body .form-box label {
  min-width: 100%;
}
.info-body .agent-box {
  margin-bottom: 29px;
}
.borar-btns {
  width: 218px;
}
.borar-btns a {
  height: 29px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1791C9;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #03363D;
  margin-bottom: 11px;
}
.borar-btns .acpter-btn {
  background: #1791C9;
  border-color: #1791C9;
  color: #fff;
  margin-bottom: 0;
}
.info-body .date-pickr-box .form-group .selct-arrow {
  top: 11px;
}
.info-items li a:hover {
  color: #1791C9;
}
.info-side .main-alr {
  margin-bottom: 20px;
}
.chanel-left {
  background: #FFFFFF;
  box-shadow: 0px 12px 26px rgba(16, 30, 115, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 160px;
  padding-left: 27px;
  min-width: 223px;
  margin-right: 20px;
}
.chanel-left h4 {
  font-weight: bold;
  font-size: 14px;
  color: #1791C9;
  line-height: 16px;
}
.main-chanel {
  display: flex;
  margin-bottom: 20px;
}
.main-chanel .table th {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #03363D;
  border: none;
  background: rgb(232 232 232 / 40%);
  border-radius: 0;
}
.main-chanel .table {
  margin: 0;
}
.main-chanel .table td {
  background-color: #fff;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #E8E8E8;
}
.main-chanel .table-responsive {
  box-shadow: 0px 12px 26px rgba(16, 30, 115, 0.06);
  border-radius: 8px;
  background: #FFFFFF;
}
.main-chanel .table td, .table th {
  padding: 10px 15px;
}
.main-graph {
  background: #FFFFFF;
  padding: 40px 15px 85px;
  box-shadow: 0px 12px 26px rgba(16, 30, 115, 0.06);
  border-radius: 8px;
}
.graph {
  text-align: center;
}

/** CUSTOM **/

#modal-error {
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 10000000001;
    background-color: #ef1111;
    color: #fff;
    font-weight: 600;
    max-width: 350px;
    top: 5%;
    right: -350px;
    transition: 0.5s all ease-out;
}

    #modal-error.modal-error-show {
        right: 0;
    }

.pager-wrap.grid-pager {
    padding: 8px 16px;
    background: rgb(232 232 232 / 20%);
    border-radius: 8px 8px 0px 0px;
}

.pager-link {
    border-radius: 3em;
    padding: 4px 4px;
    min-width: 2.14em;
    height: 2.14em;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    box-sizing: border-box;
    color: inherit;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-color: #ccc;
    color: #428bca;
    background: #fff;
}

    .pager-link.active {
        background-color: #1791c9;
        color: #fff;

    }

.pager-numbers .pager-link {
    margin: 0 4px;
}

.pager-numbers pager-first,
.pager-numbers pager-coming {
    border-radius: 2px;
}

.pager-link.pager-disabled {
    opacity: 0.7 !important;
    cursor: auto !important;
}

    .pager-link.pager-disabled span {
        color: #ccc !important;
        cursor: auto !important;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    opacity: 1;
    display: none;
}

#breadcrumb {
  display: flex;
  font-size: 18px !important;
  color: #03363D !important;
}

#breadcrumb a {
  font-size: 16px !important;
  color: #03363D !important;
  text-decoration: underline;
}

#breadcrumb a:hover {
  color: #007bff !important;
}

#pre-breadcrumb {
  font-size: 16px;
  padding-right: 4px;
  opacity: 0.8;
}

#form-actions {
  width: fit-content;
  margin: 16px 0 16px auto;
}

.icon-action{
  font-size: 20px;
    padding: 0 8px;
    color: #0d5577;
}

.d-flex{
  display: flex;
}