.login-account.infoBox {
  width: calc(100% - 400px);
  margin-left: 50px;
}
.card {
  background-color: skyblue;
}
.login-account .box {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
}
.login-account .box label {
  padding-left: 30px;
  margin-right: 18px;
  border-right: 2px solid #dddddd;
  min-width: 168px;
  font-weight: 500;
  color: black;
  text-align: left;
  margin-bottom: 0;
}
.login-account .box span {
  padding: 4px 0;
  margin-right: 18px;
  margin-left: -2px;
  font-weight: 500;
  color: black;
  display: block !important;
}
.login-account .box input {
  height: 45px;
  border: none;
  width: 100%;
  font-weight: bold;
  padding-left: 15px;
}
.login-account .box input:disabled {
  background-color: #f5f5f5;
}
.login-account .box input::placeholder {
  font-weight: 400 !important;
}
.login-account .box select::placeholder {
  font-weight: bold;
}
.login-account .view_box {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
}
.login-account .view_box label {
  padding-left: 30px;
  margin-right: 18px;
  border-right: 2px solid #dddddd;
  min-width: 168px;
  font-weight: 500;
  color: black;
  text-align: left;
  margin-bottom: 0;
}
.login-account .view_box span {
  padding: 4px 0;
  margin-right: 18px;
  margin-left: -2px;
  font-weight: 500;
  color: black;
  display: block !important;
}
.login-account .view_box input {
  height: 45px;
  border: none;
  width: 100%;
  font-weight: bold;
  padding-left: 15px;
}
.login-account .view_box input:disabled {
  background-color: #f5f5f5;
}
.login-account .view_box input::placeholder {
  font-weight: 400 !important;
}
.login-account .view_box select::placeholder {
  font-weight: bold;
}
.head p {
  font-size: 17px;
  text-align: justify;
  color: var(--line-color);
  margin: 26px 17px 0;
  min-width: 26%;
}
.attachment-box .box {
  border-bottom: 2px solid #ededed;
  padding: 12px;
  position: relative;
  background: #ececec;
}
.history-box .box {
  border-bottom: 2px solid #ededed;
  padding: 12px;
  position: relative;
}
.textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 163px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  width: 120%;
}
.picStyle {
  margin-top: 43px;
  width: 154px;
  height: 153px;
  line-height: 100px;
  font-size: 18px;
}
.historyStyle {
  text-align: center;
}
.buttonStyle {
  margin-left: 150px;
  margin-top: 50px;
}
.buttonStyle {
  background-color: #fcf9f1;
  margin-top: 30px;
}
.counsellorDashboard.card {
  background: white !important;
}
.counsellorDashboard .addNoteBtn {
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
}
.counsellorDashboard .attachment-box {
  height: auto;
  overflow: hidden;
}
.counsellorDashboard .attachment-box .historyList {
  height: 70vh;
  overflow-y: auto;
  padding: 0 20px 20px;
}
.counsellorDashboard .attachment-box h5 {
  padding: 20px;
  background-color: #e3f5fb;
  margin-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
.counsellorDashboard .attachment-box .historySingleBlock {
  padding: 40px 20px;
  background-color: #ebfcee;
  border-radius: 20px;
  margin-bottom: 20px;
}
.counsellorDashboard .attachment-box .historySingleBlock .contentStyle {
  padding: 10px;
  margin-top: 30px;
  background: white;
  text-align: justify;
  border-radius: 20px;
}
.counsellorDashboard .currentStudentBlock {
  background-color: #ebfcee;
  padding: 30px 0;
  border-radius: 20px;
  margin-right: 10px;
}
.counsellorDashboard .currentStudentBlock h5 {
  margin-bottom: 35px;
  text-align: center;
  margin-left: 10px;
}
.counsellorDashboard .currentStudentBlock .userProfile {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.counsellorDashboard .currentStudentBlock .userProfile .countryFlag {
  border-radius: 50%;
  height: 46px;
  width: 46px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.counsellorDashboard .currentStudentInfo {
  background-color: #e3f5fb;
  padding: 30px 20px;
  border-radius: 20px;
  margin-left: 10px;
}
.counsellorDashboard .currentStudentInfo h5 {
  margin-bottom: 30px;
  text-align: left;
  margin-left: 18px;
}
.counsellorDashboard .addNoteBtn {
  text-align: center;
  margin-left: auto;
  border: 1px solid white;
  width: 50%;
  border-radius: 40px;
  height: 61px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  cursor: pointer;
  margin-right: auto;
}
.counsellorDashboard .textareaBox {
  padding: 30px 0 30px 10px;
}
.counsellorDashboard .textareaBox .textStyle {
  height: 205px;
  border-radius: 20px;
  background: white;
  width: 100%;
  border: 2px solid #e3f5fb;
  padding: 10px;
}
.counsellorDashboard .textareaBox .textStyle:focus-visible {
  border: 2px solid #e3f5fb;
}
.counsellorDashboard .buttonInfo {
  background: red;
  font-weight: 600;
  color: white;
  padding: 0.9em !important;
  border: none;
  width: 12em;
  margin-right: 20px;
}
.counsellorDashboard .buttonInfo:hover {
  background: red;
  color: white;
}
.counsellorDashboard .queueTextStyle {
  border-radius: 40px;
  height: 61px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: white; */
  /* margin: 0.5em 2em 1em 2em; */
  margin-left: 30px;
}
.listDetail {
  margin-bottom: 18px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  border: 1px solid;
  border-radius: 20px;
  /* margin: 44px 0px 0px 44px; */
  margin-right: 50px;
  background: white;
  border: none;
}
.textareaStyle {
  width: 96%;
  margin-top: 30px;
  height: 205px;
  margin-left: 16px;
  border: none;
  border-radius: 20px;
}
.card.drawerCard {
  background-color: #ebfcee !important;
  padding: 0 10% !important;
  margin-bottom: 0;
  height: 100vh;
}
.card.drawerCard .ant-card-body {
  padding: 0;
}
.card.drawerCard .footer-logo {
  margin-bottom: 50px;
  margin-top: 10px;
}
.card.drawerCard .btn {
  border-radius: 0 !important;
}
.arrowInCenter {
  position: relative;
}
.arrowInCenter .ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
  position: absolute;
  right: 45px;
  top: 12px;
}
.arrowInCenter .ant-select-selection__clear {
  background-color: transparent !important;
}
.arrowInCenter.ant-select-focused .ant-select-selection--single {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.arrowInCenter .ant-select-arrow {
  user-select: none;
  background: #666;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: 22px !important;
}
.arrowInCenter .ant-select-arrow svg {
  font-size: 12px;
  font-weight: bold;
  height: 10px;
}
