@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
  font-size: 15px !important;
  font-family: 'Noto Sans', sans-serif;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-family: 'Poppins', sans-serif;
}

.heading {
  color: #293990;
  font-size: 1.25rem
}

@media screen and (max-width: 800px) {
  .heading {
    color: #293990;
    font-size: 1.2rem !important;
  }
}

.subheading {
  color: #242328;
  font-weight: 400;
}

.bg-gradient-primarys {
  /* background-image: linear-gradient(310deg, #242328 10%, #3e3e47 100%);
  background-color: #04396c; */
  /* background-image: linear-gradient(180deg,#272c4c 10%,#272c4c 100%)!important; */
  /* background-image: linear-gradient(180deg,#111a56 100%,#111a56 100%)!important; */
  /* background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%); */
  /* background-image:
    linear-gradient(to bottom, rgba(12, 18, 44, 0.73), rgba(12, 18, 44, 0.73)),
    url('../img/screen-01.png'); */
  background-size: cover;
  background-color: #272a2c;
  /* margin: 0px 20px 0px 0px; */
  border-radius: 15px;
  height: 100% !important;
}

.logo {
  height: 80px;
  /* width: auto; */
  /* padding: 5px; */
  /* padding-left: 10px; */
}

.logo_mobile {
  height: 40px;
}

.mobile_select_option {
  padding: 2px 4px;
}

.sidebar #sidebarToggle {
  margin-left: 4px;
  margin-top: 10px;
}

#overflow {
  overflow-x: auto;
}

.hoverTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: black;
  /* background: #b5c2ca !important; */
}

/* .sidebar_icon{
  color: #e2556c !important;
} */

/* td,
th {
  border: 1px solid #898a8b;
  text-align: left;
  padding: 8px;
} */

/* .hoverTable tr:nth-child(odd) {
  background-color: #dddddd;
} */
.hoverTable td {
  padding: 3px 10px;
  /* border: #898a8b 1px solid; */
  font-size: 14px !important;
}

/* Define the default color for all the table rows */
.hoverTable tr {
  background: white;
}

/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
  background-color: rgba(236, 234, 234, 0.733);

}

#blue {
  background-color: #8d1722;
  /* background-color: #0f1831; */
  color: #FFFFFF;
  font-weight: 500;
}

.context-menu {
  cursor: context-menu;
}

.nav-item {
  cursor: pointer;
}

.pointer {
  cursor: pointer !important;
}

/* #e74a3b; */
/* .active, .nav-item:hover {
  border-left: 5px solid #fff;
  border-radius: 7px;
  background-color: #cd2e2f;
  color: white;
  margin: 8px;
} */

.active,
.nav-item:hover {
  /* border-left: 5px solid rgb(190, 156, 1); */
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  /* background-color: #071a2c; */
  /* background-image: linear-gradient(90deg,#d94212a1 -26%,#272c4c 100%)!important; */
  color: rgb(0, 0, 0) !important;
  /* margin: 8px; */
}

.nav-item:hover .sidebar_icon {
  color: rgb(0, 0, 0) !important;

}

.nav-item:hover .masters {
  color: rgb(0, 0, 0) !important;

}

.text-hov:hover {
  color: black !important;
}

/* .nav-item:hover {
  background-color: #ffffff;
  color: rgb(255, 0, 0) !important;
} */

.sidebar-dark .nav-item.active .nav-link {
  color: #000000 !important;
}


.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 10px 10px 10px 6px;
  margin: 0px 0.5rem;
  display: block;
  color: rgb(58, 59, 69);
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
}

.sub_active {
  background: #b5c2ca !important;
  color: #0e172f !important;
}

.sub_icon i {
  font-size: 15px !important;
  margin-right: 5px;
}

#userDropdown {
  /* border-left: 5px solid #fff; */
  border-radius: 7px;
  /* background-color:rgba(231,74,59,0.7); */
  background-color: #fff;
  /* background-color: #b4d9f0;; */
  /* background-image: linear-gradient(90deg,#d94212a1 -26%,#272c4c 100%)!important; */
  color: white;
  /* margin: 0px 3px; */
  /* height: 30px;   */
}

#userDropdowns {
  background-color: #fff;
  /* height: 10px;
  
  margin: 09px 0px; */
}

.nav-item {
  margin: 8px;
}

#wrapper {
  padding: 5px 10px 5px 10px;
  background-color: #fffaf3;
}

.fixedsidebar {
  position: fixed;
  z-index: 1;
}

@media (max-width: 768px) {
  .fixedsidebar {
    position: absolute;
    z-index: 99;
  }

  .sidebar {
    width: 14.5rem !important;
    height: 100vh !important;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 16px;
    display: inline !important;
    letter-spacing: -0px;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-family: 'Poppins', sans-serif;
  }

}


@media (min-width: 768px) {
  .fixedsidebar {
    position: static;
    z-index: 1;
  }

  .sidebar {
    width: 14.5rem !important;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 16px;
    display: inline;
    letter-spacing: -0px;
    font-weight: 400;
    margin-left: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-family: 'Poppins', sans-serif;
  }

  #wrapper {
    padding: 5px 20px;
  }
}




@media(min-width:1200px) {


  #wrapper {
    /* background-color: #FAFAFD; */
    background-color: #EAE6E7;
    /* background: linear-gradient(#74ebd548, #acb6e54f); */
    /* padding: 15px 30px 5px 20px; */
    padding: 15px 0px 5px 13px;
    font-family: 'Poppins', sans-serif;
  }

}

.mainheader {
  color: #111a56;
  padding: 0px 0px 0px 5px;
  font-size: 18px;
}

.card1 {
  /* height: 100px; */
  /* border: 1px solid #111a56; */
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  /* position: absolute;
  top: -30px; */
  /* width: 98%;   */
  /* box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .25) */
}

.card {
  /* background-color: #b5c2ca7d; */
  padding: 2px 0px 0px 2px;
  border: 1px solid #ababab;
}

/* 
.sidebar .nav-item.dropdown .dropdown-toggle::after, .topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  color: rgb(0, 0, 0) !important;
  margin-top: 6px;
  font-family: 'Font Awesome 5 Free';
} */
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
  color: black;
  margin-top: 6px;
}

.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}

.border_left1 {
  border-left: 5px solid rgb(255, 255, 255) !important;
  border-radius: 8px;
  background-color: #b91d47 !important;
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important;
  border-right: 1px solid white !important;
}

.border_left11 {
  border-left: 5px solid #2b5797 !important;
  border-radius: 8px;
  background-color: #ffffff !important;
  border-top: 1px solid #b7b0b2 !important;
  border-bottom: 1px solid #b7b0b2 !important;
  border-right: 1px solid #b7b0b2 !important;
}

.border_left33 {
  border-left: 5px solid #b91d47 !important;
  border-radius: 8px;
  background-color: #ffffff !important;
  border-top: 1px solid #b7b0b2 !important;
  border-bottom: 1px solid #b7b0b2 !important;
  border-right: 1px solid #b7b0b2 !important;
}


.fs-7 {
  font-size: 13px;
}

.border_left22 {
  border-left: 5px solid rgb(255, 255, 255) !important;
  border-radius: 8px;
  background-color: #d5a132 !important;
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important;
  border-right: 1px solid white !important;
}

.border_left2 {
  border-left: 5px solid #ffffff !important;
  border-radius: 8px;
  background-color: #00aba9 !important;
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
}

.border_left3 {
  border-left: 5px solid #ffffff !important;
  border-radius: 8px;
  background-color: #2b5797 !important;
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important;
  border-right: 1px solid white !important;
}

.border_left4 {
  border-left: 5px solid #fcc203 !important;
  border-radius: 8px;
  background-color: #ffffff !important;
  border-top: 1px solid #b7b0b2 !important;
  border-bottom: 1px solid #b7b0b2 !important;
  border-right: 1px solid #b7b0b2 !important;
}

.padd {
  padding-bottom: 1px !important;
}

.wrapper_all {
  background-color: white !important;
  padding: 21px 32px 10px !important;
  border-radius: 6px !important;
}

@media screen and (max-width: 800px) {
  .wrapper_all {
    background-color: white !important;
    padding: 18px 12px !important;
    border-radius: 6px !important;
  }
}

.kanit {
  font-family: 'Kanit', sans-serif !important;
  font-size: 2rem !important;
}

@media screen and (max-width: 800px) {
  .kanit {
    font-family: 'Kanit', sans-serif !important;
    font-size: 1.5rem !important;
  }
}

.border_div {
  border: 1px solid #adacac8c !important;
  background: #ffffff;
  color: #141c35 !important;
  height: 38px;
  width: 100%;
  border-radius: 4px;
  padding: 0px 10px;
}

/* input[type=text]:focus {
  border: 5px ;
} */
.input_border:focus {
  outline: 2px solid #007BFF !important;
}

/* @media (min-width: 767px){
  .border_div {
      border: 1px solid #2323248c !important;
      background: #ffffff;
      color: #141c35 !important;
      height: 40px;
      width: 100%;
      border-radius: 4px;
      padding: 0px 10px;
  }
} */
.btn-outline-success {
  color: #ffffff;
  border-color: #101932;
  background: #101932;
}

/* .sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
  color: rgb(230, 15, 8);
} */

.attendance_details {
  background: #b5c2ca;
  border: 1px solid black !important;
  border-radius: 6px;
}

.chart1 {
  display: block;
  text-align: center !important;
  width: 377px !important;
  height: 186px !important;
  margin-left: -30px !important;
}

.border_radius {
  border-radius: 10px;
}

.shadow2 {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

h6 {
  font-size: 15px !important;
}

.attendance_details2 {
  /* background: #b5c2ca; */
  border: 1px solid #978d8d !important;
  border-radius: 6px;
}

.blue_bg {
  background-color: #0f1730;
}

.h7 {
  font-size: 13px !important;
}

.employee_icon {
  /* display: block !important;  */
  display: inline-block !important;
  background-color: rgb(255 255 255 / 49%) !important;
  padding: 10px;
  border-radius: 10px;
}

.boredrwithshadow {
  border: 1px solid #cc0019 !important;
  box-shadow: 0 0 0.875rem 0 rgb(250 121 2 / 50%) !important;
  border-radius: 4px;
}

.green {
  background: #f76c82;
}

.red {
  background: #00aba9;
}

.pink {
  background-color: #f96d9b;
}

.text_border {
  border-radius: 6px 6px 0 0;
  border-top: black !important;
  /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}

.chart1 {
  width: 554px !important;
  max-width: 600px;
  display: block;
  height: 275px !important;
  margin-left: -52px !important;
}

.designation_circel {
  position: absolute;
  top: -8px;
  right: 100px;
  border-radius: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;

}

a:hover {
  text-decoration: none !important;
}

td {
  border: 1px solid #8b86866b;
  text-align: left;
  padding: 8px;
  color: black !important;
}

th {
  border: 1px solid #8b86866b;
  text-align: left;
  background-color: #272a2c !important;
  color: white !important;
  padding: 8px;
  top: -1px;
  position: sticky;
  font-size: 13px;
  font-weight: 500 !important;
}

tr:nth-child(odd) {
  /* background-color: #eae6e780; */
  color: black !important;
}

/* --------------------table */
/* width */
.designation_table::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.designation_table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
.designation_table::-webkit-scrollbar-thumb {
  background: #0f17307e;
  border-radius: 5px;
}

.nav-item .nav-link {
  padding: 10px 100px 10px 0px !important;
  /* padding: 10px 6px 10px 0px!important; */
}

a .nav-link:hover {
  color: red !important;
  background-color: #00aba9 !important;
}

.card_heigth {
  /* height: 110px !important; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.bg_img {
  background-image: url(../img/bg3-01.jpg);
  background-size: 100% 100%;
  border: 1px solid #00000059;
}

/* .bg_img2{
  background-image: url(../img/bg3-01.jpg);
  background-size: 100% 100%;
  border: 1px solid #000000ad;
} */
.white {
  background-color: white;
}

.hr {
  width: 50% !important;
  height: 0px !important;
  background: red;
}

/* mobile navbar css start */

@media screen and (max-width: 800px) {
  .mobile_none {
    display: none !important;
  }
}

@media screen and (min-width: 802px) {
  .pc_none {
    display: none !important;
  }
}


.mobile_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;

  /* height: auto !important; */
  /* align-items: center;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #767678ad; */
}


/* mobile navbar css end */



/* popup */

.popup-container2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
  color: rgb(131, 117, 117);
  padding-top: 20px;
}

.popup-content2 {
  background-color: white;
  margin: auto;
  padding: 0px 35px 10px 35px !important;
  border: 2px solid #0f1730;
  width: 90%;
  border-top: 7px solid #0f1730;
  border-radius: 20px;
}


@media (min-width: 800px) {
  .popup-content2 {
    background-color: white;
    margin: auto;
    padding: 0px 35px 10px 35px !important;
    border: 2px solid #0f1730;
    width: 60%;
    border-top: 7px solid #0f1730;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .mobile_view {
    height: 190px;
    overflow-y: scroll;
  }
}

.popup-content2 a.close {
  color: #0f1730;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0px;
  text-decoration: none;
}

.popup-content2 span:hover,
.popup-content2 span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup-container2:target {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/* en dof popup */
.submit {
  background-color: #0e172f;
  color: white;
}

.cancel {
  background-color: #f96d9b;
  color: white;
}

.cursor-pointer {
  cursor: pointer;
}




/* start login page css */

.login_height_100 {
  height: 100vh !important;
}

.login_height_10 {
  height: 15vh !important;
  /* border: 2px solid white !important; */
}

.login_height_70 {
  height: 75vh !important;

}

.login_bg {
  background: url(../img/Login/loginbg-01.jpg);
  background-size: cover;
}

.login_button {
  /* border: 1px solid white; */
  width: 100%;
  color: white;
  background-color: #603FAD;
}

.login_button:hover {
  border: 1px solid #6241AF;
  background-color: #6241AF;
  width: 100%;
  color: white;
  box-shadow: rgba(255, 254, 254, 0.15) 1.95px 1.95px 2.6px;
}

/* end login page css */
a {
  cursor: pointer;
}




/* ------------------------ Sidebar Toggle Css */

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  background-color: #272a2c;
}

#sidebar.active .nav {
  align-items: center !important;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
  display: none;
}

#sidebar.active .sidebar-header h3 {
  display: none;
}

#sidebar.active .hideLabel {
  display: none;
}


#wrapper #content-wrapper {
  /* background-color: #f8f9fc; */
  width: 130%;
  margin: 0px auto;
  overflow-x: hidden;
  /* padding: 20px 0px 0px 0px; */

}

#sidebar.active .logo {
  width: 60px !important;
  height: 60px !important;

}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  /* padding: 20px 10px; */
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  /* font-size: 1.8em; */
  font-size: 20px;
  /* margin-bottom: 5px; */
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
  padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
 translateX(50%) works with right: 50% 
 to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar.active li {
  /* padding-left: 4px !important; */
  /* border-left: 5px solid rgb(190, 156, 1); */
}


@media (max-width: 768px) {

  /* 80px and its content aligned to centre. Pushing it off the screen with the
     negative left margin
  */
  #sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -180px !important;
  }


  /* Reappearing the sidebar on toggle button click */
  /* #sidebar {
    margin-left: -158px;
  } */


  /* Toggling the sidebar header content, 
     hide the big heading [h3] and showing the small heading [strong] and vice versa
  */

  #sidebar .sidebar-header strong {
    display: none;
  }

  #sidebar.active .sidebar-header h3 {
    display: none !important;
  }

  #sidebar.active .sidebar-header {
    display: none !important
  }

  #sidebar.active .sidebar-header strong {
    display: block;
  }

  /* Downsize the navigation links font size */
  #sidebar.active ul li a {
    padding: 20px 10px;
    font-size: 0.85em;
  }

  #sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
  }

  /* Adjust the dropdown links padding*/
  #sidebar.active ul ul a {
    padding: 10px !important;
  }

  /* Changing the arrow position to bottom center position, 
    translateX(50%) works with right: 50% 
    to accurately  center the arrow */
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (max-width: 800px) {

  #sidebar {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 40vh;
    display: flex;
    left: 5px !important;
  }

  #top_logos {
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  #content {
    /* position: absolute; */
    z-index: 1;
    color: #000000;
  }

  #fab {
    z-index: 200;
  }
}


/* --------------------Sidebar Toggle End--------------------- */

.body-scroll {
  /* padding-top: 10px; */
  width: 100%;
  height: 87vh;
  overflow-y: scroll;


}

/* #wrapper{
   overflow: hidden !important; 
   height: 100vh;
} */

.body-scroll::-webkit-scrollbar {
  display: none !important;
}


/* mobile side bar css start */
.visible {
  display: block;
}

.hidden {
  display: block !important;
}

.hidden1 {
  display: block !important;
}

@media (max-width: 800px) {
  .hidden {
    display: none !important;
  }

  .heading {
    font-size: 18px !important;
  }

  .mobile_alignment {
    margin: 0px auto !important;
  }
}

/* mobile side bar css end */





.logo_size_Wregi {
  width: 80px;
  /* background-color: white; */
  /* border-radius: 100%; */
  /* padding: 5px; */
  margin-top: 0px;
}

.heading_text_Wregi {
  /* color: #82bb30 !important; */
  font-size: 23px;
  font-weight: 600;
  /* font-family: "kanit"; */
  color: olivedrab !important;

}

.overflowx {
  overflow-x: hidden;
}




@media screen and (max-width: 800px) {
  .logo_size_Wregi {
    width: 60px;
    background-color: white;
    border-radius: 100%;
    padding: 5px;
  }

  .heading_text_Wregi {
    font-size: 16px !important;

  }

}

.body-scroll {
  /* padding-top: 10px; */
  width: 100%;
  height: 100vh;
  overflow-y: scroll;


}

.body-scroll::-webkit-scrollbar {
  display: none !important;
}

.text_color {
  color: olivedrab !important;
}

.card_design_purple {
  border: 1px solid #8A2387;

}

.card_design_white {
  border: 2px solid #ffffff;

}

.card_heading_purple {
  color: #8A2387 !important;
}

.card_design_pink {
  border: 1px solid #E94057;

}

.card_heading_pink {
  color: #E94057 !important;
}

.card_design_orange {
  border: 1px solid #F27121;

}

.card_heading_orange {
  color: #F27121 !important;
}

.card_design_skycolor {
  border: 1px solid #44A08D !important;
}

.card_heading_skycolor {
  color: #44A08D !important;
}

.icon_size {
  width: 55px;
}

.icon_size2 {
  width: 50px;
}

.h7 {
  font-size: 16px !important;
}


@media screen and (max-width: 800px) {
  .mobile_none {
    display: none !important;
  }

}

@media screen and (min-width: 802px) {
  .pc_none {
    display: none !important;
  }

}

textarea {
  font-size: 12px !important;
  /* font-weight: 100; */
}




/******************************* start director dashboard css *********************************/


.card_design_skyblue {
  border: 1px solid #39c0b2;

}

.card_heading_skyblue {
  color: #39c0b2 !important;
}

.card_design_lightorange {
  border: 1px solid #FF8C00;

}

.card_heading_lightorange {
  color: #FF8C00 !important;
}

.card_design_darkpink {
  border: 1px solid #FF0080;

}

.card_heading_darkpink {
  color: #FF0080 !important;
}

input,
input::placeholder {
  font-size: 13px !important;
}

select option {
  font-size: 13px !important;
}

select {
  font-size: 13px !important;
}

.gradient {
  /* background-image: linear-gradient(to bottom right, red, yellow); */
}

.icon_bg {
  background: #ffffffd9;
  padding: 5px;
  border-radius: 8px;
}

.green_color {
  color: #008000;
}

.green_border {
  border: 1px solid #008000 !important;
  background-color: #e7ede7 !important;
}

.hr_line {
  margin: 0rem 0 20px !important;
  height: 0.1px !important;
  background-color: #484b5e;
}

.parrot_green {
  background-color: #86bd3b !important;
  border: 1px solid green !important;

}

.parrot_green_border {
  /* background-color: #86bd3b !important; */
  border: 1px solid green !important;
}

.RADIUS_LEFT {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.icon_bg_2 {
  background: white;
  padding: 13px;
  border-radius: 5px;
}


/******************************* start Registration dashboard css *********************************/




.feedback {
  background: rgb(76, 66, 216);
  /* display: block; */
  padding: 5px 15px;
  border: 1px solid #4007dd;
  color: white;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}



/********** start track css ***********/

.card {
  position: relative;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.10rem
}

/* .card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
} */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative
}

.track .step.active:before {
  background: #FF5722
}

.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px
}

.track .step.active .icon {
  background: #ee5435;
  color: #fff
}

.track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd
}

.track .step.active .text {
  font-weight: 400;
  color: #000
}

.track .text {
  display: block;
  margin-top: 7px
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529
}


/********** end track css ***********/

.Status-1 {
  background: rgb(243, 188, 188);
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: red;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.Status-2 {
  background: #c5d9f8;
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: #0d6efd;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.Status-3 {
  background: #d5fdd5;
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: green;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.Status-4 {
  background: #f7d9ce;
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: #f74702;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.Status-5 {
  background: rgb(247, 218, 166);
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: orange;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.Status-6 {
  background: rgb(241, 202, 241);
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: purple;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.Status-7 {
  background: #99f7cb;
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: #198754;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.track_feedback {
  background: #e9b983;
  /* display: block; */
  padding: 2px 12px;
  /* border: 1px solid #325301; */
  color: black;
  border-radius: 4px;
  float: right;
  /* cursor: pointer; */
  font-weight: 500;
  font-size: 12px;
}

.warning {
  background: orangered;
  /* display: block; */
  padding: 5px 15px;
  border: 1px solid #ff1500;
  color: white;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}

.feedback {
  background: rgb(76, 66, 216);
  /* display: block; */
  padding: 2px 11px;
  border: 1px solid #4007dd;
  color: white;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}

.btn-warning {
  color: #ffffff;
  background-color: #ee5435;
  border-color: #ee5435;
  border-radius: 1px
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ff2b00;
  border-color: #ff2b00;
  border-radius: 1px
}

.feedback {
  background: rgb(76, 66, 216);
  /* display: block; */
  padding: 5px 15px;
  border: 1px solid #4007dd;
  color: white;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}

.fs-7 {
  font-size: 18px !important;
}

.button-size {
  height: 34px !important;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-50 {
  width: 50% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

.w-7 {
  width: 7% !important;
}

.w-5 {
  width: 5% !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.inputstyle {
  height: 38px !important;
}

textarea.form-control {
  height: 68px !important;
}

.LanguageID {
  border: 0;
  border-bottom: 1px solid black;
  padding: 8px;
  font-size: 15px !important;
}

select:focus {
  outline: none !important;

}

select .LanguageID option {
  padding: 20px !important;
}

.withregister_header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: white;
}

@media (min-width: 992px) {
  .withregister_header {
    width: 98.6%;
  }

  .nav-item .nav-link {
    padding: 10px 37px 10px 20px !important;
  }
}

.form-group {
  margin-bottom: 0rem !important;
}

.fa-angle-down:before {
  color: #5a5c65 !important;
}

.RegxValidation {
  color: red !important;
}

.cursor_pointer {
  cursor: pointer !important;
}

.all_lable_text {
  color: black !important;
  font-weight: 600 !important;
}

.fw_text {
  font-weight: 500 !important;
}

/* .bg_image{
  background: url(../img/amachimulgibg-01-01.jpg);
  background-size: 100% 100%;
}

.bg_top{
  background: url(../img/amchimulgibgxcx-01.jpg);
  background-size: 100% 100%;
} */


.view_modal_size {
  width: 50vw !important;
}

@media screen and (max-width: 800px) {
  .view_modal_size {
    width: 100vw !important;
  }
}

.view_button {
  /* border: 1px solid black; */
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #dae5f1;
  font-weight: 600;
  color: #5193d9;
  cursor: pointer;
}

.feedback_button {
  /* border: 1px solid black; */
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #e2f1da;
  font-weight: 600;
  color: #378b0b;
  cursor: pointer;
}

.Escalated_button {
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #daeff1;
  font-weight: 600;
  color: #0f96a3;
  cursor: pointer;
}

.Acknowledge_button {
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #daf1e2;
  font-weight: 600;
  color: #178d40;
  cursor: pointer;
}

.forward_button {
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #daeff1;
  font-weight: 600;
  color: blue;
  cursor: pointer;
}

.open_button {
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #f1e3da;
  font-weight: 600;
  color: #be7f55;
  cursor: pointer;
}

.see_button {
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #dbdaf1;
  font-weight: 600;
  color: #7b77d1;
  cursor: pointer;
}

.upload_button {
  padding: 3px 10px !important;
  border-radius: 5px;
  background-color: #f1e8da;
  font-weight: 600;
  color: #bb7a14;
  cursor: pointer;
}

.Received_sec_fontsize {
  /* font-size: 12px !important; */
}

.Director_icon {

  width: 38px;
  border-radius: 12px;
  padding: 3px;
}

.icon_bg_purple {
  background-color: rgba(175, 11, 175, 0.637);

}

.border_all_radius {
  border-radius: 10px;
  padding: 8px;
  font-size: 25px;
}

.icon_bg_orange {
  background-color: rgba(209, 88, 44, 0.719);

}

.icon_bg_pink {
  background-color: rgb(233 64 87);
}

.icon_bg_oranges1 {
  background-color: rgb(239 143 0);
}

.icon_bg_blue {
  background-color: transparent;
  border: 1px solid white;
}

.icon_bg_green {
  background-color: rgba(27, 136, 27, 0.671);
}

.Orange_hover:hover {
  background: linear-gradient(rgba(197, 66, 18, 0.63), white, white);
}

.purpule_hover:hover {
  background: linear-gradient(#bba2e7, white, white);
}

.green_hover:hover {
  background: linear-gradient(rgba(29, 177, 29, 0.555), white, white);
}






/* ---*************track css start***************---------- */


.cd__main {
  background: linear-gradient(to right, #8e9eab, #eef2f3) !important;
}

#tracking {
  background: #fff
}

.tracking-detail {
  padding: 3rem 0;
}

#tracking {
  margin-bottom: 1rem;
}

[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

[class*="tracking-status-"] {
  padding: 1.6rem 0;
}

.tracking-list {
  border: 1px solid #e5e5e5;
}

.tracking-item {
  border-left: 4px solid #00ba0d;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}

.tracking-item:last-child {
  padding-bottom: 1rem;
}

.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}

.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}

.tracking-item .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}

.tracking-item .tracking-icon {
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}

.tracking-item-pending:last-child {
  padding-bottom: 4rem;
}

.tracking-item-pending .tracking-date {
  margin-bottom: 0.5rem;
}

.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}

.tracking-item-pending .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}

.tracking-item-pending .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}

.tracking-item-pending .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}

.tracking-item-pending .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem;
}

.tracking-item .tracking-icon.status-intransit {
  color: #00ba0d;
  font-size: 0.6rem;
}

.tracking-item .tracking-icon.status-current {
  color: #00ba0d;
  font-size: 0.6rem;
}

@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }

  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }

  .tracking-item .tracking-date span {
    display: block;
  }

  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }

  .tracking-item-pending {
    margin-left: 10rem;
  }

  .tracking-item-pending .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }

  .tracking-item-pending .tracking-date span {
    display: block;
  }

  .tracking-item-pending .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}

.tracking-item .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.blinker {
  border: 7px solid #e9f8ea;
  animation: blink 1s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  50% {
    border-color: #fff;
  }
}



/* ----------*******track css end ******------------ */

.pink-color{
  
}

.green-btn-color{
  background-color: green !important;
}

.btn-active {
  background-color: blue;
  color: white;
}