* {
  box-sizing: border-box;
  font-family: "Nunito";
  font-optical-sizing: auto;
}

:root {
  --button-color: #666666;
}

body {
  /* background: radial-gradient(farthest-corner circle at top, #2f65ac 0, #152a4d 100%); */
  background: #fff567 !important;
  /* height: 100; */
  margin-top: 20px;
}

.appHeader {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* height: 92px; */
  /* width: 97%; */
  padding: 20px;
  /* font-family: Roboto; */
  font-size: 15px;
  color: white;
  background-color: #ffffff;
  margin: 130px 40px 0 40px;
  border-radius: 5px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

.appHeaderTop {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-direction: column;
}

.for_fixed {
  position: sticky;
  top: 0%;
  z-index: 1;
}

.for_fixedsecond_div {
  position: -webkit-sticky;
  position: sticky;
  top: 13%;
  z-index: 99;
  background-color: #e5e5e5;
  height: 70px;
  padding-left: 20px;
  margin: 0 20px;
}

.source_header {
  display: flex;
  height: 60%;
  gap: 30px;
  /* justify-content: space-between; */
  align-items: center;
}

.appHeader img {
  float: left;
  height: 100%;
  cursor: pointer;
  height: 25px;
}

.appHeader .profilePic {

  height: 30px;
  width: 30px;

  border-radius: 50%;
  position: relative;
  right: 8%;
  top: 3px;
}

/* .appHeader div:last-child {

  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
} */

.myWorkArea {
  /* float: left; */
  /* color: rgb(114 113 113); */
  color: #666666;;
  /* align-items: center;
  height: 100%;
  display: flex;
  padding: 0 25px;
  margin: 2px;
  width: 200px; */
  font-weight: 600;
  font-size: 18px;
  /* position: relative;
  right: 42px;
  margin-left: 29px; */
}

.btn_create {
  background-color: var(--button-color);
  color: white;
  border: none;
  width: 90px;
  height: 34px;
  border-radius: 10px;
  /* margin-top: 15px;
  margin-left: 10px; */
}

.btn_create:hover {
  cursor: pointer;
}

.destination_found {
  display: flex;
  margin-top: 20px;
  font-size: 18px;
  padding: 20px;
  font-weight: 500;
  color: #404040;
}

.Global_Search2 {
  width: 235px;
  border-radius: 5px;
  cursor: text;
  outline: none !important;
  border: 2px solid #ebeced;
  padding-left: 9px;
  padding: 10px;
  position: relative;
  color: black;
  left: 73%;
  bottom: 75px;
}

.for_fixedsecond_div {
  position: -webkit-sticky;
  z-index: 99;
  background-color: #e5e5e5;
  margin-left: 18px;
  margin-right: 7px;
  height: 70px;
}

#sourceList {
  display: flex;
  flex-direction: column;
  padding: 0 40px 40px 40px;
  gap: 20px;
}

.card_all {
  /* margin-top: 5px; */
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
  /* width: 96.5%; */
  /* height: 100px; */
  /* margin-left: 23px; */
  background-color: #fbfdfd;
  border-radius: 10px;
  /* margin-bottom: 10px; */
}

h4 {
  font-size: 14px !important;
}

img.greater_than_icon {
  padding-bottom: 14px;
  height: 52px;
  width: 40px;
}

.card_body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
}

::placeholder {
  color: rgb(161, 151, 151);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgb(161, 151, 151);
}

::-ms-input-placeholder {
  color: rgb(161, 151, 151);
}

.FTTP_details {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 600px;
}

.ACTIVE {
  right: 11%;
  top: 25px;
  border: none;
  background-color: #109155;
  color: white;
  padding: 3px;
  padding-inline: 7px;
  border-radius: 3px;
}

.INACTIVE {
  right: 11%;
  top: 25px;
  border: none;
  background-color: #e6e600;
  color: black;
  padding: 3px;
  padding-inline: 7px;
  border-radius: 3px;
}

.mssql_icon {
  left: 14%;
  top: 24px;
  width: 43px;
}

.ftp_icon {
  width: 49px;
  height: 49px;
  position: relative;
  left: 25%;
}

.mssql {
  display: flex;
  width: 400px;
  flex-direction: column;
  left: 20%;
  top: 2vh;
}

.pipe {
  display: flex;
  align-items: center;
  gap: 20px;
  /* justify-content: space-between; */
  color: #746f6f;

  p {
    margin: 0;
  }
}

.date_png {
  width: 12%;
  height: 12%;
  /* position: relative;
  right: 20%;
  margin-bottom: 15px; */
}

/* .created_date {
  position: relative;
  right: 15%;
} */

.load_in {
  margin: 0 !important;
  color: #746f6f;
}

.more_icon {
  text-align: end;
}

/*   
.source-card {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin: 8px 0;
}

.source-card-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.source-card-body {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 14px;
  color: #606060;
}

.source-card .active {
  color: green;
}

.source-card .inactive {
  color: red;
}

.calendar-icon {
  background: url('path/to/calendar-icon.png') no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
} */