* {
  margin: 0;
  padding: 0;
  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%);
  /* 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 20px 40px;
  border-radius: 5px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

.appHeaderTop {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.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 {
  /* float: right; */
  height: 30px;
  width: 30px;
  /* background: white; */
  border-radius: 50%;
  position: relative;
  right: 8%;
  top: 3px;
}

.appHeader div:last-child {
  /* float: right; */
  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; */
}

.busniessDev {
  float: left;
  color: rgb(139 133 133);
  align-items: center;
  height: 100%;
  display: flex;
  padding: 0 25px;
  margin: 2px;
  font-weight: 600;
  position: inherit;
  top: 10px;
  right: 6%;
  font-size: 12px;
}

.logout {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
  margin-right: 2px;
  cursor: pointer;
  color: rgb(99, 97, 97);
}

.user {
  float: right;
  height: 100%;
  /* display: inline-block; */
  /* display: flex; */
  width: 100px;
  padding: 6px 20px;
  padding-right: 15px;
  cursor: pointer;
}

.dropdown {
  color: white;
  padding: 16px 5px;
  border: none;
  cursor: pointer;
}

.btnbox {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

#hoverOver {
  display: inline-block;
  background: red;
}

#popup {
  visibility: hidden;
  position: absolute;
  top: 0;
  background: white;
  height: 200px;
  width: 400px;
  border: 2px solid black;
}

.uplog {
  position: absolute;
  top: 43px;
  background-color: rgb(39, 125, 255);
  padding: 10px;
  text-align: center;
  width: 170px;
  right: 42px;
}

.assign {
  position: absolute;
  top: 83px;
  background-color: #f87c2f;
  padding: 10px;
  text-align: center;
  width: 170px;
  right: 42px;
}

.assign2 {
  position: absolute;
  top: 123px;
  background-color: #f87c2f;
  padding: 10px;
  text-align: center;
  width: 170px;
  right: 42px;
}

.assign3 {
  position: absolute;
  top: 163px;
  background-color: #f87c2f;
  padding: 10px;
  text-align: center;
  width: 170px;
  right: 42px;
}

.uploadLogBtn {
  width: 100%;
  padding: 10px 4px;
  /* border: 1px solid #fff; */
  border-radius: 3px;
  /* background: #1d7ccb; */
}

.assignBtn {
  margin-top: 40px;
  width: 100%;
  padding: 10px 4px;
  /* border: 1px solid #fff; */
  border-radius: 3px;
  /* background: #1d7ccb; */
}

#uploadLog {
  display: none;
}

#userDetails:hover #uploadLog {
  display: block;
}

.notification_icon {
  position: relative;
  left: 84%;
  /* height: 10px;
    width: 10px;*/
  top: 3px;
}

.question_icon {
  position: relative;
  left: 77%;
  top: 3px;
}

.Global_Search2 {
  width: 300px;
  border-radius: 5px;
  cursor: text;
  outline: none !important;
  border: 2px solid #ebeced;
  padding: 10px;
  position: relative;
  color: black;
  left: 73%;
  bottom: 49px;
}
.support_call {
  position: ABSOLUTE;
  left: 66%;
  top: 9px;
  color: black;
  border: none;
  border-radius: 3px;
  /* padding: 4px; */
  padding-inline: 5px;
  font-weight: 500;
  padding-top: 5px;
  height: 25px;
}

.trial_exp {
  position: ABSOLUTE;
  left: 52%;
  top: 9px;
  color: #ff9c08;
  border: none;
  border-radius: 3px;
  padding: 4px;
  padding-inline: 8px;
  font-weight: 600;
  background-color: #f7d0966b;
}

::placeholder {
  color: rgb(161, 151, 151);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(161, 151, 151);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(161, 151, 151);
}

.scarch_icon {
  height: 57px;
  width: 59px;
}

.customer_suport {
  padding: 3px;
  position: relative;
  bottom: 3px;
  margin-right: 3px;
}

.btn_create {
  background-color: var(--button-color);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-decoration: none;
}
.btn_target{
  background-color:var(--button-color);
  color: white;
  border: none;
  width: 200px;
  height: 25px;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 10px; 
}
.head_con {
  color: #938f8f;
  position: fixed;
  margin-top: 16px;
  margin-left: 12px px;
  left: 31px;
  font-size: 12px;
}

.select {
  position: absolute;
  left: 185%;
  margin-top: 15px;
}

.select_in {
  border: none;
}

.seclect_second {
  position: absolute;
  left: 115%;
  margin-top: 15px;
}

#target-cards {
  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; */
}

.card_body {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  align-items: center;
  cursor: pointer;
}

.destination_found {
  display: flex;
  /* margin-left: 20px; */
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #404040;
}

.mssql {
  display: flex;
  width: 400px;
  flex-direction: column;
  left: 20%;
  top: 2vh;
  gap: 10px;
}

.mssql_icon {
  left: 14%;
  top: 24px;
  width: 43px;
}


.activation {
  right: 16%;
  top: 32px;
  color: #746f6f;
}

.load_in {
  right: 111px;
  top: 56px;
  color: #746f6f;
}

.id {
  top: 26px;
  left: 4%;
}

.img_1 {
  width: 33px;
  right: 100%;
}

.img_2 {
  width: 33px;
  right: 100%;
  bottom: 3px;
}

.more_icon {
  text-align: end;
}

.ftp_icon {
  width: 35px;
  position: relative;
  left: 25%;
  margin-bottom: 20px;
}

.next_routing {
  display: flex;
  z-index: 2;
  height: 100vh;
}

.source_list {
  /* overflow: auto; */
  height: 700px;
  display: flex;
  margin-top: 0%;
  /* padding-top: 20px; */
  padding-bottom: 20px;
  flex-direction: column;
}

.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;
}

.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%;
} */

.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;
}
.target_table{
  margin-left: 3rem;
}